/* [Colors] */

body {
    --Black: #0f0f0f;
    --White: #f9f6f5;
    --Pink: #fa39ff;
    --Pink-Tint: #f680ff;
    --Mint: #15ffd2;
    --Mint-Tint: #d9fff8;
}

/* [Global] */

body {
    color: var(--Black);
    position: relative;
    font-size: 16px;
    background: var(--White);
    min-height: 100vh;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 1.4;
}

container {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
}

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Finlay';
    line-height: 1;
}

h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Finlay';
    line-height: 1;
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Finlay';
    line-height: 1;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Finlay';
    line-height: 1;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
}

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
}

button {
    cursor: pointer;
}

component {
    display: block;
}

rich-text {
}

blockquote {
    display: block;
    background: #00000008;
    margin-left: 0px;
    padding-top: 15px;
    margin-right: 0px;
    padding-left: 15px;
    border-radius: 6px;
    padding-right: 15px;
    padding-bottom: 15px;
}

blockquote  cite {
    color: rgb(139,139,139);
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
}

select {
    padding-right: 20px;
    margin-right: auto;
    padding-left: 20px;
    display: block;
    margin-left: auto;
}

select select {
    -moz-appearance: none;
    firefox-webkit-appearance: none;
    safariandchromeappearance: none;
}

/* [Classes] */

.stylesheet-part {
    padding: 60px 0px 60px 0px;
    border-bottom: 1px solid rgba(223,223,223,1.00);
}

.button-primary {
    color: var(--Black);
    background: var(--Mint);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    row-gap: 8px;
    text-decoration: none;
    word-break: normal;
    justify-content: center;
    width: fit-content;
    align-items: center;
    font-size: 16px;
    line-height: 1.41;
}

.button-primary:hover {
    color: var(--White);
    background: var(--Black);
}

.button-secondary {
    color: rgba(0,0,0,1.00);
    background: var(--Pink);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 0100px;
    text-decoration: none;
    word-break: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
}

.button-secondary:hover {
    background: var(--Black);
    color: var(--White);
}

