 /*
Theme Name: Yotako
Author: Yotako team
Author URI: https://yotako.io/
Description: Design in Figma or AdobeXD. Publish in WordPress. The Figma/Adobe XD to WordPress plugin by Yotako is the fastest way of converting your beautiful design into a fully functional WordPress website in a few clicks without writing a single line of code! Get your custom domain, professional email, and world-class secure hosting, without the hassle.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: © Yotako 2016-2024
License URI:  https://yotako.io/
Tags: figma-to-wordpress, adobe-xd-to-wordpress, xd-to-wordpress, design-to-code, seamless-transition, design-to-wordpress
Yotako WordPress Theme, (C) 2024 Yotako.io
*/
 @import url("https://fonts.googleapis.com/css?display=swap&family=Nunito:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?family=Manrope:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css?family=Inter:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css?family=Funnel+Display:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Space+Mono:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Cousine:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("style-browsers-support.css");

 body,
 html {
   margin: 0;
   padding: 0;
 }

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

 p,
 a,
 h1,
 h2,
 h3 {
   margin: 0;
   color: unset;
   text-decoration: none;
 }

 button {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: inherit;
 }

 .yk_post_content p {
   margin: revert;
 }

 .yk_input_wrapper {
   position: relative;
   width: 100%;
 }

 .yk_input_wrapper>div {
   /* position:relative; */
   /* height:100% */
 }

 .yk_input_wrapper>.block-editor-inner-blocks {
   position: absolute;
   top: 0
 }

 .has-text-align-right {
   text-align: right !important;
 }

 .has-text-align-left {
   text-align: left !important;
 }

 .has-text-align-center {
   text-align: center !important;
 }

 .has-background {
   padding: initial !important;
 }

 body .yk_input_wrapper input::placeholder {
   text-align: start;
 }

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt-nav-item {
   /* the design wrapper is the flex row (label + icon); the anchor must not
       introduce its own box or the icon wraps under the label */
   display: contents;
 }

 body .yt-nav-item figure {
   margin: 0;
   display: flex;
   align-items: center;
 }

 body .wp-block-yotako-block-button button {
   /* the outer div carries the design box (bg, radius, flex); the native
       button must not add browser chrome or its own box */
   background: none;
   border: 0;
   padding: 0;
   margin: 0;
   font: inherit;
   color: inherit;
   cursor: pointer;
   display: contents;
 }

 body textarea.wp-block-yotako-block-input-text {
   /* textareas default to a monospace UA font and a resize grip - neither
       exists in the design */
   font-family: inherit;
   resize: none;
 }

 body .wp-block-video video {
   /* the figure carries the design size; the raw <video> otherwise renders at
       its intrinsic (or control-bar) size until media loads */
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }

 body .yt_text_background {
   background-size: 100%;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
 }

 body .yt_text_vertical_center {
   display: flex;
   justify-content: center;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_text_vertical_bottom {
   display: flex;
   justify-content: flex-end;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_custom_select_arrow {
   background-position-x: 95% !important;
   -webkit-appearance: none;
   appearance: none;
   padding: 10px;
 }

 body .yt_cover_size {
   object-fit: cover;
   height: inherit;
 }

 .yt_full_size {
   width: 100%;
   height: 100%;
 }

 [class^="container_"],
 [class*=" container_"],
 [class^="button_"],
 [class*=" button_"] {
   display: flex;
 }

 [class^="grid_"],
 [class*=" grid_"] {
   display: grid;
 }

 [class^="vp_"],
 [class*=" vp_"] {
   display: flex;
   flex-direction: column;
   /* Crop content that overhangs the artboard bounds, matching how Figma
     renders/exports artboards (elements bleeding past the frame edge are
     clipped and must not widen the page). */
   overflow-x: clip;
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

 .wp-block-image {
   margin: unset;
   padding: unset;
 }

 .wp-block-image img {
   vertical-align: top;
   border-radius: inherit;
   width: 100%;
 }

 .wp-block-yotako-block-input-text {
   position: relative;
   background: transparent;
   border: none;
 }

 .wp-block-image .components-resizable-box__container {
   max-width: unset !important;
 }

 .yt-post-template {
   justify-content: space-between !important;
 }

 body .yt-post-card {
   position: relative !important;
 }

 /* Post thumbnails bound from an image-fill container: the featured image
   must fill the container exactly like the original background fill did.
   The container's own class still carries the design-time background image —
   suppress it so only the per-post featured image shows. */
 .yt-post-thumbnail {
   overflow: hidden;
   background-image: none !important;
   position: relative;
 }

 /* A background fill ignores the container's padding — the bound featured
   image must do the same: fill the whole box, with siblings (e.g. category
   chips) layered above like in the design. */
 .yt-post-thumbnail .wp-block-post-featured-image {
   background-image: none !important;
   position: absolute;
   inset: 0;
   margin: 0;
 }

 .yt-post-thumbnail>*:not(.wp-block-post-featured-image) {
   position: relative;
   z-index: 1;
 }

 /* Meta bindings (date/author) are single-line labels in list cards; the
   shared post template must not wrap longer names of other posts. */
 .yt-post-card .wp-block-post-date,
 .yt-post-card .wp-block-post-author-name {
   white-space: nowrap;
 }

 .yt-post-thumbnail .wp-block-post-featured-image,
 .yt-post-thumbnail .wp-block-post-featured-image a,
 .yt-post-thumbnail .wp-block-post-featured-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 /* Designs using FIT/STRETCH image scaling keep their own fit mode. */
 .yt-post-thumbnail.yt-fit-contain .wp-block-post-featured-image img {
   object-fit: contain;
 }

 .yt-post-thumbnail.yt-fit-fill .wp-block-post-featured-image img {
   object-fit: fill;
 }

 body .yt_fill_size {
   height: fit-content !important;
   min-height: 100vh !important;
 }

 /* Reset ALL WordPress block margins and gaps */
 .wp-site-blocks,
 .wp-site-blocks>*,
 .wp-site-blocks * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 :where(body .is-layout-flow)>* {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Ensure yotako containers don't inherit WordPress block gap */
 .yotako-main,
 .yotako-main * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Remove WordPress default block gap */
 .wp-site-blocks {
   --wp--style--block-gap: 0 !important;
   gap: 0 !important;
 }

 /* Prevent extra space after last child in flex containers */
 [class^="viewport_"]:after,
 [class*=" viewport_"]:after {
   content: none !important;
 }

 .wp-block-yotako-block-form {
   display: none;
 }

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

 /* Map with overlay support */
 .yotako-map-container {
   position: relative;
   width: 100%;
   height: 100%;
 }

 .yotako-map-container .yotako-map-iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }

 .yotako-map-container .yotako-map-overlay {
   position: relative;
   z-index: 1;
   pointer-events: auto;
 }

 .yotako-map-container .yotako-map-overlay * {
   pointer-events: auto;
 }

 /* FAQ Accordion */
 .yotako-faq {
   width: 100%;
 }

 .yotako-faq-item {
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-question {
   cursor: pointer;
   user-select: none;
 }

 .yotako-faq-item .yotako-faq-answer {
   /* Height controlled by JavaScript for smooth animation */
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-arrow-open {
   display: none;
 }

 .yotako-faq-item .yotako-faq-arrow-close {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-open {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-close {
   display: none;
 }

 /* Carousel */
 .yotako-carousel {
   position: relative;
   overflow: hidden;
 }

 .yotako-carousel-inner {
   position: relative;
   width: 100%;
 }

 .yotako-carousel-item {
   display: none;
   width: 100%;
 }

 .yotako-carousel-item.active {
   display: block;
 }

 .yotako-carousel-prev,
 .yotako-carousel-next {
   cursor: pointer;
   user-select: none;
 }

 .yotako-carousel-indicators {
   display: flex;
   justify-content: center;
   gap: 8px;
 }

 .yotako-carousel-indicator {
   cursor: pointer;
   opacity: 0.5;
   transition: opacity 0.3s;
 }

 .yotako-carousel-indicator.active {
   opacity: 1;
 }

 /* Dropdown */
 .yotako-dropdown {
   position: relative;
 }

 .yotako-dropdown-trigger {
   cursor: pointer;
   user-select: none;
 }

 .yotako-dropdown-content {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 100;
   display: none;
   min-width: 100%;
 }

 .yotako-dropdown.open .yotako-dropdown-content {
   display: block;
 }

 .yotako-dropdown-option {
   cursor: pointer;
 }

 .yotako-dropdown-arrow {
   transition: transform 0.3s;
 }

 .yotako-dropdown.open .yotako-dropdown-arrow {
   transform: rotate(180deg);
 }

 /* Accessibility - Focus styles */
 .yotako-faq-item .yotako-faq-question:focus,
 .yotako-faq-item .yotako-faq-question:focus-visible,
 .yotako-carousel-prev:focus,
 .yotako-carousel-prev:focus-visible,
 .yotako-carousel-next:focus,
 .yotako-carousel-next:focus-visible,
 .yotako-carousel-indicator:focus,
 .yotako-carousel-indicator:focus-visible,
 .yotako-dropdown:focus,
 .yotako-dropdown:focus-visible,
 .yotako-dropdown-option:focus,
 .yotako-dropdown-option:focus-visible {
   outline: 2px solid currentColor;
   outline-offset: 2px;
 }

 /* Screen reader only content */
 .yotako-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
 }

 .imageview_7dcdf83f6322 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7dcdf83f6322 img {
   width: 100%;
   height: 100%;
 }

 .text_32c13b93917f {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_07c516c31b3a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5476eddf83bb {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_5476eddf83bb {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_5476eddf83bb {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_49ec7967c1ae {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_49ec7967c1ae img {
   width: 100%;
   height: 100%;
 }

 .text_413a52e27259 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a7b5ff97df49 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_a7b5ff97df49 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_a7b5ff97df49 {
   width: 70px;
   height: 36px;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_d2650d169618 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e3e14e794eb5 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_ff83917b28e3 {
   padding: 26px 0 19px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .text_4013c0bcadd7 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_e73051ae26ba {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_84ba01b6d781 {
   width: 398px;
   height: 88px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_84ba01b6d781 {
   overflow: visible;
 }

 .container_9afad06b0c52 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_04d455d87eda {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e8bba5cc7d2f {
   position: relative !important;
   overflow: visible;
   width: 117.63px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_14aa44586bff {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_14aa44586bff {
   width: fit-content;
   height: 52px;
   z-index: 0;
 }

 .container_nested_14aa44586bff {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .text_3f31a2d1b9f3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1a9706f3c0cd {
   position: relative !important;
   overflow: visible;
   width: 66.58px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_d4718b2e3b9f {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_d4718b2e3b9f {
   width: fit-content;
   height: 52px;
   z-index: 0;
 }

 .container_nested_d4718b2e3b9f {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_7e6a02a8cc0c {
   padding: 24px 0 0 0;
   width: 398px;
   height: 76px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_821723762746 {
   width: 100%;
   min-width: 0;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_821723762746 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8c11a516ae10 {
   width: 398px;
   height: 250.34px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 15px 15px 15px 15px;
 }

 .container_6f39e4d5ce3f {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_677d96c9fcae {
   padding: 40px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .text_b970d26837f3 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_276faccb238f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_40efccbb8092 {
   width: 380.54px;
   height: 73px;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_40efccbb8092 {
   overflow: visible;
 }

 .container_950de1e39915 {
   width: 368px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e7c5574ed1f {
   width: 398px;
   height: 73px;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1e7c5574ed1f {
   overflow: visible;
 }

 .container_97164d5c9e29 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf0daf62d579 {
   padding: 48px 28px 48px 27px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_572d9642fba6 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_acde48d3cc08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba6fa0a41e6b {
   width: 398px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ba6fa0a41e6b {
   overflow: visible;
 }

 .text-9bb69a261a98_ba6fa0a41e6b {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-b5f3daeaa4db_ba6fa0a41e6b {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f3726e10f7a6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_185d68073e0d {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_185d68073e0d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_bb2f4047c766 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c9a1439b6ef4 {
   position: relative !important;
   overflow: visible;
   width: 113.97px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_6cc50730a750 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_6cc50730a750 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_6cc50730a750 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_de8c9d00e7dc {
   width: 48px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_de8c9d00e7dc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d774d5d111bd {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9ee321eac944 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dc173ba48863 {
   position: relative !important;
   overflow: visible;
   width: 158.44px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_7163d797059e {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_7163d797059e {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_7163d797059e {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_3a412d93e13e {
   width: 23px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3a412d93e13e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2116486f37fe {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6d4f5d0177d7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_332b88436df1 {
   position: relative !important;
   overflow: visible;
   width: 100.75px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_b350e59840c3 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_b350e59840c3 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_b350e59840c3 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_88051eea4ac8 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_88051eea4ac8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_be7fe959bfbc {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d380620a51a6 {
   position: relative !important;
   overflow: visible;
   width: 106.79px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_2637e4be973f {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_2637e4be973f {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_2637e4be973f {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_188f266aa44e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_188f266aa44e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_188f266aa44e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5a1296b84b0 {
   padding: 40px 16px 40px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_1342e87336f2 {
   width: 398px;
   height: 64px;
   z-index: 0;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_1342e87336f2 {
   overflow: visible;
 }

 .container_b718ab40f7b8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_963a1238eba5 {
   width: 398px;
   height: 80px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_963a1238eba5 {
   overflow: visible;
 }

 .container_cc5a8c517e47 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cbf2537457ab {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9409f92e5542 {
   position: relative !important;
   overflow: visible;
   width: 135.64px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f805e810ead9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f805e810ead9 img {
   width: 100%;
   height: 100%;
 }

 .container_e3f1430ba500 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e3f1430ba500 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e3f1430ba500 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_e397fb78a390 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d1f9cf59d5e8 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d1f9cf59d5e8 img {
   width: 100%;
   height: 100%;
 }

 .text_89aea4089e1c {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_19902d4c707e {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_59e720135ebf {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_59e720135ebf {
   overflow: visible;
 }

 .container_e744288d7105 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b6ec21cf6aa {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_410a0a9b5399 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_1541f2aa01ae {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1541f2aa01ae img {
   width: 100%;
   height: 100%;
 }

 .text_df9a93125eff {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f2ac55a35256 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_27d6394f8f7d {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_27d6394f8f7d {
   overflow: visible;
 }

 .container_6ddb804ded79 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af0ee7400eb8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_48b286270b2a {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_f4559ec2ccb1 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f4559ec2ccb1 img {
   width: 100%;
   height: 100%;
 }

 .text_a58d22985ace {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3e79d4f55222 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf04fd4684f6 {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_cf04fd4684f6 {
   overflow: visible;
 }

 .container_c3d417f965ec {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b55e6b498fca {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d8bafcfc8a1c {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_f92258e45579 {
   width: 25px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f92258e45579 img {
   width: 100%;
   height: 100%;
 }

 .text_d905e328eaa4 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2286ad0f3171 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4c035d2a2acc {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_4c035d2a2acc {
   overflow: visible;
 }

 .container_cd446fb06b11 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c038b4dcc7ee {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab77bc8fc932 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_e8555e980419 {
   width: 25.03px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e8555e980419 img {
   width: 100%;
   height: 100%;
 }

 .text_79753d2c79b3 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d3aa57660b8e {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_130793cf7df3 {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_130793cf7df3 {
   overflow: visible;
 }

 .container_574a07591564 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e002cc8c203c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3850534f730 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_cd7fa93db819 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cd7fa93db819 img {
   width: 100%;
   height: 100%;
 }

 .text_4e0d8644d336 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1912e6084a0b {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_15ed03bdb9c6 {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_15ed03bdb9c6 {
   overflow: visible;
 }

 .container_3df27c023f22 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77891f91237d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d86ade402169 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_10336d8f77fc {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1333e7386876 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8caf101eb5d5 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_5bddb2a91762 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_20cab1d4a656 {
   width: 366px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_20cab1d4a656 {
   overflow: visible;
 }

 .container_c0d76cc908a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8e7948a15d6c {
   width: 366px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8e7948a15d6c {
   overflow: visible;
 }

 .container_0737cc51d150 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d2be997a094 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e4fb88e87278 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_59abb69a53f2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_59abb69a53f2 img {
   width: 100%;
   height: 100%;
 }

 .container_ec7230021570 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_ec7230021570 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_ec7230021570 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_bfa78bca26f1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1134a3f0cfa2 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1134a3f0cfa2 img {
   width: 100%;
   height: 100%;
 }

 .text_17f6e8913a88 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c1965405b175 {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f35f0909081f {
   width: 232px;
   height: 57px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f35f0909081f {
   overflow: visible;
 }

 .container_f87a8c237298 {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f7c85065518 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d393a991632 {
   padding: 18px 34px 18px 34px;
   width: 366px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_8ee40ad5d442 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8ee40ad5d442 img {
   width: 100%;
   height: 100%;
 }

 .text_d8f0d34f1114 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ee33a6b9669f {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eb2b4360dfc4 {
   width: 232px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_eb2b4360dfc4 {
   overflow: visible;
 }

 .container_8cff37785364 {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a15a2eef9d17 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe180eb2b10d {
   padding: 18px 34px 18px 34px;
   width: 366px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_fe180eb2b10d {
   width: 366px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_fe180eb2b10d {
   padding: 18px 34px 18px 34px;
   width: 366px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_34dd8bb01664 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_34dd8bb01664 img {
   width: 100%;
   height: 100%;
 }

 .text_4a784568ac50 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_217c63de6c44 {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee758d803aef {
   width: 232px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ee758d803aef {
   overflow: visible;
 }

 .container_a8b75985d0b3 {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f68780e8d604 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4b2f95162fd {
   padding: 18px 34px 18px 34px;
   width: 366px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .container_ba207ab0b5b9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5a9da121b005 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_0eb3af8f9564 {
   padding: 24px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c45937de9f87 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_3f356a44f479 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8e69387a3aa {
   width: 366px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c8e69387a3aa {
   overflow: visible;
 }

 .container_72cb3b48cc30 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab5d3b3f2f7e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2f1043e3a512 {
   width: 334px;
   height: 155px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2f1043e3a512 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_cbb364af9aa6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_985d733efd4f {
   width: 334px;
   height: 260px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_985d733efd4f {
   overflow: visible;
 }

 .container_b7c362e51915 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b4fb59c6aa4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_24b61583db29 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2f652fbf1bcd {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_71dfa7661425 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_71dfa7661425 img {
   width: 100%;
   height: 100%;
 }

 .container_c1e46af9e54d {
   padding: 0 24px 0 24px;
   width: 334px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_c1e46af9e54d {
   width: 334px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_c1e46af9e54d {
   padding: 0 24px 0 24px;
   width: 334px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_8b69988664ae {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_21d244e50e00 {
   width: 100%;
   min-width: 0;
   height: 716.91px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_a37bae051ed9 {
   padding: 8px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_56094b9d5ce2 {
   padding: 16px 16px 16px 16px;
   width: 430px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2ba4ce78cf9 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_f06042ea719e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_676c8521f0b7 {
   width: 366px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_676c8521f0b7 {
   overflow: visible;
 }

 .container_83eff9edb4cc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb06ef6acd32 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f77afc7d916e {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f77afc7d916e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2b68e98a3ad7 {
   width: 366px;
   height: 132.72px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_796097ca0e66 {
   width: 350.93px;
   height: 280px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_796097ca0e66 {
   overflow: visible;
 }

 .container_e9bee243a7a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_65cfe67f1f26 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_47a4c8c6b176 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3d5c105969b4 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fcac57488357 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fcac57488357 img {
   width: 100%;
   height: 100%;
 }

 .container_1c1c1dbdcc9c {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_1c1c1dbdcc9c {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_1c1c1dbdcc9c {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_674a2cdfac40 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e914bf89e4f5 {
   width: 100%;
   min-width: 0;
   height: 716.91px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_7f1e960d5ee4 {
   padding: 8px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a595f4264f88 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_6512bd083741 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3ea845a5aaae {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_26e76e0f0896 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8eeacdca7c1b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4c6fd87bbc19 {
   width: 100%;
   min-width: 0;
   height: 324px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4c6fd87bbc19 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_dcc48b49939f {
   width: 366px;
   height: 323.91px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_03261e79afb5 {
   width: 366px;
   height: 240px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_03261e79afb5 {
   overflow: visible;
 }

 .container_7293c9b53f76 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15226a16ea85 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3dbe2124a505 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e31513ab5660 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6310831c86c0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6310831c86c0 img {
   width: 100%;
   height: 100%;
 }

 .container_9ea765584702 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_9ea765584702 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_9ea765584702 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_2b3f9c9217ba {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d71e56dbcc8 {
   width: 100%;
   min-width: 0;
   height: 841.71px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_72e4112f7246 {
   padding: 16px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8c4589981ca {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_d4abd3433aa6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_340436d58cde {
   width: 616px;
   height: 28px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_340436d58cde {
   overflow: visible;
 }

 .container_786fc91c86f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dbf4b434e75c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_58253c734425 {
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_58253c734425 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_58cd6fdb5a4d {
   width: 371.41px;
   height: fit-content;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
 }

 .text_1f9d392f2821 {
   width: 366px;
   height: 200px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1f9d392f2821 {
   overflow: visible;
 }

 .container_ea85b50593f5 {
   width: 366px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d3f20a6224e5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_720d413c1477 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d17f2c8fe726 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_71adde17fbc7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_71adde17fbc7 img {
   width: 100%;
   height: 100%;
 }

 .container_5a66f2967e5b {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_5a66f2967e5b {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_5a66f2967e5b {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_bf44eade0463 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2bca0d6c2b27 {
   width: 100%;
   min-width: 0;
   height: 559px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_cf79f1c1e0b5 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0cee0cfb78b8 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_e10f182db27b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7f524582dd82 {
   width: 301.79px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7f524582dd82 {
   overflow: visible;
 }

 .container_a291508df791 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_63928ee21a66 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_dac464b786fe {
   width: 361px;
   height: 74px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_dac464b786fe img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c4cec4b556fe {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_0a178663febe {
   width: 366px;
   height: 220px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0a178663febe {
   overflow: visible;
 }

 .container_18252a27f225 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ef7a6895ba9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd02c10e9053 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c7bd0cad1fe7 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9e4c980f94c8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9e4c980f94c8 img {
   width: 100%;
   height: 100%;
 }

 .container_20ca7652f2e4 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_20ca7652f2e4 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_20ca7652f2e4 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_6125e98a950d {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2acc126d5dba {
   width: 100%;
   min-width: 0;
   height: 613px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_6a9f2e42cb28 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c086a672676 {
   width: 430px;
   height: 359px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e754d;
   mix-blend-mode: normal;
 }

 .container_b41222e9b33e {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 359px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/573:6813.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   opacity: 0.30000001192092896;
 }

 .imageview_cb5f8c76cf48 {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_cb5f8c76cf48 img {
   width: 100%;
   height: 100%;
 }

 .text_d4123f4e78aa {
   width: 398px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d4123f4e78aa {
   overflow: visible;
 }

 .container_a3e85ade9eb1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_514128aba112 {
   width: 398px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_514128aba112 {
   overflow: visible;
 }

 .container_e6ad0a9062bc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bddf94c68924 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c7a0518122dd {
   position: relative !important;
   overflow: visible;
   width: 147.63px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d0e70ba06a25 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d0e70ba06a25 img {
   width: 100%;
   height: 100%;
 }

 .container_96c1a0d22bb7 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_96c1a0d22bb7 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_96c1a0d22bb7 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_b2208c559563 {
   width: 398px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca96262392fe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 359.19px;
   flex-shrink: 0;
   z-index: 0;
   background: #0d2b22;
 }

 .text_8a2e5ac56f4e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_aa52da608213 {
   position: relative !important;
   overflow: visible;
   width: 80.27px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_edee0357acaa {
   width: 243px;
   height: 37px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_edee0357acaa img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_a93924b0d525 {
   width: 200px;
   height: 41px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a93924b0d525 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_8cab3132f99f {
   width: 398px;
   height: 60.13px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3810e4f94647 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd4f63202646 {
   padding: 40px 16px 40px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5b7f10864061 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5b7f10864061 {
   overflow: visible;
 }

 .container_17dfba80068c {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3053bfdbee38 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_82525e7e05ba {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_817d7c4b9c43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_817d7c4b9c43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_817d7c4b9c43 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_5edf0995cff9 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_f14a51106070 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f14a51106070 img {
   width: 100%;
   height: 100%;
 }

 .text_e8c397e0bc98 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_c0e1af415b64 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2733bcd76ae0 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_2733bcd76ae0 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_2733bcd76ae0 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c28d5249f29c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_020debde346b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0e0a3ca22da7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_24efd5d9406d {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f8917fc09a10 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7b9392cd8334 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1cc29b398c9f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_793fc50e9dd8 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5340d6dc041f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d8d884cb890 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4a7a7d09bfac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b2f3eb40d5ed {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f9d8a0a762e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8289950b193d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8668674f18af {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b60e3526cfb2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_189d4d364f4d {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_34fc19017b53 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2bfd74622af6 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8a9a4a7bf634 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a0765b09236c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_82ffcaec7b50 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b91784c3732e {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e6ee137b054d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3f77dce46eb2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_691532375387 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6f0631e3bd34 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_53e36d8e0988 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d1bbfea36b6c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5918fd66ded4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dfbb1b3a1b24 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3877f36f1a40 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3cacd557c786 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_19be7231a37f {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_78eff117c896 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5f3351d40ea2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_37990fbe9186 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ec579be56dc4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef07c28fc9a2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9847c16ac3ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9e74fa6e59b6 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0f4fa96bdb91 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d016a1d3bf3d {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fe9495ef6245 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5a337b13e20e {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_836f9e3133b7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1e9672519a89 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c642c1ca1f8c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_646eac5bd524 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1973788fb99e {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_1973788fb99e img {
   width: 100%;
   height: 100%;
 }

 .container_396992ebefef {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e28268f3e3d {
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_af6e21cef67a {
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   position: absolute !important;
   left: 100.77px;
   top: 0px;
 }

 .container_0e765c7455c7 {
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   position: absolute !important;
   left: 219.67px;
   top: 0px;
 }

 .container_883554642002 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_926fec90451d {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b13df70af6e4 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8f462373ce3c {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_4ab16cb8832e {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_da53672f1138 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_8fcadd2c273f {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_013f83d9de83 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_013f83d9de83 img {
   width: 100%;
   height: 100%;
 }

 .container_f500511577a7 {
   padding: 10px 24px 10px 24px;
   width: 332px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 641.96px;
   top: 398.65px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_f500511577a7 {
   position: absolute !important;
   left: 641.96px;
   top: 398.65px;
   width: 332px;
   height: 52px;
   z-index: 0;
 }

 .container_nested_f500511577a7 {
   padding: 10px 24px 10px 24px;
   width: 332px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .text_d3f842c1cd31 {
   width: 1452.57px;
   height: 42px;
   z-index: 0;
   position: absolute !important;
   left: 81.21px;
   top: 91px;
   line-height: 41.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_d3f842c1cd31 {
   overflow: visible;
 }

 .text_3d5a2172a129 {
   width: 880.71px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 367.61px;
   top: 169.92px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3d5a2172a129 {
   overflow: visible;
 }

 .text_06b5c1dcf9dd {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3a1f57e5a568 {
   width: 110.05px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_3aab4d2aebd2 {
   width: 37.62px;
   height: 37.62px;
   z-index: 1;
   position: absolute !important;
   left: 64.78px;
   top: 7.19px;
 }

 .imageview_3aab4d2aebd2 img {
   width: 100%;
   height: 100%;
 }

 .container_ec5987ffe8ba {
   position: relative !important;
   overflow: visible;
   width: 110.05px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_454d5b5cb664 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d54e51c3096a {
   padding: 0 70px 0 70px;
   width: 789.05px;
   height: 93px;
   z-index: 0;
   position: absolute !important;
   left: 413.44px;
   top: 249.68px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 58px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 999px 999px 999px 999px;
 }

 .text_a365d9d93079 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_a365d9d93079 {
   overflow: visible;
 }

 .text_d0a158219284 {
   width: fit-content;
   z-index: 0;
   line-height: 33.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_42ad406b1119 {
   width: 496.32px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3f1c970916a4 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3f1c970916a4 {
   overflow: visible;
 }

 .text_3e915ac0b651 {
   width: 496.32px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3e915ac0b651 {
   overflow: visible;
 }

 .container_2b7dfc18d28f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_13ca0fb3eaf0 {
   width: 586px;
   height: 182px;
   z-index: 0;
   position: absolute !important;
   left: 196px;
   top: 620.68px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_df29a4b5a318 {
   width: 579px;
   height: 358px;
   z-index: 0;
   position: absolute !important;
   left: 884px;
   top: 532.68px;
 }

 .imageview_df29a4b5a318 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_39ab86f7af26 {
   width: 579px;
   height: 358px;
   z-index: 0;
   position: absolute !important;
   left: 145.09px;
   top: 947.72px;
 }

 .imageview_39ab86f7af26 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_153982253ca5 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_153982253ca5 {
   overflow: visible;
 }

 .text_f71b8ae9c236 {
   width: fit-content;
   z-index: 0;
   line-height: 33.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dd2b6b213534 {
   width: 496.32px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2a2aeff3a71 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d2a2aeff3a71 {
   overflow: visible;
 }

 .text_a1165aae76ac {
   width: 496.32px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a1165aae76ac {
   overflow: visible;
 }

 .container_275d99f7637f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8087e712d0da {
   width: 580px;
   height: 182px;
   z-index: 0;
   position: absolute !important;
   left: 889.09px;
   top: 1035.72px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_80337b0544d6 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_80337b0544d6 {
   overflow: visible;
 }

 .text_b783b511a5c1 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b783b511a5c1 {
   overflow: visible;
 }

 .container_8b18339c6279 {
   width: 496.32px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ac39ed709f4e {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ac39ed709f4e {
   overflow: visible;
 }

 .text_3220eda1bf21 {
   width: 496.32px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3220eda1bf21 {
   overflow: visible;
 }

 .container_dea3103f5e9f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c94d0c6528b {
   width: 586px;
   height: 182px;
   z-index: 0;
   position: absolute !important;
   left: 196px;
   top: 1506.96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_71d375975f4b {
   width: 579px;
   height: 358px;
   z-index: 0;
   position: absolute !important;
   left: 890px;
   top: 1418.96px;
 }

 .imageview_71d375975f4b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .viewport_b4156df5b6c8 {
   width: 1615px;
   height: 1959px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_ac72e0bac702 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ac72e0bac702 img {
   width: 100%;
   height: 100%;
 }

 .text_1653aef27f62 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_19d6d22ec542 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03a8efd371c3 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_03a8efd371c3 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_03a8efd371c3 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0edcb10cfe89 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0edcb10cfe89 img {
   width: 100%;
   height: 100%;
 }

 .text_8535a28934ed {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6f4467a1dc3e {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_96682c1b0aa0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3712b85d347a {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_449496e045e5 {
   width: 390px;
   height: 88px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_449496e045e5 {
   overflow: visible;
 }

 .container_f2e05082e440 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f345ead4e95 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b9919ed2c08 {
   width: 374px;
   height: 42px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2b9919ed2c08 {
   overflow: visible;
 }

 .container_2199817878c3 {
   padding: 20px 8px 0 8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c209387b574e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 11.5px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b787991eeafd {
   position: relative !important;
   overflow: visible;
   width: 165.63px;
   height: 43.5px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_b787991eeafd {
   position: relative !important;
   overflow: visible;
   width: 165.63px;
   height: 43.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_b787991eeafd {
   width: 165.63px;
   height: 43.5px;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .text_2b014478d37d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 11.5px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e329ba284cd9 {
   position: relative !important;
   overflow: visible;
   width: 114.58px;
   height: 43.5px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e329ba284cd9 {
   position: relative !important;
   overflow: visible;
   width: 114.58px;
   height: 43.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e329ba284cd9 {
   width: 114.58px;
   height: 43.5px;
   z-index: 0;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_0ba024b6f4b3 {
   padding: 28px 0 0 0;
   width: 390px;
   height: 71.5px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f049bbd86fdd {
   width: 301.1px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 23.87px;
   top: 169.57px;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f049bbd86fdd {
   overflow: visible;
 }

 .container_72cb74900246 {
   position: relative !important;
   overflow: visible;
   height: 250px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #0000005c;
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_15584eb79fd8 {
   width: 100%;
   min-width: 0;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/573:4228.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

 .container_08f0bfc19243 {
   width: 100%;
   min-width: 0;
   height: 249.65px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 20px 20px 20px 20px;
 }

 .container_a3474fff5230 {
   padding: 32px 8px 0 8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d47c435bbe37 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: -0.5px;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c4a801c5182c {
   position: relative !important;
   overflow: visible;
   width: 51.86px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_d3b45d63f515 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: -0.5px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d634e9d3cdfd {
   position: relative !important;
   overflow: visible;
   width: 76.7px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_440fd364a6ed {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0234f2e810d {
   width: 122px;
   height: 42px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1a840dd158a4 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: -0.5px;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dc7a70bade35 {
   position: relative !important;
   overflow: visible;
   width: 59.46px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_b37f0b3afba6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: -0.5px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_511590cab329 {
   position: relative !important;
   overflow: visible;
   width: 89.8px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_88f875fc76c8 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a8b02279a5d {
   width: 122px;
   height: 42px;
   z-index: 0;
   position: absolute !important;
   left: 134px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_70942c968840 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fd8789cc0e3e {
   position: relative !important;
   overflow: visible;
   width: 40.8px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_b239bcbc4642 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: -0.5px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_15054d6688a6 {
   position: relative !important;
   overflow: visible;
   width: 62.3px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_3e6031b977c6 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4ff6c5a576e {
   width: 122px;
   height: 42px;
   z-index: 0;
   position: absolute !important;
   left: 268px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03a3281a91f5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_385f4c679b5e {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a2218c4f806 {
   width: 176px;
   height: 202px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000004d;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_5649424a652f {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 202px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/573:4869.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_b1d75282a5a2 {
   width: 86px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 45.06px;
   top: 23.18px;
 }

 .imageview_b1d75282a5a2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6363d49b7857 {
   width: 168.48px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 3.93px;
   top: 131.51px;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6363d49b7857 {
   overflow: visible;
 }

 .imageview_20f1f6ef6760 {
   width: 169px;
   height: 202px;
   z-index: 0;
   position: absolute !important;
   left: 185px;
   top: 0px;
 }

 .imageview_20f1f6ef6760 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_306f71f0bf51 {
   width: 119.75px;
   height: 44.17px;
   z-index: 1;
   position: absolute !important;
   left: 213.21px;
   top: 78.64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_60152ddd1404 {
   position: relative !important;
   overflow: visible;
   width: 354px;
   height: 201.57px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_2de7f207f4cb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 29px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_16c5e321004d {
   padding: 25px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
   border-radius: 0 0 30px 30px;
 }

 .text_1e17cdd0a134 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_554acfca9635 {
   padding: 4px 0 4px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_c45630246d11 {
   width: 114px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 173.07px;
   top: 16.93px;
 }

 .imageview_c45630246d11 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_f82cebe8bbde {
   width: 128.17px;
   height: 51.27px;
   z-index: 0;
   position: absolute !important;
   left: 464.71px;
   top: 0px;
 }

 .imageview_f82cebe8bbde img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ea7baaca7aa9 {
   width: 76.45px;
   height: 25.2px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 12.91px;
 }

 .imageview_ea7baaca7aa9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_5e931c427205 {
   width: 42.95px;
   height: 42.95px;
   z-index: 0;
   position: absolute !important;
   left: 103.29px;
   top: 3.71px;
 }

 .imageview_5e931c427205 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1ae62ab78510 {
   width: 96.52px;
   height: 28.96px;
   z-index: 0;
   position: absolute !important;
   left: 313.48px;
   top: 10.89px;
 }

 .imageview_1ae62ab78510 img {
   width: 100%;
   height: 100%;
 }

 .container_8f646398aee6 {
   position: relative !important;
   overflow: visible;
   width: 592.88px;
   height: 51.27px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_0f325b3277c3 {
   padding: 20px 20px 23px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_f55bcb0a5ea6 {
   width: 390px;
   height: 73px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f55bcb0a5ea6 {
   overflow: visible;
 }

 .container_966d5b76530d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_550bfdeea8ff {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_7ce2a590b8d0 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7ce2a590b8d0 img {
   width: 100%;
   height: 100%;
 }

 .container_f53f4ed40274 {
   padding: 12px 20px 12px 20px;
   width: 124px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 23.99px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 999px 999px 999px 999px;
 }

 .container_7b7eb1b55482 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 85px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_7b7eb1b55482 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 85px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7b7eb1b55482 {
   width: 100%;
   min-width: 0;
   height: 85px;
   z-index: 1;
 }

 .container_08bb566fa367 {
   width: 378.93px;
   height: 331.89px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_a9c9d9f0761a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 26.33px;
   top: 297.77px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_e2dc8f12473e {
   width: 17px;
   height: 17px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_e2dc8f12473e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_0ff8dd44b2e3 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .input_text_45eaea67fee9 {
   padding: 8.96px 13.44px 8.96px 13.44px;
   width: 321px;
   height: 40px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.96px;
   display: flex !important;
   flex-direction: row;
   border-radius: 894.89px 894.89px 894.89px 894.89px;
 }

 .wrapper_input_text_45eaea67fee9 {
   position: absolute !important;
   left: 20.06px;
   top: 112.08px;
   width: 321px;
   height: 40px;
 }

 .input_text_45eaea67fee9::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18px;
   text-align: center;
   word-wrap: normal;
   white-space: nowrap;
   color: #e1f5ee;
   font-family: 'Manrope';
 }

 .imageview_3123a1b2c407 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_3123a1b2c407 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_76d3c25d7a09 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .input_text_76a5dfc202dc {
   padding: 8.96px 13.44px 8.96px 13.44px;
   width: 321px;
   height: 41px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.96px;
   display: flex !important;
   flex-direction: row;
   border-radius: 894.89px 894.89px 894.89px 894.89px;
 }

 .wrapper_input_text_76a5dfc202dc {
   position: absolute !important;
   left: 20.06px;
   top: 157.08px;
   width: 321px;
   height: 41px;
 }

 .input_text_76a5dfc202dc::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18px;
   text-align: center;
   word-wrap: normal;
   white-space: nowrap;
   color: #e1f5ee;
   font-family: 'Manrope';
 }

 .imageview_f72bb98ad54e {
   width: 17px;
   height: 17px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_f72bb98ad54e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6c209117c4d5 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .input_text_de9334b8881c {
   padding: 8.96px 13.44px 8.96px 13.44px;
   width: 321px;
   height: 41px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.96px;
   display: flex !important;
   flex-direction: row;
   border-radius: 894.89px 894.89px 894.89px 894.89px;
 }

 .wrapper_input_text_de9334b8881c {
   position: absolute !important;
   left: 20.06px;
   top: 202.08px;
   width: 321px;
   height: 41px;
 }

 .input_text_de9334b8881c::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18px;
   text-align: center;
   word-wrap: normal;
   white-space: nowrap;
   color: #e1f5ee;
   font-family: 'Manrope';
 }

 .imageview_7c496a5c7ba3 {
   width: 14px;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_7c496a5c7ba3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fc23207ff34d {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .input_text_78594e2a195b {
   padding: 8.96px 13.44px 8.96px 13.44px;
   width: 321px;
   height: 41px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.96px;
   display: flex !important;
   flex-direction: row;
   border-radius: 894.89px 894.89px 894.89px 894.89px;
 }

 .wrapper_input_text_78594e2a195b {
   position: absolute !important;
   left: 20.06px;
   top: 247.08px;
   width: 321px;
   height: 41px;
 }

 .input_text_78594e2a195b::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18px;
   text-align: center;
   word-wrap: normal;
   white-space: nowrap;
   color: #e1f5ee;
   font-family: 'Manrope';
 }

 .text_bb46709c5425 {
   width: 289.11px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 22.84px;
   top: 28.4px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_bb46709c5425 {
   overflow: visible;
 }

 .text-33a615a4b13d_bb46709c5425 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-f6caf3054308_bb46709c5425 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_bfa246f06f56 {
   width: 379px;
   height: 385px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 352.01px;
 }

 .imageview_bfa246f06f56 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_202fafee9ada {
   position: relative !important;
   overflow: visible;
   width: 378.93px;
   height: 737.14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_47e26a3d8fd2 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #1d9e75ff 0%, #209771ff 7.14%, #23916cff 14.29%, #248a68ff 21.43%, #268364ff 28.57%, #277d60ff 35.71%, #28765bff 42.86%, #287057ff 50%, #296a53ff 57.14%, #29634fff 64.29%, #285d4bff 71.43%, #285747ff 78.57%, #285143ff 85.71%, #274b3fff 92.86%, #26453bff 100%);
 }

 .container_wrapper_47e26a3d8fd2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_47e26a3d8fd2 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #1d9e75ff 0%, #209771ff 7.14%, #23916cff 14.29%, #248a68ff 21.43%, #268364ff 28.57%, #277d60ff 35.71%, #28765bff 42.86%, #287057ff 50%, #296a53ff 57.14%, #29634fff 64.29%, #285d4bff 71.43%, #285747ff 78.57%, #285143ff 85.71%, #274b3fff 92.86%, #26453bff 100%);
 }

 .text_a99447dc31d2 {
   width: 302.5px;
   height: 99.34px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_47687ef4b2e8 {
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_fb799b7bd9c5 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e1eefede6390 {
   padding: 8px 0 8px 0;
   width: 183px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e1eefede6390 {
   width: 183px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e1eefede6390 {
   padding: 8px 0 8px 0;
   width: 183px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .text_6689a8df942a {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_03a67f848b21 {
   padding: 8px 0 8px 0;
   width: 183px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 999px 999px 999px 999px;
 }

 .container_108fbf3a7806 {
   padding: 8px 8px 8px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 999px 999px 999px 999px;
 }

 .container_e1b220598ef5 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 85px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cdf986e7d718 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_749cc82e5e66 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_749cc82e5e66 img {
   width: 100%;
   height: 100%;
 }

 .container_dfaeab3673b8 {
   padding: 10px 24px 10px 24px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_dfaeab3673b8 {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_dfaeab3673b8 {
   padding: 10px 24px 10px 24px;
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_418554a1d366 {
   width: 390px;
   height: 358.34px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_710d3ac41ffb {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_710d3ac41ffb {
   overflow: visible;
 }

 .text_9b96af096659 {
   width: 262.34px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9b96af096659 {
   overflow: visible;
 }

 .container_88d3b8696a45 {
   width: 291.28px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a7255fcc4ebb {
   width: 12.73px;
   height: 7.36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a7255fcc4ebb img {
   width: 100%;
   height: 100%;
 }

 .container_03c6a84825b6 {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_bd7993062dbf {
   width: 219.57px;
   height: 138.81px;
   z-index: 0;
   position: absolute !important;
   left: -1.72px;
   top: 26.01px;
 }

 .imageview_bd7993062dbf.wp-block-image {
   width: 216px !important;
   height: 135px !important;
   left: 0px !important;
   top: 26px !important;
   overflow: hidden;
 }

 .imageview_bd7993062dbf img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_51b5dbd08ed5 {
   width: 10.31px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_51b5dbd08ed5 img {
   width: 100%;
   height: 100%;
 }

 .text_32621229afed {
   width: fit-content;
   z-index: 1;
   line-height: 14.41px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_bf5347c63fcd {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_f9d81ba247e5 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 20.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #a09f9fff;
   border-right: 0.43px solid #a09f9fff;
   border-bottom: 0.43px solid #a09f9fff;
   border-left: 0.43px solid #a09f9fff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .text_4ab7740cd2fb {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_a923617740a4 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 12.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #a09f9fff;
   border-right: 0.43px solid #a09f9fff;
   border-bottom: 0.43px solid #a09f9fff;
   border-left: 0.43px solid #a09f9fff;
   position: absolute !important;
   left: 21.49px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_9c99307a97db {
   position: relative !important;
   overflow: visible;
   width: 34.08px;
   height: 15.59px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_bf161d96b56f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_edb226f1ac54 {
   padding: 4.29px 9.88px 4.29px 9.88px;
   width: 190.68px;
   height: 28.34px;
   z-index: 1;
   position: absolute !important;
   left: 12.51px;
   top: 49.08px;
   align-items: center;
   justify-content: center;
   gap: 4.29px 0;
   display: flex !important;
   flex-direction: column;
   background: #efefef;
   border-radius: 6.44px 6.44px 6.44px 6.44px;
 }

 .imageview_567ae4557d9d {
   width: 6.83px;
   height: 6.83px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_567ae4557d9d img {
   width: 100%;
   height: 100%;
 }

 .text_09b005c08a1e {
   width: fit-content;
   z-index: 1;
   line-height: 11.45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_ae55ed43dd52 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 3.98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_85075f237396 {
   padding: 3.41px 7.85px 3.41px 7.85px;
   width: 90.09px;
   height: 19.79px;
   z-index: 1;
   position: absolute !important;
   left: 14.65px;
   top: 129.07px;
   align-items: center;
   justify-content: center;
   gap: 3.41px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
   border-radius: 68.25px 68.25px 68.25px 68.25px;
 }

 .container_wrapper_85075f237396 {
   position: absolute !important;
   left: 14.65px;
   top: 129.07px;
   width: 90.09px;
   height: 19.79px;
   z-index: 1;
 }

 .container_nested_85075f237396 {
   padding: 3.41px 7.85px 3.41px 7.85px;
   width: 90.09px;
   height: 19.79px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 3.41px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
   border-radius: 68.25px 68.25px 68.25px 68.25px;
 }

 .imageview_1fb63f5dcf54 {
   width: 8.59px;
   height: 8.59px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1fb63f5dcf54 img {
   width: 100%;
   height: 100%;
 }

 .text_2367689263ac {
   width: fit-content;
   z-index: 1;
   line-height: 14.41px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_b4bae0541a82 {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_f8f56350abc0 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 20.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #1d9e75ff;
   border-right: 0.43px solid #1d9e75ff;
   border-bottom: 0.43px solid #1d9e75ff;
   border-left: 0.43px solid #1d9e75ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .text_b01dfb11e83f {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_7c7ffd252609 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 12.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #1d9e75ff;
   border-right: 0.43px solid #1d9e75ff;
   border-bottom: 0.43px solid #1d9e75ff;
   border-left: 0.43px solid #1d9e75ff;
   position: absolute !important;
   left: 21.49px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_1204f2771685 {
   position: relative !important;
   overflow: visible;
   width: 34.08px;
   height: 15.59px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_c547ff062a09 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_49334e82f1e7 {
   padding: 4.29px 9.88px 4.29px 9.88px;
   width: 190.68px;
   height: 28.34px;
   z-index: 1;
   border-top: 0.43px solid #5dcaa5ff;
   border-right: 0.43px solid #5dcaa5ff;
   border-bottom: 0.43px solid #5dcaa5ff;
   border-left: 0.43px solid #5dcaa5ff;
   position: absolute !important;
   left: 12.51px;
   top: 81.72px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 6.44px 6.44px 6.44px 6.44px;
 }

 .imageview_2b601f5db0d1 {
   width: 15.4px;
   height: 14.59px;
   z-index: 1;
   position: absolute !important;
   left: 191.14px;
   top: 133.17px;
 }

 .imageview_2b601f5db0d1 img {
   width: 100%;
   height: 100%;
 }

 .imageview_4ab1e417ff5f {
   width: 87.61px;
   height: 25.34px;
   z-index: 0;
   position: absolute !important;
   left: 128.96px;
   top: -0.43px;
 }

 .imageview_4ab1e417ff5f.wp-block-image {
   width: 87px !important;
   height: 25px !important;
   left: 129px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_4ab1e417ff5f img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_dbf1ec221662 {
   position: absolute !important;
   overflow: visible;
   width: 216.14px;
   height: 161.38px;
   z-index: 0;
   left: 67.28px;
   top: 27.73px;
 }

 .container_4930db36e7ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 216.84px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 9.09px 9.09px 9.09px 9.09px;
 }

 .container_07246ecde2ee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_643e5dff29d2 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_643e5dff29d2 {
   overflow: visible;
 }

 .text_5f1f795b6aa8 {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5f1f795b6aa8 {
   overflow: visible;
 }

 .container_729db1f87608 {
   width: 291.28px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fe499be352d3 {
   width: 12.73px;
   height: 7.36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fe499be352d3 img {
   width: 100%;
   height: 100%;
 }

 .container_5a2ba982d5ca {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_91e974f57d52 {
   width: fit-content;
   z-index: 0;
   line-height: 7.73px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_5d1c77730b75 {
   padding: 5.02px 5.02px 5.02px 5.02px;
   width: 33.34px;
   height: 35.65px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 5.02px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_760ba532c956 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 13.66px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_760ba532c956 {
   overflow: visible;
 }

 .text_e9095e33dedf {
   width: 100%;
   min-width: 0;
   height: 10px;
   z-index: 0;
   line-height: 9.04px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e9095e33dedf {
   overflow: visible;
 }

 .container_af3293a319d8 {
   width: 133.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb3416dc7ff7 {
   width: 176.96px;
   height: 35.65px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.04px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.02px 4.02px 4.02px 4.02px;
 }

 .text_72b2e2109d7f {
   width: fit-content;
   z-index: 0;
   line-height: 7.73px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_ad166a1bd1d2 {
   padding: 5.02px 5.02px 5.02px 5.02px;
   width: 33.34px;
   height: 35.65px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 5.02px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_c4b3927e9085 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 13.66px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c4b3927e9085 {
   overflow: visible;
 }

 .text_5c36dde98e6e {
   width: 100%;
   min-width: 0;
   height: 10px;
   z-index: 0;
   line-height: 9.04px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5c36dde98e6e {
   overflow: visible;
 }

 .container_87c8d3b2f6f3 {
   width: 133.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d8516be095e {
   width: 176.96px;
   height: 35.65px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 41.7px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.04px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.02px 4.02px 4.02px 4.02px;
 }

 .text_68e0d61ccb6b {
   width: fit-content;
   z-index: 0;
   line-height: 7.73px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_e8014d17bfb9 {
   padding: 5.02px 5.02px 5.02px 5.02px;
   width: 33.34px;
   height: 35.65px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 5.02px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_b99d60639ac2 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.04px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b99d60639ac2 {
   overflow: visible;
 }

 .text_7260e157ab50 {
   width: 100%;
   min-width: 0;
   height: 10px;
   z-index: 0;
   line-height: 9.04px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7260e157ab50 {
   overflow: visible;
 }

 .container_aa7e73547249 {
   width: 133.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c2ab23fa383 {
   width: 176.96px;
   height: 35.65px;
   z-index: 0;
   position: absolute !important;
   left: 16.67px;
   top: 82.1px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.04px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.02px 4.02px 4.02px 4.02px;
 }

 .text_1dda10e34cde {
   width: fit-content;
   z-index: 0;
   line-height: 7.73px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_79cb842f560e {
   padding: 5.02px 5.02px 5.02px 5.02px;
   width: 33.34px;
   height: 35.65px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 5.02px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_0724759e82a8 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 13.66px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0724759e82a8 {
   overflow: visible;
 }

 .text_391136b1bb91 {
   width: 100%;
   min-width: 0;
   height: 10px;
   z-index: 0;
   line-height: 9.04px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_391136b1bb91 {
   overflow: visible;
 }

 .container_49d712f9c2f7 {
   width: 133.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a89e2382ca7 {
   width: 176.96px;
   height: 35.65px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 122.51px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.04px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.02px 4.02px 4.02px 4.02px;
 }

 .container_wrapper_0a89e2382ca7 {
   position: absolute !important;
   left: 0px;
   top: 122.51px;
   width: 176.96px;
   height: 35.65px;
   z-index: 0;
 }

 .container_nested_0a89e2382ca7 {
   width: 176.96px;
   height: 35.65px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.04px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.02px 4.02px 4.02px 4.02px;
 }

 .imageview_dae81d5e051b {
   width: 71.53px;
   height: 71.53px;
   z-index: 1;
   position: absolute !important;
   left: 189.45px;
   top: 58.5px;
 }

 .imageview_dae81d5e051b img {
   width: 100%;
   height: 100%;
 }

 .container_1aa314ad915e {
   position: absolute !important;
   overflow: visible;
   width: 260.97px;
   height: 158.16px;
   z-index: 0;
   left: 51.7px;
   top: 28.93px;
 }

 .container_85d416a791d5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 216.04px;
   flex-shrink: 0;
   z-index: 0;
   background: #0d2b22;
   border-radius: 9.05px 9.05px 9.05px 9.05px;
 }

 .container_d4e5956410d8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_18dcb429bfad {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_18dcb429bfad {
   overflow: visible;
 }

 .text_f2eb1fb642df {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f2eb1fb642df {
   overflow: visible;
 }

 .container_71eaf4543069 {
   width: 291.28px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d6b01ece3825 {
   width: 12.73px;
   height: 7.36px;
   flex-shrink: 0;
   z-index: 0;
   transform-origin: center;
 }

 .imageview_d6b01ece3825 img {
   width: 100%;
   height: 100%;
 }

 .container_373a91ce39bd {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_7b21eccb0e1d {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7b21eccb0e1d {
   overflow: visible;
 }

 .text_d9ba0d41ab1a {
   width: 496.32px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d9ba0d41ab1a {
   overflow: visible;
 }

 .container_bfbea15aeb34 {
   width: 327px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4bb7dd552ad5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_53063155c886 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_625a1cd19078 {
   width: 263.55px;
   height: 153.19px;
   z-index: 0;
   border-top: 0.44px solid #ecececff;
   border-right: 0.44px solid #ecececff;
   border-bottom: 0.44px solid #ecececff;
   border-left: 0.44px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 1.03px;
   background: #fdfdfd;
   border-radius: 5.32px 5.32px 5.32px 5.32px;
   box-shadow: 0px 1.77px 1.77px #00000040;
 }

 .container_e1b5c01dc202 {
   width: 263.55px;
   height: 33.56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #efefef;
   border-radius: 5.32px 5.32px 0 0;
 }

 .text_aa450c73416b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 41.32px;
   top: 9.12px;
   line-height: 16.8px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .imageview_19ce69613d00 {
   width: 18.23px;
   height: 19.95px;
   z-index: 2;
   position: absolute !important;
   left: 14.22px;
   top: 6.81px;
 }

 .imageview_19ce69613d00 img {
   width: 100%;
   height: 100%;
 }

 .text_6db230393f17 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 235.88px;
   top: 12.79px;
   line-height: 7.98px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8fe5e02ce6c5 {
   position: absolute !important;
   overflow: visible;
   width: 263.55px;
   height: 33.56px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_55d89cfbc082 {
   width: 228.68px;
   height: 9px;
   z-index: 1;
   position: absolute !important;
   left: 20.02px;
   top: 42.03px;
   line-height: 8.87px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_55d89cfbc082 {
   overflow: visible;
 }

 .text_e374b9021116 {
   width: 204.19px;
   height: 9px;
   z-index: 1;
   position: absolute !important;
   left: 20.02px;
   top: 53.89px;
   line-height: 8.87px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e374b9021116 {
   overflow: visible;
 }

 .text_cfab84130e01 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 21.68px;
   top: 70.47px;
   line-height: 8.87px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_07f49f3d1eb9 {
   width: 110.37px;
   height: 58.07px;
   z-index: 1;
   border-top: 0.44px solid #c6c6c6ff;
   border-right: 0.44px solid #c6c6c6ff;
   border-bottom: 0.44px solid #c6c6c6ff;
   border-left: 0.44px solid #c6c6c6ff;
   position: absolute !important;
   left: 20.22px;
   top: 83.63px;
   background: #f2f2f2;
   border-radius: 2.22px 2.22px 2.22px 2.22px;
 }

 .container_33d0a57e6c75 {
   width: 111.26px;
   height: 58.07px;
   z-index: 1;
   position: absolute !important;
   left: 132.82px;
   top: 83.63px;
   background: #09211a;
   border-radius: 2.22px 2.22px 2.22px 2.22px;
 }

 .imageview_22ffb3fea3c2 {
   width: 93.09px;
   height: 3.55px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_22ffb3fea3c2 img {
   position: absolute;
   width: 96.6px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -1.8px;
   top: -1.8px;
 }

 .imageview_22ffb3fea3c2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_020a9c0b1b66 {
   width: 86.94px;
   height: 3.55px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_020a9c0b1b66 img {
   position: absolute;
   width: 90.5px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -1.8px;
   top: -1.8px;
 }

 .imageview_020a9c0b1b66.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_d0e4bf63bfe2 {
   width: 10.64px;
   height: 10.64px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_d0e4bf63bfe2 img {
   width: 100%;
   height: 100%;
 }

 .text_fb7a92386983 {
   width: fit-content;
   z-index: 2;
   line-height: 12.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b8ae71a5b585 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.76px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4acbc72a34f5 {
   padding: 4.43px 4.43px 4.43px 4.43px;
   width: 93.09px;
   height: 13.74px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 4.43px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3d3d3;
   border-radius: 2.22px 2.22px 2.22px 2.22px;
 }

 .imageview_031a684c0e2b {
   width: 93.09px;
   height: 3.55px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_031a684c0e2b img {
   position: absolute;
   width: 96.6px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -1.8px;
   top: -1.8px;
 }

 .imageview_031a684c0e2b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_46ab4cb1ca2c {
   width: 97.52px;
   height: 36.35px;
   z-index: 2;
   position: absolute !important;
   left: 26.87px;
   top: 94.27px;
   align-items: flex-start;
   justify-content: center;
   gap: 7.54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_aef48752a4a2 {
   width: 14.63px;
   height: 14.63px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_aef48752a4a2 img {
   width: 100%;
   height: 100%;
 }

 .text_9f19c36dfb46 {
   width: fit-content;
   z-index: 2;
   line-height: 8.87px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b297f9779943 {
   width: 40.34px;
   height: 29.93px;
   z-index: 2;
   position: absolute !important;
   left: 168.28px;
   top: 100.48px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4436949f54a5 {
   position: absolute !important;
   overflow: visible;
   width: 263.55px;
   height: 154.22px;
   z-index: 0;
   left: 45.23px;
   top: 32.33px;
 }

 .container_733a45fbd4f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 218.88px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 9.17px 9.17px 9.17px 9.17px;
 }

 .container_adc9b4ad867a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1d54e6329ced {
   width: 354px;
   height: 1238.77px;
   z-index: 0;
   position: absolute !important;
   left: 9px;
   top: 447.19px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7384c7e1a755 {
   position: relative !important;
   overflow: visible;
   width: 390px;
   height: 1685.96px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d71bfeb54331 {
   width: 354px;
   height: 388px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_d71bfeb54331 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_03ce5b790b91 {
   width: 296.29px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_03ce5b790b91 {
   overflow: visible;
 }

 .imageview_e953c2aa91d8 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e953c2aa91d8 img {
   width: 100%;
   height: 100%;
 }

 .text_9914dda87768 {
   width: 246.04px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9914dda87768 {
   overflow: visible;
 }

 .container_8ff1301a7db8 {
   padding: 0 28px 0 28px;
   width: 100%;
   min-width: 0;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #efefed;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_8ff1301a7db8 {
   width: 100%;
   min-width: 0;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_8ff1301a7db8 {
   padding: 0 28px 0 28px;
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #efefed;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_8a5c9ad90529 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_8a5c9ad90529 img {
   width: 100%;
   height: 100%;
 }

 .text_0391d59e06db {
   width: 183.47px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0391d59e06db {
   overflow: visible;
 }

 .container_f467874bf3f4 {
   padding: 0 28px 0 28px;
   width: 100%;
   min-width: 0;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #efefed;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_1259ef0f32c5 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1259ef0f32c5 img {
   width: 100%;
   height: 100%;
 }

 .text_febf20199a68 {
   width: 189.87px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_febf20199a68 {
   overflow: visible;
 }

 .container_3737a864912e {
   padding: 0 28px 0 28px;
   width: 100%;
   min-width: 0;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #efefed;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_3737a864912e {
   width: 100%;
   min-width: 0;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_3737a864912e {
   padding: 0 28px 0 28px;
   width: 100%;
   min-width: 0;
   height: 55px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #efefed;
   border-radius: 15px 15px 15px 15px;
 }

 .text_491221d9c5b5 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_a5687d62712d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a5687d62712d img {
   width: 100%;
   height: 100%;
 }

 .container_fb42ca065529 {
   padding: 10px 27px 10px 27px;
   width: 308px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_fb42ca065529 {
   width: 308px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_fb42ca065529 {
   padding: 10px 27px 10px 27px;
   width: 308px;
   height: 52px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 999px 999px 999px 999px;
 }

 .container_776f3c53f727 {
   width: 325px;
   height: 279.61px;
   z-index: 1;
   position: absolute !important;
   left: 15.06px;
   top: 25.38px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

 .container_ad922c3433fc {
   position: relative !important;
   overflow: visible;
   width: 354px;
   height: 388.33px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 30px 30px 30px 30px;
 }

 .container_b7a5fe9c12d3 {
   width: 430px;
   height: 897.81px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #e1f5eeff 0%, #5dcaa5ff 60%);
 }

 .text_3498a77b1876 {
   width: 310.97px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 49.88px;
   top: 43.23px;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3498a77b1876 {
   overflow: visible;
 }

 .text_cfbed43b95df {
   width: 310.97px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 49.88px;
   top: 160.23px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_cfbed43b95df {
   overflow: visible;
 }

 .container_9e97cfdb75b5 {
   width: 169px;
   height: 293px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000033;
   border-radius: 15px 15px 15px 15px;
   mix-blend-mode: normal;
 }

 .container_cf6f5439edfc {
   position: absolute !important;
   overflow: visible;
   width: 169px;
   height: 293px;
   z-index: 1;
   left: 38px;
   top: 242.61px;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/573:5407.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 15px 15px 15px 15px;
 }

 .text_c2bfee393644 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c2bfee393644 {
   overflow: visible;
 }

 .text_b95408b1a73f {
   width: 100%;
   min-width: 0;
   height: 114px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b95408b1a73f {
   overflow: visible;
 }

 .container_47d2171b6c80 {
   width: 144.93px;
   height: 84.45px;
   z-index: 2;
   position: absolute !important;
   left: 50.04px;
   top: 259.88px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ce5560572479 {
   width: 73.38px;
   height: 73.7px;
   z-index: 2;
   position: absolute !important;
   left: 133.62px;
   top: 455.61px;
 }

 .imageview_ce5560572479 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d2f11f97a046 {
   width: 169px;
   height: 293px;
   z-index: 1;
   position: absolute !important;
   left: 223px;
   top: 242.61px;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_d2f11f97a046 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_2eb7faf9776f {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2eb7faf9776f {
   overflow: visible;
 }

 .text_cde94dd10333 {
   width: 100%;
   min-width: 0;
   height: 114px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_cde94dd10333 {
   overflow: visible;
 }

 .container_d11740e2f6f1 {
   width: 144.93px;
   height: 84.45px;
   z-index: 2;
   position: absolute !important;
   left: 235.04px;
   top: 259.88px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_65d1dfa79a2c {
   width: 73.38px;
   height: 73.7px;
   z-index: 2;
   position: absolute !important;
   left: 318.62px;
   top: 455.61px;
 }

 .imageview_65d1dfa79a2c img {
   width: 100%;
   height: 100%;
 }

 .container_41bb904d7cdd {
   width: 172px;
   height: 299px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #01764e80;
   border-radius: 15px 15px 15px 15px;
   mix-blend-mode: normal;
 }

 .container_4ab0e914f4a4 {
   position: absolute !important;
   overflow: visible;
   width: 172px;
   height: 299px;
   z-index: 1;
   left: 220px;
   top: 547.61px;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/573:5421.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 15px 15px 15px 15px;
 }

 .text_0094531335e3 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_6fd2f7c8fc47 {
   width: 100%;
   min-width: 0;
   height: 133px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6fd2f7c8fc47 {
   overflow: visible;
 }

 .container_e592bd37484c {
   width: 147.5px;
   height: 86.17px;
   z-index: 2;
   position: absolute !important;
   left: 232.25px;
   top: 565.23px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c85b1fce4bfe {
   width: 73.28px;
   height: 73.8px;
   z-index: 2;
   position: absolute !important;
   left: 318.72px;
   top: 772.81px;
 }

 .imageview_c85b1fce4bfe img {
   width: 100%;
   height: 100%;
 }

 .imageview_2acd3a319b4f {
   width: 172px;
   height: 299px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 547.61px;
 }

 .imageview_2acd3a319b4f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c6ca4c14500c {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_6bee638eeba1 {
   width: 100%;
   min-width: 0;
   height: 133px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6bee638eeba1 {
   overflow: visible;
 }

 .container_8e2d8beba5a2 {
   width: 147.2px;
   height: 86.11px;
   z-index: 2;
   position: absolute !important;
   left: 50.23px;
   top: 565.22px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5ec483f4d3bf {
   width: 73.23px;
   height: 73.84px;
   z-index: 2;
   position: absolute !important;
   left: 133.77px;
   top: 772.53px;
 }

 .imageview_5ec483f4d3bf img {
   width: 100%;
   height: 100%;
 }

 .container_189642488d73 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 897.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_0f70788a7db2 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_31f664d14677 {
   padding: 8px 0 0 0;
   width: 390px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ad543ce094f {
   width: 390px;
   height: 42px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2ad543ce094f {
   overflow: visible;
 }

 .container_d7690478e0d1 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6ec59ee1fd7f {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_6ec59ee1fd7f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d53eba6d2dec {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 20px 20px 20px 20px;
 }

 .container_2d37cb7841b3 {
   padding: 28px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d08dd322d101 {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0c1025d16350 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_abcc0f9f2520 {
   width: 350px;
   height: 63px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_abcc0f9f2520 {
   overflow: visible;
 }

 .container_fedc24bbd5b8 {
   padding: 8px 0 0 0;
   width: 350px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b785b20adac {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_30874285f3ea {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0b6950b71d01 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8b734e7cca08 {
   width: 350px;
   height: 63px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8b734e7cca08 {
   overflow: visible;
 }

 .container_c6286c58a527 {
   padding: 8px 0 0 0;
   width: 350px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_71aa67699abd {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_7063be760be8 {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_17579202f41c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d2d8869699a {
   width: 350px;
   height: 63px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6d2d8869699a {
   overflow: visible;
 }

 .container_e7af50c8c55c {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7bea052feca4 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_85c5bcab1581 {
   padding: 32px 0 0 0;
   width: 390px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_06bbd890c650 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_f2bdc3bd8e75 {
   width: 100%;
   min-width: 0;
   height: 1749px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f7ce9bb7f9a {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_556fd06256de {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4574d0bd6f80 {
   width: 390px;
   height: 75px;
   z-index: 0;
   line-height: 25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_4574d0bd6f80 {
   overflow: visible;
 }

 .container_06b3a422915b {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7a12b484ff58 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_7a12b484ff58 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_f821d6235eac {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/573:6096.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_722da7908a58 {
   width: fit-content;
   z-index: 0;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b883328c9a7a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c870449fd771 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_222fc961cd7c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.800000011920929;
 }

 .container_cc5af22c8e7f {
   width: 213.56px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cea7aaabe936 {
   padding: 32px 0 0 0;
   width: 390px;
   height: 80px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fedd3c1e997e {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(90deg, #033125ff 0%, #03382aff 7.14%, #043e2fff 14.29%, #044535ff 21.43%, #054c3aff 28.57%, #055340ff 35.71%, #065a45ff 42.86%, #06624bff 50%, #076950ff 57.14%, #077056ff 64.29%, #08785cff 71.43%, #088062ff 78.57%, #098768ff 85.71%, #0a8f6eff 92.86%, #0a9774ff 100%);
 }

 .container_c9e1fa9e8596 {
   width: 100%;
   min-width: 0;
   height: 913.88px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(185deg, #f0f3ebff 7.33%, #e1f5eeff 103.91%);
 }

 .container_f1982e379414 {
   width: 430px;
   height: 1186.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ef551a357dc9 {
   width: 16px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ef551a357dc9 img {
   position: absolute;
   width: 17.5px !important;
   height: 23.7px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.9px;
 }

 .imageview_ef551a357dc9.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_b94acdcdadba {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b94acdcdadba {
   overflow: visible;
 }

 .text_4e25bd6e520f {
   width: 258.84px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_4e25bd6e520f {
   overflow: visible;
 }

 .container_fa37a40429ff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc929bab1d37 {
   width: 100%;
   min-width: 0;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_7b7bd5e43c80 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_327a3bb94b9a {
   padding: 25px 27px 25px 27px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_28dbe2aa610b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_28dbe2aa610b img {
   width: 100%;
   height: 100%;
 }

 .text_31e61c4def84 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_31e61c4def84 {
   overflow: visible;
 }

 .text_815cd1c5029b {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_815cd1c5029b {
   overflow: visible;
 }

 .container_3a6e24a4de7a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_34f071328b11 {
   width: 100%;
   min-width: 0;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_df10a600e60d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_701f3f6c0bae {
   padding: 25px 27px 25px 27px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_36bfa1cbe932 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_36bfa1cbe932 img {
   width: 100%;
   height: 100%;
 }

 .text_f81501e7cbf9 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f81501e7cbf9 {
   overflow: visible;
 }

 .text_ec51a75f3547 {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ec51a75f3547 {
   overflow: visible;
 }

 .container_0212b4333ac9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a90c2c0a5d9f {
   width: 100%;
   min-width: 0;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_cfdd3b37d690 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb587bdc649d {
   padding: 25px 27px 25px 27px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_70ed45720bc1 {
   width: 354px;
   height: 730px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 413.76px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c627ac9484e7 {
   width: 233.75px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 43.62px;
   top: 337.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_0b27c2b432ec {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 1186.88px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_12e4e885792e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_88e2e72c1fb6 {
   width: 430px;
   height: 5070.17px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_81a9b56ddfec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 5070.17px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_39ee540b3ba5 {
   width: 353.29px;
   height: 115px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_39ee540b3ba5 {
   overflow: visible;
 }

 .container_31beaf70931f {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fdb5bf8fa78b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0173f4781aba {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 1;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_e54c583b1982 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_e54c583b1982 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e54c583b1982 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 1;
 }

 .container_c3ffc0990a11 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_4c3d2e1f6371 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4c3d2e1f6371 img {
   width: 100%;
   height: 100%;
 }

 .text_4a2b66565725 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_54cc146bf57c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e0a4b7b9851 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_1e0a4b7b9851 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_1e0a4b7b9851 {
   width: 203px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6736bca617bd {
   width: 390px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 40px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d7d050e0f607 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_91b4b064e09e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8bce223e4374 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bd3bb57974c5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d7e9fd9ed35 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_59dcd6f58515 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e87f9a5523c5 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f14e71584948 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b63ac4b0e9d0 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1699ab197174 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_181d025cc26d {
   width: 179px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1796e2fd01e7 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_812b74d0398c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ecf411841367 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_470386f29a58 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_45d4e182d2be {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_301d05ca907a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f1e2b64231ac {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f97e8a754e5b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_367e0a9c2dea {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_32dde8d6ac5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_51fbc51e0697 {
   width: 179px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6435d0de1e3c {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5c704e27b78c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_af056555a82a {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7e6d71517282 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_973121b59168 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_af604834a22a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_114a72b777e4 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ab4f19c0791d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_485cc1e9af5c {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_56d38fca7860 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_284cc65e8e34 {
   width: 179px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cde15603bb80 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_29894a5d9e5b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_50e9cf11f409 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a8f4a44c3653 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1ad53391fb4a {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f79cbebcbc36 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_39072b014cfa {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d5dfe1cbcc60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5f0c62664d36 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_65915c9a144e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b309a3502cf9 {
   width: 179px;
   height: 144px;
   z-index: 2;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a95859c6d776 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_1c011cea5ae1 {
   padding: 32px 0 0 0;
   width: 390px;
   height: 360px;
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 79.38px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e8cc8093d35 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e529d7330833 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fa417beb930a {
   width: 56px;
   height: 20px;
   z-index: 1;
 }

 .imageview_fa417beb930a img {
   width: 100%;
   height: 100%;
 }

 .container_f5bfd2cc1d3c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d07505c8a38 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c3f55f3392ed {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_6cf2ae187c80 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bcf5efd92ebd {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 1;
   left: 100.77px;
   top: 0px;
 }

 .text_e259bde53eb6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_67dbb598d21f {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 1;
   left: 219.67px;
   top: 0px;
 }

 .container_6bb2e9ea4e43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ee6d4b11ac5e {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1efc5771931 {
   padding: 40px 0 0 0;
   width: 390px;
   height: 121.5px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 439.38px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eedd863ba624 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 592.88px;
   z-index: 1;
   left: 0px;
   top: 290.5px;
   background: #09211a;
 }

 .container_f2abb5d5b6b6 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .viewport_9a84a826b3c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_c5668951c64b {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c5668951c64b {
   overflow: visible;
 }

 .text_159afa43ca6f {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_159afa43ca6f {
   overflow: visible;
 }

 .container_2fb2dd421500 {
   width: 291.28px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_42b96281162b {
   width: 12.73px;
   height: 7.36px;
   flex-shrink: 0;
   z-index: 0;
   transform-origin: center;
 }

 .imageview_42b96281162b img {
   width: 100%;
   height: 100%;
 }

 .container_fb00b26a2f3d {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_2862a8878ae5 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2862a8878ae5 {
   overflow: visible;
 }

 .text_509f7bb99720 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_509f7bb99720 {
   overflow: visible;
 }

 .container_8a8e6db9d438 {
   width: 327px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b640c71bbb4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7527a4b6b5f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_33bd95b65404 {
   width: 219.57px;
   height: 138.81px;
   z-index: 0;
   position: absolute !important;
   left: -1.72px;
   top: 26.01px;
 }

 .imageview_33bd95b65404.wp-block-image {
   width: 216px !important;
   height: 135px !important;
   left: 0px !important;
   top: 26px !important;
   overflow: hidden;
 }

 .imageview_33bd95b65404 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_5391ff133adb {
   width: 10.31px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5391ff133adb img {
   width: 100%;
   height: 100%;
 }

 .text_28e0a0eee414 {
   width: fit-content;
   z-index: 1;
   line-height: 14.41px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_425f8bcd6a2e {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_fd4ee40b4858 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 20.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #a09f9fff;
   border-right: 0.43px solid #a09f9fff;
   border-bottom: 0.43px solid #a09f9fff;
   border-left: 0.43px solid #a09f9fff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .text_bccac5aed88f {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_cbc9f85da44d {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 12.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #a09f9fff;
   border-right: 0.43px solid #a09f9fff;
   border-bottom: 0.43px solid #a09f9fff;
   border-left: 0.43px solid #a09f9fff;
   position: absolute !important;
   left: 21.49px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_8b6e5cecebbb {
   position: relative !important;
   overflow: visible;
   width: 34.08px;
   height: 15.59px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_6367f79e4c2c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_972b6be047d0 {
   padding: 4.29px 9.88px 4.29px 9.88px;
   width: 190.68px;
   height: 28.34px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 4.29px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6.44px 6.44px 6.44px 6.44px;
 }

 .wrapper_input_text_972b6be047d0 {
   position: absolute !important;
   left: 12.51px;
   top: 49.08px;
   width: 190.68px;
   height: 28.34px;
 }

 .input_text_972b6be047d0::placeholder {
   width: 100%;
   z-index: 1;
   line-height: 14.41px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #000000;
   font-family: 'Inter';
 }

 .imageview_e24395cfcfbd {
   width: 6.83px;
   height: 6.83px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e24395cfcfbd img {
   width: 100%;
   height: 100%;
 }

 .text_374da2a20f0b {
   width: fit-content;
   z-index: 1;
   line-height: 11.45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_16158c428148 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 3.98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b364f34f660 {
   padding: 3.41px 7.85px 3.41px 7.85px;
   width: 90.09px;
   height: 19.79px;
   z-index: 1;
   position: absolute !important;
   left: 14.65px;
   top: 129.07px;
   align-items: center;
   justify-content: center;
   gap: 3.41px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
   border-radius: 68.25px 68.25px 68.25px 68.25px;
 }

 .container_wrapper_0b364f34f660 {
   position: absolute !important;
   left: 14.65px;
   top: 129.07px;
   width: 90.09px;
   height: 19.79px;
   z-index: 1;
 }

 .container_nested_0b364f34f660 {
   padding: 3.41px 7.85px 3.41px 7.85px;
   width: 90.09px;
   height: 19.79px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 3.41px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
   border-radius: 68.25px 68.25px 68.25px 68.25px;
 }

 .imageview_0025abe5f285 {
   width: 8.59px;
   height: 8.59px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0025abe5f285 img {
   width: 100%;
   height: 100%;
 }

 .text_cd395feddba4 {
   width: fit-content;
   z-index: 1;
   line-height: 14.41px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_537348b4a607 {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_cfbee202b5c7 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 20.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #1d9e75ff;
   border-right: 0.43px solid #1d9e75ff;
   border-bottom: 0.43px solid #1d9e75ff;
   border-left: 0.43px solid #1d9e75ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .text_004d84eceafd {
   width: fit-content;
   z-index: 1;
   line-height: 6.61px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_e049f0e63c66 {
   padding: 4.29px 4.29px 4.29px 4.29px;
   width: 12.59px;
   height: 15.59px;
   z-index: 1;
   border-top: 0.43px solid #1d9e75ff;
   border-right: 0.43px solid #1d9e75ff;
   border-bottom: 0.43px solid #1d9e75ff;
   border-left: 0.43px solid #1d9e75ff;
   position: absolute !important;
   left: 21.49px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4.29px;
   display: flex !important;
   flex-direction: row;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_27d8b82539c5 {
   position: relative !important;
   overflow: visible;
   width: 34.08px;
   height: 15.59px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.44px 3.44px 3.44px 3.44px;
 }

 .container_916a2487cc65 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .input_select_986ec205c8be {
   padding: 4.29px 9.88px 4.29px 9.88px;
   width: 190.68px;
   height: 28.34px;
   z-index: 1;
   border-top: 0.43px solid #5dcaa5ff;
   border-right: 0.43px solid #5dcaa5ff;
   border-bottom: 0.43px solid #5dcaa5ff;
   border-left: 0.43px solid #5dcaa5ff;
   position: absolute !important;
   left: 12.51px;
   top: 81.72px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 6.44px 6.44px 6.44px 6.44px;
   font-family: 'Inter';
 }

 .input_select_986ec205c8be option {
   width: fit-content;
   z-index: 1;
   line-height: 14.41px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .imageview_2f76d8298c63 {
   width: 15.53px;
   height: 14.59px;
   z-index: 1;
   position: absolute !important;
   left: 193.33px;
   top: 133.17px;
 }

 .imageview_2f76d8298c63 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d3a878813827 {
   width: 87.61px;
   height: 25.34px;
   z-index: 0;
   position: absolute !important;
   left: 128.96px;
   top: -0.43px;
 }

 .imageview_d3a878813827.wp-block-image {
   width: 87px !important;
   height: 25px !important;
   left: 129px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_d3a878813827 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_a633db696926 {
   position: absolute !important;
   overflow: visible;
   width: 216.14px;
   height: 161.38px;
   z-index: 0;
   left: 67.28px;
   top: 27.73px;
 }

 .container_9757b51ec93f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 216.84px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 9.09px 9.09px 9.09px 9.09px;
 }

 .container_92d101ae33b1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc1dc08c8d96 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_fc1dc08c8d96 {
   overflow: visible;
 }

 .text_2e47c90ef4de {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2e47c90ef4de {
   overflow: visible;
 }

 .container_140c7f430bec {
   width: 291.28px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_525d4db8b4bd {
   width: 12.73px;
   height: 7.36px;
   flex-shrink: 0;
   z-index: 0;
   transform-origin: center;
 }

 .imageview_525d4db8b4bd img {
   width: 100%;
   height: 100%;
 }

 .container_3380c90312ca {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_44d7cb6c2e1c {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_44d7cb6c2e1c {
   overflow: visible;
 }

 .text_47ed8d1c0669 {
   width: 324.7px;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_47ed8d1c0669 {
   overflow: visible;
 }

 .container_9ed91d530463 {
   width: 327px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e35f70127c5b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5dee29080bfd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b9964a3fa96 {
   width: fit-content;
   z-index: 0;
   line-height: 9.29px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_be37fa1874f1 {
   padding: 6.03px 6.03px 6.03px 6.03px;
   width: 40.07px;
   height: 42.85px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1.21px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 6.03px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_f7bec218b8ea {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 16.41px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f7bec218b8ea {
   overflow: visible;
 }

 .text_048fbd5578a8 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.86px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_048fbd5578a8 {
   overflow: visible;
 }

 .container_64d32efb318f {
   width: 160.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e1c3359fa39 {
   width: 212.66px;
   height: 42.85px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.07px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.83px 4.83px 4.83px 4.83px;
 }

 .text_2eeb45cc7553 {
   width: fit-content;
   z-index: 0;
   line-height: 9.29px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_9aa3cc3e5bcd {
   padding: 6.03px 6.03px 6.03px 6.03px;
   width: 40.07px;
   height: 42.85px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1.21px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 6.03px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_d5b04c9d46ca {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 16.41px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d5b04c9d46ca {
   overflow: visible;
 }

 .text_1a1b3551aded {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.86px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1a1b3551aded {
   overflow: visible;
 }

 .container_bfd3fba60122 {
   width: 160.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e75c43e9a68a {
   width: 212.66px;
   height: 42.85px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 50.11px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.07px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.83px 4.83px 4.83px 4.83px;
 }

 .text_07762e3277d8 {
   width: fit-content;
   z-index: 0;
   line-height: 9.29px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_ced244f70b0c {
   padding: 6.03px 6.03px 6.03px 6.03px;
   width: 40.07px;
   height: 42.85px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1.21px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 6.03px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_2ff0c271953c {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 12.07px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2ff0c271953c {
   overflow: visible;
 }

 .text_8d3e4313bdda {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.86px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8d3e4313bdda {
   overflow: visible;
 }

 .container_d9f8a25e4d80 {
   width: 160.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_edb865280b81 {
   width: 212.66px;
   height: 42.85px;
   z-index: 0;
   position: absolute !important;
   left: 20.04px;
   top: 98.67px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.07px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.83px 4.83px 4.83px 4.83px;
 }

 .text_0dceef5ff741 {
   width: fit-content;
   z-index: 0;
   line-height: 9.29px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_9ba70a42c3a4 {
   padding: 6.03px 6.03px 6.03px 6.03px;
   width: 40.07px;
   height: 42.85px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #1d9e75ff;
   border-right: 0px solid #1d9e75ff;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 1.21px solid #1d9e75ff;
   justify-content: center;
   align-items: center;
   gap: 0 6.03px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_bf26f5da27cc {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 16.41px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_bf26f5da27cc {
   overflow: visible;
 }

 .text_434911b18f5f {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.86px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_434911b18f5f {
   overflow: visible;
 }

 .container_be627008f819 {
   width: 160.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1f6cc77c4e1 {
   width: 212.66px;
   height: 42.85px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 147.23px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.07px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.83px 4.83px 4.83px 4.83px;
 }

 .container_wrapper_d1f6cc77c4e1 {
   position: absolute !important;
   left: 0px;
   top: 147.23px;
   width: 212.66px;
   height: 42.85px;
   z-index: 0;
 }

 .container_nested_d1f6cc77c4e1 {
   width: 212.66px;
   height: 42.85px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.07px;
   display: flex !important;
   flex-direction: row;
   background: #f5f5f5;
   border-radius: 4.83px 4.83px 4.83px 4.83px;
 }

 .imageview_8295b6fe510b {
   width: 85.96px;
   height: 85.96px;
   z-index: 1;
   position: absolute !important;
   left: 227.67px;
   top: 70.3px;
 }

 .imageview_8295b6fe510b img {
   width: 100%;
   height: 100%;
 }

 .container_2aec506c1018 {
   position: absolute !important;
   overflow: visible;
   width: 313.63px;
   height: 190.07px;
   z-index: 0;
   left: 25.37px;
   top: 12.97px;
 }

 .container_38c489c8f222 {
   position: relative !important;
   overflow: visible;
   width: 357px;
   height: 216.04px;
   flex-shrink: 0;
   z-index: 0;
   background: #0d2b22;
   border-radius: 9.05px 9.05px 9.05px 9.05px;
 }

 .container_9c054cee2e93 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a192c6c083ff {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_a192c6c083ff {
   overflow: visible;
 }

 .text_f9ba5744595c {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f9ba5744595c {
   overflow: visible;
 }

 .container_2b78e2898e5d {
   width: 291.28px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5c36a5d44738 {
   width: 12.73px;
   height: 7.36px;
   flex-shrink: 0;
   z-index: 0;
   transform-origin: center;
 }

 .imageview_5c36a5d44738 img {
   width: 100%;
   height: 100%;
 }

 .container_f5d432bbf20b {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_ca337ab372dc {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ca337ab372dc {
   overflow: visible;
 }

 .text_3203334a40fe {
   width: 496.32px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3203334a40fe {
   overflow: visible;
 }

 .container_a2aaf397549d {
   width: 327px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9158d760d376 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34bae0369d28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd8693e7aba3 {
   width: 318.59px;
   height: 185.19px;
   z-index: 0;
   border-top: 0.54px solid #ecececff;
   border-right: 0.54px solid #ecececff;
   border-bottom: 0.54px solid #ecececff;
   border-left: 0.54px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 1.25px;
   background: #fdfdfd;
   border-radius: 6.43px 6.43px 6.43px 6.43px;
   box-shadow: 0px 2.14px 2.14px #00000040;
 }

 .container_ef8f0e8460c6 {
   width: 318.59px;
   height: 40.57px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #efefef;
   border-radius: 6.43px 6.43px 0 0;
 }

 .text_07c03752dc80 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 49.95px;
   top: 11.02px;
   line-height: 20.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .imageview_0bcbb8617e67 {
   width: 22.04px;
   height: 24.11px;
   z-index: 2;
   position: absolute !important;
   left: 17.19px;
   top: 8.23px;
 }

 .imageview_0bcbb8617e67 img {
   width: 100%;
   height: 100%;
 }

 .text_0576e6b529a0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285.14px;
   top: 15.46px;
   line-height: 9.65px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1baa6e8e6f3d {
   position: absolute !important;
   overflow: visible;
   width: 318.59px;
   height: 40.57px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_af4a40fd6353 {
   width: 276.45px;
   height: 11px;
   z-index: 1;
   position: absolute !important;
   left: 24.2px;
   top: 50.81px;
   line-height: 10.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_af4a40fd6353 {
   overflow: visible;
 }

 .text_b76c23d86ca5 {
   width: 246.84px;
   height: 11px;
   z-index: 1;
   position: absolute !important;
   left: 24.2px;
   top: 65.15px;
   line-height: 10.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b76c23d86ca5 {
   overflow: visible;
 }

 .text_d5db06e8985b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 26.2px;
   top: 85.19px;
   line-height: 10.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_713673ba8def {
   width: 133.43px;
   height: 70.2px;
   z-index: 1;
   border-top: 0.54px solid #c6c6c6ff;
   border-right: 0.54px solid #c6c6c6ff;
   border-bottom: 0.54px solid #c6c6c6ff;
   border-left: 0.54px solid #c6c6c6ff;
   position: absolute !important;
   left: 24.45px;
   top: 101.1px;
   background: #f2f2f2;
   border-radius: 2.68px 2.68px 2.68px 2.68px;
 }

 .container_cb6832037089 {
   width: 134.5px;
   height: 70.2px;
   z-index: 1;
   position: absolute !important;
   left: 160.56px;
   top: 101.1px;
   background: #09211a;
   border-radius: 2.68px 2.68px 2.68px 2.68px;
 }

 .imageview_008b32adceac {
   width: 112.53px;
   height: 4.29px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_008b32adceac img {
   position: absolute;
   width: 116.8px !important;
   height: 4.3px !important;
   max-width: none !important;
   left: -2.1px;
   top: -2.1px;
 }

 .imageview_008b32adceac.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_5cd52c94dfeb {
   width: 105.1px;
   height: 4.29px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_5cd52c94dfeb img {
   position: absolute;
   width: 109.4px !important;
   height: 4.3px !important;
   max-width: none !important;
   left: -2.1px;
   top: -2.1px;
 }

 .imageview_5cd52c94dfeb.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9b6a0bdd0c70 {
   width: 12.86px;
   height: 12.86px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_9b6a0bdd0c70 img {
   width: 100%;
   height: 100%;
 }

 .text_7f39d267cb72 {
   width: fit-content;
   z-index: 2;
   line-height: 14.58px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_db0178267f7d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.97px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c0014cb2fadf {
   padding: 5.36px 5.36px 5.36px 5.36px;
   width: 112.53px;
   height: 16.61px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 5.36px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3d3d3;
   border-radius: 2.68px 2.68px 2.68px 2.68px;
 }

 .imageview_3dafbe7a689f {
   width: 112.53px;
   height: 4.29px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_3dafbe7a689f img {
   position: absolute;
   width: 116.8px !important;
   height: 4.3px !important;
   max-width: none !important;
   left: -2.1px;
   top: -2.1px;
 }

 .imageview_3dafbe7a689f.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_27caaefe8c54 {
   width: 117.89px;
   height: 43.94px;
   z-index: 2;
   position: absolute !important;
   left: 32.49px;
   top: 113.96px;
   align-items: flex-start;
   justify-content: center;
   gap: 9.11px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_55704bddd1b3 {
   width: 17.68px;
   height: 17.68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_55704bddd1b3 img {
   width: 100%;
   height: 100%;
 }

 .text_cc2c28186c08 {
   width: fit-content;
   z-index: 2;
   line-height: 10.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d5c876db2f93 {
   width: 48.76px;
   height: 36.19px;
   z-index: 2;
   position: absolute !important;
   left: 203.42px;
   top: 121.46px;
   align-items: center;
   justify-content: flex-start;
   gap: 7.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_274fff3352df {
   position: absolute !important;
   overflow: visible;
   width: 318.59px;
   height: 186.44px;
   z-index: 0;
   left: 17.7px;
   top: 16.22px;
 }

 .container_7c18dc72b847 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 218.88px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 9.17px 9.17px 9.17px 9.17px;
 }

 .container_cc87881c96a6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_33714594f13e {
   width: 357px;
   height: 1636.77px;
   z-index: 0;
   position: absolute !important;
   left: 22.67px;
   top: 38px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_33714594f13e {
   position: absolute !important;
   left: 22.67px;
   top: 38px;
   width: 357px;
   height: 1636.77px;
   z-index: 0;
 }

 .container_nested_33714594f13e {
   width: 357px;
   height: 1636.77px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_db1627511818 {
   width: 402px;
   height: 1713px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_67fb63df28a7 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_67fb63df28a7 img {
   width: 100%;
   height: 100%;
 }

 .text_efa45ba331b0 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_9f010fcc5c48 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_71edef3db16b {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_71edef3db16b {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_71edef3db16b {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1cc2a9c5074c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1cc2a9c5074c img {
   width: 100%;
   height: 100%;
 }

 .text_e9b3746fb44d {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_28dab2034cf6 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_28dab2034cf6 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_28dab2034cf6 {
   width: 70px;
   height: 36px;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_63b834110422 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e5c3b00dbbc {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_b688120a9f1a {
   padding: 26px 0 19px 0;
   width: 430px;
   height: 105px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .text_84c6f16b3365 {
   width: 364px;
   height: 16px;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_84c6f16b3365 {
   overflow: visible;
 }

 .container_3ba95ad9c40d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_49b29f512c74 {
   width: 398px;
   height: 132px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_49b29f512c74 {
   overflow: visible;
 }

 .container_9434124e15e8 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9bef56994f10 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_eb14945ad647 {
   position: relative !important;
   overflow: visible;
   width: 117.63px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_315c93c6fba6 {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_315c93c6fba6 {
   width: fit-content;
   height: 52px;
   z-index: 0;
 }

 .container_nested_315c93c6fba6 {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .text_c97e0fbe57c3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6a17308bb745 {
   position: relative !important;
   overflow: visible;
   width: 66.58px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_bc3e3b408d60 {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_bc3e3b408d60 {
   width: fit-content;
   height: 52px;
   z-index: 0;
 }

 .container_nested_bc3e3b408d60 {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 52px;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_b5ee184ff75b {
   padding: 24px 0 0 0;
   width: 398px;
   height: 76px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c3ba884bdcc4 {
   width: 383px;
   height: 245px;
   flex-shrink: 0;
   z-index: 0;
   transform: scale(-1, 1);
   transform-origin: center;
 }

 .imageview_c3ba884bdcc4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_0048d41e14af {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_279a570fb6d1 {
   padding: 40px 16px 48px 16px;
   width: 430px;
   height: 604.59px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 105px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_b371f3899bfa {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 709.59px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_8e273c35c2f6 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b228863f5532 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f80360b471eb {
   width: 380.54px;
   height: 73px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f80360b471eb {
   overflow: visible;
 }

 .container_95c5a6a9a730 {
   width: 368px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_70ab1a09531d {
   width: 360.05px;
   height: 73px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_70ab1a09531d {
   overflow: visible;
 }

 .container_1ae22573682e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12cccd9b357a {
   padding: 48px 28px 48px 27px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d1d4c92a7cf3 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0b9d9176ae8f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5223df67fa69 {
   width: 398px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5223df67fa69 {
   overflow: visible;
 }

 .text-bcf88ce4363e_5223df67fa69 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-e53df8a4bbd6_5223df67fa69 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_8312a3c89d8d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b3d5ac8f74c2 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b3d5ac8f74c2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_1b77b86aa312 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bb69324f4157 {
   position: relative !important;
   overflow: visible;
   width: 113.97px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_1ca52ee1633b {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_1ca52ee1633b {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_1ca52ee1633b {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_8214f8dee10c {
   width: 48px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8214f8dee10c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d81924e27a6f {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_50f1e19992bb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4c51a9231e01 {
   position: relative !important;
   overflow: visible;
   width: 158.44px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_1d306d0362d8 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_1d306d0362d8 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_1d306d0362d8 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_9e01550d2a1c {
   width: 23px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9e01550d2a1c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_30d435b853e2 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_cdcc8cceac03 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9ba6541bf000 {
   position: relative !important;
   overflow: visible;
   width: 100.75px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_adaf3d5ac360 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_adaf3d5ac360 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_adaf3d5ac360 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_00698765be70 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_00698765be70 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_bcdba617f2cf {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_413d1f0f10da {
   position: relative !important;
   overflow: visible;
   width: 106.79px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_835b2d4bcba3 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_835b2d4bcba3 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_835b2d4bcba3 {
   padding: 0 16px 0 16px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_405257c1b9f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_405257c1b9f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_405257c1b9f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1465823ef42 {
   padding: 40px 16px 40px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_2e1c2bbe2a3f {
   width: 398px;
   height: 64px;
   z-index: 0;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2e1c2bbe2a3f {
   overflow: visible;
 }

 .container_5984aefd031f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7ff2019ffd7e {
   width: 377.38px;
   height: 120px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7ff2019ffd7e {
   overflow: visible;
 }

 .container_3a2829d752e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4953d9649d6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_097518af563d {
   position: relative !important;
   overflow: visible;
   width: 135.64px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1d7393dd974e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1d7393dd974e img {
   width: 100%;
   height: 100%;
 }

 .container_5d31b42aed53 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 57px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_5d31b42aed53 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_5d31b42aed53 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 57px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_dd2782c226fe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_320993c467a2 {
   width: 25.31px;
   height: 21.56px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_320993c467a2 img {
   width: 100%;
   height: 100%;
 }

 .text_7600d88158fa {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_21617432fbb3 {
   width: 330.96px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d12e7fd9b0a0 {
   width: 330.96px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d12e7fd9b0a0 {
   overflow: visible;
 }

 .container_a8d760a0f1ac {
   width: 330.96px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_17e59f5c07e6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_46b7d80b3f5d {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_b2247f4bc774 {
   width: 22.5px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b2247f4bc774 img {
   position: absolute;
   width: 25.0px !important;
   height: 27.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_b2247f4bc774.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_9417661ab24e {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f78e3db5aa35 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eaa0ba93cf22 {
   width: 344px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_eaa0ba93cf22 {
   overflow: visible;
 }

 .container_c82edc31bfc3 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8bade179b50b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_173b607c8665 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_8e4cb8b9307f {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8e4cb8b9307f img {
   width: 100%;
   height: 100%;
 }

 .text_e753d1ed25d8 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ae9f63785107 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c54873ae626f {
   width: 344px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c54873ae626f {
   overflow: visible;
 }

 .container_1f2fda137483 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6cf91cd85655 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d900dfda82b {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_b66fc99eeb6a {
   width: 22.5px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b66fc99eeb6a img {
   width: 100%;
   height: 100%;
 }

 .text_1cf79896f402 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_49c63a89d1b1 {
   width: 357.51px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ceafc69c8b7c {
   width: 357.51px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ceafc69c8b7c {
   overflow: visible;
 }

 .container_9b6d6cf391e8 {
   width: 357.51px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_756181596201 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f41a076595c6 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: 207px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_afa497b218b2 {
   width: 22.5px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_afa497b218b2 img {
   position: absolute;
   width: 24.5px !important;
   height: 19.5px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

 .imageview_afa497b218b2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_79112bbb3259 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_32427940bc42 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_353b8aad5fef {
   width: 344px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_353b8aad5fef {
   overflow: visible;
 }

 .container_2f3eacc30344 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3feecd3c20f8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb5ce9b6a09c {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_706ed18cd569 {
   width: 20px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_706ed18cd569 img {
   width: 100%;
   height: 100%;
 }

 .text_f245ac67720a {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_400df0c501c4 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d0b558754946 {
   width: 344px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d0b558754946 {
   overflow: visible;
 }

 .container_01a8a4e15251 {
   width: 344px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c4512ea0a74 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_305df26b9273 {
   padding: 25px 27px 25px 27px;
   width: 398px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_1f51369f5d48 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d0bfc8429ef {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_191fe037cac0 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_d0deda13d232 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fef962e2fd77 {
   width: 366px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fef962e2fd77 {
   overflow: visible;
 }

 .container_ca8020d4d999 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_26209681c162 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_90169d16a282 {
   width: 366px;
   height: 216px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_90169d16a282 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_642a5c444931 {
   width: 366px;
   height: 280px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_642a5c444931 {
   overflow: visible;
 }

 .container_1fbdefae6e32 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc89570021c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1d747eeb032a {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9b82132baa96 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_045c31a635bd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_045c31a635bd img {
   width: 100%;
   height: 100%;
 }

 .container_cc37d6454410 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_cc37d6454410 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_cc37d6454410 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_1be6845e4f21 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf1a66a07898 {
   width: 100%;
   min-width: 0;
   height: 770px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_3094c2b906fb {
   padding: 8px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8da68a2baf00 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_10b96e5f4d0f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b329633f09c7 {
   width: 366px;
   height: 28px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b329633f09c7 {
   overflow: visible;
 }

 .container_86f586ebef6f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cd635833a42a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7fecabb69714 {
   width: 339px;
   height: 136px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7fecabb69714 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ad7a9ab9443d {
   width: 366px;
   height: 280px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ad7a9ab9443d {
   overflow: visible;
 }

 .container_4d5ed5f972b1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a33409b8feaa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8b7f2f593fac {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_87764ef550f0 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9f93130ce2d4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9f93130ce2d4 img {
   width: 100%;
   height: 100%;
 }

 .container_55543258f660 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_55543258f660 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_55543258f660 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_de843f8baa07 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cdea9e0d9cab {
   width: 100%;
   min-width: 0;
   height: 674px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_134f590b65f8 {
   padding: 8px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c3f4453cfb5 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_ce9b8e8b8d6d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e47847b85832 {
   width: 286.41px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e47847b85832 {
   overflow: visible;
 }

 .container_2be46e4f5f8c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12ca66bf4582 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_910789d0b9bf {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.6409395973154363;
   height: auto !important;
 }

 .imageview_910789d0b9bf img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fab268b79b07 {
   width: 366px;
   height: 220px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fab268b79b07 {
   overflow: visible;
 }

 .container_afbd4d9a7e11 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a4084e27d7f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_978dd7302d1f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8d400e026210 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_122c42979abb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_122c42979abb img {
   width: 100%;
   height: 100%;
 }

 .container_a30058e18e30 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_a30058e18e30 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_a30058e18e30 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_8ae75f4ffbca {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ba1539486f8 {
   padding: 4px 0 4px 0;
   width: 100%;
   min-width: 0;
   height: 744px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_785e45a370e5 {
   padding: 8px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2f26f410aa07 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_1548e612bf01 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_64064ef1a1ff {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a7cd34b539ae {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_db8bbf5ec204 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_87de822467ad {
   width: 366px;
   height: 449px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_87de822467ad img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_0b48403553c5 {
   width: 366px;
   height: 220px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0b48403553c5 {
   overflow: visible;
 }

 .container_0fc3c770ef92 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b327b2858a74 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b68241297a35 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3305eebf27d9 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_562b3203a486 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_562b3203a486 img {
   width: 100%;
   height: 100%;
 }

 .container_953959d53cde {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_953959d53cde {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_953959d53cde {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_23c262d94bf6 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c20ffd4b03d {
   width: 100%;
   min-width: 0;
   height: 902px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_c7532cd154dc {
   padding: 16px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db0b7901165d {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_69d6e769b08f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_930ab00a7338 {
   width: 353.35px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_930ab00a7338 {
   overflow: visible;
 }

 .container_32d7e84b1ecb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a917e2629e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8f9090dfb967 {
   width: 352px;
   height: 107px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8f9090dfb967 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_0553b7530f70 {
   width: 366px;
   height: 280px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0553b7530f70 {
   overflow: visible;
 }

 .container_0f7362eb73cb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_96f6eb60e79d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ccdfb2f46a1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_709c12839bea {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_49bb00bfd4ea {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_49bb00bfd4ea img {
   width: 100%;
   height: 100%;
 }

 .container_cc816b30a796 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_cc816b30a796 {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_cc816b30a796 {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_133d64f6f7dc {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5fe8356afe19 {
   width: 100%;
   min-width: 0;
   height: 649px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_4c19a6529614 {
   padding: 16px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: 665px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3fc837fb6217 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_279ba41eff5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd4de7f329c3 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bc7ec2139fcd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c2b861db7b4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_216b8c1101a8 {
   width: 41.25px;
   height: 45.83px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_216b8c1101a8 img {
   position: absolute;
   width: 45.3px !important;
   height: 49.8px !important;
   max-width: none !important;
   left: -2.0px;
   top: -2.0px;
 }

 .imageview_216b8c1101a8.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_e391e0a7f2a1 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_781bd5c1760c {
   width: 259.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ad18c8215ef {
   width: 259.52px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8ad18c8215ef {
   overflow: visible;
 }

 .container_b3e5bb6e7c5d {
   width: 259.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_58e3482fbf10 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2313928d22d {
   padding: 18px 34px 18px 34px;
   width: 366px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_4754fdeb13c1 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4754fdeb13c1 img {
   width: 100%;
   height: 100%;
 }

 .text_82c9a9f73fa2 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_539df0d58a82 {
   width: 232px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7fa509b834aa {
   width: 232px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7fa509b834aa {
   overflow: visible;
 }

 .container_a67956439947 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a7039d4edc8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9533f3b0e64d {
   padding: 18px 34px 18px 34px;
   width: 366px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .container_0f13f6b0a4cb {
   width: 366px;
   height: 251px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d89604392441 {
   width: 366px;
   height: 100px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d89604392441 {
   overflow: visible;
 }

 .container_6ccd0ec50a53 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ef3332233a7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_859f06a8df4d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: -0.5px;
   top: 0.34px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a951f03c2b32 {
   position: relative !important;
   overflow: visible;
   width: 127.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_926e5b0be121 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_926e5b0be121 img {
   width: 100%;
   height: 100%;
 }

 .container_5adfd4fbd23f {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_5adfd4fbd23f {
   width: 366px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_5adfd4fbd23f {
   padding: 0 24px 0 24px;
   width: 366px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_b53f76fe1829 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_179341e3ee94 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_19a24cee4cc6 {
   padding: 16px 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: 640px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b0c37bd5c84 {
   width: 430px;
   height: 359px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e754d;
   mix-blend-mode: normal;
 }

 .container_bea929072c29 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 359px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/583:12617.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   opacity: 0.30000001192092896;
 }

 .imageview_5a4b335ec641 {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
   transform-origin: center;
 }

 .imageview_5a4b335ec641 img {
   width: 100%;
   height: 100%;
 }

 .text_c455634d01a5 {
   width: 398px;
   height: 56px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c455634d01a5 {
   overflow: visible;
 }

 .container_6558780cbae3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bfa9792077b3 {
   width: 398px;
   height: 40px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_bfa9792077b3 {
   overflow: visible;
 }

 .container_b785164b6ad2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_686775672cb3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0ff053f5d0b8 {
   position: relative !important;
   overflow: visible;
   width: 147.63px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_5e0cefc27ba7 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_5e0cefc27ba7 img {
   width: 100%;
   height: 100%;
 }

 .container_0199380aad34 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_0199380aad34 {
   width: 398px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_0199380aad34 {
   padding: 0 24px 0 24px;
   width: 398px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_7bf59cf27b28 {
   width: 398px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c6fbe4bd4d5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 359.19px;
   flex-shrink: 0;
   z-index: 1;
   background: #0d2b22;
 }

 .text_0a912fb07363 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_456e850d3b5c {
   position: relative !important;
   overflow: visible;
   width: 80.27px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cea0cae46ff9 {
   width: 243px;
   height: 37px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cea0cae46ff9 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_fd6a6073869c {
   width: 200px;
   height: 41px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fd6a6073869c img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_eea6228ae0e4 {
   width: 398px;
   height: 60.13px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_77226b84b26a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_67a3cffede9d {
   padding: 40px 16px 40px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_75bdbabb4f70 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_75bdbabb4f70 {
   overflow: visible;
 }

 .container_ab5a8da8b3ca {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5af90e08bb4a {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d1244cb88f34 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_43d4e64cf5a8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_43d4e64cf5a8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_43d4e64cf5a8 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_cb4b6c305cb0 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_099116ea9bc2 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_099116ea9bc2 img {
   width: 100%;
   height: 100%;
 }

 .text_5fa016e07b7d {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_2a5137951ff8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3c72108af56 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_e3c72108af56 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e3c72108af56 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c50fd05b6064 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c7045f644593 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_30a2d62a2597 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_27b819dddb12 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b9d9a8f37b72 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9483b50fd427 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_70d821b2c838 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8164023321b2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_003612c3a9a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9392c16fef8 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_583fdb2a433f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81b87285fd9a {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_08f113160448 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ed1d30fe4fd0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ac6ca0cab59 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_27924847ce80 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_477763ae999a {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cb1e1cc83d48 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d715afb4a8f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_647df6518165 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eac218f028a9 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3dbdbb5b82bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a095b4e5a4b0 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc67fc147aa2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_475ecf606e36 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_92e4c290137c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cff7a36ab96e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fb5df192b201 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_41cff2d7e6b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b03caf415f83 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b31f432faff0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3216bd916a43 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cd9b3ab4fd53 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_139eba1e2988 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_51963d5a5201 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3659a2e13c45 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e57631b76a96 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dd0b95d20986 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1cf33daa4f16 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_544b10f622c8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cdfc48050d81 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3aa1e2dc57a9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6a89fc498d62 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_77e49ff26776 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_659aa03c61e3 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5837795474fb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_2d4de0bb8d31 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4666a2d25f54 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_952a87e95995 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_62134d44b205 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_62134d44b205 img {
   width: 100%;
   height: 100%;
 }

 .container_7486ab109578 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9f45ccf77063 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9bf096b53b37 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_fe7f161cd17f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_93ed9d062a25 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_ba29e3c7f9b9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8bb6c560d2a7 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_717345391fdb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a85f69748581 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ad258613792 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c636bfdd53ca {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_e9ee3c6c3bd4 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_6b8063a5d11e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_9138c866498f {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9138c866498f img {
   width: 100%;
   height: 100%;
 }

 .text_b0538b36a9b7 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_7e5f159749e1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81dec9879221 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_81dec9879221 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_81dec9879221 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c4cdb1e73170 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c4cdb1e73170 img {
   width: 100%;
   height: 100%;
 }

 .text_09c4ac9a5ddb {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8207cd3e3f74 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_df55f37cc533 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d19eba200bf2 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_d19eba200bf2 {
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_d19eba200bf2 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_86ae624201b9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: -13.09px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b1d1bf576b0a {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_b8f1d7eac389 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b0eaf9d47e0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2c5c37970409 {
   width: 382px;
   height: 132px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_2c5c37970409 {
   overflow: visible;
 }

 .container_69baff35143d {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_585e151e4c31 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_722b9c88526a {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_722b9c88526a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_722b9c88526a {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_eb086f6bf1b2 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e09518fb688d {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_e09518fb688d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e09518fb688d {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_067d0319afbc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_792f6b611e48 {
   width: 311px;
   height: 208px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_792f6b611e48 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_30288281c15c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d6b4bac2547 {
   padding: 25px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5dcaa5;
 }

 .text_47c602dfa893 {
   width: 382px;
   height: 112px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_47c602dfa893 {
   overflow: visible;
 }

 .container_19b26618fff7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d3013e08049 {
   width: 382px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2d3013e08049 {
   overflow: visible;
 }

 .container_23c675bdef2a {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b369cf4c6229 {
   width: 16px;
   height: 20px;
   z-index: 0;
 }

 .imageview_b369cf4c6229 img {
   width: 100%;
   height: 100%;
 }

 .text_e4d8c699943d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4cfddff3366e {
   width: 100%;
   min-width: 0;
   height: 22.5px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6411a7238215 {
   width: 16px;
   height: 20px;
   z-index: 0;
 }

 .imageview_6411a7238215 img {
   width: 100%;
   height: 100%;
 }

 .text_6e07eacca263 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b7fc4ef5d00f {
   padding: 12px 0 0 0;
   width: 382px;
   height: 34.5px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0d1475f9e003 {
   width: 16px;
   height: 20px;
   z-index: 0;
 }

 .imageview_0d1475f9e003 img {
   width: 100%;
   height: 100%;
 }

 .text_3487184e0057 {
   width: 354px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3487184e0057 {
   overflow: visible;
 }

 .container_693dfed2e87b {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 57px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bd588fac25e4 {
   padding: 24px 0 0 0;
   width: 382px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ba23fd18719 {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .text_9f891525cfc2 {
   width: 382px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9f891525cfc2 {
   overflow: visible;
 }

 .container_c6ab77de6584 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_085cfca88557 {
   width: 382px;
   height: 80px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_085cfca88557 {
   overflow: visible;
 }

 .container_d26d6b151591 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c423fc50ce3 {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_14970a09eca5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8efc4f222d38 {
   width: 151px;
   height: 83px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8efc4f222d38 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_348bd0137b32 {
   width: 121.83px;
   height: 36px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_348bd0137b32 {
   overflow: visible;
 }

 .container_2d5f23e3bdb6 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 16px 16px 16px 16px;
 }

 .container_66883ecd07f5 {
   padding: 16px 0 0 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_81f7b628f83a {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bf9f1ae25020 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fb314acf5efb {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.5652173913043478;
   height: auto !important;
 }

 .imageview_fb314acf5efb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_5884decbc68f {
   width: 118.75px;
   height: 36px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5884decbc68f {
   overflow: visible;
 }

 .container_437539578887 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5dcaa5;
   border-radius: 16px 16px 16px 16px;
 }

 .container_f502f8dfe974 {
   padding: 16px 0 0 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d11c0980593 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 7px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e3ce7353b1e1 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
 }

 .imageview_e3ce7353b1e1 img {
   position: absolute;
   width: 334.0px !important;
   height: 30.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_e3ce7353b1e1.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_8e5ef2c57edc {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_27ba48b22b48 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c7b1d580b01 {
   width: 334px;
   height: 38px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1c7b1d580b01 {
   overflow: visible;
 }

 .container_868e9b602528 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ff1100c8163 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3986b6cb3698 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c4d8e664ed57 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
 }

 .imageview_c4d8e664ed57 img {
   position: absolute;
   width: 334.0px !important;
   height: 28.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_c4d8e664ed57.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_0f6806077919 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8263af2429a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0df5e3f77219 {
   width: 334px;
   height: 38px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0df5e3f77219 {
   overflow: visible;
 }

 .container_74a9c06c5651 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_35626de98c3b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6057aee928c6 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 16px 16px 16px 16px;
 }

 .container_ee1d8ebc849e {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_742d8e71dfd4 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
 }

 .imageview_742d8e71dfd4 img {
   position: absolute;
   width: 334.0px !important;
   height: 28.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_742d8e71dfd4.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_a1bf8efdc114 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_40a3b255eabd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ac4c9048464 {
   width: 334px;
   height: 38px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8ac4c9048464 {
   overflow: visible;
 }

 .container_05e0942cc4e6 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_204cfaaff6ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b599e7f0fb9 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 16px 16px 16px 16px;
 }

 .container_de2aece50269 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fc1cab6fe71 {
   padding: 27px 0 27px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_653afaf03cf9 {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_d253d1990656 {
   width: 382px;
   height: 53px;
   z-index: 1;
   line-height: 26.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d253d1990656 {
   overflow: visible;
 }

 .container_41e3f40fdae4 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dcb35406cfd4 {
   width: 382px;
   height: 66px;
   z-index: 1;
   line-height: 21.7px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_dcb35406cfd4 {
   overflow: visible;
 }

 .container_6aa162414c2f {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_db19afeec4bd {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_db19afeec4bd img {
   width: 100%;
   height: 100%;
 }

 .text_da56ea727653 {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_75d00d76d84d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6c0f65bd5958 {
   width: fit-content;
   z-index: 1;
   line-height: 12.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_72a92df88d6d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a42d55a9d2c {
   width: 57.83px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd80ec992503 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_0930758a6851 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0648c0ae5313 {
   width: 119.33px;
   height: 106.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9b788ddbbf8b {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9b788ddbbf8b img {
   width: 100%;
   height: 100%;
 }

 .text_2cabd0f2cdaa {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b83bd235279e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f7f5d84edc09 {
   width: fit-content;
   z-index: 1;
   line-height: 12.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1dce3a65fe36 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c1ed7f99cd3c {
   width: 80.28px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba87c71288c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_d5db9ebff68d {
   position: relative !important;
   overflow: visible;
   width: 60.07px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_097b3a95e422 {
   width: 119.34px;
   height: 106.5px;
   z-index: 1;
   position: absolute !important;
   left: 131.33px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f1e3d7108f4f {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f1e3d7108f4f img {
   width: 100%;
   height: 100%;
 }

 .text_a3819b19fadc {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5f5e957e102b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f0b4df08c806 {
   width: fit-content;
   z-index: 1;
   line-height: 12.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2dcff800c8a7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_21e6c0145fec {
   width: 76.57px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ac25617ec91c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_3cec5a95127f {
   position: relative !important;
   overflow: visible;
   width: 60.07px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7e8e8;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_3cec5a95127f {
   position: relative !important;
   overflow: visible;
   width: 60.07px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_3cec5a95127f {
   width: 60.07px;
   height: 17.5px;
   z-index: 1;
   background: #f7e8e8;
   border-radius: 8px 8px 8px 8px;
 }

 .container_8f5de69d1bf2 {
   width: 119.34px;
   height: 106.5px;
   z-index: 1;
   position: absolute !important;
   left: 262.66px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ac84499dbb57 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ac84499dbb57 img {
   width: 100%;
   height: 100%;
 }

 .text_55ddb2194490 {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1d6c9c9600fc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b5428a8fa7b1 {
   width: fit-content;
   z-index: 1;
   line-height: 12.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c54107ad1b59 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_679a814ea44c {
   width: 57.07px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f936f6639fc2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_a72ef6e5be16 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_a72ef6e5be16 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_a72ef6e5be16 {
   width: 65.58px;
   height: 17.5px;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_18b9514f8da8 {
   width: 119.33px;
   height: 106.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 117.5px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e64cb626ec63 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e64cb626ec63 img {
   width: 100%;
   height: 100%;
 }

 .text_ed6d8fcb18c5 {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_104dc94f6ece {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8363a0dc4792 {
   width: fit-content;
   z-index: 1;
   line-height: 12.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f1ffab2bc993 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_044350048045 {
   width: 47.41px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9529d8645aff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_5d3a17f3d245 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_5d3a17f3d245 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5d3a17f3d245 {
   width: 65.58px;
   height: 17.5px;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7ea4e1801f3e {
   width: 119.34px;
   height: 106.5px;
   z-index: 1;
   position: absolute !important;
   left: 131.33px;
   top: 117.5px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a70f3ebb0790 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a70f3ebb0790 img {
   width: 100%;
   height: 100%;
 }

 .text_b6b63459110b {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a0019d75a8f1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_09ff94e6c56d {
   width: fit-content;
   z-index: 1;
   line-height: 12.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1e0251d553d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c2411ee2ebb5 {
   width: 47.45px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5056b762ef7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_8a20accc4176 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_8a20accc4176 {
   position: relative !important;
   overflow: visible;
   width: 65.58px;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_8a20accc4176 {
   width: 65.58px;
   height: 17.5px;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7d6212163892 {
   width: 119.34px;
   height: 106.5px;
   z-index: 1;
   position: absolute !important;
   left: 262.66px;
   top: 117.5px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1add44145beb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 223px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_4f897ed9a844 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5d1b1757f7c5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5d1b1757f7c5 img {
   width: 100%;
   height: 100%;
 }

 .text_1cc184dac847 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_df32a1e81289 {
   position: relative !important;
   overflow: visible;
   width: 160.58px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e8415e402dc6 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_b45da5e161c8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b45da5e161c8 img {
   width: 100%;
   height: 100%;
 }

 .text_679fe80961df {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7aade15613bf {
   position: relative !important;
   overflow: visible;
   width: 132.41px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_652075620918 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_e153b55184c8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e153b55184c8 img {
   width: 100%;
   height: 100%;
 }

 .text_8db978ff9477 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f09110f5207a {
   position: relative !important;
   overflow: visible;
   width: 170.12px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a297abf2af8b {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_79ae3d3cea10 {
   padding: 32px 0 0 0;
   width: 382px;
   height: 200px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d4c238bbb81 {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_6a15de5caea3 {
   width: 382px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6a15de5caea3 {
   overflow: visible;
 }

 .container_661d48f54918 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2c5ca4be4777 {
   width: 382px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2c5ca4be4777 {
   overflow: visible;
 }

 .container_36e0c6516b9a {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d0630b37c4a8 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.5910596026490066;
   height: auto !important;
 }

 .imageview_d0630b37c4a8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6c3152b5a3b6 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6460985dbec {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_5a57250332af {
   padding: 32px 0 0 0;
   width: 382px;
   height: 51px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_16c1a125e3f3 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_16c1a125e3f3 img {
   width: 100%;
   height: 100%;
 }

 .text_c231dc4a3509 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_48272a0edd36 {
   position: relative !important;
   overflow: visible;
   width: 35.18px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_c14ea3535bc7 {
   padding: 20px 16px 20px 16px;
   width: 185px;
   height: 123px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_32e4a8bc7de5 {
   width: 49px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_32e4a8bc7de5 img {
   width: 100%;
   height: 100%;
 }

 .text_55fa003cd316 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0fbb6bf3e3d1 {
   position: relative !important;
   overflow: visible;
   width: 35.01px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_298b7fa11795 {
   padding: 20px 16px 20px 16px;
   width: 185px;
   height: 121px;
   z-index: 0;
   position: absolute !important;
   left: 197px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_56539a7421e1 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_56539a7421e1 img {
   width: 100%;
   height: 100%;
 }

 .text_87ea43640917 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_88f24dfa87e7 {
   position: relative !important;
   overflow: visible;
   width: 61.53px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_cd66173219db {
   padding: 20px 16px 20px 16px;
   width: 185px;
   height: 109px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 129.23px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_f31ce26d6c93 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f31ce26d6c93 img {
   width: 100%;
   height: 100%;
 }

 .text_7add74b63583 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6ba73add58d6 {
   position: relative !important;
   overflow: visible;
   width: 69.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_03472b2288d1 {
   padding: 20px 16px 20px 16px;
   width: 185px;
   height: 109px;
   z-index: 0;
   position: absolute !important;
   left: 197px;
   top: 129.23px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 16px 16px 16px 16px;
 }

 .container_60780517a53c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 230px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_2c287e583cdb {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ae3af0768f5 {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #0d2b22ff 0%, #0f3227ff 7.14%, #103a2dff 14.29%, #124132ff 21.43%, #134938ff 28.57%, #15513eff 35.71%, #165944ff 42.86%, #17614aff 50%, #186a50ff 57.14%, #197256ff 64.29%, #1a7b5cff 71.43%, #1b8362ff 78.57%, #1c8c68ff 85.71%, #1d956fff 92.86%, #1d9e75ff 100%);
 }

 .text_b75da94e5b36 {
   width: fit-content;
   z-index: 1;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_429fbd501edd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2db77fd6ea5 {
   width: 382px;
   height: 120px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c2db77fd6ea5 {
   overflow: visible;
 }

 .container_45ae3bb4af9a {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_38186c254501 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_38186c254501 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_82d6c94f6cb8 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/575:10716.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_6ebd83361d28 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3f2588230198 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6cae5a158296 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_07301ee67e4c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_de5e6292c263 {
   width: 203.46px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec9145f25f91 {
   padding: 32px 0 0 0;
   width: 382px;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_64701c5ac14f {
   width: 382px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81b43a7f72b7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 382.97px;
   flex-shrink: 0;
   z-index: 1;
   background: #0d2b22;
 }

 .text_abd0919de808 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_abd0919de808 {
   overflow: visible;
 }

 .container_cc688d2291bd {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f63933cea348 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_25146ca0301f {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_2e090adba118 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_2e090adba118 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_2e090adba118 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_516ed80f1338 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_0fb62b0bf270 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0fb62b0bf270 img {
   width: 100%;
   height: 100%;
 }

 .text_a0de8daa9616 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_7052fa1cc5a9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_420bf06f5ba0 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_420bf06f5ba0 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_420bf06f5ba0 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7c97ada1c5d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_056d67ca2ab5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4c09ec640508 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_93d94403df8f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cabaa632c17b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_057efa46df66 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_81f2d1422953 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ef544268ae2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_362cabfbaa6f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8066dcedd1f0 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ec632fc3702a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_894f3be7ff5d {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_46db29204dbb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9e01225a9348 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4e360b335535 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f889fe0317bb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_629ee3c59910 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_10389a42cc2a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0fc10f7127c7 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_62e603c4f8f8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f1c6ad2ddb7 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9b05f52881a7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf88c6dc96ff {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_24b659b2d3ef {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a05afae76785 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ccb168d4afb2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_96234d5db612 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f2361526755 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3d63bc6a6612 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dec91d300289 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6dc9052c492d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d08b132304ff {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e11b20a519ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2f0626ef605 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_15de2f9df507 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a2c57d351396 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9013e48ecf7f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fd07ea6781d4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dad56bbc0f95 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_eb2cd7eab2b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e30e28cd56d2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4dee25165ab6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43c0974c6f90 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_038974f4468a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8df8eee46bb1 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08ba95cb1e16 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_56c3cd58ccad {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a3a9b8bb81e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ea6af5e32cf2 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f1ba51e3cc36 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_f1ba51e3cc36 img {
   width: 100%;
   height: 100%;
 }

 .container_f6ac6de30f59 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_70a8efa4aeee {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_eaa289fbe7f9 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_7c5254635af0 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_97a287ba9009 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_8a5c1582d06c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e623440cd852 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_7dd0d3b4404c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_0c9ce37b64ba {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0f5a79fec22f {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8f481efd6642 {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_da86e2b87dec {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_02796290ea7f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_aec4ed344a58 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_aec4ed344a58 img {
   width: 100%;
   height: 100%;
 }

 .text_4a76837f5b0c {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_18678c06da7e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e26b81b76f1d {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_e26b81b76f1d {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e26b81b76f1d {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_65ac0857d454 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_65ac0857d454 img {
   width: 100%;
   height: 100%;
 }

 .text_9e96d2edcec5 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a45cdcfd625c {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_f53e5124e5a1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0dc9ed6176f9 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_0dc9ed6176f9 {
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_0dc9ed6176f9 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_e69bab7bd385 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: -6.09px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_ea11ebe64bf4 {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_5e40dcd62207 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_95b27ab1ebb3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_215fb60d8fd6 {
   width: 382px;
   height: 176px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_215fb60d8fd6 {
   overflow: visible;
 }

 .container_2771bba6a838 {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d681c32d255 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fe261d5adfa1 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_fe261d5adfa1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_fe261d5adfa1 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_43cd6a235aef {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e0297e399ea6 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_e0297e399ea6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e0297e399ea6 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_f4b77c4f1eaa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_48a2fb97870d {
   width: 100%;
   min-width: 0;
   height: 229px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_48a2fb97870d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_01342f306363 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_363a214b8c15 {
   padding: 25px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5dcaa5;
 }

 .text_b184a105ab98 {
   width: 382px;
   height: 112px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b184a105ab98 {
   overflow: visible;
 }

 .container_2463b22cf324 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c624cb86b443 {
   width: 369.01px;
   height: 120px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c624cb86b443 {
   overflow: visible;
 }

 .container_9cf6bbb06b9a {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_263f76a20027 {
   width: 141.94px;
   height: 63px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_263f76a20027 {
   overflow: visible;
 }

 .container_2ea30c2ee06e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cb82bd91e744 {
   width: 148px;
   height: 87px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cb82bd91e744 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8c66bab98c93 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 16px 16px 16px 16px;
 }

 .container_81faee86942d {
   padding: 16px 0 0 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_afdbc6413e77 {
   width: 147.5px;
   height: 63px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_afdbc6413e77 {
   overflow: visible;
 }

 .container_a2fae5ae63e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1c5d6dab1190 {
   width: 148px;
   height: 84px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1c5d6dab1190 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3f2cea2febc7 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #5dcaa5;
   border-radius: 16px 16px 16px 16px;
 }

 .container_ea74b3ad5a48 {
   padding: 16px 0 0 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_967d267f2665 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e74cda8d9172 {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_fc159bbc7c5e {
   width: 335px;
   height: 53px;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fc159bbc7c5e {
   overflow: visible;
 }

 .container_078ad5318733 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_57117478f2d4 {
   width: 335px;
   height: 135px;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_57117478f2d4 {
   overflow: visible;
 }

 .container_e870b160d741 {
   padding: 12px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc4c94117cdd {
   width: 334.64px;
   height: fit-content;
   max-width: 430px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0883bec01ad0 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .imageview_1b3e9c05d62d {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1b3e9c05d62d img {
   width: 100%;
   height: 100%;
 }

 .text_eebdf02e2eea {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_eebdf02e2eea {
   overflow: visible;
 }

 .text_aeb54f90786a {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_080c0084a279 {
   width: fit-content;
   z-index: 0;
   line-height: 28.12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_7cdfe1a61a61 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_fe0a898a60a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e3cab62f5e1 {
   height: 149.34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_efdbb468bae0 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_efdbb468bae0 img {
   width: 100%;
   height: 100%;
 }

 .text_78f463c817e4 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_78f463c817e4 {
   overflow: visible;
 }

 .text_647d7f61ea52 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_caf9ed2f6900 {
   width: fit-content;
   z-index: 0;
   line-height: 28.12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_8ac434a0b9ee {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_ec8a444afcdf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b92a34608e33 {
   height: 149.34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_54036a17ae95 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8dc40dea9fb4 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8dc40dea9fb4 img {
   width: 100%;
   height: 100%;
 }

 .text_fe43a5e3f069 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fe43a5e3f069 {
   overflow: visible;
 }

 .text_ffa73aad7357 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_7084d6e30bfe {
   width: fit-content;
   z-index: 0;
   line-height: 28.12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_b583a72874ab {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_wrapper_b583a72874ab {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b583a72874ab {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_1d43b71fdd90 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_20b939e60995 {
   height: 149.34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_434d384ee9b0 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_434d384ee9b0 img {
   position: absolute;
   width: 44.3px !important;
   height: 44.3px !important;
   max-width: none !important;
   left: -1.5px;
   top: -1.5px;
 }

 .imageview_434d384ee9b0.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_59ca5abfb17b {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_34fe5b4d8aae {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_10b374db5755 {
   width: fit-content;
   z-index: 0;
   line-height: 28.12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_c341e7ceac4c {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_57178896a6b4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7145a45ead4 {
   height: 149.34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_59d42cd8b9ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_76390ab649fa {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_76390ab649fa img {
   width: 100%;
   height: 100%;
 }

 .text_74edce3d8063 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_74edce3d8063 {
   overflow: visible;
 }

 .text_6a50aabe65d0 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_9c180b393baf {
   width: fit-content;
   z-index: 0;
   line-height: 28.12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_b6bab446791f {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_wrapper_b6bab446791f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b6bab446791f {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_4ae940ad81a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6eb92970dd35 {
   width: 100%;
   min-width: 0;
   height: 149.34px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_66571de3ceb0 {
   width: 277.6px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_85187b4eca73 {
   padding: 0 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .imageview_2937daf6d3e7 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2937daf6d3e7 img {
   width: 100%;
   height: 100%;
 }

 .text_b752dec021ae {
   width: 122px;
   height: 44px;
   z-index: 0;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b752dec021ae {
   overflow: visible;
 }

 .container_7fe509817336 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bbdacea5958f {
   width: fit-content;
   z-index: 0;
   line-height: 19.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_78a5ebbf1e76 {
   padding: 4px 0 0 0;
   width: 121.32px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8a9d8e03970 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3bf92e1c7980 {
   padding: 20px 20px 20px 20px;
   width: 161.32px;
   height: 154.76px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_34514e5305f1 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_34514e5305f1 img {
   position: absolute;
   width: 36.0px !important;
   height: 38.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_34514e5305f1.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_54b9cbf3bf1b {
   width: fit-content;
   z-index: 0;
   line-height: 21.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_360141311574 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bbbe19b8bbc5 {
   width: fit-content;
   z-index: 0;
   line-height: 19.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5ea6ef622eb1 {
   padding: 4px 0 0 0;
   width: 121.33px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ded5f8df1778 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0903fb270112 {
   padding: 20px 20px 20px 20px;
   width: 161.33px;
   height: 154.76px;
   z-index: 0;
   position: absolute !important;
   left: 173.31px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_6a74f72d154a {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6a74f72d154a img {
   width: 100%;
   height: 100%;
 }

 .text_bde532accd3c {
   width: fit-content;
   z-index: 0;
   line-height: 21.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6933a7cf19ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_33a1dac174e0 {
   width: fit-content;
   z-index: 0;
   line-height: 19.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2aa6c58dcebe {
   padding: 4px 0 0 0;
   width: 121.32px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f7dda463bb1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b28814ac4d8 {
   padding: 20px 20px 20px 20px;
   width: 161.32px;
   height: 152.76px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 166.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_6a76e140a595 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6a76e140a595 img {
   width: 100%;
   height: 100%;
 }

 .text_1786310cf641 {
   width: fit-content;
   z-index: 0;
   line-height: 21.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0fb7f0fec38a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ea101ad3ab4a {
   width: 122px;
   height: 40px;
   z-index: 0;
   line-height: 19.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ea101ad3ab4a {
   overflow: visible;
 }

 .container_ab64f3c8b849 {
   padding: 4px 0 0 0;
   width: 121.33px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_092d873d0977 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7628c752d05e {
   padding: 20px 20px 20px 20px;
   width: 161.33px;
   height: 152.76px;
   z-index: 0;
   position: absolute !important;
   left: 173.31px;
   top: 166.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .container_530c01cf0810 {
   position: relative !important;
   overflow: visible;
   width: 334.64px;
   height: 319.51px;
   max-width: 430px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_118af576eb78 {
   padding: 0 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .container_f9252ab5bf4a {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_77b644f3bb1f {
   width: 335px;
   height: 96px;
   z-index: 0;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_77b644f3bb1f {
   overflow: visible;
 }

 .container_731463970c7a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee4de183e7a6 {
   width: 335px;
   height: 160px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ee4de183e7a6 {
   overflow: visible;
 }

 .container_87091f204073 {
   padding: 16px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d20107e55259 {
   width: 315px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d20107e55259 {
   overflow: visible;
 }

 .container_f2127fd23f48 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f24f1f219b0 {
   width: 315px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8f24f1f219b0 {
   overflow: visible;
 }

 .container_68b810a3c42c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3e4591be313 {
   width: 315px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c3e4591be313 {
   overflow: visible;
 }

 .container_5046a8f3cee9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00473d97071d {
   padding: 16px 0 0 20px;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d8000460400c {
   width: 100%;
   min-width: 0;
   height: 222px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_d8000460400c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8e95042343b0 {
   width: 334.64px;
   height: 222.34px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .container_822b58adbb48 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f7f21df97d7 {
   width: 334.64px;
   height: fit-content;
   max-width: 430px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15d40672783d {
   padding: 40px 20px 40px 20px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/585:15953.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_8622d078a1ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
 }

 .text_3de0d0424c88 {
   width: 335px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3de0d0424c88 {
   overflow: visible;
 }

 .container_6c017286321f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_29e88240c16f {
   width: 335px;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_29e88240c16f {
   overflow: visible;
 }

 .container_c122a2d24ea1 {
   padding: 12px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a5c52f7b97a8 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a5c52f7b97a8 img {
   width: 100%;
   height: 100%;
 }

 .text_074b2fc56c69 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b628ef57e7af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a4561e07d24d {
   width: 122px;
   height: 114px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a4561e07d24d {
   overflow: visible;
 }

 .container_da2b7c36700d {
   padding: 8px 0 0 0;
   width: 121.32px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0210fdc032f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a65b8a06638a {
   padding: 20px 20px 20px 20px;
   width: 161.32px;
   height: 269.95px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_9eaf8d2e6b34 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9eaf8d2e6b34 img {
   width: 100%;
   height: 100%;
 }

 .text_d02bfec8a0c9 {
   width: 122px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d02bfec8a0c9 {
   overflow: visible;
 }

 .container_003a6c96b87c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c14cd657d8bb {
   width: 122px;
   height: 114px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c14cd657d8bb {
   overflow: visible;
 }

 .container_ad69e1267705 {
   padding: 8px 0 0 0;
   width: 121.33px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1ba7ff7c52d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa5a805b650d {
   padding: 20px 20px 20px 20px;
   width: 161.33px;
   height: 266px;
   z-index: 0;
   position: absolute !important;
   left: 173.31px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_6702738f6226 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6702738f6226 img {
   width: 100%;
   height: 100%;
 }

 .text_5d608b567a5b {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_765e177a58f8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8c652c37c3b {
   width: 122px;
   height: 114px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c8c652c37c3b {
   overflow: visible;
 }

 .container_239a650e32bd {
   padding: 8px 0 0 0;
   width: 121.32px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d26df341518e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_70872501d135 {
   padding: 20px 20px 20px 20px;
   width: 161.32px;
   height: 238px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 281.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_70fd721fdd2c {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_70fd721fdd2c img {
   width: 100%;
   height: 100%;
 }

 .text_50cca9be1c9a {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_980dae791655 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_963e27b93a12 {
   width: 122px;
   height: 114px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_963e27b93a12 {
   overflow: visible;
 }

 .container_f71a34184aa4 {
   padding: 8px 0 0 0;
   width: 121.33px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8f773b7282e9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_193268c0405f {
   padding: 20px 20px 20px 20px;
   width: 161.33px;
   height: 238px;
   z-index: 0;
   position: absolute !important;
   left: 173.31px;
   top: 281.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_a9a8c287b93d {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a9a8c287b93d img {
   width: 100%;
   height: 100%;
 }

 .text_a226d863b778 {
   width: 122px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a226d863b778 {
   overflow: visible;
 }

 .container_2ead8b9aa51f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_180faef4c527 {
   width: 122px;
   height: 114px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_180faef4c527 {
   overflow: visible;
 }

 .container_262d4dba09af {
   padding: 8px 0 0 0;
   width: 121.32px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb2fe537643d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b43b5970bfd {
   padding: 20px 20px 20px 20px;
   width: 161.32px;
   height: 266px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 539.89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_91f97f8e23a6 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_91f97f8e23a6 img {
   width: 100%;
   height: 100%;
 }

 .text_ba94a635629a {
   width: 122px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ba94a635629a {
   overflow: visible;
 }

 .container_434b3db0d06c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f65241bc46a0 {
   width: 122px;
   height: 95px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f65241bc46a0 {
   overflow: visible;
 }

 .container_c1fabf845bfd {
   padding: 8px 0 0 0;
   width: 121.33px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0753c3ff76a6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_82d1035edb0a {
   padding: 20px 20px 20px 20px;
   width: 161.33px;
   height: 269.95px;
   z-index: 0;
   position: absolute !important;
   left: 173.31px;
   top: 539.89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .container_70f651b4b949 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 809.85px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_534158aebd11 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4307381445f6 {
   width: 334.64px;
   height: fit-content;
   max-width: 430px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d1fafd57ca1 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_68e6160d3c16 {
   width: 335px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_68e6160d3c16 {
   overflow: visible;
 }

 .container_a0fc9d084410 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a44839688679 {
   width: 335px;
   height: 120px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a44839688679 {
   overflow: visible;
 }

 .container_9460725bcbd1 {
   padding: 12px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f91991c4fca6 {
   width: 315px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f91991c4fca6 {
   overflow: visible;
 }

 .container_d129527bf104 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8fb58c334e51 {
   width: 315px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8fb58c334e51 {
   overflow: visible;
 }

 .container_55cc17572231 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_231fcca02592 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fedfded3928d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c7151bec8a70 {
   padding: 12px 0 0 20px;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_071106c884d6 {
   width: 100%;
   min-width: 0;
   height: 227px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_071106c884d6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_9f74c77cd3ed {
   width: 334.64px;
   height: 227.41px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .container_f441ebaac0a1 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_64f8a219a91a {
   width: 334.64px;
   height: fit-content;
   max-width: 430px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31e667662942 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_d1707afc8016 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_df1ad50d728f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_82b12efb5c94 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_82b12efb5c94 img {
   width: 100%;
   height: 100%;
 }

 .text_d8f686c5a763 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ee0ab4c62557 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_46d4f85087b8 {
   width: 295px;
   height: 38px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_46d4f85087b8 {
   overflow: visible;
 }

 .container_ca5aaf3b251f {
   padding: 8px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef9416f28709 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cffa0e8db019 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_2dffb91dc607 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2dffb91dc607 img {
   width: 100%;
   height: 100%;
 }

 .text_7c7aa1435aae {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2025c1a19c48 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_45324e256b9d {
   width: 295px;
   height: 38px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_45324e256b9d {
   overflow: visible;
 }

 .container_f0ca44b5fdb7 {
   padding: 8px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_39425e90aa07 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c588853c1d18 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_d00bd4a69969 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d00bd4a69969 img {
   width: 100%;
   height: 100%;
 }

 .text_ea4f22ad97b8 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c91a4992e28d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_30181a0c309e {
   width: 295px;
   height: 57px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_30181a0c309e {
   overflow: visible;
 }

 .container_b27749e248c1 {
   padding: 8px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_52adb38f871c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f87f46f5344 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_0e70896106a0 {
   padding: 24px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17fbe11f0873 {
   width: 334.64px;
   height: fit-content;
   max-width: 430px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c7fc74bc7f0f {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
 }

 .text_30c9c5fe86e5 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_8d063875339e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba3f05ca05e6 {
   width: 382px;
   height: 144px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ba3f05ca05e6 {
   overflow: visible;
 }

 .text-37cd6fdcc4da_ba3f05ca05e6 {
   line-height: 24px;
   font-family: 'Manrope';
 }

 .text-365b57797053_ba3f05ca05e6 {
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_26f28db99a14 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1feae185e006 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: -0.14px;
   top: 0.35px;
   border-radius: 500px 500px 500px 500px;
 }

 .imageview_1feae185e006.wp-block-image {
   width: 40px !important;
   height: 40px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_1feae185e006 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_9bd4c71a30ef {
   position: absolute !important;
   width: 40px;
   height: 40px;
   z-index: 0;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/585:15694.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_33f29eca6d1a {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/585:15693.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_931f5c25aea9 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_35b8b440f46d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe3256a1a3db {
   width: 227.48px;
   height: 36px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fe3256a1a3db {
   overflow: visible;
 }

 .text-8ed2345d3834_fe3256a1a3db {
   line-height: 18px;
   font-family: 'Manrope';
 }

 .text-ef98666c055e_fe3256a1a3db {
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_84892b376293 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12c269adb014 {
   width: 203.46px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_578cf669750b {
   padding: 32px 0 0 0;
   width: 382px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d14e082b3a56 {
   width: 382px;
   height: 284px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_46e7ed618048 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 382.97px;
   flex-shrink: 0;
   z-index: 0;
   background: #0d2b22;
 }

 .text_75a7a5f27db2 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_75a7a5f27db2 {
   overflow: visible;
 }

 .container_430098707fcd {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9e8a635fa070 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1a8d6ae53247 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_4b582db2f88f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_4b582db2f88f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_4b582db2f88f {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_18f4951b9400 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_912909b9c0e3 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_912909b9c0e3 img {
   width: 100%;
   height: 100%;
 }

 .text_5d64b14639fc {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_80a2bdd9bf82 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1aa6a08b360e {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_1aa6a08b360e {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_1aa6a08b360e {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_98c2ef43523b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b1fcc7358992 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_42d0edc62abf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ca0a74317a4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5857ab7ce3ef {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d3dacf8970bb {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7d2c5a4f548d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2d59b6e97fa {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_22fb9b05075c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_68bd1680671e {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a5c7dbd5293c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_84a4a235d2eb {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ace1f98092b9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7dfd48c5823f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_27275b53feff {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4514bd177496 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b46e40394159 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ed6274f8c440 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d56dd12a816 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_62a7d374dcd9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_11bbb5c85ce3 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_93f77d6148ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1bfa112bf9b0 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_94a79951202c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a6916156853d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d1aa9671216 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_832cdcd8e827 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a11e1acec82 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2bdb1aadcb78 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a52156de452 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4fc5c4ebefde {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_243ca69418f2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_688e7de9cd02 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5cf47915ce1e {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e92562fd5ec5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c8ac77d4f0fd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a54b39156dc {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_77cf4f769b7f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7268e87d1681 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d2d3adec755c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_193cad0e08c4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_af2aa781efc6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5de85f901b17 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4eda0f81a82e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cea5f0808291 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4e404341ba75 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3511b2e0fe4d {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eb3d2c65d93e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b493f2667db5 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cf4341ee2576 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_cf4341ee2576 img {
   width: 100%;
   height: 100%;
 }

 .container_eb6045d90b60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_429e3277933d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_811a11591028 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_f9374af04a85 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_85185d0fa336 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_0730173b9ef5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1548a38bb4bd {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_633b92544438 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_9d26110dab52 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba2b89bbbbb5 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0362032675c {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_83887fd44cc3 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_4485155197ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_1e4f518b69b3 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1e4f518b69b3 img {
   width: 100%;
   height: 100%;
 }

 .text_e7b0f692241d {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_e675950e22bc {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_64fbeb6b06c6 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_64fbeb6b06c6 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_64fbeb6b06c6 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6613d55a6739 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6613d55a6739 img {
   width: 100%;
   height: 100%;
 }

 .text_33bc2b9b6662 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_ff7845a7e345 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_01a143d50326 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8c2506f23a7a {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_8c2506f23a7a {
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_8c2506f23a7a {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_9aefc993cdbf {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: -47.09px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text-3f7d8266cad0_9aefc993cdbf {
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .text-ea232830cfa6_9aefc993cdbf {
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .container_6364e0929060 {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_8859826d8d84 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_db2709655926 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5848e5daf6f3 {
   width: 382px;
   height: 132px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_5848e5daf6f3 {
   overflow: visible;
 }

 .container_e7ba426507b8 {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9b6dea23a30c {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dd561936fafe {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_dd561936fafe {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_dd561936fafe {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_47f5b9b78c34 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_57a245585fab {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_57a245585fab {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_57a245585fab {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_16f4a4c22c2e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6f0342d48684 {
   width: 311px;
   height: 194px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6f0342d48684 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2e6ee5d82961 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b368aedc27c {
   padding: 25px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5dcaa5;
 }

 .text_632af058ea03 {
   width: 390px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_632af058ea03 {
   overflow: visible;
 }

 .container_08cfa2450754 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_52b04574ba64 {
   width: 390px;
   height: 120px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_52b04574ba64 {
   overflow: visible;
 }

 .container_164028ff33a9 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_24c5945dbe9f {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_24c5945dbe9f img {
   width: 100%;
   height: 100%;
 }

 .text_4d098bc5ff17 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3d83c47944de {
   position: relative !important;
   overflow: visible;
   width: 220.85px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_fccd31367d5a {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_fccd31367d5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_fccd31367d5a {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_f6279e1032b7 {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f6279e1032b7 img {
   width: 100%;
   height: 100%;
 }

 .text_f7390252ac63 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_64e733d31cee {
   position: relative !important;
   overflow: visible;
   width: 195.06px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8cc519dbfdcb {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_8cc519dbfdcb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_8cc519dbfdcb {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_7c52ad6d842a {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7c52ad6d842a img {
   width: 100%;
   height: 100%;
 }

 .text_1859f74d8388 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_86396bd26af0 {
   position: relative !important;
   overflow: visible;
   width: 209.68px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a7046c28aa08 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_a7046c28aa08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_a7046c28aa08 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_945172f21756 {
   padding: 32px 0 0 0;
   width: 390px;
   height: 294px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5217e5e62bdb {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_483aa398077b {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #0d2b22ff 10%, #1d9e75ff 100%);
 }

 .container_wrapper_483aa398077b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_483aa398077b {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #0d2b22ff 10%, #1d9e75ff 100%);
 }

 .text_254224653804 {
   width: 390px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_254224653804 {
   overflow: visible;
 }

 .container_20285ab0bd14 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b1c0a971747c {
   width: 390px;
   height: 100px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b1c0a971747c {
   overflow: visible;
 }

 .container_d4e748ff0445 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_31a42bd6e80e {
   width: 338.65px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_31a42bd6e80e {
   overflow: visible;
 }

 .container_2d1c3f95ce0e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c0e59d41c53 {
   width: 325.66px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5c0e59d41c53 {
   overflow: visible;
 }

 .container_670dd9cb2a71 {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_755e17985370 {
   width: 370px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_755e17985370 {
   overflow: visible;
 }

 .container_29b3034ba923 {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b8c08baee4fd {
   padding: 16px 0 0 20px;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8545a4475c69 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b3859888f3bb {
   position: relative !important;
   overflow: visible;
   width: 150.18px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_392ff68421df {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_6b739560212b {
   position: relative !important;
   overflow: visible;
   width: 74.76px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 6px 6px 6px 6px;
 }

 .container_5bac08b7b234 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 7px 7px 7px 7px;
 }

 .text_ac31d3bb4f61 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8499080f33ce {
   position: relative !important;
   overflow: visible;
   width: 102.19px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_412f22dedfc5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_45b56326bbe0 {
   position: relative !important;
   overflow: visible;
   width: 74.76px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 6px 6px 6px 6px;
 }

 .container_31978edba028 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 7px 7px 7px 7px;
 }

 .text_ddc9ebbbc631 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_05f238762db2 {
   position: relative !important;
   overflow: visible;
   width: 154.61px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_8816caf14d95 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8px;
   top: 2px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Space Mono';
 }

 .container_98edfd6a9e39 {
   position: relative !important;
   overflow: visible;
   width: 74.76px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 6px 6px 6px 6px;
 }

 .container_af4a2a7f98e5 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 7px 7px 7px 7px;
 }

 .container_a1aad8dbb8a9 {
   padding: 32px 0 0 0;
   width: 390px;
   height: 206px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_99d30f86af9b {
   width: 390px;
   height: 207px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_99d30f86af9b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2ba4413a6f9b {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_9ec1d82681c6 {
   width: 382px;
   height: 112px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9ec1d82681c6 {
   overflow: visible;
 }

 .container_e05290680b56 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d304c016661 {
   width: 382px;
   height: 80px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9d304c016661 {
   overflow: visible;
 }

 .container_af00c5fdf93d {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3e31c4b0b78d {
   width: 382px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3e31c4b0b78d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b4e4aed7cf56 {
   padding: 17px 0 17px 0;
   width: 100%;
   min-width: 0;
   height: 94px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 7px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_853d90b75c4d {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_853d90b75c4d img {
   width: 100%;
   height: 100%;
 }

 .text_e3311950c729 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8bf3585437b5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_662cbda9aaff {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_85993bb06b84 {
   padding: 4px 0 0 0;
   width: 350px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cff9259ca540 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d0e2b99eb10 {
   padding: 24px 20px 24px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_2699b2d06c1c {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2699b2d06c1c img {
   width: 100%;
   height: 100%;
 }

 .text_c92600ba96fe {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f6a83a41dbb5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7bd6c189e2fa {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c7edefac2f05 {
   padding: 4px 0 0 0;
   width: 350px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_06df7ddbf181 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2920e8718011 {
   padding: 24px 20px 24px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_abe6ef98e73e {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_abe6ef98e73e img {
   width: 100%;
   height: 100%;
 }

 .text_528624bfe007 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6d3224fe9eb2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_88dc1b605abb {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_30a37163610b {
   padding: 4px 0 0 0;
   width: 350px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a520f8f2097d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5181902b52e5 {
   padding: 24px 20px 24px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .container_f2628c192140 {
   padding: 24px 0 0 0;
   width: 390px;
   height: 488px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d45af6836664 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_017aab2cdf15 {
   padding: 48px 24px 48px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_f91fe12486eb {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fe2ec2d97804 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_52c85bf01215 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_52c85bf01215 img {
   width: 100%;
   height: 100%;
 }

 .text_cd08b98ae908 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2f6dd910d532 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc1d358f95fb {
   width: 350px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fc1d358f95fb {
   overflow: visible;
 }

 .container_aa9c35534d8d {
   padding: 4px 0 0 0;
   width: 350px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b51aa330f586 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c37e4c5c3c3 {
   padding: 24px 20px 24px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_9a9b557a2127 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9a9b557a2127 img {
   width: 100%;
   height: 100%;
 }

 .text_ee294c4880df {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cbfac1a20d3c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61badb84db77 {
   width: 350px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_61badb84db77 {
   overflow: visible;
 }

 .container_3e8b62e25ecc {
   padding: 4px 0 0 0;
   width: 350px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb7fc83d5bad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_73073a8bdf0f {
   padding: 24px 20px 24px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_27105561995b {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_27105561995b img {
   width: 100%;
   height: 100%;
 }

 .text_efaf8c63953f {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bd887cb6aeb9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc23a2577958 {
   width: 350px;
   height: 38px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_cc23a2577958 {
   overflow: visible;
 }

 .container_15737b7f526c {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b7a1b778a665 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f6ca207d2154 {
   padding: 24px 20px 24px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_caae9597f918 {
   padding: 32px 0 0 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a6f522ada222 {
   width: 390px;
   height: 36px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a6f522ada222 {
   overflow: visible;
 }

 .container_cb9c6ac80f48 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb071980fdee {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
 }

 .text_65fa95b287f6 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_1764879f25f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41f7a97e87fe {
   width: 382px;
   height: 144px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_41f7a97e87fe {
   overflow: visible;
 }

 .text-3cbf9ab0cbcd_41f7a97e87fe {
   line-height: 24px;
   font-family: 'Manrope';
 }

 .text-53970760e59b_41f7a97e87fe {
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_e9cf5edb5f55 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_52cce1a6ae63 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0.04px;
   top: -0.06px;
   border-radius: 500px 500px 500px 500px;
 }

 .imageview_52cce1a6ae63.wp-block-image {
   width: 40px !important;
   height: 40px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_52cce1a6ae63 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_e551f364da84 {
   position: absolute !important;
   width: 40px;
   height: 40px;
   z-index: 0;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/586:17147.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_0f896229f210 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/586:17146.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_cde79e4f9466 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_032883c3b3eb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f31c7f4ff10a {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8e04a0dc4b85 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d3a70762cc4c {
   width: 203.46px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0b58fc0f87e {
   padding: 32px 0 0 0;
   width: 382px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c58d7bb40d47 {
   width: 382px;
   height: 284px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_61bc4739b6b9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 382.97px;
   flex-shrink: 0;
   z-index: 0;
   background: #0d2b22;
 }

 .text_b131fe321c8a {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_b131fe321c8a {
   overflow: visible;
 }

 .container_63f0fe4e857a {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_93798164a914 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_633bcd229c6b {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_c906e844d5aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_c906e844d5aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_c906e844d5aa {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_a39ad0822b67 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_22bc31658eb5 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_22bc31658eb5 img {
   width: 100%;
   height: 100%;
 }

 .text_5d1a58edde5e {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_d1801699d773 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_22879e16e7d3 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_22879e16e7d3 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_22879e16e7d3 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7ec0c9aec7b8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4b7aac174974 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0734bc0bc350 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_322bfa964356 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b924077ffe76 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_191d56423b08 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_89090e910a2b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c314538c80d {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b5b281389258 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5b7da655735 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_aadc267982aa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff4d6da3680e {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_754b286ea794 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ad9dfbfaa3e8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61cac76a25bd {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2a81f21401e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7b1fd562c5d3 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_020d57d65dad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d5bf7ae841c1 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_352dc4e32a9e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_694d6375c467 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c7b30ce1c4f8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_619fdb4fc012 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d9c27cef5db {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1c80fe4917a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_24ceedb58504 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_92fa8a639140 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bbcd7ee90bc5 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d8bfd4c483c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8547bdfd95e5 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_051b45d35510 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_99e4ab44b39c {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7d0576f92893 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_626fd68a023a {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_02744689119e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3ad2994efa62 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f145bb26ccc0 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_aebac06e8e31 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4b707185b5d4 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_579c9fa4d0a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6fa1e10dff6a {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_17fcb08ced51 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2fd2591932ee {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b62cd5f98636 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_72cb86a3817f {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb854b162114 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_ca4cb4f10c3d {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dec78d9e5f0f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1c440362708c {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c06e74ce856f {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_c06e74ce856f img {
   width: 100%;
   height: 100%;
 }

 .container_9d2b07cdc961 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5e98567d4b3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0a345c5203e0 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_7931193573d7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_842a8b73b8a8 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_8efc011ea5d2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c9a3bffcb1b2 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_7173826dfbc2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_ab618895713c {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_87317dce0ed8 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec0d6ccdf588 {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_6d7d2d89cb59 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_9bf4c0a0e45e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_82edda40efcc {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_82edda40efcc img {
   width: 100%;
   height: 100%;
 }

 .text_d4da2fb75abf {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_9e1c4191bf35 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a210da9d56e6 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a210da9d56e6 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_a210da9d56e6 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_269c7e9acfba {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_269c7e9acfba img {
   width: 100%;
   height: 100%;
 }

 .text_95f76f80f324 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_3466d24b3dd8 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_e1775c6b95a3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_84b752b3a153 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_84b752b3a153 {
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_84b752b3a153 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_1df650d6df33 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 54.91px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_58fd33ddec25 {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_bf16746d947a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6e35f491fbe5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5d94b7d25871 {
   width: 382px;
   height: 88px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_5d94b7d25871 {
   overflow: visible;
 }

 .container_c6c1b72a0446 {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5cbc7ac1e64 {
   padding: 25px 24px 18px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
 }

 .text_d4068f552ee0 {
   width: 335px;
   height: 80px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_d4068f552ee0 {
   overflow: visible;
 }

 .container_e3c0b45f2ed6 {
   position: relative !important;
   overflow: visible;
   width: 334.64px;
   height: 89.98px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_3b4abcc9cb93 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8ba9822f1e73 {
   position: relative !important;
   overflow: visible;
   width: 57.17px;
   height: 22.49px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fcbf2b46dda7 {
   width: 79.99px;
   height: 36.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fcbf2b46dda7 img {
   position: absolute;
   width: 80.0px !important;
   height: 37.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_fcbf2b46dda7.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_9c34174b34ba {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2bbe43219d0d {
   position: relative !important;
   overflow: visible;
   width: 48.52px;
   height: 22.49px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_4d5e6d69a073 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 3.62px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_aa7194ced6d2 {
   position: relative !important;
   overflow: visible;
   width: 81.17px;
   height: 27.49px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_aa7194ced6d2 {
   position: relative !important;
   overflow: visible;
   width: 81.17px;
   height: 27.49px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_aa7194ced6d2 {
   width: 81.17px;
   height: 27.49px;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_9e0b67fc6e1f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e1acc63c1f15 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_03728f735a82 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_04aa02185a98 {
   width: 294.66px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_54931f623527 {
   width: 295px;
   height: 37px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_54931f623527 {
   overflow: visible;
 }

 .container_94af42673521 {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_d513590780e5 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3937eefaaaa6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   line-height: 35px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Funnel Display';
 }

 .container_f6458a5d79e6 {
   position: absolute !important;
   overflow: visible;
   width: 67.27px;
   height: 45px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_fd5e31633de8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.49px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_228108186625 {
   position: absolute !important;
   overflow: visible;
   width: 36.94px;
   height: 29.99px;
   z-index: 0;
   left: 69.26px;
   top: 10.65px;
 }

 .container_73ebef81ec6a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_30308006620b {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f68f5ac6839e {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1bea3cfdf072 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 83px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a7eaab27bb78 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a72200fb1e84 {
   position: relative !important;
   overflow: visible;
   width: 86.76px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_86a2f42966b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c84b8d1627a0 {
   position: relative !important;
   overflow: visible;
   width: 44.63px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7df4db85770b {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_93f611c1f0e3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9d8147d56580 {
   position: relative !important;
   overflow: visible;
   width: 99.41px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_46dc8ac1d5ca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_823a195cb4f3 {
   position: relative !important;
   overflow: visible;
   width: 8.12px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e53bae66b797 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_57488a791550 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_827a5e31c4f0 {
   position: relative !important;
   overflow: visible;
   width: 91px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c806364c19cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ae8f17324387 {
   position: relative !important;
   overflow: visible;
   width: 62.04px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7708c2d12daa {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_32b300f5e840 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_842109051ccb {
   position: relative !important;
   overflow: visible;
   width: 85.03px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_f5b9c93845c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9e0edb490758 {
   position: relative !important;
   overflow: visible;
   width: 10.92px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_4ac4de8691ba {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_17dfa6517041 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_76e4a2074ffc {
   position: relative !important;
   overflow: visible;
   width: 28.09px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_cfca236ede0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b8185645490c {
   position: relative !important;
   overflow: visible;
   width: 10.92px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_2aff17c501bf {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_2c68a15f9834 {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_685ea7e2e6b6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 121.39px;
   top: 13.87px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_429ea3182e7c {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   z-index: 2;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_6ac8670cfb8c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_6ac8670cfb8c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_6ac8670cfb8c {
   width: 100%;
   min-width: 0;
   height: 47.98px;
   z-index: 2;
 }

 .container_5cf2365bf923 {
   padding: 24px 24px 24px 24px;
   width: 342.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .text_416d411d42ec {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3586cf4b0052 {
   width: 294.66px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f303f59fdea {
   width: 295px;
   height: 37px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_0f303f59fdea {
   overflow: visible;
 }

 .container_2c66e7600200 {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_fbb39d524af0 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5b63672beef8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   line-height: 35px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Funnel Display';
 }

 .container_ebd26c6ece01 {
   position: absolute !important;
   overflow: visible;
   width: 73.26px;
   height: 45px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_83aae68a6dd6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.49px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_246d17fa2f7c {
   position: absolute !important;
   overflow: visible;
   width: 36.94px;
   height: 29.99px;
   z-index: 0;
   left: 75.26px;
   top: 10.65px;
 }

 .container_438a9e006980 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_f8a8097a7b4f {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_78981e86e01e {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7901474cfc0 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 83px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4570cd90a209 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b1d3100a7e85 {
   position: relative !important;
   overflow: visible;
   width: 86.76px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_f1dddb9b147c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_33f2cf5bcceb {
   position: relative !important;
   overflow: visible;
   width: 46.81px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c901e6a37acc {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_c63a33e9b73a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7491f6ba2783 {
   position: relative !important;
   overflow: visible;
   width: 99.41px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d5e9d78e35b2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_db04e228c3dd {
   position: relative !important;
   overflow: visible;
   width: 13.81px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_22ea1c86460b {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b9bcf89f47e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1889f1a3729c {
   position: relative !important;
   overflow: visible;
   width: 91px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_79eee3483444 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4844c2c6b528 {
   position: relative !important;
   overflow: visible;
   width: 62.04px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_258d295bff9a {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_adc16bec12c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d3215c0c77b1 {
   position: relative !important;
   overflow: visible;
   width: 85.03px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ef0dadc42411 {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_ef0dadc42411 img {
   width: 100%;
   height: 100%;
 }

 .container_1534c4529e98 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_98ec0051aec1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ffe04ef03650 {
   position: relative !important;
   overflow: visible;
   width: 28.09px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e9ce1cc9dc7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7c6299f2f630 {
   position: relative !important;
   overflow: visible;
   width: 10.92px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_152fd9d35fb6 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c48f74326797 {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3fd4f9b53556 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 121.39px;
   top: 13.87px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_899007878ab6 {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   z-index: 2;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_4122b43df4e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_4122b43df4e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_4122b43df4e4 {
   width: 100%;
   min-width: 0;
   height: 47.98px;
   z-index: 2;
 }

 .container_294d09397d8e {
   padding: 24px 24px 24px 24px;
   width: 342.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .text_ddd20e65f1dd {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_00c466a47b92 {
   width: 294.66px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aab5db42c1d8 {
   width: 295px;
   height: 37px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_aab5db42c1d8 {
   overflow: visible;
 }

 .container_ff31af7c1659 {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_1b94ed125b4f {
   padding: 4px 0 0 0;
   width: 294.66px;
   height: 43px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 66px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0731fa3a82cb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   line-height: 35px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Funnel Display';
 }

 .container_7adef5c548a8 {
   position: absolute !important;
   overflow: visible;
   width: 76.67px;
   height: 45px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_2984f499df47 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.49px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a5605c2c9a03 {
   position: absolute !important;
   overflow: visible;
   width: 36.94px;
   height: 29.99px;
   z-index: 0;
   left: 78.67px;
   top: 10.65px;
 }

 .container_8fb125f736a3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_cc084d11d868 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7646ee68e466 {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_303d1fcdd5e4 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 83px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 109px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_918d943ef214 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7485ed124716 {
   position: relative !important;
   overflow: visible;
   width: 86.76px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b65d3aa2bcbd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_131cb1b3dd48 {
   position: relative !important;
   overflow: visible;
   width: 53.39px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_fd19b457c6f4 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_27e422d4af13 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f8efdf352306 {
   position: relative !important;
   overflow: visible;
   width: 99.41px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_fd1f8be4cf78 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e9b3aebabd0e {
   position: relative !important;
   overflow: visible;
   width: 17.11px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_27b202d4b2af {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_2356e80064e4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_97ad73630a27 {
   position: relative !important;
   overflow: visible;
   width: 91px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e5e60f39a46d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_956e700a0a95 {
   position: relative !important;
   overflow: visible;
   width: 62.04px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_95194b186bac {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_39287f96e654 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_548b5dbe5bb4 {
   position: relative !important;
   overflow: visible;
   width: 85.03px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_caf9e735749b {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_caf9e735749b img {
   width: 100%;
   height: 100%;
 }

 .container_8c9e1a411276 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_c20944b77c31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1da9e0c01860 {
   position: relative !important;
   overflow: visible;
   width: 28.09px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_812de41ed591 {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_812de41ed591 img {
   width: 100%;
   height: 100%;
 }

 .container_fac2b30a7373 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_bc86f7b62fbb {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 192px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bdd9de6448f1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 15.89px;
   top: 3.15px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_98b3f8b50b7a {
   position: absolute !important;
   overflow: visible;
   width: 112px;
   height: 27px;
   z-index: 0;
   left: 121.14px;
   top: 10.62px;
   background: #0f6e56;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_7017e2a39fb4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 121.39px;
   top: 13.87px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_86bef3678f84 {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   z-index: 2;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_be5fe6827f06 {
   position: absolute !important;
   overflow: visible;
   width: 294.64px;
   height: 47.98px;
   z-index: 2;
   left: 24px;
   top: 388.98px;
 }

 .container_wrapper_be5fe6827f06 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 388.98px;
   width: 294.64px;
   height: 47.98px;
   z-index: 2;
 }

 .container_nested_be5fe6827f06 {
   width: 294.64px;
   height: 47.98px;
   z-index: 2;
 }

 .container_b11708c4babe {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 460.96px;
   flex-shrink: 0;
   z-index: 0;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .text_f935de9be46d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_69a1f0da9aee {
   width: 294.66px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_65f9fdc848ae {
   width: 295px;
   height: 37px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_65f9fdc848ae {
   overflow: visible;
 }

 .container_23ed6e15994a {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_25f7a53b705b {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc4c9e525fe8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 2.76px;
   line-height: 35px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Funnel Display';
 }

 .container_66b8982fcb9b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_4edf69a7d270 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8b4d15646684 {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 23px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_18d6449c62c2 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 84px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ba7c7697aa3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2675e6bb7252 {
   position: relative !important;
   overflow: visible;
   width: 99.41px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_f230f79893bf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6e218aa8b080 {
   position: relative !important;
   overflow: visible;
   width: 51.96px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_228891132e9c {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_583bd8f7fee6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ab07292de813 {
   position: relative !important;
   overflow: visible;
   width: 161.8px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_61b3571c7bed {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_61b3571c7bed img {
   width: 100%;
   height: 100%;
 }

 .container_2912f544a933 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_48605e316b4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8130ec612ebc {
   position: relative !important;
   overflow: visible;
   width: 102.4px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_017d6b1df1a8 {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_017d6b1df1a8 img {
   width: 100%;
   height: 100%;
 }

 .container_9ed1a2f492ce {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_bdda4f35f336 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d79732ef89a3 {
   position: relative !important;
   overflow: visible;
   width: 85.03px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_179ef206f8aa {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_179ef206f8aa img {
   width: 100%;
   height: 100%;
 }

 .container_56cb2e4e423a {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_d1c4647bba45 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4eee45b1affa {
   position: relative !important;
   overflow: visible;
   width: 28.09px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4b3a4ac750f0 {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

 .imageview_4b3a4ac750f0 img {
   width: 100%;
   height: 100%;
 }

 .container_560e04f80065 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dabf9daa958c {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1bb18d7017e5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 113.81px;
   top: 13.87px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dcc1a9803264 {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   z-index: 2;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_af811b9bc36a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_af811b9bc36a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_af811b9bc36a {
   width: 100%;
   min-width: 0;
   height: 47.98px;
   z-index: 2;
 }

 .container_9eaa689d9bfe {
   padding: 24px 24px 24px 24px;
   width: 342.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .container_844806b50ab5 {
   padding: 28px 16px 40px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_1ceedb007b92 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0bc5ccad4789 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_376945440a38 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_926a6963f4e2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_63d962af2d6a {
   width: 303px;
   height: 76px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_63d962af2d6a {
   overflow: visible;
 }

 .container_d694b417dbb8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a73462b35eb7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3083c2b36af5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_68ce206d5202 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1d1215ddb294 {
   width: 303px;
   height: 57px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1d1215ddb294 {
   overflow: visible;
 }

 .container_e26ea79fe2e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_413403a14d0e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_579fd5c73e1f {
   width: 303px;
   height: 40px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_579fd5c73e1f {
   overflow: visible;
 }

 .container_726eedd37b31 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_88294e8b9433 {
   width: 303px;
   height: 76px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_88294e8b9433 {
   overflow: visible;
 }

 .container_1476e65865bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_69fb9be3ef64 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d5fd9666c813 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8e94bdde4cdf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7b3ea75f7f9b {
   width: 303px;
   height: 57px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7b3ea75f7f9b {
   overflow: visible;
 }

 .container_db9ce6d68970 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab53acc18fb6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b09cabc953f7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_afe2acd8b4e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc5f416077ef {
   width: 303px;
   height: 95px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_cc5f416077ef {
   overflow: visible;
 }

 .text-711c769c199b_cc5f416077ef {
   line-height: 19px;
   font-family: 'Manrope';
 }

 .text-b7c34e41f6a0_cc5f416077ef {
   line-height: 19px;
   font-family: 'Manrope';
 }

 .text-d4c563d37453_cc5f416077ef {
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_518902df1116 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b34a09dca5f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf8699c22eb7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b22d0e794708 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1bce8fb209a0 {
   width: 303px;
   height: 57px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1bce8fb209a0 {
   overflow: visible;
 }

 .container_d8071749e214 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47e6d8a1c062 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca139c72eb81 {
   padding: 32px 20px 32px 20px;
   width: 342.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .container_7fdeec8f6879 {
   padding: 40px 20px 40px 20px;
   width: 430px;
   height: 1213px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/340d130d-8cd6-44f0-b010-5473a79595c6/589:19238.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_7cf71f68e8eb {
   width: 430px;
   height: 1213px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
 }

 .container_34580fc6b690 {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 990px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2fc04e11f63 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c2fc04e11f63 {
   overflow: visible;
 }

 .container_1f4c3fc71f28 {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ff7c0bfc9047 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8941be6caa10 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_7d63abb19a89 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_7d63abb19a89 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_7d63abb19a89 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_749e7adaf5f3 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_5cdf0f489660 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5cdf0f489660 img {
   width: 100%;
   height: 100%;
 }

 .text_47955cd1678e {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_e0b02bf1f748 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31775a8c6cd6 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_31775a8c6cd6 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_31775a8c6cd6 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d3a422e35839 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f840f04832b5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_070e4c6cb7c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee7c32334116 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cf850a0150ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_25ab189dbf88 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8ed2dab871e5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_85272933177f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_50ea904a8bfd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d6739a85534 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_41e1eb91436b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fab551b78d20 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_515fd1ce8001 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c8de780f61e3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_44f59131f370 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bca567eb5a9b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8dc7001320b5 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c06aa658649d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_09c647c99c8f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1dc4e9ef218c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_54285ca5f897 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a4bd7e6fb6e6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5024acc73d46 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e98b0897f432 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9fba454747ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ab28fafad5a {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2c1629a0d485 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a872ab0527b {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_86fbfa9a7b4b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_521277fee8d5 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_27b9a422ac8b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab245874530f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_123db0099027 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d3d8feb4634a {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2a01d57a0bb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f43881e26fb3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8b69b634c989 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a0ce6c82b654 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d67c2c3b3a73 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_753eebfde0c2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a323eb6c9f8e {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cfa709568f0c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6e1121e12d79 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_279c8983f216 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0abfbd358141 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d2f2cf588db {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f8dc3edb368b {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7501f14d4dd9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_80d86b3561bb {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_319c9fd32967 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_319c9fd32967 img {
   width: 100%;
   height: 100%;
 }

 .container_581d39acac87 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3f2910cc89e5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7e71a5bf10e8 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_d4f22a1c124c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dc685381157e {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_a2b8e98b5013 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f32be0c6716c {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_d1f405fb08f6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_6166a40ae775 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ac75fef0549 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_480303754e1e {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_24f98fbb0a34 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_c4af88d6fa32 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_fd0406ab6cd5 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fd0406ab6cd5 img {
   width: 100%;
   height: 100%;
 }

 .text_3bdc1e6db72c {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_c371b910438e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_abedd08a22c4 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_abedd08a22c4 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_abedd08a22c4 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a6bbd9a0b122 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a6bbd9a0b122 img {
   width: 100%;
   height: 100%;
 }

 .text_4ede4b6e7179 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_20fe1e7cbd4b {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_f55594826b44 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_46bac0868b25 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_46bac0868b25 {
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_46bac0868b25 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_0f7950d129a9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: -10.59px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_0f173255a8e8 {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_87745b26d792 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b8330de2b9c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9e71dff6121e {
   width: 382px;
   height: 44px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_9e71dff6121e {
   overflow: visible;
 }

 .container_085a3ef3eac1 {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e75134a70656 {
   width: 335px;
   height: 66px;
   z-index: 0;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e75134a70656 {
   overflow: visible;
 }

 .imageview_7ebdcdc10ebc {
   width: 335px;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7ebdcdc10ebc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7a914dc41085 {
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e75;
   border-radius: 15px 15px 15px 15px;
 }

 .text_43a852754cf4 {
   width: 65.39px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 6.9px;
   top: 13.51px;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_43a852754cf4 {
   overflow: visible;
 }

 .container_198a0b839906 {
   position: absolute !important;
   overflow: visible;
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
   left: 302.81px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_198a0b839906 {
   position: absolute !important;
   overflow: visible;
   left: 302.81px;
   top: 0px;
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
 }

 .container_nested_198a0b839906 {
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
   border-radius: 15px 15px 15px 15px;
 }

 .input_text_7471fe009dbb {
   width: 293.86px;
   height: 47.03px;
   z-index: 998;
   border-radius: 15px 15px 15px 15px;
 }

 .wrapper_input_text_7471fe009dbb {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 293.86px;
   height: 47.03px;
 }

 .text_e490206d86f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 47.74px;
   top: 13.51px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_31de93851565 {
   width: 17.79px;
   height: 17.79px;
   z-index: 1;
   position: absolute !important;
   left: 17.99px;
   top: 14.62px;
 }

 .imageview_31de93851565 img {
   width: 100%;
   height: 100%;
 }

 .container_a3d826ea0dcd {
   position: relative !important;
   overflow: visible;
   width: 382px;
   height: 47.03px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_7fb22dba9827 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7fb22dba9827 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_7fb22dba9827 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d6b83a940218 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_238bd2ffb8c1 {
   padding: 25px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5dcaa5;
 }

 .text_bd324597050f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_ecc0e590aba5 {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_966128d64e5b {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_584dffcde951 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #17261f;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_584dffcde951 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_584dffcde951 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #17261f;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_0c19c75c96cb {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0827870c7aa8 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_0827870c7aa8 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_0827870c7aa8 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_8f82327bf501 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_551153c6c6a7 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_551153c6c6a7 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_551153c6c6a7 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_f6f4f35ba651 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8d328bcfcc79 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_8d328bcfcc79 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_8d328bcfcc79 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_d6bc7aa51610 {
   padding: 8px 12px 8px 12px;
   width: 72.25px;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_812b2b5e02f3 {
   padding: 8px 12px 8px 12px;
   width: 74.25px;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_869277b9b79f {
   padding: 8px 12px 8px 12px;
   width: 138.25px;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_dd893af9e8dc {
   padding: 8px 12px 8px 12px;
   width: 118.25px;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #17261fff;
   border-right: 0.63px solid #17261fff;
   border-bottom: 0.63px solid #17261fff;
   border-left: 0.63px solid #17261fff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_27061db588a0 {
   padding: 0 0 4px 0;
   width: 342.64px;
   height: 39.24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bf52b7573d0c {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e52402e15069 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .imageview_972af9b24735 {
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_972af9b24735 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e4ab3eede4d3 {
   width: 100%;
   min-width: 0;
   height: 219.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3ced6fc253e9 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a3cf597e6bd5 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_a3cf597e6bd5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_a3cf597e6bd5 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_7d27a5cf047d {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c4660a8d0a9a {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_c4660a8d0a9a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_c4660a8d0a9a {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_78dd8b8e12be {
   width: 309.4px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b5fb4ff274d {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_434090970695 {
   padding: 11.63px 0 0.37px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_47421c46ae8d {
   width: 310px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.37px;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_47421c46ae8d {
   overflow: visible;
 }

 .container_7dfef35e9bce {
   position: relative !important;
   overflow: visible;
   width: 309.4px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4716e4e72f20 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41de97c814e2 {
   width: 310px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_41de97c814e2 {
   overflow: visible;
 }

 .container_e79d3ae5e3f9 {
   position: relative !important;
   overflow: visible;
   width: 309.4px;
   height: 95px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a975267c324a {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_200d40ca7af7 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f02c8b523444 {
   width: 374px;
   height: 478px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #d3d2ccff;
   border-right: 0.63px solid #d3d2ccff;
   border-bottom: 0.63px solid #d3d2ccff;
   border-left: 0.63px solid #d3d2ccff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20px 20px 20px 20px;
 }

 .container_03d75f60c719 {
   padding: 20px 16px 0 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b5087d60f840 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.75px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e1a32c7c6909 {
   position: relative !important;
   overflow: visible;
   width: 374px;
   height: 33px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_20d8318ae20e {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_20d8318ae20e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ad677e1a90aa {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14.67px 14.67px 0 0;
 }

 .text_1ac327f887c2 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fc12ae377558 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_fc12ae377558 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_fc12ae377558 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_978947cf11da {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c6823378638c {
   position: relative !important;
   overflow: visible;
   width: 82.47px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_4b3473f5e6d1 {
   width: 310.65px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8ca533608857 {
   width: 311px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8ca533608857 {
   overflow: visible;
 }

 .container_35f20e9c98ea {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 41.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_f3b7d0f0937a {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bad67256bfa1 {
   width: 311px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_bad67256bfa1 {
   overflow: visible;
 }

 .container_f4f30e7e4bc1 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5cc58a50e6d8 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_519cf6d6b942 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9388418214dc {
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .imageview_8819d5020f12 {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8819d5020f12 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6cbfda7753bf {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14.67px 14.67px 0 0;
 }

 .text_5873a5aa2a5d {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_05e2bb6e4766 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_23fe78d77b2b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d868da95aa4a {
   position: relative !important;
   overflow: visible;
   width: 97.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_323c2ea4b131 {
   width: 310.65px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff0bc0f249f8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_552dd3e1b0c8 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_81a37b162c61 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e6203e47f660 {
   width: 311px;
   height: 76px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e6203e47f660 {
   overflow: visible;
 }

 .container_67ca2a5a1026 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 72.01px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_908453146f57 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34c6ff1c2e5b {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_73f6269c1b4a {
   width: 100%;
   min-width: 0;
   height: 338.47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .imageview_7de420e004bd {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7de420e004bd img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7186976c7e00 {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14.67px 14.67px 0 0;
 }

 .text_a3f0697ccd48 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_17b48529ef31 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_fc979fdfe7ff {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dd6ac29669be {
   position: relative !important;
   overflow: visible;
   width: 73.18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_879e72421c5b {
   width: 310.65px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4b19098fe6b8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_13e095847a00 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_f10a27013dd1 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ed1ee62a55ab {
   width: 331.72px;
   height: 57px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ed1ee62a55ab {
   overflow: visible;
 }

 .container_09c544cffa53 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 54px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_31c15ce47675 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee7b6e83bcee {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_114a5e7d238c {
   width: 100%;
   min-width: 0;
   height: 336px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .imageview_cee69dccc05d {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cee69dccc05d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6ae79490db41 {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14.67px 14.67px 0 0;
 }

 .text_06a23b2334a2 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1be7f22dbd9c {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_ad4aaaadc7ba {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_45602423be92 {
   position: relative !important;
   overflow: visible;
   width: 97.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_ddc716ce729c {
   width: 310.65px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_54a843283064 {
   width: 311px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_54a843283064 {
   overflow: visible;
 }

 .container_187c64e1b59b {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 41.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_71fb56f26b06 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_39ec61dbc50c {
   width: 311px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_39ec61dbc50c {
   overflow: visible;
 }

 .container_aa10c7bf353f {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_79a6238779ce {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8bd630cf1506 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b04de8a73adc {
   width: 100%;
   min-width: 0;
   height: 341.47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .imageview_899ef3a96034 {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_899ef3a96034 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_207bae2f0adc {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14.67px 14.67px 0 0;
 }

 .text_f5d0484b0f54 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_973a40e4ac91 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_973a40e4ac91 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_973a40e4ac91 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_fac240dad127 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d92e909deac0 {
   position: relative !important;
   overflow: visible;
   width: 82.47px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_8bf6093db077 {
   width: 310.65px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_6daa10dbb29b {
   width: 311px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6daa10dbb29b {
   overflow: visible;
 }

 .container_171da235937b {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 41.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e28207c13980 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f7fbd3f2a597 {
   width: 311px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f7fbd3f2a597 {
   overflow: visible;
 }

 .container_30ba2222ed9f {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_fe2dd82581ba {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a9e5b46deb2 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: 197px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_efdf44d9473d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .imageview_71eb9b4de82e {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_71eb9b4de82e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_03fc7698c03f {
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14.67px 14.67px 0 0;
 }

 .text_7fb831784544 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6a9690fcfb5d {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_6a9690fcfb5d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6a9690fcfb5d {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_4175516ed446 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_93d1b3cd1dc6 {
   position: relative !important;
   overflow: visible;
   width: 97.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_493e099ed819 {
   width: 310.65px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_c9d9be14b428 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_88d1821c6184 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_bd6f229aeca7 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1711b32fb170 {
   width: 311px;
   height: 76px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1711b32fb170 {
   overflow: visible;
 }

 .container_c124b460dc55 {
   position: relative !important;
   overflow: visible;
   width: 310.65px;
   height: 54px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_0834845295b3 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_49743bc41630 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5781264a3394 {
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .container_9b23c0df6abf {
   padding: 16px 0 0 0;
   width: 374px;
   height: 2169px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0c87357c44a {
   padding: 24px 16px 51px 16px;
   width: 374.63px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ebe7c1dd392d {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ebe7c1dd392d img {
   width: 100%;
   height: 100%;
 }

 .text_7e429f84dd2e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3aab32341a94 {
   position: relative !important;
   overflow: visible;
   width: 54.76px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7449fa98cc20 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #d4d4d4ff;
   border-right: 0.63px solid #d4d4d4ff;
   border-bottom: 0.63px solid #d4d4d4ff;
   border-left: 0.63px solid #d4d4d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_7449fa98cc20 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_7449fa98cc20 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #d4d4d4ff;
   border-right: 0.63px solid #d4d4d4ff;
   border-bottom: 0.63px solid #d4d4d4ff;
   border-left: 0.63px solid #d4d4d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .text_5b2196fcf4e2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0ea92d0c72c0 {
   position: relative !important;
   overflow: visible;
   width: 5.4px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7d1cd85e7a21 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_7d1cd85e7a21 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7d1cd85e7a21 {
   width: 35.99px;
   height: 35.99px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .text_fb7eb0860890 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_380807f2dd0d {
   position: relative !important;
   overflow: visible;
   width: 8.02px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_23161b99fb0f {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_66531be3250b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_06a7214bb89d {
   position: relative !important;
   overflow: visible;
   width: 8.15px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6d322117ac30 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_04e31fa037a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f1937b4c28b3 {
   position: relative !important;
   overflow: visible;
   width: 11.83px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_706cc54c442a {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .text_95ef296609a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_585f25e4f099 {
   position: relative !important;
   overflow: visible;
   width: 13.78px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_73e5e843ee15 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_9d6d800f2c02 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1b11e6a1d5fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.88px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_630a960349a0 {
   position: relative !important;
   overflow: visible;
   width: 29.48px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2a7560704938 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2a7560704938 img {
   width: 100%;
   height: 100%;
 }

 .container_7477a35e0420 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #d4d4d4ff;
   border-right: 0.63px solid #d4d4d4ff;
   border-bottom: 0.63px solid #d4d4d4ff;
   border-left: 0.63px solid #d4d4d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_7477a35e0420 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_7477a35e0420 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #d4d4d4ff;
   border-right: 0.63px solid #d4d4d4ff;
   border-bottom: 0.63px solid #d4d4d4ff;
   border-left: 0.63px solid #d4d4d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .container_400f7640bb57 {
   padding: 16px 16px 16px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #e5e5e5e6;
   border-right: 0px solid #e5e5e5e6;
   border-bottom: 0px solid #e5e5e5e6;
   border-left: 0px solid #e5e5e5e6;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_7c6c5c754961 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_87905505bb93 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_14d20a1c4ead {
   position: relative !important;
   overflow: visible;
   width: 301.39px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a2cffa860dd0 {
   width: 378px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_823d09c27710 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4eac5e1a05fb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ab2fbc0e8088 {
   position: relative !important;
   overflow: visible;
   width: 121.12px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_6cbed2754162 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_56efd495f7c2 {
   position: relative !important;
   overflow: visible;
   width: 31.1px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_56efd495f7c2 {
   position: relative !important;
   overflow: visible;
   width: 31.1px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_56efd495f7c2 {
   width: 31.1px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_6814a57a8c5f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_247b9211e966 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_dcfe44b216b4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8474790488c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e5c0639b5e25 {
   position: relative !important;
   overflow: visible;
   width: 61.73px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_116ffd2f5d6f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0bb24e154722 {
   position: relative !important;
   overflow: visible;
   width: 29.21px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_0bb24e154722 {
   position: relative !important;
   overflow: visible;
   width: 29.21px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_0bb24e154722 {
   width: 29.21px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_1ae36df67db5 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c4e569ef5cf3 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_c8b41bb6277f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_316f4460096f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9d7eb23caca3 {
   position: relative !important;
   overflow: visible;
   width: 64.31px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_6d655001d786 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_576e8f16dcfb {
   position: relative !important;
   overflow: visible;
   width: 29.09px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_576e8f16dcfb {
   position: relative !important;
   overflow: visible;
   width: 29.09px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_576e8f16dcfb {
   width: 29.09px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_174c2d07fae4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d99c8a8f3595 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_3ed67175468d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6695a7b2c4ed {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2ec53220d70a {
   position: relative !important;
   overflow: visible;
   width: 43.55px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_20bb6c35e28e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6d935ca7e74f {
   position: relative !important;
   overflow: visible;
   width: 29.06px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_6d935ca7e74f {
   position: relative !important;
   overflow: visible;
   width: 29.06px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_6d935ca7e74f {
   width: 29.06px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_b4a2ee19db08 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_e5af2ea4bfd2 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_01d664cb012b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_241b787a0329 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ce0df581be2c {
   position: relative !important;
   overflow: visible;
   width: 71.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_71c88911c91b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e875f50b097a {
   position: relative !important;
   overflow: visible;
   width: 24.71px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_e875f50b097a {
   position: relative !important;
   overflow: visible;
   width: 24.71px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e875f50b097a {
   width: 24.71px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_75019c40b03a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_97d6bdb39a24 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_eba792463f3c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_282e8957f3e5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_15c2981ba698 {
   position: relative !important;
   overflow: visible;
   width: 150.06px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_f82127cfbb36 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dac45e259dfb {
   position: relative !important;
   overflow: visible;
   width: 23.4px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_dac45e259dfb {
   position: relative !important;
   overflow: visible;
   width: 23.4px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_dac45e259dfb {
   width: 23.4px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_99dc4eadcf5c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d8a92cd9814b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_1f5a7b95b520 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ef1bf8df7f2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5d8c19f69b74 {
   position: relative !important;
   overflow: visible;
   width: 123.34px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_873036bfbfc4 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 5.26px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fa0c1cbb50fb {
   position: relative !important;
   overflow: visible;
   width: 24.22px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 0.63px #e0e0dfff;
 }

 .container_wrapper_fa0c1cbb50fb {
   position: relative !important;
   overflow: visible;
   width: 24.22px;
   height: 29.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_fa0c1cbb50fb {
   width: 24.22px;
   height: 29.25px;
   z-index: 0;
   border-top: 0.63px solid #e0e0dfff;
   border-right: 0.63px solid #e0e0dfff;
   border-bottom: 0.63px solid #e0e0dfff;
   border-left: 0.63px solid #e0e0dfff;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_dec20df477ce {
   padding: 8px 0 8px 0;
   width: 301.39px;
   height: 45.25px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_a16d717a8f4b {
   padding: 16px 0 0 0;
   width: 301.39px;
   height: 386.73px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_36943cfcc3b2 {
   padding: 20px 20px 20px 20px;
   width: 382px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #d3d2ccff;
   border-right: 0.63px solid #d3d2ccff;
   border-bottom: 0.63px solid #d3d2ccff;
   border-left: 0.63px solid #d3d2ccff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .container_92184d44cbb4 {
   padding: 16px 16px 0 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7bc467e984c2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_0c8495514ca5 {
   position: relative !important;
   overflow: visible;
   width: 301.39px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_8b09f5d95f20 {
   width: 380px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_556598322fb0 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5ca158a0df9b {
   width: 302px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.63px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5ca158a0df9b {
   overflow: visible;
 }

 .container_b96692a6b5f2 {
   position: relative !important;
   overflow: visible;
   width: 301.39px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_db1c18d5426b {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_99c4988d8e76 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16.62px;
   top: 11.5px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_545c753658f8 {
   position: relative !important;
   overflow: visible;
   width: 301.39px;
   height: 49.24px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 15px 15px 15px 15px;
   box-shadow: inset 0 0 0 0.63px #d3d2ccff;
 }

 .container_564d91fbda94 {
   padding: 16px 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4839a0221fab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 106.04px;
   top: 11.62px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3cc31383204c {
   position: absolute !important;
   overflow: visible;
   width: 301.39px;
   height: 46.48px;
   z-index: 1;
   left: 0px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 15px 15px 15px 15px;
 }

 .container_a74b9253771a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 46.46px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_a74b9253771a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 46.46px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_a74b9253771a {
   width: 100%;
   min-width: 0;
   height: 46.46px;
   z-index: 1;
 }

 .text_666fabb5daf9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 49.26px;
   top: -0.37px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f51b7ae077f9 {
   position: relative !important;
   overflow: visible;
   width: 301.39px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_73c3b479407e {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d605b0c4361a {
   padding: 20px 20px 20px 20px;
   width: 382px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #d3d2ccff;
   border-right: 0.63px solid #d3d2ccff;
   border-bottom: 0.63px solid #d3d2ccff;
   border-left: 0.63px solid #d3d2ccff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .container_2779b6b890ee {
   padding: 32px 16px 0 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2375803f06a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_03bfbebaee75 {
   position: relative !important;
   overflow: visible;
   width: 301.39px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a9203e4dd4e3 {
   width: 384px;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   background: #d3d2cc;
 }

 .container_82a0159bb454 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf5cecd9c46d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.13px;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_dcfec45b7cab {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_80970cbb3dc0 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7bed02d20531 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3c75c2ff57ed {
   width: 246px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3c75c2ff57ed {
   overflow: visible;
 }

 .container_963a8dfcbd66 {
   padding: 4px 0 0 0;
   width: 245.4px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f0c313979ea {
   width: 245.4px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_934dabaaf84a {
   padding: 12px 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_18615698ebf6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_a8febb02c8a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_78493b25b9e2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.13px;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_acd95217b34e {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_d681ef9faa31 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5ee381558624 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ceecbed442e9 {
   width: 246px;
   height: 40px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ceecbed442e9 {
   overflow: visible;
 }

 .container_da419553b80e {
   padding: 4px 0 0 0;
   width: 245.4px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c23e3df88ac2 {
   width: 245.4px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5e19ca90360 {
   padding: 12px 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cc9bcb723254 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   background: #d3d2cc;
 }

 .container_ef216195e56a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ddfeddfc3a2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.13px;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b2dc9e75cc99 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_aa74eac713a8 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_afce4875e0e9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_409a23499906 {
   width: 246px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_409a23499906 {
   overflow: visible;
 }

 .container_80ddec89a0be {
   padding: 4px 0 0 0;
   width: 245.4px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_84e6fc0fa84e {
   width: 245.4px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_895a2e32c4fa {
   padding: 12px 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fe8d7f1119d0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #d3d2cc;
 }

 .container_11987469f115 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_915a3361e422 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.13px;
   line-height: 26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_0c90d0c156ea {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_ef154397ef6b {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d6f8fd4e74de {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dea81faa038c {
   width: 246px;
   height: 40px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_dea81faa038c {
   overflow: visible;
 }

 .container_ecb967c9a408 {
   padding: 4px 0 0 0;
   width: 245.4px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11d54b6ea867 {
   width: 245.4px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7aaec7cc330 {
   padding: 12px 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c4416815501e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_810faa01cc83 {
   padding: 16px 0 0 0;
   width: 301.39px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8bc7d12a9dd3 {
   padding: 20px 20px 20px 20px;
   width: 382px;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #d3d2ccff;
   border-right: 0.63px solid #d3d2ccff;
   border-bottom: 0.63px solid #d3d2ccff;
   border-left: 0.63px solid #d3d2ccff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .container_c9e5879dc784 {
   padding: 16px 16px 0 16px;
   width: fit-content;
   height: 479px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5fb604b8f601 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_5fb604b8f601 {
   overflow: visible;
 }

 .container_e7fccde00e81 {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a3379481f48 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_259d2fc83c2f {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_45c694b82d81 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_45c694b82d81 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_45c694b82d81 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_c2468c2cbe99 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_3549fa5b61ba {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3549fa5b61ba img {
   width: 100%;
   height: 100%;
 }

 .text_48bf93242578 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_3708d7df8112 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a6544513bd1 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_1a6544513bd1 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_1a6544513bd1 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_365367c3fc16 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6871ed8b1894 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_741af6043cd8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_efaebea37d52 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3ed17a1ffc13 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d29c8605d016 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_99ff46d27bf9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_976aa64fde29 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3e43e3479ff8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58c7e5e91d4c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7f6fdc6a80c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_678333964ab7 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_18f652c3089e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_acd00a3f04eb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9220aebf559c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_19ee09ae0f3c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c18bd070507 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b7ca374e2808 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_957fd432cf4e {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_209aeec0a047 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_26e7b1b8a45d {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_023c6e04e29b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_250bfac9ff79 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a5c7dc7df9d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_58dfadeb7e5e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_293ec066261c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c7b41967d254 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_af28a9af41ca {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_241dad63f296 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe097c0bfcfd {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e515556bc78a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_869607c626ce {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d007540263b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df4d74a4b353 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7fa7454588b9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1f043d1e7566 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6d1089d021d {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_63daede02279 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_746726f164a7 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1fafd8dc94c9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6800077c8772 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5c4f89797bfe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eba356865c52 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2d079fbe3040 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5685f00441f8 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e4afac37e8c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_812c66f1fb83 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cb4e8d52a72c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fd6c66b7370c {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3ac17582fb24 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_3ac17582fb24 img {
   width: 100%;
   height: 100%;
 }

 .container_901a4f366dc5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_08ebd7af3ee0 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1a3578ee76bc {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_7c1a32fe1946 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f753a92501ad {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_f0a44ccea23d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5a81bf5b0ba2 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_57b35ded6be0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_70e2ba0d73d9 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_60371611ddfe {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cbcaeb72525c {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_c495ee7c1fb7 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_a755ad1c96f3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_a4f16db887b3 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a4f16db887b3 img {
   width: 100%;
   height: 100%;
 }

 .text_44dc5d4fe499 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_c3015759f8bd {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_192956292279 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_192956292279 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_192956292279 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_48df6c607b09 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_48df6c607b09 img {
   width: 100%;
   height: 100%;
 }

 .text_def637a80a53 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_c83298ef4099 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_f5314281e2ab {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_465f9bc53688 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_465f9bc53688 {
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_465f9bc53688 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_de1bd0c0d563 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 60.41px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_62fb39546d3b {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_92fbb5bdf472 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b3744283936b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_54b8622a8b39 {
   width: 382px;
   height: 220px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_54b8622a8b39 {
   overflow: visible;
 }

 .container_d67b7487ca4d {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd74c3872b2f {
   padding: 25px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
 }

 .text_414d4568b5c9 {
   width: 335px;
   height: 140px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0.63px;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_414d4568b5c9 {
   overflow: visible;
 }

 .container_c1736453c7cc {
   position: relative !important;
   overflow: visible;
   width: 334.64px;
   height: 142.96px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_34e1afd14c08 {
   width: 344px;
   height: 549px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_34e1afd14c08 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4276f918d873 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_23980d46655e {
   position: relative !important;
   overflow: visible;
   width: 334px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_39cd97053b2e {
   width: 335px;
   height: 133px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_39cd97053b2e {
   overflow: visible;
 }

 .container_7714b80b9dbf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c10eae4e086 {
   width: 335px;
   height: 133px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9c10eae4e086 {
   overflow: visible;
 }

 .container_7001b912d2ff {
   padding: 16px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_359a62e26b61 {
   width: 335px;
   height: 133px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_359a62e26b61 {
   overflow: visible;
 }

 .container_c3e8a74ea845 {
   padding: 16px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3b62c3c48eb {
   width: 335px;
   height: 133px;
   z-index: 0;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c3b62c3c48eb {
   overflow: visible;
 }

 .container_d425fb3a9be7 {
   padding: 16px 0 0 0;
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_789900fb583d {
   width: 334.64px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_679a9d8378dc {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_577dcb8cbfca {
   width: 398px;
   height: 187px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_577dcb8cbfca img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_3249e39f9b9f {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3249e39f9b9f {
   overflow: visible;
 }

 .text_8018d3b064e4 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8018d3b064e4 {
   overflow: visible;
 }

 .container_98b2e5fcd2cb {
   width: 292.05px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 106.24px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f84ea5b4b79 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 186.84px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a7d5e469a677 {
   padding: 40px 16px 56px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_9201f0ec8be7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 89.22px;
   top: 0.25px;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7a47ce9ea096 {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c008ce692c77 {
   width: 100%;
   min-width: 0;
   height: 29.99px;
   z-index: 1;
 }

 .imageview_c008ce692c77 img {
   position: absolute;
   width: 294.6px !important;
   height: 30.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_c008ce692c77.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_e3e2fce28e65 {
   width: 256.66px;
   height: 49px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e3e2fce28e65 {
   overflow: visible;
 }

 .container_9d8cbc0b0d79 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6aab6cbecc36 {
   width: 272.5px;
   height: 140px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6aab6cbecc36 {
   overflow: visible;
 }

 .container_fd4b60ced2d9 {
   padding: 12px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d14b08908d77 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2fad9ec6bc0a {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_b54230ab299c {
   width: 100%;
   min-width: 0;
   height: 29.99px;
   z-index: 1;
 }

 .imageview_b54230ab299c img {
   position: absolute;
   width: 294.6px !important;
   height: 30.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_b54230ab299c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_4c5c9d6b29d6 {
   width: 146.93px;
   height: 49px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_4c5c9d6b29d6 {
   overflow: visible;
 }

 .container_f2e9ed5e403e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_96f87d132dc5 {
   width: 276.29px;
   height: 140px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_96f87d132dc5 {
   overflow: visible;
 }

 .container_8299c541eddc {
   padding: 12px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a048b0b49ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f0aa52db116 {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_5c068fd49a4c {
   width: 100%;
   min-width: 0;
   height: 29.99px;
   z-index: 1;
 }

 .imageview_5c068fd49a4c img {
   position: absolute;
   width: 294.6px !important;
   height: 30.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_5c068fd49a4c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_3adb94e47888 {
   width: 204.32px;
   height: 49px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_3adb94e47888 {
   overflow: visible;
 }

 .container_9c564893356a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_04409ea05a1a {
   width: 280.08px;
   height: 100px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_04409ea05a1a {
   overflow: visible;
 }

 .container_ee8c44c96a14 {
   padding: 12px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d5582333e3ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b646ef67c8d {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_77f28235df59 {
   width: 100%;
   min-width: 0;
   height: 29.99px;
   z-index: 1;
 }

 .imageview_77f28235df59 img {
   position: absolute;
   width: 294.6px !important;
   height: 30.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_77f28235df59.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_17a947f5c848 {
   width: 219.46px;
   height: 49px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_17a947f5c848 {
   overflow: visible;
 }

 .container_e902b07e3054 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0284bec8125 {
   width: 263.03px;
   height: 120px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c0284bec8125 {
   overflow: visible;
 }

 .container_eaa3c8e12dd1 {
   padding: 12px 0 0 0;
   width: 294.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf7c35f57294 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d679d3c84ee8 {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .container_848f49bb118c {
   padding: 32px 0 0 0;
   width: 342.64px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0170e0313440 {
   padding: 64px 16px 40px 16px;
   width: 374.63px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cddc1c744a96 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
 }

 .text_e20b89d7af9e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_287d5dcbe4ac {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_38cf35544b0c {
   width: 343px;
   height: 80px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.75px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_38cf35544b0c {
   overflow: visible;
 }

 .container_178fb3a85384 {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 95.97px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_b27f650aa584 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_90547a221a9d {
   width: 100%;
   min-width: 0;
   height: 163px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_90547a221a9d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_37cbad539213 {
   width: 163.32px;
   height: 163.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_45f99f86b9a6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f7dddc60d317 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf4b13c102c1 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1efa8be73889 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4856d43a2f8d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ac0d65574d6 {
   width: 163.32px;
   height: 214.32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d92dae6f97fb {
   width: 100%;
   min-width: 0;
   height: 163px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d92dae6f97fb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_205eedec7a37 {
   width: 163.32px;
   height: 163.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_82962de60b9c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7fa7b8d2b0f4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_44902d798b06 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9510834eef2b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7abee02095c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c971df017ba1 {
   width: 163.32px;
   height: 214.32px;
   z-index: 1;
   position: absolute !important;
   left: 179.32px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4230e1d47140 {
   width: 100%;
   min-width: 0;
   height: 163px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4230e1d47140 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d82f15ba96c1 {
   width: 163.32px;
   height: 163.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_d06ab52e2070 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8b672b3ae720 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a179699a8ee4 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1a9fe142f45f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c79d22c9c0a4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a6ad2eaaaa4 {
   width: 163.32px;
   height: 214.32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 246.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4a3e06259078 {
   width: 100%;
   min-width: 0;
   height: 163px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4a3e06259078 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ebce50be9907 {
   width: 163.32px;
   height: 163.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_315528a881aa {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_86e19fa82ebf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9669a8657f33 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5a4c3ff961c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15c94ce04193 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b613e897936 {
   width: 163.32px;
   height: 214.32px;
   z-index: 1;
   position: absolute !important;
   left: 179.32px;
   top: 246.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_afa80faac784 {
   width: 100%;
   min-width: 0;
   height: 163px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_afa80faac784 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d7f13e613587 {
   width: 163.32px;
   height: 163.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_d909e4822298 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0d46eaf2ddaa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d61b117c4ef5 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ed0016d17d34 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0139dcddfb7c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_93867513ff24 {
   width: 163.32px;
   height: 214.32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 493px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1cb7a4cb3d60 {
   width: 100%;
   min-width: 0;
   height: 163px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1cb7a4cb3d60 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c4db8378804d {
   width: 163.32px;
   height: 163.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_5e8b66365111 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f706b08cb2b3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7c5fa67333f4 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f7e32f891065 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0efca36d50bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_566f28408607 {
   width: 163.32px;
   height: 214.32px;
   z-index: 1;
   position: absolute !important;
   left: 179.32px;
   top: 493px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_248cd9ae00cd {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 707.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_4d29bccfa105 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1bfcbdc93330 {
   padding: 40px 16px 56px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_7410f1e08e2d {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7410f1e08e2d {
   overflow: visible;
 }

 .container_45d0fe05456a {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_df2ad21154f8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_60bad8dc9fef {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_134c806252bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_134c806252bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_134c806252bf {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_8fb29eaedc21 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_990106d853f9 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_990106d853f9 img {
   width: 100%;
   height: 100%;
 }

 .text_da842f7d0256 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_4c54654f8fe4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c01f0bf2fafb {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_c01f0bf2fafb {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_c01f0bf2fafb {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_492dbc4b3ed7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fd7318673df6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_074c79d92672 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ddbb684f1785 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1ae83b2156e8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3dd6d72b786f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_efea963a1d2a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1fd60e54d196 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a9a7310dbc1d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad170daa71da {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_aa42e7bba463 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_57441a014521 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f332ab85baa {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_496a57600a7c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b87797a6528e {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e014231ce108 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd80505ae9d1 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f7b18533baf8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad9381fdd823 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b55e1d16bd9f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f1606ee6b4f5 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8f6427820ab6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_448018397954 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ed0a65b2014b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fb49e8a10f91 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_380807a64e1b {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b398d54d7ca3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_31681000645d {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_eb8f58afb782 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a5f7ba2b561 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_508a39a0a058 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6200eeecb7cd {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_45d48214a986 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e68b17cd8a3e {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3e32d22321cc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1db1fc7ae841 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_92312f2abf20 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_78f9632744d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca5463588950 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_11a4ea509cee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3e57090ae1b {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d56dd2c638d5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a126b3fdfcf4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_130a75c0115c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb5d4c83d31a {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf0853b1fab5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0e769a0bd9ca {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_251f84d1fd82 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_05b23081d72f {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_22192881ea3b {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_22192881ea3b img {
   width: 100%;
   height: 100%;
 }

 .container_f5f58d7b9206 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5bcffb22c256 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9f67628650a5 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_e3d50f21118e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6d3745e05529 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_15415139c905 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fc7451c4f83e {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_c64e30365937 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_6280cee6a964 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_51165d461fc3 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_325078a46e2e {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_35aee28b5199 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_3df924fabc5c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_43de9734bab7 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_43de9734bab7 img {
   width: 100%;
   height: 100%;
 }

 .text_a6e3cf297e40 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_6aff112a5df7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fcee891c8b3d {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_fcee891c8b3d {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_fcee891c8b3d {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_aad116df223d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_aad116df223d img {
   width: 100%;
   height: 100%;
 }

 .text_752094a905f2 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_2965c8695921 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_098b9ce8ed64 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_83a3254bb8f6 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_bd1661ab5da9 {
   width: 100%;
   min-width: 0;
   height: 16.5px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_076762d60204 {
   width: 382px;
   height: 73px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_076762d60204 {
   width: 382px;
   height: 73px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_076762d60204 {
   width: 382px;
   height: 73px;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_589747d6fead {
   width: 76.66px;
   height: 76.66px;
   flex-shrink: 0;
   z-index: 0;
   transform-origin: center;
 }

 .imageview_589747d6fead img {
   width: 100%;
   height: 100%;
 }

 .text_e9eae5c8dedf {
   width: fit-content;
   z-index: 0;
   line-height: 44px;
   font-family: 'Funnel Display';
 }

 .container_dedd00396202 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83de63afa40a {
   width: 382px;
   height: 72px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_83de63afa40a {
   overflow: visible;
 }

 .container_ef8b969b4ae3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd0da96c2293 {
   width: 382px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab1dbf8f7c80 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text-37a875e22d71_ab1dbf8f7c80 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-1d7432282d90_ab1dbf8f7c80 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_a219c186c66b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d59aeff38814 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text-ebf10f741b34_d59aeff38814 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-9345b0edade3_d59aeff38814 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_230bb95ca3da {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f006cc862970 {
   width: 382px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1b666bcc760f {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_a84c7e6a930a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b0a19f6459c7 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_198b036722ee {
   padding: 2px 0 0 0;
   width: 382px;
   height: 26px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf34fbe21e95 {
   padding: 24px 0 0 0;
   width: 382px;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_465a9ad9c64d {
   padding: 40px 24px 32px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .text_449cf54b274d {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_062b79d3714e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f94f1bbb1c92 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0f21a26d54a6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9faf595b0f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_da12d6256334 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_edf453f778e5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bcdcb890ffe5 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_bcdcb890ffe5 {
   overflow: visible;
 }

 .input_text_6814bb914f63 {
   padding: 16px 20px 16px 20px;
   width: 350px;
   height: 56.5px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .wrapper_input_text_6814bb914f63 {
   width: 350px;
   height: 56.5px;
 }

 .input_text_6814bb914f63::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.49px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #00000066;
   font-family: 'Manrope';
 }

 .container_34bb7cd976b5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a36977476f1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_371f325659d3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe13f03828c0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fe13f03828c0 {
   overflow: visible;
 }

 .input_text_2337133db3e5 {
   padding: 16px 20px 16px 20px;
   width: 350px;
   height: 56.5px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .wrapper_input_text_2337133db3e5 {
   width: 350px;
   height: 56.5px;
 }

 .input_text_2337133db3e5::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.49px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #00000066;
   font-family: 'Manrope';
 }

 .container_55b25bef1a32 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_db9b8c58f551 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_eb761fa82a11 {
   padding: 16px 0 16px 0;
   width: 350px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_eb761fa82a11 {
   width: 350px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_eb761fa82a11 {
   padding: 16px 0 16px 0;
   width: 350px;
   height: 52px;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_ca16c984f4ec {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #0000001a;
 }

 .text_a5940588bd0e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b49f3f2a2460 {
   position: relative !important;
   overflow: visible;
   width: 20.01px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_aa1c16ff5886 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #0000001a;
 }

 .container_8f4578efa719 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5b4756f191ff {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e617980f6255 {
   padding: 16px 0 16px 0;
   width: 350px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_wrapper_e617980f6255 {
   width: 350px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e617980f6255 {
   padding: 16px 0 16px 0;
   width: 350px;
   height: 52px;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_119e7e923032 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .text-b2d5b79972d3_119e7e923032 {
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .text-9828bd286c7e_119e7e923032 {
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .text-ff2d19b1fdc1_119e7e923032 {
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .text-8cadb5908958_119e7e923032 {
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .text-6a7e5ba25a7b_119e7e923032 {
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .text-46018a734ae1_119e7e923032 {
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .container_636d314caee7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_99dc997c1165 {
   padding: 32px 24px 32px 24px;
   width: 382px;
   height: 591.5px;
   z-index: 0;
   position: absolute !important;
   left: 24.13px;
   top: 20px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 4px 32px #0000001a;
 }

 .container_bfdfbd6bcf55 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 649px;
   flex-shrink: 0;
   z-index: 0;
   background: #f0f3eb;
 }

 .container_wrapper_bfdfbd6bcf55 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 649px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_bfdfbd6bcf55 {
   width: 430px;
   height: 649px;
   z-index: 0;
   background: #f0f3eb;
 }

 .text_af10af8675ce {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_af10af8675ce {
   overflow: visible;
 }

 .container_0a8c46b7143e {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_59a9f043a003 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4cd6c50d5675 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_32d511921ed3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_32d511921ed3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_32d511921ed3 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_e673c93defeb {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_ef0d4ad200f7 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ef0d4ad200f7 img {
   width: 100%;
   height: 100%;
 }

 .text_602a0c5ff426 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_0769cb16f08c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d076dfff6feb {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d076dfff6feb {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_d076dfff6feb {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eaead70fa96d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_439212a02324 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_da6dcd0cf782 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_066ca3be17cf {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1cb9501b3bf8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f7efc9b23f1c {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_746ff58e7435 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5ac0d4e63de4 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1c31ba27a3d1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b6473e9efebb {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cabb8a88face {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_421ac5dfc87e {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_09906523f4b4 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7627a63d1686 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ec55f4d14c6 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_439c50f32827 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f94f7ac1c22f {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_633a76896939 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_27c6ee8d796a {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0ceaf9d6e0c8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_25308b275c1f {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4dfe1c248e68 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_670e7397a7b2 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5dcfeb8bd584 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ccac35327dce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_954e70c88f91 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ef6f660949c2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9cfb5a452895 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4ae79636309f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a3334c4536b {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4b76f031cf01 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aa0458cbee08 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7de682acb0d5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd3992708ebb {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_98df166ef080 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_acb0af376e93 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b84a2aa4df8 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c99a91d88bc9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bf5a96e693e1 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_220c8999eff4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c7c77b635fd {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d53c591b1c2a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c27e9166c689 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5eb16906376a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_144334829a29 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_973e334c210b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_d4298bc80664 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5ad483aae27a {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c9cef24b7740 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4c9e1fa4b85a {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_4c9e1fa4b85a img {
   width: 100%;
   height: 100%;
 }

 .container_2629bdf187f1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1b21cae4bb74 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8c66c25e53b5 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_b297b19d07cd {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e503b3ccd4eb {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_effc070f21fb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e7da4f237d29 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_153e251345b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e886e7455762 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_18ce13cefa09 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0c0e474049f {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_98eab0619af0 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_119a6dfe16d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_31088be00b29 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_31088be00b29 img {
   width: 100%;
   height: 100%;
 }

 .text_2c92edba1e17 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_a70ec6068265 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5fa1109f93d2 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_5fa1109f93d2 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_5fa1109f93d2 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_072af0a2d0a4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_072af0a2d0a4 img {
   width: 100%;
   height: 100%;
 }

 .text_32a3fbfef15c {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_20fb09d68654 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_48a4e1f571e7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_60bc96fd5e7c {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_e0f23a81844a {
   width: 100%;
   min-width: 0;
   height: 16.5px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a7a631797861 {
   width: 382px;
   height: 73px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_a7a631797861 {
   width: 382px;
   height: 73px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_a7a631797861 {
   width: 382px;
   height: 73px;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_00ed710d1d94 {
   width: fit-content;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_c7a70ac17dff {
   width: 284.57px;
   height: 88px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_c7a70ac17dff {
   overflow: visible;
 }

 .container_77bafa2a5f2d {
   width: 382px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_989d224d5a97 {
   width: 382px;
   height: 72px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_989d224d5a97 {
   overflow: visible;
 }

 .container_6cbfaf67557b {
   width: 382px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ec6f06b6ea8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b90b7ca2195b {
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e75;
   border-radius: 15px 15px 15px 15px;
 }

 .text_4d21f6e40ae5 {
   width: 65.39px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 6.9px;
   top: 13.51px;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_4d21f6e40ae5 {
   overflow: visible;
 }

 .container_21d4e2b44ead {
   position: absolute !important;
   overflow: visible;
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
   left: 302.81px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_21d4e2b44ead {
   position: absolute !important;
   overflow: visible;
   left: 302.81px;
   top: 0px;
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
 }

 .container_nested_21d4e2b44ead {
   width: 79.18px;
   height: 47.03px;
   z-index: 0;
   border-radius: 15px 15px 15px 15px;
 }

 .container_d130b0b10b37 {
   width: 293.86px;
   height: 47.03px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .text_7511d043ba19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 47.74px;
   top: 13.51px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_f6e6214439b0 {
   width: 17.79px;
   height: 17.79px;
   z-index: 1;
   position: absolute !important;
   left: 17.99px;
   top: 14.62px;
 }

 .imageview_f6e6214439b0 img {
   width: 100%;
   height: 100%;
 }

 .container_2fdb9b6c8f4e {
   position: relative !important;
   overflow: visible;
   width: 382px;
   height: 47.03px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_58845e17e7c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1a4f90b45797 {
   width: 382px;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f06476d52560 {
   padding: 40px 24px 32px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
 }

 .imageview_aec0754d3cef {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_aec0754d3cef img {
   width: 100%;
   height: 100%;
 }

 .text_34903fec65a2 {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bcb884502c3e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ec0231b85891 {
   width: 277.65px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_ec0231b85891 {
   overflow: visible;
 }

 .container_d43d9baec93a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3de30062a41 {
   width: 100%;
   min-width: 0;
   height: 118px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_21d1be272242 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_e12a818f9608 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e12a818f9608 img {
   width: 100%;
   height: 100%;
 }

 .container_29e8c7bf3fb6 {
   padding: 0 20px 0 20px;
   width: fit-content;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_29e8c7bf3fb6 {
   width: fit-content;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_29e8c7bf3fb6 {
   padding: 0 20px 0 20px;
   width: fit-content;
   height: 52px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_dab721140db1 {
   padding: 36px 36px 36px 36px;
   width: 382px;
   height: 336px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_0a6ec99d843c {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0a6ec99d843c img {
   width: 100%;
   height: 100%;
 }

 .text_41351e59248c {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_926140a6c3c2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_96c20b2f1013 {
   width: 284.4px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_5dff317129b0 {
   width: 100%;
   min-width: 0;
   height: 62px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_87c8627963d1 {
   width: 240.81px;
   height: 43px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text-9351bc4f4384_87c8627963d1 {
   line-height: 22px;
   font-family: 'Manrope';
 }

 .text-19530f12c592_87c8627963d1 {
   line-height: 22px;
   font-family: 'Manrope';
 }

 .container_b8b379c623af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2bd1c1e8852c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e778ddc6465 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_d696d0b63846 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d696d0b63846 img {
   width: 100%;
   height: 100%;
 }

 .container_a4a1f35ee893 {
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
 }

 .container_wrapper_a4a1f35ee893 {
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_a4a1f35ee893 {
   width: 187.25px;
   height: 52px;
   z-index: 1;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
 }

 .container_5da2626a2b5e {
   padding: 36px 36px 36px 36px;
   width: 382px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 24px 24px 24px 24px;
 }

 .container_b69156f7c455 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd1087dc36b0 {
   padding: 24px 0 24px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1e2a07589306 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_1e2a07589306 {
   overflow: visible;
 }

 .container_1bf13b0e5d51 {
   width: 382px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8636488d4356 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d7d3461e49d0 {
   position: absolute !important;
   overflow: visible;
   width: 299px;
   height: 45px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_7fd67c835489 {
   width: fit-content;
   z-index: 2;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f5f0e0483a2c {
   padding: 1px 0 1px 0;
   width: 99px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 34.5px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eba437fa405f {
   position: relative !important;
   overflow: visible;
   width: 390px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ef1b00054151 {
   padding: 8px 0 0 0;
   width: 390px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_49df99b7d996 {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

 .imageview_49df99b7d996 img {
   width: 100%;
   height: 100%;
 }

 .text_8d98e379ae94 {
   width: 111px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_8d98e379ae94 {
   overflow: visible;
 }

 .container_9df065c74914 {
   position: relative !important;
   overflow: visible;
   width: 110.09px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f9e0491f61ca {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_eee5dc89e59d {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

 .imageview_eee5dc89e59d img {
   width: 100%;
   height: 100%;
 }

 .text_c136a95fd474 {
   width: 111px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c136a95fd474 {
   overflow: visible;
 }

 .container_6b90701dd10b {
   position: relative !important;
   overflow: visible;
   width: 110.09px;
   height: 41.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_970c776b8000 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_9c7436840320 {
   width: 15.99px;
   height: 17.99px;
   z-index: 2;
 }

 .imageview_9c7436840320 img {
   width: 100%;
   height: 100%;
 }

 .text_08cd5f9acf35 {
   width: 111px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_08cd5f9acf35 {
   overflow: visible;
 }

 .container_a485a747bf32 {
   position: relative !important;
   overflow: visible;
   width: 110.09px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_162a421084d3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_00b92c298b29 {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

 .imageview_00b92c298b29 img {
   width: 100%;
   height: 100%;
 }

 .text_a7e259210f09 {
   width: 111px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a7e259210f09 {
   overflow: visible;
 }

 .container_fe0928edbb47 {
   position: relative !important;
   overflow: visible;
   width: 110.09px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ec4ee94f3b61 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_cc2a0460728c {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

 .imageview_cc2a0460728c img {
   width: 100%;
   height: 100%;
 }

 .text_824333cdfacd {
   width: 111px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_824333cdfacd {
   overflow: visible;
 }

 .container_eeb78dc66e16 {
   position: relative !important;
   overflow: visible;
   width: 110.09px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7789502333f5 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_6af9b2fa1b41 {
   width: 15.99px;
   height: 17.99px;
   z-index: 2;
 }

 .imageview_6af9b2fa1b41 img {
   width: 100%;
   height: 100%;
 }

 .text_7b8f659e5ebc {
   width: 111px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_7b8f659e5ebc {
   overflow: visible;
 }

 .container_1697e2380406 {
   position: relative !important;
   overflow: visible;
   width: 110.09px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9da87f98f2c5 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c09a8e66ff16 {
   padding: 12px 0 12px 0;
   width: 170.71px;
   height: 524.94px;
   z-index: 1;
   border-top: 0px solid #0000000f;
   border-right: 0.63px solid #0000000f;
   border-bottom: 0px solid #0000000f;
   border-left: 0px solid #0000000f;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c9f575d7f593 {
   width: 15.99px;
   height: 17.99px;
   z-index: 2;
 }

 .imageview_c9f575d7f593 img {
   width: 100%;
   height: 100%;
 }

 .text_df0825509b7c {
   width: 111px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_df0825509b7c {
   overflow: visible;
 }

 .container_c844e99e0629 {
   position: relative !important;
   overflow: visible;
   width: 110.72px;
   height: 41.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_e69e69bbc6fc {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_613a25ba1248 {
   width: 15.99px;
   height: 17.99px;
   z-index: 3;
 }

 .imageview_613a25ba1248 img {
   width: 100%;
   height: 100%;
 }

 .text_15b4727ca117 {
   width: 111px;
   height: 57px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_15b4727ca117 {
   overflow: visible;
 }

 .container_fab588044473 {
   position: relative !important;
   overflow: visible;
   width: 110.72px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_f8035aafe62d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_6dda19e14c0d {
   width: 15.99px;
   height: 17.99px;
   z-index: 2;
 }

 .imageview_6dda19e14c0d img {
   width: 100%;
   height: 100%;
 }

 .text_f6859efb9a75 {
   width: 111px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_f6859efb9a75 {
   overflow: visible;
 }

 .container_783501f70999 {
   position: relative !important;
   overflow: visible;
   width: 110.72px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_1a1a8bac0ed9 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_96179ec730fb {
   width: 15.99px;
   height: 17.99px;
   z-index: 2;
 }

 .imageview_96179ec730fb img {
   width: 100%;
   height: 100%;
 }

 .text_a6a9b6341053 {
   width: 111px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a6a9b6341053 {
   overflow: visible;
 }

 .container_de1303ba742e {
   position: relative !important;
   overflow: visible;
   width: 110.72px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2d518dafc651 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_37ff75a4e674 {
   width: 15.99px;
   height: 17.99px;
   z-index: 2;
 }

 .imageview_37ff75a4e674 img {
   width: 100%;
   height: 100%;
 }

 .text_28faf9d7c36e {
   width: 111px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_28faf9d7c36e {
   overflow: visible;
 }

 .container_72ae79a1f93c {
   position: relative !important;
   overflow: visible;
   width: 110.72px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5bffd48dd1b9 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_d1e42ddb2a0c {
   width: 15.99px;
   height: 17.99px;
   z-index: 3;
 }

 .imageview_d1e42ddb2a0c img {
   width: 100%;
   height: 100%;
 }

 .text_bc810f1ddbd9 {
   width: 111px;
   height: 57px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_bc810f1ddbd9 {
   overflow: visible;
 }

 .container_56dc73099d2e {
   position: relative !important;
   overflow: visible;
   width: 110.72px;
   height: 62.99px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_469a35fc7ab9 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_8f242082072c {
   padding: 12px 0 12px 0;
   width: 170.71px;
   height: 524.94px;
   z-index: 2;
   position: absolute !important;
   left: 170.69px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3ca65ff79c5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 524.82px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
 }

 .container_8c9b863ad664 {
   width: 382px;
   height: 526px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #00000012;
   border-right: 0.63px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0.63px solid #00000012;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 20px 20px 20px 20px;
 }

 .container_85c581a2e539 {
   width: fit-content;
   height: 1432px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_10202d4446cc {
   width: 343px;
   height: 397px;
   z-index: 0;
   position: absolute !important;
   left: -0.26px;
   top: -0.03px;
   background: linear-gradient(90deg, #033125ff 0%, #0a9774ff 100%);
   opacity: 0.550000011920929;
 }

 .text_2277d276ea80 {
   width: 279px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2277d276ea80 {
   overflow: visible;
 }

 .container_b8f925cd8804 {
   position: relative !important;
   overflow: visible;
   width: 279px;
   height: 202px;
   max-width: 760px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_563a7df96ac7 {
   width: fit-content;
   z-index: 2;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c1dae28c75e2 {
   margin: -32px 0 0 0 !important;
   padding: 0 30px 0 30px;
   width: fit-content;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_c1dae28c75e2 {
   width: fit-content;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_c1dae28c75e2 {
   margin: -32px 0 0 0 !important;
   padding: 0 30px 0 30px;
   width: fit-content;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_ed4a5cfaca87 {
   width: 279px;
   height: 222px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 72px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_70c547e787f0 {
   position: relative !important;
   width: 343px;
   height: 347px;
   max-width: 1200px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #09211a;
   border-radius: 30px 30px 30px 30px;
 }

 .container_929b28b43fcb {
   padding: 27px 16px 27px 16px;
   width: 374.63px;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c406f66425f6 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_c406f66425f6 {
   overflow: visible;
 }

 .container_6fff363ea837 {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_efd10b19ad50 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_561e5ce81c9a {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_f048ce80383b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_f048ce80383b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_f048ce80383b {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_03aa84ff1268 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_ca8eb1fbca88 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ca8eb1fbca88 img {
   width: 100%;
   height: 100%;
 }

 .text_67507cdfac36 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_b375f6d38ffa {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef9ff494d9c7 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ef9ff494d9c7 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_ef9ff494d9c7 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f648f56937f4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7ce72c606a85 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e628fb2d510b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bcbbb8626dae {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e36a731fd688 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7af00009f981 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_473235ca2b38 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9a4b9bda51b7 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7ec6a98bc23e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ba8e423e0c4 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3dc5f379c0a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4749df444272 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_28045dd2b9f3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e800e33631fd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bdcc6148f045 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_acd1ac8af4db {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b6344e2cead5 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_088f9dfd1222 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2074bd4f2359 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_11848cef5a55 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b04e0ba71dbe {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c4a14d29a3f1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe2837334afb {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b63e73fddb28 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_73270f5c468c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_55f39a84113d {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3e6f1f33b199 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f79e836c985 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6ac742c4c4c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f3f312e7088 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9969456d6fcb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_67f480db46c2 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6a7811b07bd5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad15cf1cffa9 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b60a92c1c1d7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0be2fc764a17 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2f9ee3ba6979 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_83deea4b502a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b902d0bfb11c {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f47c48327334 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_614183e1441e {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_73d633b5447c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b6ab4e4ad568 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_000f7c70f9f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3dc8d0049357 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb83728759f6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a56e8430eec0 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_47c65f94c1dd {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ebb8742c2817 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f9746b4ae06f {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_f9746b4ae06f img {
   width: 100%;
   height: 100%;
 }

 .container_65e25b36af18 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0170c5fb1a73 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_dda29fb6823b {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_815065f79d43 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fe7013890905 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_69f46e1358ca {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d7af0445153b {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_6783e1f953d6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_3d6281400d42 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4cb8fb9e565 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d83bbcb22670 {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_824274431c69 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_303dc2674933 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .imageview_69406b18594b {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_69406b18594b img {
   width: 100%;
   height: 100%;
 }

 .text_641b8113a428 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_4d0991b2dcc3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fce942703e7a {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_fce942703e7a {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_fce942703e7a {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_486504d52a8d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_486504d52a8d img {
   width: 100%;
   height: 100%;
 }

 .text_4ce27604bfc9 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_afbd781aa86f {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_afbd781aa86f {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_afbd781aa86f {
   width: 70px;
   height: 36px;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_c8756674cd15 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_535ec23051a6 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_fb6fa3a27cd9 {
   width: 100%;
   min-width: 0;
   height: 16.5px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_081216cbda70 {
   width: 385px;
   height: 73px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_94ec3d0acf28 {
   width: 382px;
   height: 105px;
   z-index: 0;
   line-height: 35px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_94ec3d0acf28 {
   overflow: visible;
 }

 .container_7dce04e1583a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6946d833db8e {
   width: 385px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_42532654991c {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_42532654991c img {
   width: 100%;
   height: 100%;
 }

 .text_a71bc3ac3666 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_21cd11846b4c {
   width: 217px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_20739bc54ce8 {
   width: 316px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_20739bc54ce8 {
   overflow: visible;
 }

 .container_92fcd0a1cca5 {
   width: 316px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d605f511cabe {
   padding: 2px 0 0 0;
   width: 316px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f75e3eceb421 {
   width: 376px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0728a896ed03 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0728a896ed03 img {
   width: 100%;
   height: 100%;
 }

 .text_5368156240ca {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1761b964901e {
   width: 217px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e8868986003d {
   width: 316px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e8868986003d {
   overflow: visible;
 }

 .container_01d712295cf8 {
   width: 316px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_017ef444d509 {
   padding: 2px 0 0 0;
   width: 316px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0073a8ace497 {
   width: 376px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b0e05af1fe67 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b0e05af1fe67 img {
   width: 100%;
   height: 100%;
 }

 .text_19f8bc921170 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_13efdab445a0 {
   width: 217px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9dff63820599 {
   width: 316px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_9dff63820599 {
   overflow: visible;
 }

 .container_00dcb5c93504 {
   width: 316px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2dab4ded84a {
   padding: 2px 0 0 0;
   width: 316px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f83bf631eea5 {
   width: 376px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4e122f1dd4b8 {
   width: 385px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce4785827d31 {
   padding: 40px 24px 32px 24px;
   width: fit-content;
   height: 647px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .container_2ffc040fe77e {
   width: 28px;
   height: 4px;
   z-index: 0;
   background: #5dcaa5;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_96f4d53e1234 {
   width: 28px;
   height: 4px;
   z-index: 0;
   background: #efefed;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_6a8c91543b39 {
   width: fit-content;
   height: 12px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_89d8888b41d3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 24.29px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_18d897008093 {
   position: relative !important;
   overflow: visible;
   width: 131.38px;
   height: 15.4px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_3a2a0412d9be {
   padding: 0 0 18px 0;
   width: fit-content;
   height: 29px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_30508201640b {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_00ac7f21c26d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8146a13a8e0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a833dea91343 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8578ccf20b12 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e9e5a40cc66c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fe67e994164a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b00713e9e187 {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_eb75bb103bbd {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .wrapper_input_text_eb75bb103bbd {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_eb75bb103bbd::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_969daa42e0d3 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2a889128b68 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_8b3b5643c133 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c757bfca4aa9 {
   position: relative !important;
   overflow: visible;
   width: 52.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_355e6dae490a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_02b9a063336f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_80d8295bb622 {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_ce66219f3897 {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .wrapper_input_text_ce66219f3897 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_ce66219f3897::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_075400bebd5c {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e90e0938327 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cc6a535a3eed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_62b61888f909 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_051aae9b1fbf {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_332301794071 {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .wrapper_input_text_332301794071 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_332301794071::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_82c812dcfdf2 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2c80c7f6ee63 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_474e65d3fca4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_28e88726434f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_10972ad75022 {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_e8c39b1582e3 {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .wrapper_input_text_e8c39b1582e3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_e8c39b1582e3::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_3ea15e8ca851 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_87a407404823 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1f3e5dd6f4d3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a054adca973b {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
 }

 .imageview_a054adca973b img {
   position: absolute;
   width: 340.0px !important;
   height: 54.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_a054adca973b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_757c40e4a175 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e942a7ddd94 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_95275b9b5687 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ec2f0ebf49cf {
   position: relative !important;
   overflow: visible;
   width: 56.65px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e9a026a6b2be {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ea9265749bc6 {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
 }

 .imageview_ea9265749bc6 img {
   position: absolute;
   width: 340.0px !important;
   height: 54.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_ea9265749bc6.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_ec635248a126 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f57674cde402 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec2152c8f85a {
   width: 700px;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   background: #00000012;
 }

 .container_431e40d54d2b {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.5px solid #00000033;
   border-right: 1.5px solid #00000033;
   border-bottom: 1.5px solid #00000033;
   border-left: 1.5px solid #00000033;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .text_997c1efab824 {
   width: 257.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_997c1efab824 {
   overflow: visible;
 }

 .text-e191e79bc113_997c1efab824 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-1cbcebd75c5f_997c1efab824 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-032203cb55b2_997c1efab824 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-4e115fb75202_997c1efab824 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-c52824842a0c_997c1efab824 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f7af5eb77532 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
 }

 .text_63adbd4a3809 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text-1989aa3ec665_63adbd4a3809 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-434dd389f90f_63adbd4a3809 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9a0de06ff936 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .imageview_ccce44851808 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ccce44851808 img {
   width: 100%;
   height: 100%;
 }

 .container_493a352bbbcd {
   padding: 0 44px 0 44px;
   width: 193px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_493a352bbbcd {
   width: 193px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_493a352bbbcd {
   padding: 0 44px 0 44px;
   width: 193px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_8e9417ab7d4a {
   padding: 32px 24px 32px 24px;
   width: 382px;
   height: 896px;
   z-index: 0;
   position: absolute !important;
   left: 24.13px;
   top: 20px;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 4px 32px #0000001a;
 }

 .container_bd822ad6ed43 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 984px;
   flex-shrink: 0;
   z-index: 0;
   background: #f0f3eb;
 }

 .container_wrapper_bd822ad6ed43 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 984px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_bd822ad6ed43 {
   width: 430px;
   height: 984px;
   z-index: 0;
   background: #f0f3eb;
 }

 .text_e2d189817061 {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e2d189817061 {
   overflow: visible;
 }

 .container_acf59b60d547 {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b12491f7b93c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f8e73aa25543 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_c8890cf9effa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_c8890cf9effa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_c8890cf9effa {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_da2057ef8527 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_878c79093532 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_878c79093532 img {
   width: 100%;
   height: 100%;
 }

 .text_d64d68991aad {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_40e4b9a8afb2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c60e020f625 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_0c60e020f625 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_0c60e020f625 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1fee76343034 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_70c3420c5ff9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_82557568911d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5200072aac0 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9e213717dc7d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_33d83a5648d1 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_32a9637ba1dd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eac4066bc525 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_98c99146e9a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_542934dab849 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_302f9740eb27 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_faad3d31355c {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dfec9a130124 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9eb76433b6ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f2ff7e7ca00a {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4b995d12c6d1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_891085bd38b3 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8f21b195919d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7c8eae0eff4f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_059bc48ccf2e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_900015c9f9a4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4fafb41ebc87 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1efe483a000 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_21c228110c09 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5d869c3bea80 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3ba8e286a0a7 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8b4e6ff5d010 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a6d3a9e6c76a {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9ef55aa92757 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_185d503a2ee3 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_ba823e136708 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e2dedc95f9c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2251f007f6ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddb10fa2a6a0 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e1ed5cabb2cd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6eddca0b4ef1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ae3a1e7c67f4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_cf3e2d39b641 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_05518eb8aead {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8d384c133da5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43bffed265b5 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5ea1decc66fe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7efa51ef8112 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8029e51d7c90 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c757bfebb4e {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8aa8a053a01c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c6c7ea870d77 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c64a5c6750d0 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9f6ea7647fb5 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_695b31cebe35 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_695b31cebe35 img {
   width: 100%;
   height: 100%;
 }

 .container_23a22cb09cca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9388688691b7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2870b0e20586 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_2e36ef36cb91 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a6d6894612a2 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_d07fadfacbdc {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8c3a21d89851 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_a6c65cfc0d3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_68f10f9ada7f {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0eeee8a6218f {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a13abe6f4d8 {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_39aacedd6414 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_019926fd4c97 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_70ea2ae68e24 {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_70ea2ae68e24 img {
   width: 100%;
   height: 100%;
 }

 .text_f09c0044cf8e {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_2bea45ed1f20 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff2b37209c35 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ff2b37209c35 {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_ff2b37209c35 {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6e16cd902818 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6e16cd902818 img {
   width: 100%;
   height: 100%;
 }

 .text_4ade029864d6 {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_f08d25a9610d {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_f08d25a9610d {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_f08d25a9610d {
   width: 70px;
   height: 36px;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_556cc3cd32a4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2b9842581047 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_1bdbf282f40b {
   width: 100%;
   min-width: 0;
   height: 16.5px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2aaeb97f00b8 {
   width: 385px;
   height: 73px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b57c1f1e7efc {
   width: 382px;
   height: 105px;
   z-index: 0;
   line-height: 35px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_b57c1f1e7efc {
   overflow: visible;
 }

 .container_39affdc048a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e13792aa765d {
   width: 385px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fb204a7039c4 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fb204a7039c4 img {
   width: 100%;
   height: 100%;
 }

 .text_7e39b7ef7961 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9424352746f0 {
   width: 217px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6b8859494edc {
   width: 316px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6b8859494edc {
   overflow: visible;
 }

 .container_92bc82aad046 {
   width: 316px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b05d4cb1ee37 {
   padding: 2px 0 0 0;
   width: 316px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd0a6f1a9699 {
   width: 376px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_78bb98fa58d9 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_78bb98fa58d9 img {
   width: 100%;
   height: 100%;
 }

 .text_0387ade978f7 {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_98e6a5eb4078 {
   width: 217px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_282a4b70f89a {
   width: 316px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_282a4b70f89a {
   overflow: visible;
 }

 .container_004f4c4d87ea {
   width: 316px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9309689130d9 {
   padding: 2px 0 0 0;
   width: 316px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e9cd61e55307 {
   width: 376px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_da3d3af384c5 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_da3d3af384c5 img {
   width: 100%;
   height: 100%;
 }

 .text_0c8bff90e04e {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8629f7dd1f24 {
   width: 217px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a130770bd067 {
   width: 316px;
   height: 60px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_a130770bd067 {
   overflow: visible;
 }

 .container_a4158b543964 {
   width: 316px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0658f678ca05 {
   padding: 2px 0 0 0;
   width: 316px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb7e98c78d76 {
   width: 376px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9917338298ed {
   width: 385px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_10adea82015f {
   padding: 40px 24px 32px 24px;
   width: fit-content;
   height: 647px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .container_3234f9e30f51 {
   width: 28px;
   height: 4px;
   z-index: 0;
   background: #5dcaa5;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_940e64d8de35 {
   width: 28px;
   height: 4px;
   z-index: 0;
   background: #5dcaa5;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_02115b7e1c6b {
   width: fit-content;
   height: 12px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ae9e352d1d9e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 23.29px;
   top: 0.5px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_37a33db3406f {
   position: relative !important;
   overflow: visible;
   width: 131.38px;
   height: 15.4px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_1e9f0b019f7f {
   padding: 0 0 18px 0;
   width: fit-content;
   height: 29px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba0a27155b87 {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_783a2d0392ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_583d206a8924 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2943504eb1b9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d4a3aeb00fe {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_abfa95d54833 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e112af198202 {
   padding: 0 0 6px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6e7600d2a71d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_6e7600d2a71d {
   overflow: visible;
 }

 .input_text_29e80b1c4126 {
   padding: 0 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_29e80b1c4126 {
   width: 100%;
   min-width: 0;
   height: 48px;
 }

 .input_text_29e80b1c4126::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_872392c0b594 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bf5e70a4f7ae {
   width: fit-content;
   z-index: 0;
   line-height: 24.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5f0313b17003 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_59db8b23c5d3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_59db8b23c5d3 {
   overflow: visible;
 }

 .container_3f98dc3a4dff {
   padding: 0 48px 0 16px;
   width: 334px;
   height: 48px;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   position: absolute !important;
   left: -0.13px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_fbfec3672ed5 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 299.87px;
   top: 15px;
 }

 .imageview_fbfec3672ed5 img {
   width: 100%;
   height: 100%;
 }

 .container_0c3ffdb50ec4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .input_select_eb29d94c8841 {
   padding: 6px 0 0 10px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 9998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3797b4cd9588 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5b55d3ece8d7 {
   padding: 6px 0 0 0;
   width: 378px;
   height: 23px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_57cd9c0aedc0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1299959b973 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.5px solid #00000033;
   border-right: 1.5px solid #00000033;
   border-bottom: 1.5px solid #00000033;
   border-left: 1.5px solid #00000033;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_3eb80907686c {
   padding: 1px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_607a687ccc8c {
   width: 262.75px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_607a687ccc8c {
   overflow: visible;
 }

 .text-9b4e5412549f_607a687ccc8c {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-4f2e8e23bf51_607a687ccc8c {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-b7d8f4bc9943_607a687ccc8c {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-38a397146496_607a687ccc8c {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-fb203adfa0b2_607a687ccc8c {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_b4e5f1f8fd04 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eedbda7214cd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 2px solid #d1d5dbff;
   border-right: 2px solid #d1d5dbff;
   border-bottom: 2px solid #d1d5dbff;
   border-left: 2px solid #d1d5dbff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_82b88f194f9c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4de286466ce0 {
   position: relative !important;
   overflow: visible;
   width: 85.39px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b4b04c10099f {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b4b04c10099f img {
   width: 100%;
   height: 100%;
 }

 .text_c391edd1a478 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10px;
   font-family: 'Inter';
 }

 .container_4644a81ebe53 {
   position: relative !important;
   overflow: visible;
   width: 58.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a7427930ce27 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4178cc8b6034 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_fb95a8e18eca {
   padding: 0 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #fafafa;
   border-radius: 12px 12px 12px 12px;
 }

 .text_c0e72221750b {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_393ab1eaea3b {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_393ab1eaea3b {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_393ab1eaea3b {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_0972f184ed1f {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0972f184ed1f img {
   width: 100%;
   height: 100%;
 }

 .text_7a8384914de1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_bc8a8451c727 {
   position: relative !important;
   overflow: visible;
   width: 249.51px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_dfdc696d511c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9d6fae5b7853 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c7f49db8017 {
   padding: 32px 24px 32px 24px;
   width: 382px;
   height: 623px;
   z-index: 0;
   position: absolute !important;
   left: 24.13px;
   top: 20px;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 4px 32px #0000001a;
 }

 .container_57f7c0bfe67a {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 696px;
   flex-shrink: 0;
   z-index: 0;
   background: #f0f3eb;
 }

 .container_wrapper_57f7c0bfe67a {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 696px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_57f7c0bfe67a {
   width: 430px;
   height: 696px;
   z-index: 0;
   background: #f0f3eb;
 }

 .text_2496c2a3316d {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_2496c2a3316d {
   overflow: visible;
 }

 .container_e18d518c74c3 {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f696034c8565 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_063eee0e0fc5 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_943c3e236e6b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_943c3e236e6b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_943c3e236e6b {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_112ea2cba85e {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_0b1c69b5dc05 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0b1c69b5dc05 img {
   width: 100%;
   height: 100%;
 }

 .text_2ab263604f01 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_7032b9a00223 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a8f971f985f {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_3a8f971f985f {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_3a8f971f985f {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_433e6293fe72 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3dac3adefbb7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_75d7d43fe8c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9fa9672f58fa {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_de177ef1440c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db9725dade82 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_efa8c2836448 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61d3a9e9c413 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d7d2e1bdbb9a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c4a1b25c30a2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d5805065ac3a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_870ae806fd8f {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_df199c8d42ba {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e6afa1dd9592 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab78c8594384 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_994ae724c47b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_48ddbda214f4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_4366c65d3d49 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aee25f774cb8 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1ed27ae2f0af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d67bf290f8d8 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_76fbbfbf68c2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab4c429a394d {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa7c91ff1a45 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b50a5b0b2a64 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eef2b3109f3c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fe552892f856 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8cd1e8578d14 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_151cd0a9a6bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd1c66bfec65 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5fcb3df7448e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5b05c05ee58 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_00be2f3070a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_09240314cfd6 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6c86485b0230 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a53df0f7ec37 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_64875ad0545c {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2c7323ef28bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_853781ec24b7 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_508ddadf336a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d735e9669ad6 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3b79a917176f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_10f702ab4f78 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7d3dcffecad7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_09991279d197 {
   width: 179px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_255b91ce2008 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_356cec186304 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_82f582ce0232 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_90d7d84a4bf0 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c3866648ffc4 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_c3866648ffc4 img {
   width: 100%;
   height: 100%;
 }

 .container_868bf9146120 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8c52979a5ff2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1d26e171e298 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_2377d07d8591 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_636a878d8f34 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_3d17560af93f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_add11e20d948 {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_2c1ada4addf3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_f475c654e8ce {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1b061c882df {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b34a372865c2 {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_0c8403e93523 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .viewport_5ed20b429608 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_c760623f873c {
   width: 32.08px;
   height: 32.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c760623f873c img {
   width: 100%;
   height: 100%;
 }

 .text_83fa7c8c6592 {
   width: fit-content;
   z-index: 0;
   line-height: 26.74px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_5dc1ab40ad26 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_59cf4cd9d61e {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_59cf4cd9d61e {
   width: 165.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_59cf4cd9d61e {
   width: 165.38px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6449e7226540 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6449e7226540 img {
   width: 100%;
   height: 100%;
 }

 .text_00416e60a38e {
   width: 92.94px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: -11px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_35c89beecb10 {
   position: relative !important;
   overflow: visible;
   width: 70px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_d8e54df925bd {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_939751ed4315 {
   padding: 0 26px 0 26px;
   width: 370px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 34px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_730117b15ba8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: -0.42px;
   top: -0.3px;
   line-height: 15.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_ac09af2cf3a4 {
   position: relative !important;
   overflow: visible;
   width: 170.83px;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_f5eb31df76cf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_34a4d51dddc5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee6ef77c23dd {
   width: 327.41px;
   height: 176px;
   z-index: 0;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Funnel Display';
 }

 .text_autoheight_ee6ef77c23dd {
   overflow: visible;
 }

 .container_eddad466e117 {
   padding: 24px 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d3f043dcbbf5 {
   width: 126.49px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_e027dc7e747f {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e027dc7e747f {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_e027dc7e747f {
   width: 187.25px;
   height: 52px;
   z-index: 0;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .text_f0338513af4e {
   width: 74.86px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_45914324ff45 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .container_wrapper_45914324ff45 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_45914324ff45 {
   width: 137.62px;
   height: 52px;
   z-index: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_196ff3042695 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_472d454c65c6 {
   width: 298px;
   height: 210px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_472d454c65c6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ab3b23e93608 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_70fed8e4def6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ff140df4302 {
   padding: 25px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .text_e681717ba74b {
   width: 379px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_e681717ba74b {
   overflow: visible;
 }

 .container_deaf2ab109c2 {
   padding: 21px 16px 21px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .text_fd6acd43f7df {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .text_c01965798087 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5.99px;
   top: 0.09px;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5c6e74b8701d {
   position: relative !important;
   overflow: visible;
   width: 21.99px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffffff40;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_d7a3d1ea01e6 {
   padding: 0 14px 0 14px;
   width: fit-content;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_d7a3d1ea01e6 {
   width: fit-content;
   height: 43.99px;
   z-index: 0;
 }

 .container_nested_d7a3d1ea01e6 {
   padding: 0 14px 0 14px;
   width: fit-content;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_5ea749593d55 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8561ee3f0c8e {
   padding: 0 14px 0 14px;
   width: fit-content;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_8561ee3f0c8e {
   width: fit-content;
   height: 43.99px;
   z-index: 0;
 }

 .container_nested_8561ee3f0c8e {
   padding: 0 14px 0 14px;
   width: fit-content;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_dbcb22dd9844 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b3f0b571be18 {
   padding: 0 14px 0 14px;
   width: fit-content;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_wrapper_b3f0b571be18 {
   width: fit-content;
   height: 43.99px;
   z-index: 0;
 }

 .container_nested_b3f0b571be18 {
   padding: 0 14px 0 14px;
   width: fit-content;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_c288e5c1cfd6 {
   padding: 0 14px 0 14px;
   width: 111px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_abe37eb2df80 {
   padding: 0 14px 0 14px;
   width: 101px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_cfbd20df9e12 {
   padding: 0 14px 0 14px;
   width: 97px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_4beb9ea088f0 {
   padding: 0 14px 0 14px;
   width: 111px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_e18ba1905286 {
   padding: 0 14px 0 14px;
   width: 81px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_727c1f3884fb {
   padding: 0 14px 0 14px;
   width: 111px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_6a160ae9e62c {
   padding: 0 14px 0 14px;
   width: 76px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_79f3b43a0c0e {
   padding: 0 14px 0 14px;
   width: 85px;
   height: 43.99px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_9a9878f89c53 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 67.97px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   box-shadow: 0px 1px 0px #00000014;
 }

 .imageview_d4cab19bd2e2 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d4cab19bd2e2 img {
   width: 100%;
   height: 100%;
 }

 .text_f42ceef5ab99 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_426c36d0c993 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0564249d9f59 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_731415fc474a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6bed17de194b {
   width: 115.14px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f38a7bab8862 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
 }

 .text_a57a458c6a34 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_f335e0232dec {
   position: relative !important;
   overflow: visible;
   width: 55.52px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_bff63fe750c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.54px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b82a1c68a5ba {
   position: relative !important;
   overflow: visible;
   width: 127.61px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3821f480e786 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_896ffcb12984 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_623e5ac52c41 {
   position: relative !important;
   overflow: visible;
   width: 123.45px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_26b851f98e17 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.54px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_9f019ef2e90c {
   position: relative !important;
   overflow: visible;
   width: 86.88px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5859c73e7c59 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafbcc;
 }

 .text_6f5931ca62eb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3e02f771d2cf {
   position: relative !important;
   overflow: visible;
   width: 119.69px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b5bbede87da4 {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_b5bbede87da4 img {
   width: 100%;
   height: 100%;
 }

 .container_03a6838b3967 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_c2943a335cd0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_03ad6c02c5f1 {
   position: relative !important;
   overflow: visible;
   width: 70.66px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c3dfa34f6c87 {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_c3dfa34f6c87 img {
   width: 100%;
   height: 100%;
 }

 .container_d3a1fefe0910 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafbcc;
 }

 .text_4e00093014c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5619f916b6dc {
   position: relative !important;
   overflow: visible;
   width: 102.91px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_738bb7be13f5 {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_738bb7be13f5 img {
   width: 100%;
   height: 100%;
 }

 .container_bb4128851f6f {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_2bd0f74689a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_73e992a5ab1d {
   position: relative !important;
   overflow: visible;
   width: 114.69px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e755d0b56419 {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_e755d0b56419 img {
   width: 100%;
   height: 100%;
 }

 .container_5a36014d26d3 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafbcc;
 }

 .text_ca14a8a9b9e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8fa491970f43 {
   position: relative !important;
   overflow: visible;
   width: 90.86px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e0e8dbaaebdd {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_e0e8dbaaebdd img {
   width: 100%;
   height: 100%;
 }

 .container_292b5e7c2ac3 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_2d7ef77f365a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d731b7f94f57 {
   position: relative !important;
   overflow: visible;
   width: 123.44px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_37622100acf4 {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_37622100acf4 img {
   width: 100%;
   height: 100%;
 }

 .container_652a5c5163e0 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafbcc;
 }

 .text_3e53d6a1792f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_952dd9b0c613 {
   position: relative !important;
   overflow: visible;
   width: 19.64px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e4dbaa00e7bf {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_e4dbaa00e7bf img {
   width: 100%;
   height: 100%;
 }

 .container_547d0148d6fb {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_43612b9886a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_72e4b7e210b2 {
   position: relative !important;
   overflow: visible;
   width: 42.09px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6cbfc6832c7a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.53px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a50805991185 {
   position: relative !important;
   overflow: visible;
   width: 82.43px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_30daf23b1fd0 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   border-top: 0px solid #00000012;
   border-right: 0px solid #00000012;
   border-bottom: 0.63px solid #00000012;
   border-left: 0px solid #00000012;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafbcc;
 }

 .text_9f1c53d629fb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.28px;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_6119d72b776f {
   position: relative !important;
   overflow: visible;
   width: 67.86px;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b36afa6121f6 {
   width: 15.99px;
   height: 15.99px;
   z-index: 1;
 }

 .imageview_b36afa6121f6 img {
   width: 100%;
   height: 100%;
 }

 .container_cd6b43c02422 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 52px;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_988ee242131d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_0850fd23e19d {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7421042525f1 {
   padding: 14px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_02d23acb50b9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e37fd193d7cc {
   width: 378.98px;
   height: 760.31px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000014;
   border-right: 0.63px solid #00000014;
   border-bottom: 0.63px solid #00000014;
   border-left: 0.63px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_82ebc33edff8 {
   padding: 12px 0 225px 0;
   width: fit-content;
   height: 786px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_69aa3fb19606 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_69aa3fb19606 img {
   width: 100%;
   height: 100%;
 }

 .text_36b27de8770e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_590a6dcbaa0e {
   position: relative !important;
   overflow: visible;
   width: 48.71px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e4c16d5403e2 {
   width: 70.7px;
   height: 18px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.91px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_807d6bbc00b2 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_807d6bbc00b2 img {
   width: 100%;
   height: 100%;
 }

 .text_e4b761319034 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a5c7246e33a1 {
   position: relative !important;
   overflow: visible;
   width: 70.53px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_f93d792e8c5c {
   width: 92.52px;
   height: 18px;
   z-index: 0;
   position: absolute !important;
   left: 94.69px;
   top: -0.91px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f1e9025f9d69 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Cousine';
 }

 .container_cbe2b03f8705 {
   position: relative !important;
   overflow: visible;
   width: 4.82px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_2c3077c08a28 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3px 3px 3px 3px;
 }

 .text_ac4a3b915f68 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_0d21f23fa5a1 {
   position: relative !important;
   overflow: visible;
   width: 112.71px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e49e954fff11 {
   width: 134.7px;
   height: 18px;
   z-index: 0;
   position: absolute !important;
   left: 211.19px;
   top: -0.91px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_51bf53a37f24 {
   position: relative !important;
   overflow: visible;
   width: 378.98px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_3a1babd12251 {
   width: 100%;
   min-width: 0;
   height: 912px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_acb1b30c1c7e {
   width: 353.29px;
   height: 115px;
   z-index: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_acb1b30c1c7e {
   overflow: visible;
 }

 .container_c58003383a39 {
   padding: 0 0 28px 0;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8c5845c8edc3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 15.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b084c5588b69 {
   position: absolute !important;
   overflow: visible;
   width: 181.63px;
   height: 51.5px;
   z-index: 0;
   left: 104.19px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_7899f3062732 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_7899f3062732 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_7899f3062732 {
   width: 100%;
   min-width: 0;
   height: 51.5px;
   z-index: 0;
 }

 .container_7fba2c47aa66 {
   padding: 48px 20px 48px 20px;
   width: 430px;
   height: 290.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .imageview_a209a7a3fe0d {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a209a7a3fe0d img {
   width: 100%;
   height: 100%;
 }

 .text_497324898b06 {
   width: fit-content;
   z-index: 0;
   line-height: 32.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Nunito';
 }

 .container_2e9fb3931105 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_48da10e65612 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_48da10e65612 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_48da10e65612 {
   width: 203px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4bb0ec33fbf0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_43beae741a43 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_3f295aff31cd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_90a5581129da {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8b4565bcf9c9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_21fac39210ad {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_c83ee2b2c7ac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0cc22c0e4951 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_e3db17834c31 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_316c789e9fb1 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_5cdd0e6446c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27cbeee95c93 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aefba1b7a268 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2484a407e7c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_acc729c67ec4 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_619d58504717 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad46fe3e6681 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d955e57efbd4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_490f53a9e31a {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a8164f9e9347 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e27efa8a81d {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8fd54df34be6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e5ce68826fce {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ff6ab04e3ea0 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_7c92698004bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dde19b8730a1 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_81f60d1878aa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d36a08c70a49 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_fe9bc963dc24 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d7352a303f0 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d90986c1804a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fbf00e9de13a {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_70c376482541 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_62c288d77702 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5456c5a2fe87 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_40937198989f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e1a639ff0295 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8884634f0b1d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ab2433c8bb1 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_1a27f5907acc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e1ea718387fc {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d9fbcda509e7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e3880ed89525 {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_a747e2980fe8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a4ca77cc5001 {
   width: 179px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 211px;
   top: 180px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7eababffacb7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 328px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_8520b3e1ecbe {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_351fb0576ddf {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_2282becf0059 {
   position: relative !important;
   overflow: visible;
   width: 58.87px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ec3ac316ccc5 {
   width: 56px;
   height: 20px;
   z-index: 0;
 }

 .imageview_ec3ac316ccc5 img {
   width: 100%;
   height: 100%;
 }

 .container_93ddcb85a2a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a57364804e6b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_d0334241cb55 {
   position: absolute !important;
   overflow: visible;
   width: 80.77px;
   height: 19.5px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_d3ff9077ae61 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_b647f944ba09 {
   position: absolute !important;
   overflow: visible;
   width: 98.91px;
   height: 19.5px;
   z-index: 0;
   left: 100.77px;
   top: 0px;
 }

 .text_a421739fcf83 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
 }

 .container_8cff36bd5b8b {
   position: absolute !important;
   overflow: visible;
   width: 138.03px;
   height: 19.5px;
   z-index: 0;
   left: 219.67px;
   top: 0px;
 }

 .container_465c17f36c04 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 19.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_1445cd43dec2 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #0f6e56ff;
   border-right: 0px solid #0f6e56ff;
   border-bottom: 0px solid #0f6e56ff;
   border-left: 0px solid #0f6e56ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_42792ae3eff7 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e67ff79c9ed {
   padding: 40px 20px 32px 20px;
   width: 430px;
   height: 592.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 290.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #09211a;
 }

 .container_62858e20a788 {
   position: relative !important;
   overflow: visible;
   width: 430px;
   height: 883.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_61ce9369253b {
   width: 430px;
   height: fit-content;
   min-height: 844px;
   max-width: 430px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
 }

 .viewport_c9a6c8f454d9 {
   padding: 10px 10px 10px 10px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }