
.turbo-progress-bar {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 3px;
    background: #0076ff;
    z-index: 9999;
    transition:
        width 300ms ease-out,
        opacity 150ms 150ms ease-in;
    transform: translate3d(0, 0, 0);
}




[dark-scroll]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[dark-scroll]::-webkit-scrollbar-track-piece {
    background-color: #2b2b2b;
    border: 1px solid #1d1d1d;
}

[dark-scroll]::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #4d4d4d;
}
[dark-scroll]::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
}

/* LOAD PROGRESS */

.turbolinks-progress-bar {
    height: 3px;
    background-color: #ff6250;
}

/* GROUPING */

[data-id].ui-selecting {
    box-shadow: inset 0 0 0 1px #4285f4 !important;
}
[data-id].ui-selected {
    box-shadow: inset 0 0 0 1px #4285f4 !important;
}

/* CURSOR */

body[mode='comments'] * {
    cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjkxNjQ4IDIzLjQxMDlDNS40OTE1MyAyMi45ODg3IDUuOTMxNzkgMjIuMzkzNSA2LjIzMjggMjEuNjQwN0M0Ljc5MDY5IDE5LjczODMgNCAxNy4zOTMzIDQgMTQuOTk3NUM0IDguOTM0MSA4LjkzMjgyIDQgMTUuMDAyMiA0QzIxLjA3MTcgNCAyNiA4LjkzOTE5IDI2IDE1LjAwMjVDMjYgMjEuMDY1OSAyMS4wNjcyIDI2IDE0Ljk5NzggMjZDMTIuOTg5NiAyNiAxMS4wMzUzIDI1LjQ1NTcgOS4zMjM2NyAyNC40MjMxQzguNDI5NjUgMjQuOTU3MiA3LjQxNDM0IDI1LjIyNjggNi4zMDAxOCAyNS4yMjY4QzUuOTU0MjYgMjUuMjI2OCA1LjU5OTM1IDI1LjIwMTQgNS4yNTM0MiAyNS4xNDU0QzQuOTAzIDI1LjA4OTUgNC42Mjg5NiAyNC44MDQ2IDQuNTUyNTggMjQuNDE4QzQuNDc2MjEgMjQuMDI2NCA0LjYxOTk3IDIzLjYyOTYgNC45MTY0OCAyMy40MTA5WiIgZmlsbD0iI0ZGNjI1MCIvPgo8L3N2Zz4K')
        0 24,
        auto !important;
}

body[mode='code'] [data-id]:not(.hidden) {
    cursor: default;
}

/* default node state */

body[mode='code'] [data-id]:not(.hidden), body[mode='comments'] [data-id]:not(.hidden) {
    pointer-events: all;
}

/* is_image */

body[mode='code'] [data-id].is_image [data-id], body[mode='comments'] [data-id].is_image [data-id] {
    pointer-events: none !important;
}

/* without a data-id or ignored */

[data-id].ignore,body[mode='code'] *:not([data-id]) {
    pointer-events: none !important;
}
/* disable transforms for ignored elements */


body[mode='code'] [data-id]:hover{
    transform: none !important;
}

/* ANIMA BUTTONS */
.an-button {
    position: relative;
    height: 28px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    transition-property: all;
    transition-duration: 100ms;
    appearance: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    border-width: 0;
}

.an-button > div {
    width: 100%;
}

.an-button.primary {
    background: #ff6250;
    color: #ffffff;
}

.an-button.primary:hover:not(:disabled) {
    background: #e2412e;
}

.an-button.secondary {
    background: transparent;
    border: 1px solid #ff6250;
    color: #ff6250;
}

.an-button.secondary:hover:not(:disabled) {
    color: #ffffff;
    background: #ff6250;
}

.an-button.rounded {
    border-radius: 100px;
}

.an-button:disabled {
    opacity: 0.5;
}

.an-button:disabled {
    cursor: default;
}

.an-button:active,
.an-button:focus {
    outline: none;
}


.hotspot {
    position: absolute;
    border: 1px solid #2a9fd8;
    background: rgba(0, 173, 255, 0.54);
    opacity: 0;
    z-index: -1;
    pointer-events:none;
}




@font-face {
    font-family: "Helvetica-Regular";
    font-style: normal;
    font-weight: 400;
    src: url('https://anima-uploads.s3.amazonaws.com/projects/656791b77f52524f6a44afda/fonts/helvetica-regular.otf') format("opentype");
}
/* The following line is used to measure usage of this code. You can remove it if you want. */



.screen textarea:focus,
.screen input:focus {
    outline: none;
}

.screen * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.screen div {
    -webkit-text-size-adjust: none;
}

.component-wrapper a {
    display: contents;
    pointer-events: auto;
    text-decoration: none;
}

.component-wrapper * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
    pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
    visibility: hidden !important;
}

.screen a {
    display: contents;
    text-decoration: none;
}

.full-width-a {
    width: 100%;
}

.full-height-a {
    height: 100%;
}

.container-center-vertical {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    pointer-events: none;
}

.container-center-vertical > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.container-center-horizontal > * {
    flex-shrink: 0;
    pointer-events: auto;
}

.auto-animated div {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated input {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
    opacity: 1;
}

.overlay-base {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.overlay-base.animate-appear {
    align-items: center;
    animation: reveal 0.3s ease-in-out 1 normal forwards;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.overlay-base.animate-disappear {
    animation: reveal 0.3s ease-in-out 1 reverse forwards;
    display: block;
    opacity: 1;
    pointer-events: none;
}

.overlay-base.animate-disappear * {
    pointer-events: none;
}

@keyframes reveal {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate-nodelay {
    animation-delay: 0s;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-flex-end {
    align-self: flex-end;
}

.align-self-flex-center {
    align-self: flex-center;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valign-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

input:focus {
    outline: none;
}

.listeners-active,
.listeners-active * {
    pointer-events: auto;
}

.hidden,
.hidden * {
    pointer-events: none;
    visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
    pointer-events: auto;
    visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}
:root {
    --black: #000000;
    --blue-gembluegem-50: #f2f2ff;
    --brand600: #7e56d8;
    --brand700: #6840c6;
    --gray-nurse: #eaeaea;
    --gray300: #cfd4dc;
    --gray500: #667084;
    --gray900: #0f1728;
    --light-themegraypure-white: #ffffff;
    --mischka: #d1d5db;
    --white: #ffffff;

    --font-size-60px: 60px;
    --font-size-l: 48px;
    --font-size-m: 20px;
    --font-size-s: 18px;
    --font-size-xs: 16px;
    --font-size-xxs: 15.8px;
    --font-size-xxxs: 15.5px;
    --font-size-xxxxs: 14px;

    --font-family-dm_sans: "DM Sans", Helvetica;
    --font-family-helvetica-regular: "Helvetica-Regular", Helvetica;
    --font-family-inter: "Inter", Helvetica;
    --font-family-plus_jakarta_sans: "Plus Jakarta Sans", Helvetica;
}
.display-lgsemibold {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.96px;
}

.text-xlregular {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

.text-mdregular {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

.text-mdsemibold {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
}

.display-xlsemibold {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-60px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.2px;
}

.text-lgmedium {
    font-family: var(--font-family-inter);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
}

.plusjakartasans-medium-mirage-20px {
    color: var(--gray900);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
}

.dmsans-bold-white-14px {
    color: var(--light-themegraypure-white);
    font-family: var(--font-family-dm_sans);
    font-size: var(--font-size-xxxxs);
    font-style: normal;
    font-weight: 700;
}

.helvetica-regular-normal-mischka-16px {
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
}

.plusjakartasans-semi-bold-white-16px {
    color: var(--light-themegraypure-white);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 600;
}

.plusjakartasans-medium-pale-sky-20px {
    color: var(--gray500);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
}



.advance-buttons-lables-advance-buttons {
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    height: 50px;
    margin-bottom: -1.00px;
    margin-top: -1.00px;
    overflow: hidden;
    padding: 0px 20px;
    position: relative;
}

.button-text {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

.divcol {
    background-color: transparent;
    height: 262px;
    position: absolute;
    top: 0px;
}

.enter-text {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 19.2px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.faq-item {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    position: relative;
}

.icon-wrap {
    background-color: transparent;
    flex: 0 0 auto;
    position: relative;
}

.layer_1 {
    background-color: transparent;
    left: 0px;
    mix-blend-mode: luminosity;
    position: absolute;
}

.nav-heading-default {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    height: 70px;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.services {
    background-color: transparent;
    letter-spacing: 0.00px;
    line-height: 18.2px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.supporting-text {
    background-color: transparent;
    line-height: 30px;
    position: relative;
}

.text-and-supporting-text {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

/* screen - elokencia-u62-about-page */

.elokencia-u62-about-page {
    align-items: center;
    background-color: var(--light-themegraypure-white);
    display: flex;
    flex-direction: column;
    left: 0px;
    min-width: 1440px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    top: 0px;
}

.elokencia-u62-about-page .navbar1-wcDI4W {
    background: linear-gradient(180deg, rgb(62.00000010430813, 66.00000366568565, 111.00000098347664) 0%, rgb(21.000000648200512, 25.000000409781933, 40.00000141561031) 100%);
    background-color: transparent;
    height: 104px;
    position: relative;
    width: 1440px;
}

.elokencia-u62-about-page .frame-1618871163-pzTpGe {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    gap: 390px;
    left: 112px;
    position: relative;
    top: 17px;
}

.elokencia-u62-about-page .frame-1618871162-mmn3An {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 35px;
    position: relative;
}

.elokencia-u62-about-page .elokencia-logo-VFwFAU {
    background-color: transparent;
    height: 39.518192291259766px;
    position: relative;
    width: 175px;
}

.elokencia-u62-about-page .frame-4-VFwFAU {
    align-items: center;
    background-color: transparent;
    display: flex;
    gap: 5px;
    position: relative;
    width: 370px;
}

.elokencia-u62-about-page .frame-1618871161-mmn3An {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    position: relative;
}

.elokencia-u62-about-page .advance-buttons-lables-advance-buttons-xz9nhI {
    margin-left: -1.00px;
}

.elokencia-u62-about-page .advance-buttons-lables-advance-buttons-2KxxAF {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2599999943375586) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-color: var(--light-themegraypure-white);
    margin-right: -1.00px;
}

.elokencia-u62-about-page .header-section-wcDI4W {
    background: radial-gradient(50% 50% at 50% 50%, rgb(22.000000588595867, 25.000000409781933, 62.00000010430813) 0%, rgb(27.000000290572643, 30.00000011175871, 69.00000348687172) 55.000001192092896%, rgb(61.00000016391277, 65.0000037252903, 110.00000104308128) 95.99999785423279%);
    background-color: transparent;
    height: 394px;
    position: relative;
    width: 1440px;
}

.elokencia-u62-about-page .layer_1-HDT5I9 {
    height: 742px;
    top: -29px;
    width: 1304px;
}

.elokencia-u62-about-page .container-HDT5I9 {
    background-color: transparent;
    height: 202px;
    left: 80px;
    position: absolute;
    top: 96px;
    width: 1280px;
}

.elokencia-u62-about-page .content-tvvkDP {
    background-color: transparent;
    height: 202px;
    left: 32px;
    position: relative;
    top: 0px;
    width: 1216px;
}

.elokencia-u62-about-page .heading-and-supporting-text-gd7xtP {
    align-items: center;
    gap: 24px;
    left: 128px;
    position: relative;
    top: 0px;
    width: 960px;
}

.elokencia-u62-about-page .heading-FM4255 {
    color: var(--light-themegraypure-white);
    line-height: 60px;
    margin-top: -1.00px;
    text-align: center;
}

.elokencia-u62-about-page .supporting-text-vzSGC9 {
    color: var(--blue-gembluegem-50);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    width: 768px;
}

.elokencia-u62-about-page .rectangle-34624131-HDT5I9 {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255, 201.00000321865082, 255) 0%, rgba(165.00000536441803, 30.00000011175871, 231.00000143051147, 0.5699999928474426) 52.99999713897705%, rgba(99.00000169873238, 23.000000528991222, 148.000006377697, 0) 100%);
    background-color: transparent;
    box-shadow: 0px 4px 4px #954ac0;
    height: 290px;
    left: 115px;
    position: absolute;
    top: 249px;
    width: 1211px;
}

.elokencia-u62-about-page .divider-wcDI4W {
    align-self: stretch;
    background-color: transparent;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .metrics-section-wcDI4W {
    align-self: stretch;
    background-color: var(--light-themegraypure-white);
    height: 752px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .container-Q3ki2Y {
    background-color: transparent;
    height: 560px;
    left: 80px;
    position: absolute;
    top: 96px;
    width: 1280px;
}

.elokencia-u62-about-page .content-BXLWWE {
    background-color: transparent;
    height: 492px;
    left: 32px;
    position: relative;
    top: 34px;
    width: 560px;
}

.heading-and-supporting-text-xejjU3 {
    align-items: flex-start;
    gap: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 560px;
}

.subheading-1h94Jq {
    align-self: stretch;
    background-color: transparent;
    color: var(--brand700);
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.heading-1h94Jq {
    color: var(--gray900);
    line-height: 60px;
    text-align: left;
}

.elokencia-u62-about-page .content-xejjU3 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 48px;
    left: 0px;
    position: absolute;
    top: 220px;
    width: 560px;
}

 .text-R0eSqo {
    color: var(--gray900);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.elokencia-u62-about-page .text-q62Mo8 {
    color: var(--gray900);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.elokencia-u62-about-page .text-j5g4ZO {
    color: var(--gray900);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.elokencia-u62-about-page .text-fO2ul4 {
    color: var(--gray900);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.elokencia-u62-about-page .mac-book-pro-16-Q3ki2Y {
    background-color: transparent;
    height: 752px;
    left: 656px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    width: 784px;
}

.elokencia-u62-about-page .faq-section-wcDI4W {
    align-items: center;
    align-self: stretch;
    background-color: var(--light-themegraypure-white);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 64px;
    overflow: hidden;
    padding: 120px 0px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .section-03-trcNoJ {
    background-color: transparent;
    height: 1526px;
    overflow: hidden;
    position: relative;
    width: 1440px;
}

.elokencia-u62-about-page .shadow-mQjLCW {
    background: linear-gradient(180deg, rgb(252.00000017881393, 166.00000530481339, 254.00000005960464) 0%, rgb(198.00000339746475, 58.00000034272671, 235.0000011920929) 43.99999976158142%, rgb(43.00000123679638, 13.000000175088644, 157.0000058412552) 94.9999988079071%);
    background-color: transparent;
    filter: blur(70px);
    ;
    height: 117px;
    left: 360px;
    position: absolute;
    top: 296px;
    width: 718px;
}

.elokencia-u62-about-page .frame-1618871206-mQjLCW {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 64px;
    left: 110px;
    position: absolute;
    top: 110px;
}

.elokencia-u62-about-page .container-l9j2Zx {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 32px;
    padding: 0px 32px;
    position: relative;
    width: 1220px;
}

.elokencia-u62-about-page .content-3x8koL {
    align-items: center;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 48px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .heading-and-supporting-text-2h2T9p {
    align-items: center;
    flex: 0 0 auto;
    gap: 20px;
    position: relative;
    width: 768px;
}

 .heading-DfaSeL {
    color: var(--gray900);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 44px;
    margin-top: -1.00px;
    text-align: center;
}

 .supporting-text-DfaSeL {
    align-self: stretch;
    letter-spacing: 0.00px;
    text-align: center;
}

.elokencia-u62-about-page .frame-1618871204-l9j2Zx {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.elokencia-u62-about-page .frame-1618871201-sKHtVH {
    align-items: flex-start;
    background-color: var(--light-themegraypure-white);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    position: relative;
    width: 768px;
}

.elokencia-u62-about-page .faq-item-lT1461 {
    align-self: stretch;
    background-color: transparent;
    width: 100%;
}

.elokencia-u62-about-page .content-2Zn1Km {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
}

.elokencia-u62-about-page .text-and-supporting-text-rIs5AV {
    width: 672px;
}

 .text-QP8pTI {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .supporting-text-QP8pTI {
    align-self: stretch;
    letter-spacing: 0.00px;
    text-align: left;
}

.elokencia-u62-about-page .frame-1618871202-sKHtVH {
    align-items: flex-start;
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    position: relative;
    width: 768px;
}

.elokencia-u62-about-page .faq-item-51rE0x {
    align-self: stretch;
    background-color: transparent;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-about-page .content-bBcCCS {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-WEf7FT {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-eqZWKl {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .frame-1618871203-sKHtVH {
    align-items: flex-start;
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    position: relative;
    width: 768px;
}

.elokencia-u62-about-page .faq-item-qDYU3o {
    align-self: stretch;
    background-color: transparent;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-about-page .content-bzK9Vs {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-KoO11T {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-QnSBAr {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-sKHtVH {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-AMjaxU {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-TAGh0c {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-XSeHmP {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-Qr46j9 {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-ro69Y5 {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-gFRvxF {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-4BsNjc {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-cY0czV {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-CQC8eN {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-th4V4E {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-mmn0xY {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-FDxkuT {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-BFjddl {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-5R0wSa {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-Rrny5G {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-2HnRwQ {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-qVxuvU {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-Rr9GEU {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-oo5pgy {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-6NFQSx {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-IwLcRp {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-ns6oxl {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-TZg6oX {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .faq-item-gH654E {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-about-page .content-xkIOry {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .text-and-supporting-text-YYcsrh {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-about-page .text-0HsvQe {
    letter-spacing: 0.00px;
    line-height: 30px;
    margin-top: -1.00px;
}

.elokencia-u62-about-page .section-02-wcDI4W {
    background: radial-gradient(50% 50% at 50% 50%, rgb(22.000000588595867, 25.000000409781933, 62.00000010430813) 0%, rgb(27.000000290572643, 30.00000011175871, 69.00000348687172) 55.000001192092896%, rgb(61.00000016391277, 65.0000037252903, 110.00000104308128) 95.99999785423279%);
    background-color: transparent;
    border-radius: 12px 12px 0px 0px;
    height: 362px;
    overflow: hidden;
    position: relative;
    width: 1440px;
}

.elokencia-u62-about-page .layer_1-SdRzpd {
    height: 362px;
    top: 0px;
    width: 1440px;
}

.elokencia-u62-about-page .div-absolute-SdRzpd {
    background: radial-gradient(50% 50% at 50% 50%, rgba(147.00000643730164, 62.00000010430813, 231.00000143051147, 0.6800000071525574) 0%, rgba(0, 0, 0, 0) 55.000001192092896%);
    background-color: transparent;
    height: 1344px;
    left: 7px;
    mix-blend-mode: normal;
    position: absolute;
    top: -982px;
    transform: rotate(-180.00deg);
    width: 1425px;
}

.elokencia-u62-about-page .frame-1618872683-SdRzpd {
    background-color: transparent;
    height: 262px;
    left: 172px;
    position: absolute;
    top: 78px;
    width: 1097px;
}

.elokencia-u62-about-page .divcol-wZADiz {
    left: 622px;
    width: 165px;
}

.elokencia-u62-about-page .elokencia-lu5kAk {
    background-color: transparent;
    height: 19px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 18.7px;
    position: absolute;
    text-align: left;
    top: -1px;
    white-space: nowrap;
    width: 105px;
}

.elokencia-u62-about-page .list-item-link-media-kit-lu5kAk {
    background-color: transparent;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 110px;
    white-space: nowrap;
    width: 145px;
}

.elokencia-u62-about-page .list-item-link-disclaimer-lu5kAk {
    background-color: transparent;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 31px;
    white-space: nowrap;
    width: 75px;
}

.elokencia-u62-about-page .list-item-link-privacy-policy-lu5kAk {
    background-color: transparent;
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xxxs);
    font-style: normal;
    font-weight: 400;
    height: 27px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 70px;
    white-space: nowrap;
    width: 97px;
}

.elokencia-u62-about-page .divcol-rkGIxj {
    left: 808px;
    width: 203px;
}

.elokencia-u62-about-page .get-connected-xke8Rx {
    background-color: transparent;
    color: var(--light-themegraypure-white);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-xxxs);
    font-style: normal;
    font-weight: 700;
    height: 19px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 18.7px;
    position: absolute;
    text-align: left;
    top: -1px;
    white-space: nowrap;
    width: 135px;
}

.elokencia-u62-about-page .list-item-link-ecosystem-xke8Rx {
    background-color: transparent;
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 400;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 31px;
    white-space: nowrap;
    width: 107px;
}

.elokencia-u62-about-page .list-item-link-blog-xke8Rx {
    background-color: transparent;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 70px;
    white-space: nowrap;
    width: 33px;
}

.elokencia-u62-about-page .list-item-link-newsletter-xke8Rx {
    background-color: transparent;
    height: 27px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 110px;
    white-space: nowrap;
    width: 78px;
}

.elokencia-u62-about-page .frame-1618872682-wZADiz {
    background-color: transparent;
    height: 24px;
    left: 1031px;
    position: absolute;
    top: 0px;
    width: 66px;
}

.elokencia-u62-about-page .button-img-tUvaC0 {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 19px;
}

.elokencia-u62-about-page .button-en-tUvaC0 {
    background-color: transparent;
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: 15.9px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    left: 23px;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: -1px;
    white-space: nowrap;
    width: 22px;
}

.elokencia-u62-about-page .button-svg-tUvaC0 {
    background-color: transparent;
    height: 17px;
    left: 49px;
    position: absolute;
    top: 4px;
    width: 17px;
}

.elokencia-u62-about-page .frame-1618872681-wZADiz {
    background-color: transparent;
    height: 158px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 329px;
}

 .product-by-jf8poC {
    background-color: transparent;
    color: var(--light-themegraypure-white);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 500;
    height: 16px;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 16px;
   
    text-align: left;
   
    white-space: nowrap;
    width: 92px;
}

.elokencia-u62-about-page .link-solana-foundation-svg-jf8poC {
    background-color: transparent;
    height: 56px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 26px;
    width: 210px;
}

.elokencia-u62-about-page .elokencia-logo-lGuGzV {
    background-color: transparent;
    height: 47px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 206px;
}

 .x2024-elokencia-all-rights-reserved-jf8poC {
    background-color: transparent;
    color: #f9fafb;
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 400;
    height: 27px;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
   
    text-align: left;
   
    white-space: nowrap;
    width: 328px;
}

.elokencia-u62-about-page .social-links-jf8poC {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    gap: 13.25px;
    left: 0px;
    position: absolute;
    top: 92px;
}

.elokencia-u62-about-page .social-icons-2ZlVUd {
    margin-left: -0.28px;
}

.elokencia-u62-about-page .frame-23319-2ZlVUd {
    background-color: transparent;
    height: 27.05224609375px;
    margin-bottom: -0.28px;
    margin-right: -0.28px;
    margin-top: -0.28px;
    position: relative;
    width: 27.052734375px;
}

.shape2-SdRzpd {
    background-color: transparent;
    height: 362px;
    left: 1014px;
    position: absolute;
    top: 0px;
    width: 426px;
}

 .heading {
    align-self: stretch;
    background-color: transparent;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

.heading-and-subheading {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .heading-and-supporting-text {
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

.elokencia-u62-about-page .metric-item {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 264px;
}

 .number {
    align-self: stretch;
    background-color: transparent;
    color: var(--brand600);
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.elokencia-u62-about-page .number-and-text {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .row {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    gap: 32px;
    position: relative;
    width: 100%;
}

.elokencia-u62-about-page .social-icons {
    background-color: transparent;
    height: 27.05224609375px;
    margin-bottom: -0.28px;
    margin-top: -0.28px;
    position: relative;
    width: 27.052734375px;
}

 .text {
    align-self: stretch;
    background-color: transparent;
    position: relative;
    text-align: left;
}
/* screen - elokencia-u62-frequently-asked-questions-page */

.elokencia-u62-frequently-asked-questions-page {
    align-items: center;
    background-color: var(--light-themegraypure-white);
    display: flex;
    flex-direction: column;
    left: 0px;
    min-width: 1440px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    top: 0px;
}

.elokencia-u62-frequently-asked-questions-page .navbar1-LhPhwc {
    background: linear-gradient(180deg, rgb(62.00000010430813, 66.00000366568565, 111.00000098347664) 0%, rgb(21.000000648200512, 25.000000409781933, 40.00000141561031) 100%);
    background-color: transparent;
    height: 104px;
    position: relative;
    width: 1440px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871163-dmExJn {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    gap: 390px;
    left: 112px;
    position: relative;
    top: 17px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871162-xGasot {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 35px;
    position: relative;
}

.elokencia-u62-frequently-asked-questions-page .elokencia-logo-jOJLcJ {
    background-color: transparent;
    height: 39.518192291259766px;
    position: relative;
    width: 175px;
}

.elokencia-u62-frequently-asked-questions-page .frame-4-jOJLcJ {
    align-items: center;
    background-color: transparent;
    display: flex;
    gap: 5px;
    position: relative;
    width: 370px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871161-xGasot {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    position: relative;
}

.elokencia-u62-frequently-asked-questions-page .advance-buttons-lables-advance-buttons-EEqMzT {
    margin-left: -1.00px;
}

.elokencia-u62-frequently-asked-questions-page .advance-buttons-lables-advance-buttons-GtwXN0 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2599999943375586) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-color: var(--light-themegraypure-white);
    margin-right: -1.00px;
}

.elokencia-u62-frequently-asked-questions-page .header-section-LhPhwc {
    align-self: stretch;
    background: radial-gradient(50% 50% at 50% 50%, rgb(22.000000588595867, 25.000000409781933, 62.00000010430813) 0%, rgb(27.000000290572643, 30.00000011175871, 69.00000348687172) 55.000001192092896%, rgb(61.00000016391277, 65.0000037252903, 110.00000104308128) 95.99999785423279%);
    background-color: transparent;
    height: 394px;
    position: relative;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .layer_1-lfY6Ue {
    height: 742px;
    top: -29px;
    width: 1304px;
}

.elokencia-u62-frequently-asked-questions-page .container-lfY6Ue {
    background-color: transparent;
    height: 202px;
    left: 80px;
    position: absolute;
    top: 96px;
    width: 1280px;
}

.elokencia-u62-frequently-asked-questions-page .content-Wk5DrQ {
    height: 202px;
    left: 32px;
    top: 0px;
    width: 1216px;
}

.elokencia-u62-frequently-asked-questions-page .heading-and-supporting-text-yMd7Dh {
    gap: 24px;
    left: 128px;
    position: absolute;
    top: 0px;
    width: 960px;
}

.elokencia-u62-frequently-asked-questions-page .heading-and-subheading-j93a6u {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
}

 .heading-SItn6f {
    color: var(--light-themegraypure-white);
    line-height: 60px;
}

.supporting-text-j93a6u {
    color: var(--blue-gembluegem-50);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .input-field-yMd7Dh {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    left: 448px;
    position: absolute;
    top: 154px;
    width: 320px;
}

.elokencia-u62-frequently-asked-questions-page .input-field-base-4pOflA {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .input-with-label-mbMg2G {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .input-ouX04o {
    align-items: center;
    align-self: stretch;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2599999943375586) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: transparent;
    border: 1px solid;
    border-color: var(--gray300);
    border-radius: 8px;
    box-shadow: 0px 1px 2px #1018280d;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .content-qPDxFO {
    align-items: center;
    display: flex;
    flex: 1;
    flex-grow: 1;
    gap: 8px;
}

.elokencia-u62-frequently-asked-questions-page .search-gJdPED {
    background-color: transparent;
    height: 20px;
    position: relative;
    width: 20px;
}

.elokencia-u62-frequently-asked-questions-page .text-gJdPED {
    color: var(--gray500);
    flex: 1;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.elokencia-u62-frequently-asked-questions-page .rectangle-34624131-lfY6Ue {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255, 201.00000321865082, 255) 0%, rgba(165.00000536441803, 30.00000011175871, 231.00000143051147, 0.5699999928474426) 52.99999713897705%, rgba(99.00000169873238, 23.000000528991222, 148.000006377697, 0) 100%);
    background-color: transparent;
    box-shadow: 0px 4px 4px #954ac0;
    height: 290px;
    left: 115px;
    position: absolute;
    top: 249px;
    width: 1211px;
}

.elokencia-u62-frequently-asked-questions-page .faq-section-LhPhwc {
    align-items: center;
    align-self: stretch;
    background-color: var(--light-themegraypure-white);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 64px;
    overflow: hidden;
    padding: 120px 0px;
    position: relative;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .section-03-pVHJkH {
    background-color: transparent;
    height: 1526px;
    overflow: hidden;
    position: relative;
    width: 1440px;
}

.elokencia-u62-frequently-asked-questions-page .shadow-UquN15 {
    background: linear-gradient(180deg, rgb(252.00000017881393, 166.00000530481339, 254.00000005960464) 0%, rgb(198.00000339746475, 58.00000034272671, 235.0000011920929) 43.99999976158142%, rgb(43.00000123679638, 13.000000175088644, 157.0000058412552) 94.9999988079071%);
    background-color: transparent;
    filter: blur(70px);
    ;
    height: 117px;
    left: 360px;
    position: absolute;
    top: 296px;
    width: 718px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871206-UquN15 {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 64px;
    left: 110px;
    position: absolute;
    top: 110px;
}

.elokencia-u62-frequently-asked-questions-page .container-7e32GQ {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 32px;
    padding: 0px 32px;
    position: relative;
    width: 1220px;
}

.elokencia-u62-frequently-asked-questions-page .content-YVB5XX {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .heading-and-supporting-text-lmSE1u {
    flex: 0 0 auto;
    gap: 20px;
    position: relative;
    width: 768px;
}

.heading-l9IcDK {
    color: var(--gray900);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 44px;
}

 .supporting-text-l9IcDK {
    align-self: stretch;
    letter-spacing: 0.00px;
    text-align: center;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871204-7e32GQ {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871201-FxDcO0 {
    align-items: flex-start;
    background-color: var(--light-themegraypure-white);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    position: relative;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-ydIxLd {
    align-self: stretch;
    background-color: transparent;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .content-hgZ7Fg {
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 24px;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-CKgbXW {
    width: 672px;
}

.elokencia-u62-frequently-asked-questions-page .text-21xx0g {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .supporting-text-21xx0g {
    align-self: stretch;
    letter-spacing: 0.00px;
    text-align: left;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871202-FxDcO0 {
    align-items: flex-start;
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    position: relative;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-wbJpP4 {
    align-self: stretch;
    background-color: transparent;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .content-x6krF4 {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-Q8jIYb {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-MPCgCm {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618871203-FxDcO0 {
    align-items: flex-start;
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    position: relative;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-Txpclg {
    align-self: stretch;
    background-color: transparent;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .content-4BTD5N {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-dnkWz9 {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-6vnFZf {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-FxDcO0 {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-p1Qi36 {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-2bPNC2 {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-Q2GR6K {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-q1iu0B {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-ZvLxEP {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-pjUpQN {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-GPSgDW {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-0u7oLz {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-3RxGEh {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-VUNvIB {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-UhDFxr {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-5pxQ9W {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-IhJqxK {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-9nxOFp {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-gspTo9 {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-Kc1hSl {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-uLU8ts {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-x4XUNM {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-WnjOxJ {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-4MWk3G {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-LxPWhO {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-c3CvBf {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-MMxDXd {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .faq-item-BhlfRN {
    background-color: var(--light-themegraypure-white);
    border: 1px solid;
    border-color: var(--gray-nurse);
    border-radius: 8px;
    gap: 24px;
    padding: 24px;
    width: 768px;
}

.elokencia-u62-frequently-asked-questions-page .content-UqhJYx {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .text-and-supporting-text-alLAuL {
    flex: 1;
    flex-grow: 1;
}

.elokencia-u62-frequently-asked-questions-page .text-nZQzUt {
    align-self: stretch;
    letter-spacing: 0.00px;
    line-height: 30px;
}

.elokencia-u62-frequently-asked-questions-page .section-02-LhPhwc {
    background: radial-gradient(50% 50% at 50% 50%, rgb(22.000000588595867, 25.000000409781933, 62.00000010430813) 0%, rgb(27.000000290572643, 30.00000011175871, 69.00000348687172) 55.000001192092896%, rgb(61.00000016391277, 65.0000037252903, 110.00000104308128) 95.99999785423279%);
    background-color: transparent;
    border-radius: 12px 12px 0px 0px;
    height: 362px;
    overflow: hidden;
    position: relative;
    width: 1440px;
}

.elokencia-u62-frequently-asked-questions-page .layer_1-kFYB5G {
    height: 362px;
    top: 0px;
    width: 1440px;
}

.elokencia-u62-frequently-asked-questions-page .div-absolute-kFYB5G {
    background: radial-gradient(50% 50% at 50% 50%, rgba(147.00000643730164, 62.00000010430813, 231.00000143051147, 0.6800000071525574) 0%, rgba(0, 0, 0, 0) 55.000001192092896%);
    background-color: transparent;
    height: 1344px;
    left: 7px;
    mix-blend-mode: normal;
    position: absolute;
    top: -982px;
    transform: rotate(-180.00deg);
    width: 1425px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618872683-kFYB5G {
    background-color: transparent;
    height: 262px;
    left: 172px;
    position: absolute;
    top: 78px;
    width: 1097px;
}

.elokencia-u62-frequently-asked-questions-page .divcol-vRReuo {
    left: 622px;
    width: 165px;
}

.elokencia-u62-frequently-asked-questions-page .elokencia-Jx1a6e {
    background-color: transparent;
    height: 19px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 18.7px;
    position: absolute;
    text-align: left;
    top: -1px;
    white-space: nowrap;
    width: 105px;
}

.elokencia-u62-frequently-asked-questions-page .list-item-link-media-kit-Jx1a6e {
    background-color: transparent;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 110px;
    white-space: nowrap;
    width: 145px;
}

.elokencia-u62-frequently-asked-questions-page .list-item-link-disclaimer-Jx1a6e {
    background-color: transparent;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 31px;
    white-space: nowrap;
    width: 75px;
}

.elokencia-u62-frequently-asked-questions-page .list-item-link-privacy-policy-Jx1a6e {
    background-color: transparent;
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xxxs);
    font-style: normal;
    font-weight: 400;
    height: 27px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 70px;
    white-space: nowrap;
    width: 97px;
}

.elokencia-u62-frequently-asked-questions-page .divcol-IgdpvE {
    left: 808px;
    width: 203px;
}

.elokencia-u62-frequently-asked-questions-page .get-connected-cQSApJ {
    background-color: transparent;
    color: var(--light-themegraypure-white);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-xxxs);
    font-style: normal;
    font-weight: 700;
    height: 19px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 18.7px;
    position: absolute;
    text-align: left;
    top: -1px;
    white-space: nowrap;
    width: 135px;
}

.elokencia-u62-frequently-asked-questions-page .list-item-link-ecosystem-cQSApJ {
    background-color: transparent;
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 400;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 31px;
    white-space: nowrap;
    width: 107px;
}

.elokencia-u62-frequently-asked-questions-page .list-item-link-blog-cQSApJ {
    background-color: transparent;
    height: 26px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 70px;
    white-space: nowrap;
    width: 33px;
}

.elokencia-u62-frequently-asked-questions-page .list-item-link-newsletter-cQSApJ {
    background-color: transparent;
    height: 27px;
    left: 20px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 110px;
    white-space: nowrap;
    width: 78px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618872682-vRReuo {
    background-color: transparent;
    height: 24px;
    left: 1031px;
    position: absolute;
    top: 0px;
    width: 66px;
}

.elokencia-u62-frequently-asked-questions-page .button-img-mO56aO {
    background-color: transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 19px;
}

.elokencia-u62-frequently-asked-questions-page .button-en-mO56aO {
    background-color: transparent;
    color: var(--mischka);
    font-family: var(--font-family-helvetica-regular);
    font-size: 15.9px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    left: 23px;
    letter-spacing: 0.00px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: -1px;
    white-space: nowrap;
    width: 22px;
}

.elokencia-u62-frequently-asked-questions-page .button-svg-mO56aO {
    background-color: transparent;
    height: 17px;
    left: 49px;
    position: absolute;
    top: 4px;
    width: 17px;
}

.elokencia-u62-frequently-asked-questions-page .frame-1618872681-vRReuo {
    background-color: transparent;
    height: 158px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 329px;
}

.elokencia-u62-frequently-asked-questions-page .product-by-8Sml6V {
    background-color: transparent;
    color: var(--light-themegraypure-white);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 500;
    height: 16px;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 16px;
    position: absolute;
    text-align: left;
    top: -1px;
    white-space: nowrap;
    width: 92px;
}

.elokencia-u62-frequently-asked-questions-page .link-solana-foundation-svg-8Sml6V {
    background-color: transparent;
    height: 56px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 26px;
    width: 210px;
}

.elokencia-u62-frequently-asked-questions-page .elokencia-logo-K71aX7 {
    background-color: transparent;
    height: 47px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 206px;
}

.elokencia-u62-frequently-asked-questions-page .x2024-elokencia-all-rights-reserved-8Sml6V {
    background-color: transparent;
    color: #f9fafb;
    font-family: var(--font-family-helvetica-regular);
    font-size: var(--font-size-xxs);
    font-style: normal;
    font-weight: 400;
    height: 27px;
    left: 0px;
    letter-spacing: 0.00px;
    line-height: 27.3px;
    position: absolute;
    text-align: left;
    top: 130px;
    white-space: nowrap;
    width: 328px;
}

.elokencia-u62-frequently-asked-questions-page .social-links-8Sml6V {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    gap: 13.25px;
    left: 0px;
    position: absolute;
    top: 92px;
}

.elokencia-u62-frequently-asked-questions-page .social-icons-RCirK3 {
    margin-left: -0.28px;
}

.elokencia-u62-frequently-asked-questions-page .frame-23319-RCirK3 {
    background-color: transparent;
    height: 27.05224609375px;
    margin-bottom: -0.28px;
    margin-right: -0.28px;
    margin-top: -0.28px;
    position: relative;
    width: 27.0517578125px;
}

.elokencia-u62-frequently-asked-questions-page .shape2-kFYB5G {
    background-color: transparent;
    height: 362px;
    left: 1014px;
    position: absolute;
    top: 0px;
    width: 426px;
}

.elokencia-u62-frequently-asked-questions-page .content {
    background-color: transparent;
    position: relative;
}

.elokencia-u62-frequently-asked-questions-page .divider {
    align-self: stretch;
    background-color: transparent;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
}

.elokencia-u62-frequently-asked-questions-page .heading {
    align-self: stretch;
    background-color: transparent;
    font-style: normal;
    font-weight: 600;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
}

.elokencia-u62-frequently-asked-questions-page .heading-and-supporting-text {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

.elokencia-u62-frequently-asked-questions-page .social-icons {
    background-color: transparent;
    height: 27.05224609375px;
    margin-bottom: -0.28px;
    margin-top: -0.28px;
    position: relative;
    width: 27.0517578125px;
}

.elokencia-u62-frequently-asked-questions-page .text {
    background-color: transparent;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}
@media screen and (max-width: 1439px) {
    .screen.elokencia-u62-frequently-asked-questions-page {
        display: none;
    }
    .screen.elokencia-u62-about-page {
        display: none;
    }
}
@media screen and (min-width: 1440px) {
}



#anima-interface{
    transition: all 0.5s ease-in-out;
}

#anima-watermark {
    transition: all 0.5s ease-in-out;
    display: none;
}
#anima-watermark-link{
    position: fixed;
    bottom:20px;
    height:30px;
    border-radius: 1000px;
    background: #3B3B3B;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    user-select:none;
    transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    text-decoration:none;
    color:#fff;
    padding:8px 16px 8px 11px;
    font-family:Mulish, sans-serif;
    font-size:12px;
}
#anima-watermark-link .text {
    margin-left: 6px;
}

.omniview-anima-action-links .link{
    height: 30px;
    width: 30px;
    border-radius: 1000px;
    background: #3B3B3B;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    user-select:none;
    transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    text-decoration:none;
    color:#fff;
}
.omniview-anima-action-links #comment-link .text,.omniview-anima-action-links #code-link .text{
    display:none;
    font-size:12px;
    margin-right:5px;
}
.omniview-anima-action-links #comment-link:hover,.omniview-anima-action-links #code-link:hover{
    width:105px;
}
.omniview-anima-action-links #comment-link.pop-active,.omniview-anima-action-links #code-link.pop-active{
    width:105px;
    background: #FF6250;
}
.omniview-anima-action-links #comment-link.pop-active .text,.omniview-anima-action-links #code-link.pop-active .text{
    display:block
}
.omniview-anima-action-links #comment-link:hover .text,.omniview-anima-action-links #code-link:hover .text{
    display:block;
}

.link.navigation{
    position:fixed;
    left:50%;
    transform:translateX(-50%);
    width:auto;
    height:32px;
    color:#fff;
    font-size:12px;
    cursor:default;
    padding:0 5px;
}
.link.navigation .icon{
    margin:0 6px;
    fill:none;
    stroke:currentColor;
    cursor:pointer;
}
.link.navigation .icon.disabled{
    opacity:0.5;
    cursor:default;
}


.link.navigation .home-icon{
    margin-left:6px;
    fill:currentColor;
    stroke:currentColor;
    cursor:pointer;
}

.omniview-anima-action-links .restart{
    height: 30px;
    padding:0 12px;
    background: #3B3B3B;
    border-radius: 1000px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color:#f1f1f1;
    font-size: 12px;
}

.omniview-anima-action-links{
    display:flex;
    align-items:center;
    position:fixed;
    bottom:20px;
    right:20px;
    font-family:Mulish, sans-serif;
    transition: all 0.5s ease-in-out;
    opacity:1;
}

.omniview-anima-action-links > * + *{
    margin-right: 0;
    margin-left: 10px;
}

.idle{
    opacity:0;
    pointer-events:none;
}

#popoverOpener {
    position: absolute;
    left: 50%;
    margin-left: -10vw;
    text-align: center;
    top: 45vh;
    width: 20vw;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    font-family: "sans-serif";
    font-size: 14px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
    margin-top: -12px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    height: 100%;
    width: 100%;
    display:flex;
    overflow:hidden;
    font-family:Mulish, sans-serif;
}



.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}



#anima-comment-popover,#anima-code-popover{
    background:#333333;
    color:#fff;
}

#anima-comment-popover.top>.arrow,#anima-comment-popover.top>.arrow:after,#anima-code-popover.top>.arrow:after,#anima-code-popover.top>.arrow {
    border-top-color:#333;
}

#anima-comment-popover .btn,#anima-code-popover .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 20px;
    background: #FF6250;
    color:#fff;
    border-radius: 100px;
    width: max-content;
    text-decoration:none;
}

@media screen and (max-width: 550px) {
    #anima-watermark-link {
        padding: 6px !important;
    }
    #anima-watermark-link .text {
        display: none !important;
    }
}