.rich-text-dh-styling  hr {
    width: 100%;
    border: 0px solid rgba(0,0,0,1);
    height: 1px;
    display: block;
    border-top: 1px solid rgb(203,203,203);
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.rich-text-dh-styling {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.pink-outline-drop {
    border: 4px solid var(--Pink);
    box-shadow: -12px 12px 0px 0px var(--Pink);
    order: 0;
    display: block;
    border-radius: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.pink-outline-drop:nth-child(odd) div {
}

.mint-outline-drop {
    border: 4px solid var(--Mint);
    box-shadow: -12px 12px 0px 0px var(--Mint);
    border-radius: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.dh-absolute-image {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    object-fit: cover;
}

.dh-btn-primary {
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px none rgba(0,0,0,1);
    border-radius: 8px;
    text-decoration: none;
}

.dh-btn-primary:hover {
    background: rgb(54,54,54);
}

.button-tertiary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 100px;
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

body .t7 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t9 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t18 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t20 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t23 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t27 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t29 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t30 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t36 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t37 {
    display: flex;
    column-gap: 100px;
}

body .t40 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t48 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t57 {
}

body .t60 {
    height: 100fit-content;
    display: block;
    margin-top: 52px;
    min-height: 255px;
    padding-top: 0px;
    margin-bottom: 52px;
    padding-bottom: 52px;
}

body .t61 {
    height: 255px;
    object-fit: cover;
    border-radius: 32px;
}

body .t62 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t63 {
}

body .t64 {
    display: grid;
    row-gap: 40px;
    column-gap: 80px;
    grid-template-columns: 1fr 1fr;
}

body .t65 {
    display: flex;
    row-gap: 16px;
    align-self: center;
    column-gap: 16px;
    flex-direction: column;
}

body .t66 {
    max-width: 900px;
}

body .t67 {
    padding-top: 52px;
    padding-left: 52px;
    margin-bottom: 0px;
    padding-right: 52px;
    padding-bottom: 52px;
}

body .t68 {
    width: 100%;
    aspect-ratio: 1/1;
}

body .t70 {
    display: flex;
    row-gap: 12px;
    column-gap: 12px;
    flex-direction: row;
}

body .t71 {
    width: 20px;
    height: 20px;
}

body .t72 {
    font-size: 16px;
    font-weight: 600;
}

body .t74 {
    margin-top: 52px;
    padding-top: 0px;
    margin-bottom: 52px;
}

body .t76 {
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    margin-top: 104px;
    margin-bottom: 52px;
    grid-template-columns: 1fr 1fr;
}

body .t77 {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}

body .t78 {
    flex: 1 1 0%;
    display: flex;
    align-self: auto;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t79 {
    width: 72px;
    height: 72px;
}

body .t80 {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

body .t83 {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}

body .t84 {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

body .t87 {
    flex: 1 1 0%;
    display: flex;
    max-height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t88 {
    width: 72px;
    height: 72px;
}

body .t90 {
    margin-top: 52px;
    margin-bottom: 52px;
}

body .t92 {
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    grid-template-columns: 1fr 3fr;
}

body .t93 {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    flex-direction: column;
}

body .t95 {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
}

body .t98 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 32px;
}

body .t101 {
}

body .t104 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t106 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t107 {
    color: rgb(0,0,0);
    display: flex;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    justify-content: space-between;
}

body .t108 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
}

body .t109 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t110 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t111 {
    width: 50%;
    height: 50%;
    max-width: 550px;
    object-fit: cover;
    border-radius: 32px;
}

body .t112 {
    color: var(--Black);
    display: flex;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t113 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
}

body .t114 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t115 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t116 {
    width: 50%;
    height: 50%;
    object-fit: cover;
    border-radius: 32px;
}

body .t120 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: auto;
    z-index: 990;
    position: static;
    background: #f9f6f5;
    font-family: 'Inter';
    margin-left: auto;
    padding-top: 16px;
    margin-right: auto;
    padding-bottom: 16px;
}

body .t122 {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 2fr 1fr;
}

body .t123 {
}

body .t124 {
    height: 52px;
}

body .t126 {
    display: flex;
    justify-content: flex-end;
}

body .t127 {
    width: max-content;
    display: flex;
    row-gap: 12px;
    column-gap: 12px;
    font-family: 'Fredoka';
    flex-direction: row;
}

body .t128 {
    width: 20px;
    height: 20px;
}

body .t129 {
    font-size: 16px;
    font-weight: 600;
}

body .t130 {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

body .t130 > div {
    top: 0;
    position: relative;
    transition: 0.2s;
}

body .t130.dh-active > div:last-child {
    top: -45%;
    position: relative;
    transform: rotate(-45deg);
}

body .t130.dh-active > div:first-child {
    top: 45%;
    position: relative;
    transform: rotate(45deg);
}

body .t130.dh-active > div:nth-child(2) {
    opacity: 0;
}

body .t131 {
    width: 100%;
    height: 2px;
    background: rgb(255,255,255);
}

body .t132 {
    flex: 1 1 0%;
    display: flex;
    position: relative;
    align-items: center;
    font-family: 'Fredoka';
    font-weight: 600;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t133 {
    display: flex;
    column-gap: 40px;
}

body .t134 {
}

body .t135 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-weight: 500;
}

body .t135:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t136 {
    top: 80%;
    left: -50%;
    color: var(--Black);
    right: 50%;
    width: max-content;
    border: 4px solid var(--Mint);
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    background: var(--White);
    box-shadow: -12px 12px 0px 0px var(--Mint);
    margin-top: 16px;
    transition: all 200ms 0ms linear;
    margin-left: auto;
    padding-top: 10px;
    margin-right: auto;
    padding-left: 10px;
    border-radius: 32px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t137 {
    color: var(--Black);
    width: max-content;
    display: block;
    row-gap: 20px;
    background: var(--White);
    column-gap: 20px;
    margin-top: 0px;
    border-radius: 32px;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
}

body .t138 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
    text-decoration: none;
}

body .t138:hover {
    opacity: 50%;
}

body .t139 {
    width: 24px;
    height: 24px;
}

body .t140 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t141 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t142 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
}

body .t143 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t144 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

body .t144:hover {
    text-decoration: underline;
}

body .t147 {
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 50px;
}

body .t148 {
}

body .t149 {
    display: flex;
    column-gap: 100px;
}

body .t150 {
    width: 50%;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

body .t151 {
    width: 50%;
    height: 100%;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    align-items: flex-end;
    flex-direction: column;
}

body .t152 {
    width: 80%;
    height: 80%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t153 {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t154 {
    width: 50%;
    height: 60%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t155 {
    width: 50%;
    display: flex;
    padding-top: 100px;
    flex-direction: column;
    padding-bottom: 100px;
    justify-content: center;
}

body .t156 {
    color: var(--Black);
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 500;
}

body .t157 {
    font-size: 48px;
    font-weight: 500;
}

body .t158 {
    flex: 1 1 0%;
    display: flex;
    max-height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t159 {
    width: 72px;
    height: 72px;
}

body .t162 {
    flex: 1 1 0%;
    display: flex;
    max-height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t163 {
    width: 72px;
    height: 72px;
}

body .t165 {
    width: 20px;
    height: 20px;
}

body .t166 {
    font-size: 16px;
    font-weight: 600;
}

body .t168 {
    width: 20px;
    height: 20px;
}

body .t169 {
    font-size: 16px;
    font-weight: 600;
}

body .t171 {
    color: #152338;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 60px;
}

body .t172 {
}

body .t173 {
}

body .t174 {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Fredoka';
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t175 {
    font-size: 65px;
    text-align: center;
    font-weight: 500;
}

body .t176 {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    object-fit: cover;
    aspect-ratio: 21/9;
    border-radius: 32px;
}

body .t177 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t179 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t180 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t182 {
    display: flex;
    column-gap: 15px;
}

body .t183 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t185 {
    color: var(--Black);
    font-size: 14px;
    font-weight: 400;
}

body .t186 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t187 {
    color: var(--Black);
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t188 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: var(--White);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t190 {
    color: var(--Black);
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t191 {
    display: flex;
    column-gap: 15px;
}

body .t192 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t194 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t195 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t196 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: var(--White);
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t198 {
    color: var(--Black);
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t199 {
    display: flex;
    column-gap: 15px;
}

body .t201 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t202 {
    color: var(--Black);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t203 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t204 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t206 {
    display: flex;
    column-gap: 100px;
}

body .t207 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t208 {
    position: relative;
    border-radius: 20px;
}

body .t208.dh-active img {
    transform: rotate(180deg);
}

body .t209 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t210 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t211 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t212 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t213 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t214 {
    width: 50%;
    position: relative;
}

body .t215 {
    top: 152px;
    position: sticky;
}

body .t216 {
    font-size: 42px;
    font-weight: 700;
}

body .t217 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t218 {
}

body .t221 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t223 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t224 {
    color: rgb(0,0,0);
    display: flex;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

body .t225 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
}

body .t226 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t227 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t228 {
    width: 50%;
    height: 50%;
    max-width: 550px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t229 {
    color: #152338;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 60px;
}

body .t230 {
}

body .t231 {
}

body .t232 {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Fredoka';
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t233 {
    font-size: 65px;
    text-align: center;
    font-weight: 500;
}

body .t234 {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    object-fit: cover;
    aspect-ratio: 21/9;
    border-radius: 32px;
}

body .t236 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t238 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t239 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t241 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t242 {
    display: flex;
    column-gap: 15px;
}

body .t243 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t245 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t246 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t247 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t249 {
    display: flex;
    column-gap: 15px;
}

body .t251 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t252 {
    color: #0f0f0f;
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t253 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t254 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t255 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t257 {
    display: flex;
    column-gap: 15px;
}

body .t258 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t260 {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
}

body .t261 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t262 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t263 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t265 {
    display: flex;
    column-gap: 100px;
}

body .t266 {
    width: 50%;
    position: relative;
}

body .t267 {
    top: 152px;
    position: sticky;
}

body .t268 {
    font-size: 42px;
    font-weight: 700;
}

body .t269 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t270 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t271 {
    position: relative;
    border-radius: 20px;
}

body .t271.dh-active img {
    transform: rotate(180deg);
}

body .t272 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t273 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t274 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t275 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t276 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t277 {
    color: rgb(0,0,0);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t280 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t281 {
    border: 4px solid #15ffd2;
    display: flex;
    row-gap: 40px;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #15ffd2;
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 32px;
    padding-right: 32px;
    flex-direction: column;
    padding-bottom: 32px;
    justify-content: flex-start;
}

body .t281:nth-child(odd) {
    border: 4px solid #fa39ff;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #fa39ff;
}

body .t282 {
}

body .t283 {
    display: flex;
    row-gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

body .t286 {
    display: flex;
    margin-bottom: 52px;
    justify-content: space-between;
}

body .t287 {
    width: 100%;
    display: flex;
    max-width: 480px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t288 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    margin-bottom: 40px;
}

body .t289 {
    width: 100%;
    max-width: 556px;
}

body .t291 {
    color: #fa39ff;
}

body .t292 {
}

body .t295 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t297 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t298 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t299 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t300 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t301 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t302 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

body .t304 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t306 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t307 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t309 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t310 {
    display: flex;
    column-gap: 15px;
}

body .t311 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t313 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t314 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t315 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t317 {
    display: flex;
    column-gap: 15px;
}

body .t319 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t320 {
    color: #0f0f0f;
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t321 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t322 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t323 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t325 {
    display: flex;
    column-gap: 15px;
}

body .t326 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t328 {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
}

body .t329 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t330 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t331 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t333 {
    display: flex;
    column-gap: 100px;
}

body .t334 {
    width: 50%;
    position: relative;
}

body .t335 {
    top: 152px;
    position: sticky;
}

body .t336 {
    font-size: 42px;
    font-weight: 700;
}

body .t337 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t338 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t339 {
    position: relative;
    border-radius: 20px;
}

body .t339.dh-active img {
    transform: rotate(180deg);
}

body .t340 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t341 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t342 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t343 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t344 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t345 {
    position: relative;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 200px;
}

body .t347 {
    display: flex;
    row-gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t348 {
    max-width: 700px;
    text-align: center;
}

body .t349 {
    max-width: 500px;
    text-align: center;
    font-family: 'Fredoka';
}

body .t350 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t352 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t353 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t354 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t355 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t356 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t357 {
    width: 100%;
    height: auto;
    max-width: 550px;
    object-fit: cover;
    border-radius: 32px;
}

body .t358 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t359 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t360 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t361 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t362 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

body .t363 {
    color: var(--Black);
    font-size: 20px;
    text-decoration: none;
}

body .t364 {
    color: rgb(0,0,0);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t367 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t368 {
    border: 4px solid #15ffd2;
    display: flex;
    row-gap: 40px;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #15ffd2;
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 32px;
    padding-right: 32px;
    flex-direction: column;
    padding-bottom: 32px;
    justify-content: flex-start;
}

body .t368:nth-child(odd) {
    border: 4px solid #fa39ff;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #fa39ff;
}

body .t369 {
}

body .t370 {
    display: flex;
    row-gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

body .t373 {
    display: flex;
    margin-bottom: 52px;
    justify-content: space-between;
}

body .t374 {
    width: 100%;
    display: flex;
    max-width: 480px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t375 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    margin-bottom: 40px;
}

body .t376 {
    width: 100%;
    max-width: 556px;
}

body .t378 {
    color: #fa39ff;
}

body .t380 {
    width: 20px;
    height: 20px;
}

body .t381 {
    font-size: 16px;
    font-weight: 600;
}

body .t382 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t384 {
    display: flex;
    column-gap: 100px;
}

body .t385 {
    width: 50%;
    position: relative;
}

body .t386 {
    top: 152px;
    position: sticky;
}

body .t387 {
    font-size: 42px;
    font-weight: 700;
}

body .t388 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t389 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t390 {
    position: relative;
    border-radius: 20px;
}

body .t390.dh-active img {
    transform: rotate(180deg);
}

body .t391 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t392 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t393 {
    cursor: pointer;
    display: flex;
    font-size: 24px;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t394 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t395 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t396 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t398 {
    display: flex;
    column-gap: 100px;
}

body .t399 {
    width: 50%;
    position: relative;
}

body .t400 {
    top: 152px;
    position: sticky;
}

body .t401 {
    font-size: 42px;
    font-weight: 700;
}

body .t402 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t403 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t404 {
    position: relative;
    border-radius: 20px;
}

body .t404.dh-active img {
    transform: rotate(180deg);
}

body .t405 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t406 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t407 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t408 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t409 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t410 {
}

body .t412 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t414 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t415 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t416 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t417 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t418 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t419 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

body .t421 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t423 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t424 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t426 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t427 {
    display: flex;
    column-gap: 15px;
}

body .t428 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t430 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t431 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t432 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t434 {
    display: flex;
    column-gap: 15px;
}

body .t436 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t437 {
    color: #0f0f0f;
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t438 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t439 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t440 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t442 {
    display: flex;
    column-gap: 15px;
}

body .t443 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t445 {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
}

body .t446 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t447 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t448 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t450 {
    display: flex;
    column-gap: 100px;
}

body .t451 {
    width: 50%;
    position: relative;
}

body .t452 {
    top: 152px;
    position: sticky;
}

body .t453 {
    font-size: 42px;
    font-weight: 700;
}

body .t454 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t455 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t456 {
    position: relative;
    border-radius: 20px;
}

body .t456.dh-active img {
    transform: rotate(180deg);
}

body .t457 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t458 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t459 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t460 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t461 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t462 {
    position: relative;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 200px;
}

body .t464 {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t465 {
    display: flex;
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(-40deg) translate(5%,30%);
    align-items: center;
    border-radius: 32px;
    padding-bottom: 110%;
    justify-content: center;
}

body .t466 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t467 {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    max-height: 320px;
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t468 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    aspect-ratio: 1/1;
}

body .t469 {
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(40deg) translate(-5%,30%);
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t470 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t471 {
    display: flex;
    row-gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t472 {
    max-width: 700px;
    text-align: center;
}

body .t473 {
    max-width: 500px;
    text-align: center;
    font-family: 'Fredoka';
}

body .t474 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t476 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t477 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t478 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t479 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t480 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t481 {
    width: 100%;
    height: auto;
    max-width: 550px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t482 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t483 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t484 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t485 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t486 {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t488 {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t489 {
    display: flex;
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(-40deg) translate(5%,30%);
    align-items: center;
    border-radius: 32px;
    padding-bottom: 110%;
    justify-content: center;
}

body .t490 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t491 {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    max-height: 320px;
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t492 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    aspect-ratio: 1/1;
}

body .t493 {
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(40deg) translate(-5%,30%);
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t494 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t495 {
}

body .t497 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t499 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t500 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t501 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t502 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t503 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t504 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

body .t506 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t508 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t509 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t511 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t512 {
    display: flex;
    column-gap: 15px;
}

body .t513 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t515 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t516 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t517 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t519 {
    display: flex;
    column-gap: 15px;
}

body .t521 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t522 {
    color: #0f0f0f;
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t523 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t524 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t525 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t527 {
    display: flex;
    column-gap: 15px;
}

body .t528 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t530 {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
}

body .t531 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t532 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t533 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t535 {
    display: flex;
    column-gap: 100px;
}

body .t536 {
    width: 50%;
    position: relative;
}

body .t537 {
    top: 152px;
    position: sticky;
}

body .t538 {
    font-size: 42px;
    font-weight: 700;
}

body .t539 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t540 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t541 {
    position: relative;
    border-radius: 20px;
}

body .t541.dh-active img {
    transform: rotate(180deg);
}

body .t542 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t543 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t544 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t545 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t546 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t547 {
    position: relative;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 200px;
}

body .t549 {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t550 {
    display: flex;
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(-40deg) translate(5%,30%);
    align-items: center;
    border-radius: 32px;
    padding-bottom: 110%;
    justify-content: center;
}

body .t551 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t552 {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    max-height: 320px;
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t553 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    aspect-ratio: 1/1;
}

body .t554 {
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(40deg) translate(-5%,30%);
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t555 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t556 {
    display: flex;
    row-gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t557 {
    max-width: 700px;
    text-align: center;
}

body .t558 {
    max-width: 500px;
    text-align: center;
    font-family: 'Fredoka';
}

body .t559 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t561 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t562 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t563 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t564 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t565 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t566 {
    width: 100%;
    height: auto;
    max-width: 550px;
    object-fit: cover;
    border-radius: 32px;
}

body .t567 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t568 {
    order: 0;
    width: 100%;
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t569 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t570 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t571 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

body .t572 {
}

body .t574 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t576 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t577 {
    color: #0f0f0f;
    display: grid;
    row-gap: 40px;
    flex-wrap: nowrap;
    align-self: center;
    column-gap: 40px;
    align-items: center;
    padding-left: 0px;
    border-radius: 80px;
    margin-bottom: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t578 {
    order: 0;
    width: 100%;
    border: 4px solid var(--Mint);
    display: flex;
    row-gap: 20px;
    position: static;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t579 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t580 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t581 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 32px;
}

body .t583 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t585 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t586 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t588 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t589 {
    display: flex;
    column-gap: 15px;
}

body .t590 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t592 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t593 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t594 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t596 {
    display: flex;
    column-gap: 15px;
}

body .t598 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t599 {
    color: #0f0f0f;
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t600 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t601 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t602 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t604 {
    display: flex;
    column-gap: 15px;
}

body .t605 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t607 {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
}

body .t608 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t609 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t610 {
    position: relative;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 200px;
}

body .t612 {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t613 {
    display: flex;
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(-40deg) translate(5%,30%);
    align-items: center;
    border-radius: 32px;
    padding-bottom: 110%;
    justify-content: center;
}

body .t614 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t615 {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    max-height: 320px;
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t616 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    aspect-ratio: 1/1;
}

body .t617 {
    z-index: 2;
    overflow: hidden;
    position: relative;
    max-width: 320px;
    transform: rotate(40deg) translate(-5%,30%);
    border-radius: 32px;
    padding-bottom: 110%;
}

body .t618 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t619 {
    display: flex;
    row-gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t620 {
    color: var(--Black);
    max-width: 700px;
    text-align: center;
}

body .t621 {
    max-width: 500px;
    text-align: center;
    font-family: 'Fredoka';
}

body .t622 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t624 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t625 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t626 {
    width: 100%;
    height: auto;
    max-width: 550px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t627 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t628 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t629 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t630 {
    color: rgb(0,0,0);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t633 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t634 {
    border: 4px solid #15ffd2;
    display: flex;
    row-gap: 40px;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #15ffd2;
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 32px;
    padding-right: 32px;
    flex-direction: column;
    padding-bottom: 32px;
    justify-content: flex-start;
}

body .t634:nth-child(odd) {
    border: 4px solid #fa39ff;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #fa39ff;
}

body .t635 {
}

body .t636 {
    display: flex;
    row-gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

body .t639 {
    display: flex;
    margin-bottom: 52px;
    justify-content: space-between;
}

body .t640 {
    width: 100%;
    display: flex;
    max-width: 480px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t641 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    margin-bottom: 40px;
}

body .t642 {
    width: 100%;
    max-width: 556px;
}

body .t644 {
    color: #fa39ff;
}

body .t645 {
}

body .t647 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t648 {
}

body .t649 {
    display: grid;
    row-gap: 40px;
    column-gap: 80px;
    grid-template-columns: 1fr 1fr;
}

body .t650 {
    padding-top: 52px;
    padding-left: 52px;
    margin-bottom: 0px;
    padding-right: 52px;
    padding-bottom: 52px;
}

body .t651 {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
}

body .t652 {
    display: flex;
    row-gap: 16px;
    align-self: center;
    column-gap: 16px;
    flex-direction: column;
}

body .t653 {
    max-width: 900px;
}

body .t658 {
    color: rgb(0,0,0);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t661 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t662 {
    border: 4px solid #15ffd2;
    display: flex;
    row-gap: 40px;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #15ffd2;
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 32px;
    padding-right: 32px;
    flex-direction: column;
    padding-bottom: 32px;
    justify-content: flex-start;
}

body .t662:nth-child(odd) {
    border: 4px solid #fa39ff;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #fa39ff;
}

body .t663 {
}

body .t664 {
    display: flex;
    row-gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

body .t667 {
    display: flex;
    margin-bottom: 52px;
    justify-content: space-between;
}

body .t668 {
    width: 100%;
    display: flex;
    max-width: 480px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t669 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    margin-bottom: 40px;
}

body .t670 {
    width: 100%;
    max-width: 556px;
}

body .t672 {
    color: #fa39ff;
}

body .t673 {
    margin-top: 52px;
    padding-top: 0px;
    margin-bottom: 52px;
}

body .t675 {
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    margin-top: 104px;
    margin-bottom: 52px;
    grid-template-columns: 1fr 1fr;
}

body .t676 {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}

body .t677 {
    flex: 1 1 0%;
    display: flex;
    align-self: auto;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t678 {
    width: 72px;
    height: 72px;
}

body .t679 {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

body .t682 {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}

body .t683 {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

body .t686 {
    flex: 1 1 0%;
    display: flex;
    max-height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t687 {
    width: 72px;
    height: 72px;
}

body .t688 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t690 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t691 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t692 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    grid-column: span 2;
    flex-direction: column;
}

body .t693 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t694 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t695 {
    width: 100%;
    height: auto;
    max-width: 550px;
    object-fit: cover;
    border-radius: 32px;
}

body .t697 {
    height: 100fit-content;
    display: block;
    margin-top: 120px;
    min-height: 255px;
    padding-top: 0px;
    margin-bottom: 52px;
    padding-bottom: 52px;
}

body .t698 {
    height: 255px;
}

body .t699 {
    height: 255px;
    border-radius: 32px;
}

body .t700 {
    width: fit-content;
}

body .t701 {
    flex: 1 1 0%;
    display: none;
    max-height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t702 {
    width: 72px;
    height: 72px;
}

body .t703 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t705 {
    display: flex;
    column-gap: 100px;
}

body .t706 {
    width: 50%;
    position: relative;
}

body .t707 {
    top: 152px;
    position: sticky;
}

body .t708 {
    font-size: 42px;
    font-weight: 700;
}

body .t709 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t710 {
    width: 100%;
    height: fit-content;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
}

body .t711 {
    height: fit-content;
    display: block;
    position: relative;
    border-radius: 20px;
}

body .t711.dh-active img {
    transform: rotate(180deg);
}

body .t712 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t713 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t714 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t715 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t716 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t717 {
    flex: 1 1 0%;
    display: none;
    max-height: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

body .t718 {
    width: 72px;
    height: 72px;
}

body .t719 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t721 {
    display: flex;
    column-gap: 100px;
}

body .t722 {
    width: 50%;
    position: relative;
}

body .t723 {
    top: 152px;
    position: sticky;
}

body .t724 {
    font-size: 42px;
    font-weight: 700;
}

body .t725 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t726 {
    width: 100%;
    height: fit-content;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t727 {
    position: relative;
    border-radius: 20px;
}

body .t727.dh-active img {
    transform: rotate(180deg);
}

body .t728 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t729 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t730 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t731 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t732 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t734 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t735 {
}

body .t736 {
    display: grid;
    row-gap: 40px;
    column-gap: 80px;
    grid-template-columns: 1fr 1fr;
}

body .t737 {
    padding-top: 52px;
    padding-left: 52px;
    margin-bottom: 0px;
    padding-right: 52px;
    padding-bottom: 52px;
}

body .t738 {
    width: 100%;
    aspect-ratio: 1/1;
}

body .t739 {
    display: flex;
    row-gap: 16px;
    align-self: center;
    column-gap: 16px;
    flex-direction: column;
}

body .t740 {
    max-width: 900px;
}

body .t742 {
    color: rgb(255,255,255);
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 52px;
}

body .t744 {
    position: relative;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

body .t745 {
    width: 100%;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

body .t746 {
    display: block;
    grid-row: span 1;
    flex-wrap: wrap;
    align-self: center;
    text-align: center;
    align-items: center;
    grid-column: span 1;
    margin-left: auto;
    padding-top: 0px;
    margin-right: auto;
    padding-left: 0px;
    border-radius: 32px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
}

body .t747 {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
}

body .t749 {
    top: 50%;
    left: auto;
    right: 0%;
    width: 40px;
    bottom: auto;
    cursor: pointer;
    height: 40px;
    display: flex;
    z-index: 10;
    position: absolute;
    transform: translate(0px,-50%);
    transition: all 200ms 0ms ease;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

body .t749[aria-disabled='true'] {
    opacity: 30%;
}

body .t750 {
    width: 72px;
    height: 72px;
}

body .t751 {
    top: 50%;
    left: 0%;
    right: auto;
    width: 40px;
    bottom: auto;
    cursor: pointer;
    height: 40px;
    display: flex;
    z-index: 10;
    position: absolute;
    transform: translate(0%,-50%);
    transition: all 200ms 0ms ease;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

body .t751[aria-disabled='true'] {
    opacity: 30%;
}

body .t752 {
    width: 72px;
    height: 72px;
}

body .t754 {
    padding-top: 52px;
    margin-bottom: 0px;
    padding-bottom: 52px;
}

body .t758 {
    margin-top: 80px;
}

body .t759 {
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: center;
}

body .t760 {
    height: 80px;
}

body .t761 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

body .t763 {
    display: flex;
    row-gap: 16px;
    align-items: stretch;
    flex-direction: column;
}

body .t765 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    height: 120px;
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    max-height: 350px;
    min-height: 80px;
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t765::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t766 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t767 {
    display: flex;
    justify-content: flex-end;
}

body .t768 {
    border: 1px none rgba(0,0,0,1);
}

body .t769 {
    width: 20px;
    height: 20px;
}

body .t770 {
    font-size: 16px;
    font-family: 'Fredoka';
}

body .t772 {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

body .t773 {
    font-size: 14px;
}

body .t774 {
    color: rgb(0,0,0);
    text-decoration: underline;
}

body .t776 {
    width: 20px;
    cursor: pointer;
    height: 20px;
}

body .t777 {
    display: grid;
    row-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr;
}

body .t779 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t779::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t780 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t782 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t782::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t783 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t785 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t786 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t786::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t788 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t788::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t789 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t791 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t792 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t792::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t794 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

body .t795 {
    flex: 1 1 0%;
    color: rgba(0,0,0,1.00);
    width: 100%;
    border: 0px none rgba(0,0,0,1);
    cursor: pointer;
    height: 50px;
    display: block;
    background: rgba(15,15,15,0.05);
    min-height: 44px;
    padding-top: 0px;
    padding-left: 20px;
    border-radius: 8px;
    padding-right: 20px;
    padding-bottom: 0px;
}

body .t795:focus {
    outline: none;
}

body .t796 {
    padding-right: 20px;
}

body .t797 {
    width: 100px;
    font-family: 'Finlay';
    font-weight: 400;
}

body .t798 {
    display: none;
    row-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr;
}

body .t800 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    font-size: 14px;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding-top: 16px;
    padding-left: 16px;
    border-radius: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
}

body .t800::placeholder {
    color: rgba(0,0,0,0.75);
    font-family: 'Fredoka';
}

body .t801 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

body .t802 {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
}

body .t804 {
    width: 72px;
    height: 72px;
}

body .t806 {
}

body .t809 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t811 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t812 {
    color: rgb(0,0,0);
    display: flex;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

body .t813 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
}

body .t814 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t815 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t816 {
    width: 50%;
    height: 50%;
    max-width: 550px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t817 {
    color: #152338;
    font-family: 'Inter';
    padding-top: 152px;
    padding-bottom: 60px;
}

body .t818 {
}

body .t819 {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    object-fit: cover;
    aspect-ratio: 21/9;
    border-radius: 32px;
}

body .t820 {
}

body .t821 {
    font-size: 65px;
    text-align: center;
    font-weight: 500;
}

body .t822 {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Fredoka';
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t824 {
    display: none;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 152px;
}

body .t826 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t827 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(3deg) translate(0px,50px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 32px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t829 {
    display: flex;
    column-gap: 15px;
}

body .t831 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t832 {
    color: #0f0f0f;
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t833 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t834 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t835 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-6deg) translate(0px,20px);
    align-self: center;
    font-family: 'Fredoka';
    font-weight: 400;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t837 {
    display: flex;
    column-gap: 15px;
}

body .t838 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t840 {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
}

body .t841 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t842 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t843 {
    width: 100%;
    display: flex;
    max-width: 413px;
    transform: rotate(-3deg) translate(-20px,0px);
    align-self: center;
    background: #f9f6f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t845 {
    color: #0f0f0f;
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

body .t846 {
    display: flex;
    column-gap: 15px;
}

body .t847 {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

body .t849 {
    font-size: 16px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 600;
    margin-bottom: 5px;
}

body .t850 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t851 {
    color: rgb(0,0,0);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t854 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t855 {
    border: 4px solid #15ffd2;
    display: flex;
    row-gap: 40px;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #15ffd2;
    padding-top: 32px;
    padding-left: 32px;
    border-radius: 32px;
    padding-right: 32px;
    flex-direction: column;
    padding-bottom: 32px;
    justify-content: flex-start;
}

body .t855:nth-child(odd) {
    border: 4px solid #fa39ff;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #fa39ff;
}

body .t856 {
}

body .t857 {
    display: flex;
    row-gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

body .t860 {
    display: flex;
    margin-bottom: 52px;
    justify-content: space-between;
}

body .t861 {
    width: 100%;
    display: flex;
    max-width: 480px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

body .t862 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Fredoka';
    font-weight: 400;
    margin-bottom: 40px;
}

body .t863 {
    width: 100%;
    max-width: 556px;
}

body .t865 {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t867 {
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t868 {
    color: rgb(0,0,0);
    display: flex;
    row-gap: 40px;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
    border-radius: 80px;
    padding-right: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

body .t869 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
}

body .t870 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

body .t871 {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

body .t872 {
    width: 50%;
    height: 50%;
    max-width: 550px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 32px;
}

body .t873 {
}

body .t874 {
    color: rgb(255,255,255);
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    font-weight: 500;
}

body .t874:hover > div:last-child {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}

body .t875 {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

body .t876 {
    width: 12px;
    height: 12px;
    transition: all 200ms 0ms linear;
}

body .t877 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
}

body .t878 {
    top: 80%;
    left: -50%;
    color: #0f0f0f;
    right: 50%;
    width: max-content;
    border: 4px solid #15ffd2;
    bottom: auto;
    display: flex;
    opacity: 0%;
    z-index: 100;
    position: absolute;
    background: #f9f6f5;
    box-shadow: -12px 12px 0px 0px #15ffd2;
    margin-top: 16px;
    transition: all 200ms 0ms linear;
    margin-left: auto;
    padding-top: 10px;
    margin-right: auto;
    padding-left: 10px;
    border-radius: 32px;
    padding-right: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    pointer-events: none;
}

body .t879 {
    color: #0f0f0f;
    width: max-content;
    display: block;
    row-gap: 20px;
    background: #f9f6f5;
    column-gap: 20px;
    margin-top: 0px;
    border-radius: 32px;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
}

body .t880 {
    display: flex;
    position: relative;
    column-gap: 12px;
    align-items: center;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 7px;
    border-radius: 8px;
    padding-right: 7px;
    padding-bottom: 7px;
    text-decoration: none;
}

body .t880:hover {
    opacity: 50%;
}

body .t881 {
    width: 24px;
    height: 24px;
}

body .t882 {
    color: #0f0f0f;
    font-size: 20px;
    text-decoration: none;
}

body .t883 {
    top: -30px;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 35px;
    position: absolute;
}

body .t884 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

body .t884:hover {
    text-decoration: underline;
}

body .t885 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t887 {
    display: flex;
    column-gap: 100px;
}

body .t888 {
    width: 50%;
    position: relative;
}

body .t889 {
    top: 152px;
    position: sticky;
}

body .t890 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t891 {
    font-size: 42px;
    font-weight: 700;
}

body .t892 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t893 {
    position: relative;
    border-radius: 20px;
}

body .t893.dh-active img {
    transform: rotate(180deg);
}

body .t894 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t895 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t896 {
    cursor: pointer;
    display: flex;
    font-size: 24px;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t897 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t898 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t899 {
    display: none;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t901 {
    display: flex;
    column-gap: 100px;
}

body .t902 {
    width: 50%;
    position: relative;
}

body .t903 {
    top: 152px;
    position: sticky;
}

body .t904 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t905 {
    font-size: 42px;
    font-weight: 700;
}

body .t906 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t907 {
    position: relative;
    border-radius: 20px;
}

body .t907.dh-active img {
    transform: rotate(180deg);
}

body .t908 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t909 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t910 {
    cursor: pointer;
    display: flex;
    font-size: 24px;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t911 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t912 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

body .t913 {
    color: #152338;
    font-family: 'Inter';
    padding-top: 60px;
    padding-bottom: 60px;
}

body .t914 {
}

body .t915 {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    object-fit: cover;
    aspect-ratio: 21/9;
    border-radius: 32px;
}

body .t916 {
}

body .t919 {
    display: block;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t922 {
    color: rgb(255,255,255);
    background: #0f0f0f;
    margin-top: 52px;
    font-family: 'Inter';
    padding-top: 52px;
    padding-bottom: 52px;
}

body .t924 {
    height: fit-content;
    display: flex;
    row-gap: 52px;
    flex-direction: column;
    justify-content: flex-start;
}

body .t925 {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
}

body .t926 {
    display: flex;
    column-gap: 60px;
    align-items: flex-end;
    margin-left: auto;
    justify-content: flex-end;
    grid-template-columns: 1fr 1fr;
}

body .t927 {
    width: 30%;
    display: flex;
    row-gap: 20px;
    font-family: 'Fredoka';
    flex-direction: column;
    justify-content: flex-end;
}

body .t928 {
    font-size: 16px;
}

body .t929 {
    color: #f680ff;
}

body .t930 {
    width: 30%;
    display: flex;
    row-gap: 16px;
    font-family: 'Fredoka';
    flex-direction: column;
    justify-content: flex-end;
}

body .t931 {
    color: #f680ff;
}

body .t932 {
    color: rgb(255,255,255);
    font-size: 16px;
}

body .t932:hover {
    color: #d7a9e3;
}

body .t933 {
    display: flex;
    column-gap: 10px;
}

body .t934 {
    color: #15ffd2;
}

body .t934:hover {
    color: #ffffff;
}

body .t936 {
    width: 15%;
    display: flex;
    row-gap: 52px;
    flex-direction: column;
}

body .t944 {
    display: block;
    background: #f9f6f5;
    margin-top: 0px;
    font-family: 'Inter';
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t946 {
    display: flex;
    column-gap: 100px;
}

body .t947 {
    width: 50%;
    position: relative;
}

body .t948 {
    top: 152px;
    position: sticky;
}

body .t949 {
    font-size: 42px;
    font-weight: 700;
}

body .t950 {
    margin-top: 20px;
    font-family: 'Fredoka';
    font-weight: 400;
}

body .t951 {
    width: 100%;
    display: grid;
    max-width: 800px;
    column-gap: 0px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t952 {
    position: relative;
    border-radius: 20px;
}

body .t952.dh-active img {
    transform: rotate(180deg);
}

body .t953 {
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

body .t954 {
    font-family: 'Fredoka';
    margin-bottom: 20px;
}

body .t955 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t956 {
    width: 20px;
    transition: transform 200ms 0ms ease;
}

body .t957 {
    cursor: pointer;
    font-size: 24px;
    transition: color 200ms 0ms ease;
    font-weight: 700;
}

