 /*
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?family=Zen+Maru+Gothic: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=Instrument+Sans: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=Outfit: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=DM+Sans: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=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=Zen+Kaku+Gothic+New: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=Zen+Kaku+Gothic+Antique: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=Geist+Mono: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=Geist: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=Noto+Sans: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_7820658842a5 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_e56f7a3ff0a8 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_62d8257b89df {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_18eecd55d473 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_218fc0856cfe {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_836f8523be40 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_317c33ccf8b4 {
   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_033140d90b46 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9e1cb959a7e4 {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_e619e38f2e3b {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_9f59ead9c94b {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

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

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

 .text_63366f00257a {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c9f1b9c896a5 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_60e058609d4f {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_e90deaa4f31d {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_884c83877234 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_1497e2ee14a6 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_15d080753cfa {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c5d225a7cba8 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

 .container_ee4abd2ba874 {
   padding: 40px 199px 40px 150px;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_e74f69a6aa43 {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_44e3cbf76fa0 {
   width: fit-content;
   z-index: 0;
   line-height: 12.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .container_be9279d15a39 {
   padding: 6px 14px 6px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

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

 .text_577db18521b8 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 0;
   line-height: 64.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_577db18521b8 {
   overflow: visible;
 }

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

 .imageview_3e012a30e642 {
   width: 47.63px;
   height: 40.83px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .container_b7da65cafb02 {
   width: 452.51px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_e6f5690f776a {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 0;
   line-height: 64.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_e6f5690f776a {
   overflow: visible;
 }

 .text-64a79e5c246b_e6f5690f776a {
   line-height: 64.3px;
   font-family: 'Outfit';
 }

 .text-f8b019605150_e6f5690f776a {
   line-height: 64.3px;
   font-family: 'Outfit';
 }

 .text-4613151b961f_e6f5690f776a {
   line-height: 64.3px;
   font-family: 'Outfit';
 }

 .container_31420a55c079 {
   width: 100%;
   min-width: 0;
   height: 234px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.7px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_70c69758b9ee {
   width: 1005px;
   height: 224px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 13.61px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3bf15412c281 {
   width: 505px;
   height: 470px;
   z-index: 0;
   transform: rotate(0.7433302269018215deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 6.1px;
   top: 0px;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

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

 .container_4c7ad6b58039 {
   position: relative !important;
   overflow: visible;
   width: 511.43px;
   height: 476.84px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_ced431aebb70 {
   width: 520.82px;
   height: 483.97px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_267c30f58173 {
   position: absolute !important;
   overflow: visible;
   width: 520.82px;
   height: 483.97px;
   z-index: 0;
   left: 485.16px;
   top: -3.82px;
 }

 .imageview_f488d1ace3a4 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_797a076ce477 {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_709226c0cfd0 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_709226c0cfd0 {
   overflow: visible;
 }

 .text_63e65ae4143b {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_63e65ae4143b {
   overflow: visible;
 }

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

 .text_0c41f22a098f {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_0c41f22a098f {
   overflow: visible;
 }

 .text-709cd572b41b_0c41f22a098f {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-15f56cc83c2e_0c41f22a098f {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b90fe085fef3_0c41f22a098f {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-753fc3cd6c17_0c41f22a098f {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5ea284bbcbbf_0c41f22a098f {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-94a412f41687_0c41f22a098f {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_5a34bdc48389 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_2b8301540b81 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_2b8301540b81 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_2b8301540b81 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_1611bc3f27a5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_41815d9e2f9b {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_1e154ec4ad57 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_1e154ec4ad57 {
   overflow: visible;
 }

 .text_a0bc5611fb36 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_a0bc5611fb36 {
   overflow: visible;
 }

 .container_d4dac6532d00 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7f5dac463583 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

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

 .container_nested_7f5dac463583 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_34c1979ec605 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #0a5322;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_9caa61ee72cc {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9f49470cfef8 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_9f49470cfef8 {
   overflow: visible;
 }

 .text_a5f91f57c510 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_a5f91f57c510 {
   overflow: visible;
 }

 .line_0d0494879e01 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   direction: horizontal;
   background: #f0f0f2;
 }

 .imageview_622bafbbc442 {
   width: 8.51px;
   height: 8.51px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_3c5748104ce7 {
   height: 10px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 10.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_3c5748104ce7 {
   overflow: visible;
 }

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

 .container_c305669e02a4 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 153.11px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5.1px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.21px 10.21px 10.21px 10.21px;
   box-shadow: 0px 3.4px 10.21px #0000000f;
 }

 .text_7c168a5c7c85 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_7c168a5c7c85 {
   overflow: visible;
 }

 .text_7e9472c641a9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 12.16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_7e9472c641a9 {
   overflow: visible;
 }

 .line_337377e8485f {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   direction: horizontal;
   background: #f0f0f2;
 }

 .imageview_a7dac5017041 {
   width: 8.51px;
   height: 8.51px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_3150a768d5e5 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 10.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_3150a768d5e5 {
   overflow: visible;
 }

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

 .container_cd8b83cb2e12 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 153.11px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5.1px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.21px 10.21px 10.21px 10.21px;
   box-shadow: 0px 3.4px 10.21px #0000000f;
 }

 .container_8aad4a15aeb7 {
   width: 460.17px;
   height: 116.53px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b27ccee1481 {
   position: absolute !important;
   overflow: visible;
   width: 460.17px;
   height: 116.53px;
   z-index: 1;
   left: 528.22px;
   top: 343.64px;
 }

 .container_01950c694a11 {
   position: absolute !important;
   overflow: visible;
   width: 988.39px;
   height: 494.19px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9a943b88ee74 {
   position: absolute !important;
   overflow: visible;
   width: 988.39px;
   height: 494.19px;
   z-index: 1;
   left: -8.51px;
   top: -8.51px;
 }

 .container_6243c459f1ff {
   position: relative !important;
   overflow: visible;
   width: 952.66px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e3d7d4ed3a98 {
   width: 1005px;
   height: 518px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.71px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b5ef9bf53ecb {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_a4f811be642d {
   padding: 5.45px 14.53px 5.45px 14.53px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 90.82px 90.82px 90.82px 90.82px;
 }

 .container_wrapper_a4f811be642d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_a4f811be642d {
   padding: 5.45px 14.53px 5.45px 14.53px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 90.82px 90.82px 90.82px 90.82px;
 }

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

 .text_autoheight_c53f5cd82e80 {
   overflow: visible;
 }

 .text-b49a5c6b473b_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

 .text-4cc24f5acbe0_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

 .text-15ae4d5b0841_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

 .text-c8add356951f_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

 .text-fd873247af1d_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

 .text-dbdee63891ec_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

 .text-f71042d0ffdf_c53f5cd82e80 {
   line-height: 43.23px;
   font-family: 'Manrope';
 }

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

 .container_544663aa2a5d {
   width: 1064.58px;
   height: 275.37px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 87.18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c246ff68127f {
   padding: 23.66px 0 23.66px 0;
   width: 1005px;
   height: 329px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 14.19px 0;
   display: flex !important;
   flex-direction: column;
   background: #f5f5f5;
   border-radius: 18.93px 18.93px 18.93px 18.93px;
 }

 .text_10f3fa085fc7 {
   width: 675.41px;
   height: 46px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.59px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_10f3fa085fc7 {
   overflow: visible;
 }

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

 .imageview_9aa347928689 {
   width: 33.77px;
   height: 28.95px;
   z-index: 0;
   position: absolute !important;
   left: 59.1px;
   top: 8.44px;
 }

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

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

 .container_f65a0b969078 {
   position: absolute !important;
   overflow: visible;
   width: 320.82px;
   height: 45.83px;
   z-index: 0;
   left: 0px;
   top: 47.04px;
 }

 .text_5013e9a757dc {
   width: 675.41px;
   height: 46px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 94.08px;
   line-height: 45.59px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_5013e9a757dc {
   overflow: visible;
 }

 .text-ef05b3b4cabe_5013e9a757dc {
   line-height: 45.59px;
   font-family: 'Outfit';
 }

 .text-800356d5f17e_5013e9a757dc {
   line-height: 45.59px;
   font-family: 'Outfit';
 }

 .container_54d2d7a21851 {
   position: relative !important;
   overflow: visible;
   width: 675.41px;
   height: 140.08px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_7f23200ca270 {
   width: fit-content;
   z-index: 0;
   line-height: 14.94px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_8ed7263c8682 {
   padding: 13.11px 22.95px 13.11px 22.95px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.56px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 81.97px 81.97px 81.97px 81.97px;
 }

 .container_wrapper_8ed7263c8682 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_8ed7263c8682 {
   padding: 13.11px 22.95px 13.11px 22.95px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.56px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 81.97px 81.97px 81.97px 81.97px;
 }

 .imageview_470ab6be60fd {
   width: 40.98px;
   height: 40.98px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .container_wrapper_0bf7361ce440 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .text_9cf51df902b6 {
   width: 393.44px;
   height: 96px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9cf51df902b6 {
   overflow: visible;
 }

 .text-4e5d0183483f_9cf51df902b6 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

 .text-f3816e39fa2b_9cf51df902b6 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

 .text-f90dafcdb0b9_9cf51df902b6 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

 .text-bad4fc264ce7_9cf51df902b6 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

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

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

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

 .container_9a0765ff1550 {
   height: 468px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32.79px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca1fc459a06e {
   width: 245.9px;
   height: 72px;
   z-index: 0;
   line-height: 23.61px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_ca1fc459a06e {
   overflow: visible;
 }

 .text_ab4c1d0176ce {
   width: 262.3px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 13.77px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Manrope';
 }

 .text_autoheight_ab4c1d0176ce {
   overflow: visible;
 }

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

 .container_f74ddefd304e {
   padding: 19.67px 19.67px 19.67px 19.67px;
   height: 238px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #069d38a1;
   border-radius: 19.67px 19.67px 19.67px 19.67px;
   mix-blend-mode: normal;
 }

 .container_51c7e3938492 {
   width: 100%;
   min-width: 0;
   height: 238px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:647.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19.67px 19.67px 19.67px 19.67px;
 }

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

 .container_cd8db9b84589 {
   padding: 3.28px 8.2px 3.28px 8.2px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 81.97px 81.97px 81.97px 81.97px;
 }

 .imageview_aff839706e67 {
   width: 29.51px;
   height: 29.51px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .text_f2fa9e013f77 {
   width: 100%;
   min-width: 0;
   height: 37px;
   z-index: 0;
   line-height: 18.03px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f2fa9e013f77 {
   overflow: visible;
 }

 .text_1ab5772afa2e {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 11.72px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Manrope';
 }

 .text_autoheight_1ab5772afa2e {
   overflow: visible;
 }

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

 .container_7d87106febef {
   padding: 14.75px 14.75px 14.75px 14.75px;
   height: 180px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #6ef25cbf;
   border-radius: 19.67px 19.67px 19.67px 19.67px;
   mix-blend-mode: normal;
 }

 .container_db8fe5a197f1 {
   height: 180px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:652.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19.67px 19.67px 19.67px 19.67px;
 }

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

 .container_d45277d0ea1c {
   padding: 3.28px 8.2px 3.28px 8.2px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 81.97px 81.97px 81.97px 81.97px;
 }

 .imageview_1f2fecca1abf {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.23px solid #ffffffff;
   border-right: 1.23px solid #ffffffff;
   border-bottom: 1.23px solid #ffffffff;
   border-left: 1.23px solid #ffffffff;
   border-radius: 9.84px 9.84px 9.84px 9.84px;
 }

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

 .imageview_00b48db16d9b {
   margin: 0 0 0 -4.92px !important;
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.23px solid #ffffffff;
   border-right: 1.23px solid #ffffffff;
   border-bottom: 1.23px solid #ffffffff;
   border-left: 1.23px solid #ffffffff;
   border-radius: 9.84px 9.84px 9.84px 9.84px;
 }

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

 .imageview_3fde4e64cc52 {
   margin: 0 0 0 -4.92px !important;
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1.23px solid #ffffffff;
   border-right: 1.23px solid #ffffffff;
   border-bottom: 1.23px solid #ffffffff;
   border-left: 1.23px solid #ffffffff;
   border-radius: 9.84px 9.84px 9.84px 9.84px;
 }

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

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

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

 .text_cc5d3aba61d3 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 37.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_cc5d3aba61d3 {
   overflow: visible;
 }

 .text_8764a2395582 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 11.72px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Manrope';
 }

 .text_autoheight_8764a2395582 {
   overflow: visible;
 }

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

 .container_f7531b12d7b5 {
   padding: 14.75px 14.75px 14.75px 14.75px;
   height: 180px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #cee8c6d9;
   border-radius: 19.67px 19.67px 19.67px 19.67px;
   mix-blend-mode: normal;
 }

 .container_083c0a0b1c2c {
   height: 180px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:662.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19.67px 19.67px 19.67px 19.67px;
 }

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

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

 .container_326184d15013 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_172e19043ed0 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_b78f80508e6d {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_a5ffeaf18811 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_a5ffeaf18811 {
   overflow: visible;
 }

 .text_518637c4d522 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_518637c4d522 {
   overflow: visible;
 }

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

 .text_baea60bbc557 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_baea60bbc557 {
   overflow: visible;
 }

 .text-b7988963a610_baea60bbc557 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5fbc0fca879d_baea60bbc557 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b5f08792fd60_baea60bbc557 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b8790d9b20f9_baea60bbc557 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0538d113d76a_baea60bbc557 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-ec7ce7495dcf_baea60bbc557 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_44af7dcd6532 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_2aadf409159d {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_395e1a683668 {
   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_wrapper_395e1a683668 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_395e1a683668 {
   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_45e9dba26ab5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b489718e9b88 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_1ed05f3688eb {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_1ed05f3688eb {
   overflow: visible;
 }

 .text_8ba19b9d5ca8 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_8ba19b9d5ca8 {
   overflow: visible;
 }

 .container_6ab406ee625e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d87db727042f {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_2345a3b0f62d {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_cb6e5d46c060 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a8a2a65502d1 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_df810bc88b8d {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_c5372f9805dc {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_c5372f9805dc {
   overflow: visible;
 }

 .text_fef2099cb7bd {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_fef2099cb7bd {
   overflow: visible;
 }

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

 .text_f7622ebbabc0 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f7622ebbabc0 {
   overflow: visible;
 }

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

 .text_abaa44ca8d67 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_7fc3be4409a7 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_ca262a11e74d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_1622886ed53d {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_94c2d08b920c {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_94c2d08b920c {
   overflow: visible;
 }

 .text_23209769d14a {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_23209769d14a {
   overflow: visible;
 }

 .container_f8114906f380 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_89d43b26219d {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_8005d8942212 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_7e247969eca1 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_253ca5346164 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_3c1ceb453139 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: -26px;
   top: -9px;
 }

 .imageview_38be659a0ffd {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_96cc46e237d6 {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_78e86ff400f0 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_78e86ff400f0 {
   overflow: visible;
 }

 .text_8f0986d4e55d {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_8f0986d4e55d {
   overflow: visible;
 }

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

 .text_83576719804d {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_83576719804d {
   overflow: visible;
 }

 .text-e8178d48d357_83576719804d {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-84d8d4399288_83576719804d {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-2ec04fcfba36_83576719804d {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-9e9fcda6bb52_83576719804d {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5087f9090a69_83576719804d {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5091c8827348_83576719804d {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_0f13d65d45f4 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_1b5d2b8757fd {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_5e052bacce1d {
   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_wrapper_5e052bacce1d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_5e052bacce1d {
   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_090d614518f0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bd6c891281a6 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_7ea59bc3f94a {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_7ea59bc3f94a {
   overflow: visible;
 }

 .text_8242136f3839 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_8242136f3839 {
   overflow: visible;
 }

 .container_94dfda403061 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c378ca69ffaf {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_e8f03f074332 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_7f4b15b88566 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cd35f4dc31d4 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_23d7e70bf4ec {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_b1fbc9da722e {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_b1fbc9da722e {
   overflow: visible;
 }

 .text_eb78021934c1 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_eb78021934c1 {
   overflow: visible;
 }

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

 .text_065df9bdf6d3 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_065df9bdf6d3 {
   overflow: visible;
 }

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

 .text_66d9b619f30b {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_3296cbb4b0c5 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_83e1f17e4eb5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_2bb6d0f7639d {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_5b3ef801abbd {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_5b3ef801abbd {
   overflow: visible;
 }

 .text_fe748634401e {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_fe748634401e {
   overflow: visible;
 }

 .container_22df6291af2a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_efdbeb5514ba {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_4e781aee38fe {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_4c6ebaed8a41 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f039078322f {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_a9b956eb4709 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 508px;
   top: -8.51px;
 }

 .container_cf4524551df7 {
   position: relative !important;
   overflow: visible;
   width: 1016px;
   height: 477px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_6494e3457655 {
   padding: 50px 158px 50px 158px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_d49be07981dd {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_8a736624b47f {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_cd40116993a3 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_cd40116993a3 {
   overflow: visible;
 }

 .text_0e2d9cafeb1d {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_0e2d9cafeb1d {
   overflow: visible;
 }

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

 .text_95acd62c3c9a {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_95acd62c3c9a {
   overflow: visible;
 }

 .text-9533beb3b6ba_95acd62c3c9a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-92bad3730617_95acd62c3c9a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b0409994f369_95acd62c3c9a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-e5e8d5f29bb8_95acd62c3c9a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-2cd4e3b61517_95acd62c3c9a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-e108f785c92d_95acd62c3c9a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_81f3c47b4410 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_671aebe89e30 {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_48c2282a5d76 {
   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_wrapper_48c2282a5d76 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_48c2282a5d76 {
   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_1b7c42156d45 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bc9ee8d97c18 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_2fd798cb6386 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_2fd798cb6386 {
   overflow: visible;
 }

 .text_10f1cb7d1775 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_10f1cb7d1775 {
   overflow: visible;
 }

 .container_089ae9151270 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f22a837847d {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_a1d62a867577 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_4190bf72255c {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_57a2e91d4582 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_cbd4e775eb1e {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_690dbad91264 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_690dbad91264 {
   overflow: visible;
 }

 .text_e38b6fc54d85 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_e38b6fc54d85 {
   overflow: visible;
 }

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

 .text_6d03619b422d {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_6d03619b422d {
   overflow: visible;
 }

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

 .text_02250a532dd7 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_9818038b439d {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_18adffe8d77b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_984cfa4bd037 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_76849f6a928a {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_76849f6a928a {
   overflow: visible;
 }

 .text_25fe2185f796 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_25fe2185f796 {
   overflow: visible;
 }

 .container_f08b0b6c2a11 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fac59d184e2 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_30a48dcdd6ea {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_93171d27a6d3 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a1b1261900d9 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_5987aea907ba {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: -24.51px;
   top: -8.51px;
 }

 .imageview_bb8063b288d6 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_61a07b4f43be {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_0bfc9fa23b57 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_0bfc9fa23b57 {
   overflow: visible;
 }

 .text_f562de1e1e38 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_f562de1e1e38 {
   overflow: visible;
 }

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

 .text_85f70c32f571 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_85f70c32f571 {
   overflow: visible;
 }

 .text-ff90e7000132_85f70c32f571 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-8017c540f117_85f70c32f571 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-436c132624c8_85f70c32f571 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-86017cf5d519_85f70c32f571 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-65acb9a160b8_85f70c32f571 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b5fef60714e9_85f70c32f571 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_963bc24759bc {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b5417fcafb27 {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_e404a7fcd42b {
   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_wrapper_e404a7fcd42b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e404a7fcd42b {
   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_908384114d16 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_52d3808d9d4f {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_50978f413a4d {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_50978f413a4d {
   overflow: visible;
 }

 .text_ee7c8a6754d8 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_ee7c8a6754d8 {
   overflow: visible;
 }

 .container_9ce8086b8bfd {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_be4178e4b574 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_b03a7f909231 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_e8bd1166a93c {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_180d2684de9c {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_5873de237019 {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_7a599451ce52 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_7a599451ce52 {
   overflow: visible;
 }

 .text_f6087fb75c19 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_f6087fb75c19 {
   overflow: visible;
 }

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

 .text_c77d850a67a7 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c77d850a67a7 {
   overflow: visible;
 }

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

 .text_6a851626b8d3 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_4078af9e62e8 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_13a9e6592b73 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_399bc908e1d0 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_4796892e860a {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_4796892e860a {
   overflow: visible;
 }

 .text_74edbefa1a6c {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_74edbefa1a6c {
   overflow: visible;
 }

 .container_8dd295285bdc {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_736a7d8d6d69 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_0bf7ccef7b7d {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_4f09d18eddef {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3c445a2a88bc {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_1191a4f15826 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 501px;
   top: -9px;
 }

 .container_a18f4238989f {
   position: relative !important;
   overflow: visible;
   width: 985px;
   height: 477px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_90cc94a8e3d7 {
   padding: 50px 158px 50px 158px;
   width: 100%;
   min-width: 0;
   height: 588px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_e760bb29941e {
   padding: 18.93px 39.34px 39.34px 39.34px;
   width: 994px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 32.79px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 39.34px 39.34px 39.34px 39.34px;
 }

 .text_82ff60a1d6ab {
   width: 543px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48.15px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_82ff60a1d6ab {
   overflow: visible;
 }

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

 .imageview_070293253965 {
   width: 35.66px;
   height: 30.57px;
   z-index: 0;
   position: absolute !important;
   left: 62.41px;
   top: 8.92px;
 }

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

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

 .container_c10d3c36ce73 {
   position: absolute !important;
   overflow: visible;
   width: 257.92px;
   height: 48.4px;
   z-index: 0;
   left: 0px;
   top: 49.68px;
 }

 .text_49757c17afb5 {
   width: 543px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 99.35px;
   line-height: 48.15px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_49757c17afb5 {
   overflow: visible;
 }

 .text-7913ba9f532d_49757c17afb5 {
   line-height: 48.15px;
   font-family: 'Outfit';
 }

 .text-6ffa1bae7d52_49757c17afb5 {
   line-height: 48.15px;
   font-family: 'Outfit';
 }

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

 .text_b3807ba1c7d8 {
   width: 100%;
   min-width: 0;
   height: 98px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_b3807ba1c7d8 {
   overflow: visible;
 }

 .text-ffb297524b5c_b3807ba1c7d8 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

 .text-ace88fd4d6ea_b3807ba1c7d8 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

 .text-9b5c8b9cfa4f_b3807ba1c7d8 {
   line-height: 24px;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .imageview_8f3e1e0cc299 {
   width: 20.41px;
   height: 20.41px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_1f8a7fd15f71 {
   width: fit-content;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_dba9d7d1fc58 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 0;
   line-height: 22.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_dba9d7d1fc58 {
   overflow: visible;
 }

 .text-1f230355faf5_dba9d7d1fc58 {
   line-height: 22.4px;
   font-family: 'Zen Maru Gothic';
 }

 .text-76792fcde94c_dba9d7d1fc58 {
   line-height: 22.4px;
   font-family: 'Zen Maru Gothic';
 }

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

 .imageview_5179a5659240 {
   width: 20.41px;
   height: 20.41px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_0e17f30dd88f {
   width: fit-content;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_9c0129737cfd {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 0;
   line-height: 22.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9c0129737cfd {
   overflow: visible;
 }

 .text-2c90639b1439_9c0129737cfd {
   line-height: 22.4px;
   font-family: 'Zen Maru Gothic';
 }

 .text-4e9364ffb984_9c0129737cfd {
   line-height: 22.4px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b4d354f6e1e7_9c0129737cfd {
   line-height: 22.4px;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_d4bf813c9a84 {
   width: 100%;
   min-width: 0;
   height: 156.51px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5cdb5dffa0ad {
   width: fit-content;
   z-index: 0;
   line-height: 15.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_550892562610 {
   padding: 13.61px 23.82px 13.61px 23.82px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.85px solid #069c38ff;
   border-right: 0.85px solid #069c38ff;
   border-bottom: 0.85px solid #069c38ff;
   border-left: 0.85px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 85.06px 85.06px 85.06px 85.06px;
 }

 .container_wrapper_550892562610 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_550892562610 {
   padding: 13.61px 23.82px 13.61px 23.82px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.85px solid #069c38ff;
   border-right: 0.85px solid #069c38ff;
   border-bottom: 0.85px solid #069c38ff;
   border-left: 0.85px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 85.06px 85.06px 85.06px 85.06px;
 }

 .imageview_db743639f468 {
   width: 42.53px;
   height: 42.53px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_wrapper_1457d374780d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

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

 .container_5b996d18d5e3 {
   width: 543px;
   height: 597px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 27.22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_66d130f0f595 {
   width: 100%;
   min-width: 0;
   height: 137.8px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text-038a853f86c8_66d130f0f595 {
   line-height: 27px;
   font-family: 'Zen Maru Gothic';
 }

 .text-16882a60b312_66d130f0f595 {
   line-height: 27px;
   font-family: 'Zen Maru Gothic';
 }

 .imageview_0a1b864c6f62 {
   width: 31px;
   height: 31px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 50% 50% 50% 50%;
 }

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

 .text_fb66ba51b3e9 {
   width: fit-content;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .text_6dd97174bdaa {
   width: fit-content;
   z-index: 0;
   line-height: 11.41px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

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

 .container_a8d5e88714e7 {
   padding: 20.41px 20.41px 20.41px 20.41px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 13.61px 0;
   display: flex !important;
   flex-direction: column;
   background: #1b5e3a;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .imageview_5d59acade743 {
   width: 100%;
   min-width: 0;
   height: 325px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 10.21px 10.21px 10.21px 10.21px;
 }

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

 .container_c0eb63dcadd5 {
   height: 325px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:865-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
   mix-blend-mode: normal;
 }

 .container_1ef05d35f642 {
   width: 100%;
   min-width: 0;
   height: 325px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:865.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_c01ae1bb4a3b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 17.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9186cdb7840e {
   width: 428.67px;
   height: 597.11px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 17.01px;
   display: flex !important;
   flex-direction: row;
 }

 .container_92f259637179 {
   padding: 11.36px 0 11.36px 0;
   width: 1005px;
   height: 597px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 30.28px;
   display: flex !important;
   flex-direction: row;
 }

 .container_79f476203008 {
   padding: 32.17px 132.48px 32.17px 132.48px;
   width: 1062.68px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 9.46px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_2cbb0aae4504 {
   padding: 0 6.62px 0 6.62px;
   width: 1007px;
   height: 3066px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 52.05px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f064b390e095 {
   padding: 70.97px 113.55px 43.53px 112.61px;
   width: 1280px;
   height: 3828px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 9.46px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .text_3068d4519ea7 {
   width: 74.61px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 14.14px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3068d4519ea7 {
   overflow: visible;
 }

 .container_dbd2f8405e09 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_dbd2f8405e09 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_dbd2f8405e09 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 8px 8px 8px 8px;
 }

 .text_9b21a8b9fd36 {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 0;
   line-height: 40.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9b21a8b9fd36 {
   overflow: visible;
 }

 .container_69ca9cc0ce0a {
   width: 100%;
   min-width: 0;
   height: 173px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fcf7255c2dc3 {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 23.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_fcf7255c2dc3 {
   overflow: visible;
 }

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

 .imageview_a81c54b77eee {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_7f7295d855a8 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_9694aac543ef {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9694aac543ef {
   overflow: visible;
 }

 .container_d67bfbf02c24 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_7d78a92d6e44 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_bc0066e09034 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f4a86f2a8798 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f4a86f2a8798 {
   overflow: visible;
 }

 .container_9a0ff90b37f4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_96f6dd762819 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_684464480b5a {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_1d02c47f1d84 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1d02c47f1d84 {
   overflow: visible;
 }

 .container_ef2c1d6e2f12 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_f16fd3bbfbb8 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_a35b7cf7079c {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_9abf958aa869 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9abf958aa869 {
   overflow: visible;
 }

 .container_362e79b992f4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_43b50029106d {
   width: 100%;
   min-width: 0;
   height: 216px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

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

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

 .text_7ae8b231b83d {
   width: fit-content;
   z-index: 0;
   line-height: 36.44px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_940e1f90fe47 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .input_text_cd288516a673 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_cd288516a673 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_cd288516a673::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

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

 .text_74560e6e78ae {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .input_text_b9d9716f8870 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_b9d9716f8870 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_b9d9716f8870::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

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

 .text_df12963d227e {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .input_text_b8eb32f8fe6b {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_b8eb32f8fe6b {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_b8eb32f8fe6b::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_2da82fab31e1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_1803283f0125 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0c340a5ffb94 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_0c340a5ffb94 {
   overflow: visible;
 }

 .input_text_8373868410e8 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: 89.89px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .wrapper_input_text_8373868410e8 {
   width: 100%;
   min-width: 0;
   height: 89.89px;
 }

 .input_text_8373868410e8::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Inter';
 }

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

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

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

 .text_f660b4f5f322 {
   width: fit-content;
   z-index: 0;
   line-height: 16.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_7e0aaa213ae1 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .container_wrapper_7e0aaa213ae1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_7e0aaa213ae1 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .imageview_5d5fc7fe8e35 {
   width: 44.94px;
   height: 44.94px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .imageview_a166d4e80caf {
   width: 14.38px;
   height: 14.38px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_31e08f936fed {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_31e08f936fed {
   overflow: visible;
 }

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

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

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

 .container_171c0d1778a9 {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 550px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_wrapper_171c0d1778a9 {
   width: 550px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_171c0d1778a9 {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 550px;
   height: 706px;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

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

 .text_66e50a74f581 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_9b0ddae79e44 {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_text_c9c8ac51f417 {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .wrapper_input_text_c9c8ac51f417 {
   width: 239.53px;
   height: 32.41px;
 }

 .input_text_c9c8ac51f417::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 12.54px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

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

 .container_def8fb0d2161 {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

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

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

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

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

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

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

 .imageview_48325e772ed0 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_6cc4643d3cdb {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_6cc4643d3cdb {
   overflow: visible;
 }

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

 .text_e421ae7dc89b {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

 .text_1fb6ac9a0216 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_086614b2c0fa {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_40d952189c86 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

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

 .container_86d1efd66184 {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_642ceb14bd8b {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_5217737d2884 {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd9a5c43300e {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5adbb2246648 {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_4b6e926c6eef {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_bd1a9ab0c326 {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

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

 .container_nested_bd1a9ab0c326 {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_2127134c5869 {
   width: 100%;
   min-width: 0;
   height: 1322px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_f67b3279b2a3 {
   width: 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: #f3f3f3;
 }

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

 .imageview_323805f5f585 img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_4f5aa04d6532 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d7ae698df378 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_3c11948a48f2 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_c931c7cb2260 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_ac54ecf6aac6 {
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
 }

 .text_8c4de18bd433 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_86cb09de8660 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6cdd49809e19 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b07a2c96bf98 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_b07a2c96bf98 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b07a2c96bf98 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_5d6b1d2eb380 {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e3225c900f73 {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_680c92aedacf {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

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

 .container_791ef39c5682 {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_a7dcf1a46973 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_1d1510423234 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_1d1510423234 {
   overflow: visible;
 }

 .text_37786a584191 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_37786a584191 {
   overflow: visible;
 }

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

 .container_1b3fcca335a6 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_b0bf673f17d1 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_0d12e7217476 {
   overflow: visible;
 }

 .text_7c95f1534400 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_7c95f1534400 {
   overflow: visible;
 }

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

 .container_53f3ad7e849e {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_f434d3164692 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_8f531bc0e09d {
   overflow: visible;
 }

 .text_72bd86351efb {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_72bd86351efb {
   overflow: visible;
 }

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

 .container_aebad635f88f {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_bc5a71832d7e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_a248c75e0279 {
   overflow: visible;
 }

 .text_be4d89aac7c9 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_be4d89aac7c9 {
   overflow: visible;
 }

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

 .container_339f83481712 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_7e478c3fa2db {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9803b1fc0b72 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_6075b7ec90b2 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

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

 .imageview_47c28c03acbd img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_7a33d0c5e6b0 {
   width: fit-content;
   z-index: 1;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_035dabe17ffd {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 1;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_37cc0bfc6a80 {
   width: fit-content;
   z-index: 1;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_wrapper_d4bb3110115b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

 .container_5fb91b4e10d6 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 1;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e99d510a6494 {
   width: fit-content;
   z-index: 1;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_wrapper_9e130a7478c6 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

 .container_4b4e32e8ce6f {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 1;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a0c9302a0b23 {
   width: fit-content;
   z-index: 1;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_wrapper_69a0e437df8c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

 .container_47baf5c470d8 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e328bb7d24da {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f030f05358f4 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_f030f05358f4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_f030f05358f4 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_bfa17b06200c {
   width: 342px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c22a222743df {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_465732407346 {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_3db20f023ef0 {
   width: 390px;
   height: 405px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_71de42127721 {
   width: 390px;
   height: 516px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_2e29e4352486 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e04d4ef3980b {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_e04d4ef3980b {
   overflow: visible;
 }

 .text_4e0a26f3df04 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 2;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_4e0a26f3df04 {
   overflow: visible;
 }

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

 .container_8cc2a32a296f {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_e33617b3892e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .text_autoheight_91a9099bae9e {
   overflow: visible;
 }

 .text_4048b964a11b {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 2;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_4048b964a11b {
   overflow: visible;
 }

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

 .container_e80327964473 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_5ff5fa612da8 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .text_autoheight_565722bd51bf {
   overflow: visible;
 }

 .text_ddba2773b4c3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 2;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_ddba2773b4c3 {
   overflow: visible;
 }

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

 .container_8d0a84fe4b60 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_7dae38f443b9 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .text_autoheight_0c892b81fa76 {
   overflow: visible;
 }

 .text_6ec4d583e849 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 2;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_6ec4d583e849 {
   overflow: visible;
 }

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

 .container_2fc7cbb436b5 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_e22dff0e38dc {
   width: 296px;
   height: 226px;
   z-index: 2;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_03a246ac2bb9 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_ecf1041d0780 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_cad3de4a8144 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_cad3de4a8144 {
   overflow: visible;
 }

 .text_596bc6f501d2 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_596bc6f501d2 {
   overflow: visible;
 }

 .input_text_2cc8a13ef79b {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_2cc8a13ef79b {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_2cc8a13ef79b::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

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

 .container_10f7df9cdf5c {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

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

 .container_nested_10f7df9cdf5c {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

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

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

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

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

 .imageview_064cd0a8c327 {
   width: 112.46px;
   height: 19.19px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_3ad2aa39afa6 {
   width: 296px;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_3ad2aa39afa6 {
   overflow: visible;
 }

 .container_44b6af7d6c2a {
   width: 296px;
   height: 84.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 7px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 11px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_36d1fc24b179 {
   position: relative !important;
   overflow: visible;
   width: 296px;
   height: 91px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_89302f5b25f9 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_89302f5b25f9 {
   overflow: visible;
 }

 .text_fa79744c0436 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_fa79744c0436 {
   overflow: visible;
 }

 .text_9c4ead954a2c {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_9c4ead954a2c {
   overflow: visible;
 }

 .container_0d7553a4ddc5 {
   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_41167bb89b34 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_41167bb89b34 {
   overflow: visible;
 }

 .text_8bd90e433cd7 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_8bd90e433cd7 {
   overflow: visible;
 }

 .container_48d8b5ad9304 {
   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_9d743394e598 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9d743394e598 {
   overflow: visible;
 }

 .text_28ffef7dbb6d {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_28ffef7dbb6d {
   overflow: visible;
 }

 .text_a9de46103977 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_a9de46103977 {
   overflow: visible;
 }

 .container_08623d23fc1f {
   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;
 }

 .container_9f78b6c978a0 {
   width: 296px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_60ac58552907 {
   position: relative !important;
   overflow: visible;
   width: 296px;
   height: 221px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_711a662a345d {
   width: 296px;
   height: 22px;
   z-index: 0;
   line-height: 10.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_711a662a345d {
   overflow: visible;
 }

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

 .container_8ea56ebd0456 {
   width: 292px;
   height: 38px;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   opacity: 0.4000000059604645;
 }

 .container_9a48f514861c {
   padding: 21px 47px 21px 47px;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1b5e3a;
 }

 .container_e6a30b90b1c2 {
   width: 390px;
   height: 694px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 6460px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_f4d06f1ba127 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_33e81c7bbf58 {
   padding: 5.45px 14.53px 5.45px 14.53px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 90.82px 90.82px 90.82px 90.82px;
 }

 .container_wrapper_33e81c7bbf58 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_33e81c7bbf58 {
   padding: 5.45px 14.53px 5.45px 14.53px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 90.82px 90.82px 90.82px 90.82px;
 }

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

 .text_autoheight_1fb7249fe6b0 {
   overflow: visible;
 }

 .text-52d586dcfe76_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

 .text-b99b2323eb51_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

 .text-73aa72eea2c8_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

 .text-a632a53bd8e2_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

 .text-c966175a93f9_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

 .text-77a4801787ae_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

 .text-e6b0bdefe7f5_1fb7249fe6b0 {
   line-height: 25.16px;
   font-family: 'Manrope';
 }

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

 .imageview_e1f5f7da4da9 {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_af4795dd3afb {
   width: fit-content;
   z-index: 0;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_2227d95423c7 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_2227d95423c7 {
   overflow: visible;
 }

 .text_2efee15dc097 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 0;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_2efee15dc097 {
   overflow: visible;
 }

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

 .text_dbbc49c5092e {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_dbbc49c5092e {
   overflow: visible;
 }

 .text-1b367aa2cdec_dbbc49c5092e {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-2ff321c561d8_dbbc49c5092e {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-41ea2e830354_dbbc49c5092e {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-995feb082fef_dbbc49c5092e {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-9f46119cfd34_dbbc49c5092e {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-46ffd38e27f1_dbbc49c5092e {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_4c36afe43344 {
   width: fit-content;
   z-index: 0;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_529e93cb983a {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_1e1d23620b1c {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_wrapper_19d08b687f2a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

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

 .imageview_4c7b9f396bed {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_c084aee76d66 {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 0;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_c084aee76d66 {
   overflow: visible;
 }

 .text_78b6e3a684a9 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 0;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_78b6e3a684a9 {
   overflow: visible;
 }

 .container_b6cb85d9ead5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_af3421ab3f1c {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_ae1c9f38181a {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_ad4f7d696647 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_672972a2cf16 {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_75d5c7917547 {
   width: fit-content;
   z-index: 1;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_230f65da62e9 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 1;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_230f65da62e9 {
   overflow: visible;
 }

 .text_4fb972b569a6 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_4fb972b569a6 {
   overflow: visible;
 }

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

 .text_2a3f8b325b3e {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_2a3f8b325b3e {
   overflow: visible;
 }

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

 .text_7f82ab0d323b {
   width: fit-content;
   z-index: 1;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_affbd7a263d6 {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_160aced1efd9 {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_wrapper_eb305117ce1c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_03dc68cee657 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_732b14926c9a {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 1;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_732b14926c9a {
   overflow: visible;
 }

 .text_8805884a76c0 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 1;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_8805884a76c0 {
   overflow: visible;
 }

 .container_7409ea9eaa5e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9164c5feef6d {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_815c004b42f8 {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_2275ef95d3ff {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a079167f5ed9 {
   position: absolute !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_47d24474b5d5 {
   position: relative !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8d34165ee913 {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ac64643d42a3 {
   width: fit-content;
   z-index: 1;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_84365c807b3f {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 1;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_84365c807b3f {
   overflow: visible;
 }

 .text_fde4e9a79d30 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_fde4e9a79d30 {
   overflow: visible;
 }

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

 .text_7fa1fe804aa2 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_7fa1fe804aa2 {
   overflow: visible;
 }

 .text-f79823ac02aa_7fa1fe804aa2 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-18149a9f8f81_7fa1fe804aa2 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-d7211b6a5f36_7fa1fe804aa2 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-37a5167a23ef_7fa1fe804aa2 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-456345e09205_7fa1fe804aa2 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-8f7d537829dc_7fa1fe804aa2 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_787b1ca1f5cc {
   width: fit-content;
   z-index: 1;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_5dd2b0c8a7d3 {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_dde0c8c33cd1 {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_wrapper_a0dbd72d4718 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_a9b49c1061fe {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_b48721d9baf8 {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 1;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_b48721d9baf8 {
   overflow: visible;
 }

 .text_f53a367f30d6 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 1;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_f53a367f30d6 {
   overflow: visible;
 }

 .container_27550366b482 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c904a407053a {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_42a4091e9d42 {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_82f4666cf931 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_79c4d430ee9b {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_8942f017d3ea {
   width: fit-content;
   z-index: 2;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_e71fe1d67471 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 2;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_e71fe1d67471 {
   overflow: visible;
 }

 .text_3465d9a6ebfb {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 2;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_3465d9a6ebfb {
   overflow: visible;
 }

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

 .text_39eba1d9ea8d {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 2;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_39eba1d9ea8d {
   overflow: visible;
 }

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

 .text_24b7c351f54e {
   width: fit-content;
   z-index: 2;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_dd36829c8df9 {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_4c0833a09e41 {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_wrapper_0d072e89ad82 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

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

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

 .imageview_f921849effa8 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_661b62424674 {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 2;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_661b62424674 {
   overflow: visible;
 }

 .text_86036a732d19 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 2;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_86036a732d19 {
   overflow: visible;
 }

 .container_27673d0ba8ce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_060d8c6ee723 {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_766ab7e91ae3 {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_76e98a01bcb5 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c3e8828946ea {
   position: absolute !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a74f55e2168c {
   position: relative !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_04a9678aa41d {
   padding: 31.69px 100.14px 0 100.14px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 6.34px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_c880e0372ae6 {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_6bd3d469e18f {
   width: fit-content;
   z-index: 1;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_797b7f12b40d {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 1;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_797b7f12b40d {
   overflow: visible;
 }

 .text_e807f7d7e1d1 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_e807f7d7e1d1 {
   overflow: visible;
 }

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

 .text_e2cc52bc7d45 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e2cc52bc7d45 {
   overflow: visible;
 }

 .text-fd2c414bd3ed_e2cc52bc7d45 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-6fc121785c86_e2cc52bc7d45 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0844aa871dc0_e2cc52bc7d45 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-dd7c66939273_e2cc52bc7d45 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-317cb8b989d6_e2cc52bc7d45 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-e40ff46e81f5_e2cc52bc7d45 {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_f23f94702ecd {
   width: fit-content;
   z-index: 1;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_86d5726c63ff {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_b2fed7e52aa6 {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_wrapper_7c1a5c68193a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_c347bd52419c {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_e17d046a2e0e {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 1;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_e17d046a2e0e {
   overflow: visible;
 }

 .text_4fbfb8aae2a1 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 1;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_4fbfb8aae2a1 {
   overflow: visible;
 }

 .container_3e009ececedc {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_31bacf17c0c9 {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_11f2cdf87eb4 {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_4f4a6cbc2be9 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7932eac2a8a2 {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_6041dca574a9 {
   width: fit-content;
   z-index: 2;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_b0d76765ec98 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 2;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_b0d76765ec98 {
   overflow: visible;
 }

 .text_8cc1602525b4 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 2;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_8cc1602525b4 {
   overflow: visible;
 }

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

 .text_230df89684ba {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 2;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_230df89684ba {
   overflow: visible;
 }

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

 .text_d0b2f0d0e505 {
   width: fit-content;
   z-index: 2;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_ce34804ad05c {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_8fe33c58a899 {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_wrapper_20fbf42f39a3 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

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

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

 .imageview_0b7f16326d79 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_c482e9ddd7ef {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 2;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_c482e9ddd7ef {
   overflow: visible;
 }

 .text_5aadd9e74983 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 2;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_5aadd9e74983 {
   overflow: visible;
 }

 .container_5f609d1f3790 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4dd6331348e {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_755dcfb56eed {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_c386571bbce7 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8633442b5df4 {
   position: absolute !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_7db0b7d1e7e8 {
   position: relative !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_dd489080ca4c {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_797525ab8d33 {
   width: fit-content;
   z-index: 2;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_a4d479a941dd {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 2;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_a4d479a941dd {
   overflow: visible;
 }

 .text_444efbee67d0 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 2;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_444efbee67d0 {
   overflow: visible;
 }

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

 .text_07c9ed4bed5a {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 2;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_07c9ed4bed5a {
   overflow: visible;
 }

 .text-7f0e9e81b524_07c9ed4bed5a {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-77697ea8d8ac_07c9ed4bed5a {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c27290f22f7b_07c9ed4bed5a {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-eec66f52b179_07c9ed4bed5a {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1e2703f17ce9_07c9ed4bed5a {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

 .text-ea9ccc6c5a11_07c9ed4bed5a {
   line-height: 12.08px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_5dee441bb8b8 {
   width: fit-content;
   z-index: 2;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_d8e8cdfe54d1 {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_df8e05d1027e {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_wrapper_c1fc5df01dd4 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

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

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

 .imageview_4ccfd57f6b8f {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_1fe5eaca3c46 {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 2;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_1fe5eaca3c46 {
   overflow: visible;
 }

 .text_86baf62c2874 {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 2;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_86baf62c2874 {
   overflow: visible;
 }

 .container_71a4b0dafbb3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0bd197decd7b {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_58f097968a66 {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_b71ceee90b38 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6ee9bcc6039f {
   width: 6.47px;
   height: 6.47px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_e5c754ac7406 {
   width: fit-content;
   z-index: 3;
   line-height: 8.59px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_c48724da607b {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 3;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_c48724da607b {
   overflow: visible;
 }

 .text_edfee836cbfd {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 3;
   line-height: 22.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_edfee836cbfd {
   overflow: visible;
 }

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

 .text_e0c25216464f {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 3;
   line-height: 12.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e0c25216464f {
   overflow: visible;
 }

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

 .text_40b195948af4 {
   width: fit-content;
   z-index: 3;
   line-height: 11.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_6d2de631853e {
   padding: 10.14px 17.75px 10.14px 17.75px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.07px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 63.38px 63.38px 63.38px 63.38px;
 }

 .imageview_6a561855a05c {
   width: 31.69px;
   height: 31.69px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .container_wrapper_caf9baaa9122 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
 }

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

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

 .imageview_d9c96c2e161f {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 3;
   border-radius: 3.23px 3.23px 3.23px 3.23px;
 }

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

 .text_636866ed0582 {
   width: 100%;
   min-width: 0;
   height: 9px;
   z-index: 3;
   line-height: 8.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_636866ed0582 {
   overflow: visible;
 }

 .text_f6d0f59bf69e {
   width: 100%;
   min-width: 0;
   height: 8px;
   z-index: 3;
   line-height: 7.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_f6d0f59bf69e {
   overflow: visible;
 }

 .container_99860f8999ef {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_64bc791a6d91 {
   padding: 8.63px 8.63px 8.63px 8.63px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.63px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 8.63px 8.63px 8.63px 8.63px;
 }

 .container_d3537bb3b9c4 {
   padding: 21.56px 21.56px 21.56px 21.56px;
   width: 299.2px;
   height: 302.43px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25.88px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 12.94px 12.94px 12.94px 12.94px;
 }

 .container_03e28cbaf522 {
   padding: 5.39px 5.39px 5.39px 5.39px;
   width: 309.98px;
   height: 313.21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.39px;
   display: flex !important;
   flex-direction: row;
 }

 .container_96e7fc8ec30c {
   position: absolute !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e453d27733a9 {
   position: relative !important;
   overflow: visible;
   width: 309.98px;
   height: 313.21px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_0348b66a04e4 {
   padding: 31.69px 100.14px 31.69px 100.14px;
   width: 100%;
   min-width: 0;
   height: 624.28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: clip;
   overflow-y: clip;
   justify-content: center;
   align-items: center;
   gap: 0 6.34px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

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

 .container_517b9478634d {
   width: 296px;
   height: 1231px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 17.61px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_49640c3d562a {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_49640c3d562a {
   overflow: visible;
 }

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

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

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

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

 .container_486a055dfaf6 {
   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;
 }

 .text_ca98f254269d {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_ca98f254269d {
   overflow: visible;
 }

 .text-4f6cb4591af0_ca98f254269d {
   line-height: 35.2px;
   font-family: 'Outfit';
 }

 .text-c2d61af903ab_ca98f254269d {
   line-height: 35.2px;
   font-family: 'Outfit';
 }

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

 .text_ab511fd26c06 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ab511fd26c06 {
   overflow: visible;
 }

 .text-86bcdb69bfc9_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c200003ee9e0_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1c878075a11b_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-2ca9743256c8_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c85c3b399cde_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-9383d0259fb1_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c67e0a986d7f_ab511fd26c06 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .container_0346120a76c4 {
   width: 296px;
   height: 249px;
   z-index: 0;
   position: absolute !important;
   left: 35px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_059eb30c476c {
   width: fit-content;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_0fbb0943fd6e {
   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;
 }

 .text_ec2aa6899c1a {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_ec2aa6899c1a {
   overflow: visible;
 }

 .text-a68f3edea815_ec2aa6899c1a {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-d961acaedc85_ec2aa6899c1a {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-09bf8d236fc6_ec2aa6899c1a {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1289d318cffd_ec2aa6899c1a {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-e936dad85ac6_ec2aa6899c1a {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-780e26c5c862_ec2aa6899c1a {
   line-height: 19.5px;
   font-family: 'Instrument Sans';
 }

 .container_abfe2116f2f4 {
   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;
 }

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

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

 .text_06c2716cfb9f {
   width: fit-content;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_01c2a3eacbad {
   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;
 }

 .text_9da735650ae5 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9da735650ae5 {
   overflow: visible;
 }

 .text-2366911f7d95_9da735650ae5 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-ba38cd4280ab_9da735650ae5 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-d6dfff144dc9_9da735650ae5 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-6771cda82a3b_9da735650ae5 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .container_4b25d7b125e5 {
   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;
 }

 .container_9c29a88295a3 {
   width: 296px;
   height: 212px;
   z-index: 0;
   position: absolute !important;
   left: 35px;
   top: 329px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_babb339c34ec {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_a381c9391453 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_a381c9391453 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_a381c9391453 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_7274efd76993 {
   width: 207px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 35px;
   top: 573px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f07da9115be8 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f07da9115be8 {
   overflow: visible;
 }

 .text-bdf5ad402f83_f07da9115be8 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-6c3768ad4532_f07da9115be8 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-80b8174e0198_f07da9115be8 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-cc037b8466af_f07da9115be8 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-ab4e266e1617_f07da9115be8 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-067c44fd85d0_f07da9115be8 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .imageview_6c784a6fd775 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 50% 50% 50% 50%;
 }

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

 .text_d7da426cff19 {
   width: fit-content;
   z-index: 0;
   line-height: 15.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .text_8ff11e9aa818 {
   width: fit-content;
   z-index: 0;
   line-height: 13.42px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

 .container_e761db86940d {
   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_0c57ebacabe9 {
   padding: 20px 20px 20px 20px;
   width: 296px;
   height: 172px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #1b5e3a;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_25a77c465ca9 {
   width: 296px;
   height: 207px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 195px;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_32cf3adb6a9f {
   position: absolute !important;
   overflow: visible;
   width: 296px;
   height: 402px;
   z-index: 0;
   left: 35px;
   top: 655.02px;
 }

 .container_97aaf30f2899 {
   position: relative !important;
   overflow: visible;
   width: 366px;
   height: 1057px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_72f056d5e84e {
   width: 366px;
   height: 1531px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_316cb21f015f {
   width: 366px;
   height: 1800.97px;
   z-index: 0;
   position: absolute !important;
   left: 11px;
   top: 1200px;
   align-items: center;
   justify-content: flex-start;
   gap: 29px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3bd28db20694 {
   width: fit-content;
   z-index: 0;
   line-height: 12.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .container_c1f8b898b762 {
   padding: 6px 14px 6px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_c1f8b898b762 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c1f8b898b762 {
   padding: 6px 14px 6px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .text_f50be171e908 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_f50be171e908 {
   overflow: visible;
 }

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

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

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

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

 .container_6145f2e66878 {
   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;
 }

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

 .text_cf2570ef835f {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_cf2570ef835f {
   overflow: visible;
 }

 .text-7fe34a8e383d_cf2570ef835f {
   line-height: 35.2px;
   font-family: 'Outfit';
 }

 .text-eb2a3c250f24_cf2570ef835f {
   line-height: 35.2px;
   font-family: 'Outfit';
 }

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

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

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

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

 .text_8fc387a5b2ce {
   width: 100%;
   min-width: 0;
   height: 105px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_8fc387a5b2ce {
   overflow: visible;
 }

 .text-be0dcae493ba_8fc387a5b2ce {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b50072d0cca7_8fc387a5b2ce {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-630b05190a59_8fc387a5b2ce {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0a596646b75d_8fc387a5b2ce {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-784582f74788_8fc387a5b2ce {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .container_6371340d4e4d {
   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_f4c043eeec8f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_7d53513e8e21 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_a47cd0152b83 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_27a4e33fdc26 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_fccc9a70e65d {
   padding: 48px 35px 48px 35px;
   width: 389px;
   height: 1113px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3822px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #f6f6f6;
 }

 .text_50a03a5122fa {
   width: fit-content;
   z-index: 0;
   line-height: 15.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .text_a5fec1979089 {
   width: 100%;
   min-width: 0;
   height: 93px;
   z-index: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_a5fec1979089 {
   overflow: visible;
 }

 .text_1871885397c2 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1871885397c2 {
   overflow: visible;
 }

 .text-58863930d0ff_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-d7041e464379_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-196b16c096aa_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-7b906b5d708c_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-625b8bb60e0a_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0e4df3958cd8_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5db9c2a5b18e_1871885397c2 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

 .imageview_2736c22786de {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_0fc75bec691a {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_1844c8178a6e {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1844c8178a6e {
   overflow: visible;
 }

 .container_09a9a3276eda {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_16d4667a0511 {
   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;
 }

 .imageview_09c6fa41716d {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_dd8244739c56 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_6143f6655845 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_6143f6655845 {
   overflow: visible;
 }

 .container_5a8be9b0323b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c009c9435351 {
   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;
 }

 .imageview_1985a9de5c52 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_a5ceb53620a3 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_93949902773f {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_93949902773f {
   overflow: visible;
 }

 .container_8f554b104443 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_284edcb368ee {
   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;
 }

 .imageview_aa91fe8a52d3 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_000116ee2f21 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5593c36810b2 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5593c36810b2 {
   overflow: visible;
 }

 .container_13b0761a8682 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8dcdd2da060a {
   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_10e1249516bc {
   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;
 }

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

 .imageview_1fa393657745 {
   width: 100%;
   min-width: 0;
   height: 180px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .text_bb408d3c84d9 {
   width: fit-content;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5de0ba42e281 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_6536f577fab8 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_7a2dfc188d36 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 90px 90px 90px 90px;
 }

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

 .text_6ae7e97fccd1 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_56b9ab21b56c {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_760b897dbaf7 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 90px 90px 90px 90px;
 }

 .text_1de34850ea05 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_e8e4e8a91e68 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_a80034ec6be6 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 90px 90px 90px 90px;
 }

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

 .text_02a2a8ffa032 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_9ca34ca141c5 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d72bc938d776 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 90px 90px 90px 90px;
 }

 .text_529143c57c47 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_d321aaf1f168 {
   height: 19px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_d321aaf1f168 {
   overflow: visible;
 }

 .container_5abc2fba3572 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 90px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .text_a5d6f83e89d9 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b346313d1815 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_b346313d1815 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b346313d1815 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_a6363587f804 {
   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_89d88d326a66 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_10a4429d21d7 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_10a4429d21d7 {
   overflow: visible;
 }

 .container_4db0f4a7b985 {
   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_fc4fcbf05ebc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_92c1b79da150 {
   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_55a9de86e502 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 16px 16px 16px 16px;
 }

 .container_063a4ad85040 {
   width: 100%;
   min-width: 0;
   height: 1387px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_db2204edc562 {
   padding: 48px 35px 48px 35px;
   width: 366px;
   height: 1514px;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 0px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   position: absolute !important;
   left: 15px;
   top: 4935px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_5a46cc434389 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 7043px;
   z-index: 0;
   left: 0px;
   top: 1086px;
 }

 .text_10abec736891 {
   width: fit-content;
   z-index: 1;
   line-height: 12.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .container_0ce358b5eb67 {
   padding: 6px 14px 6px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .text_4976d1079563 {
   width: 100%;
   min-width: 0;
   height: 92px;
   z-index: 1;
   line-height: 46px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_4976d1079563 {
   overflow: visible;
 }

 .text_8247b0b62528 {
   width: 46px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_8247b0b62528 {
   overflow: visible;
 }

 .imageview_2dbb9201e73b {
   width: 44px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

 .text_281ca6e6267c {
   width: 100%;
   min-width: 0;
   height: 88px;
   z-index: 1;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_281ca6e6267c {
   overflow: visible;
 }

 .text-2149bd92dabd_281ca6e6267c {
   line-height: 44px;
   font-family: 'Outfit';
 }

 .text-1a08e36ef7da_281ca6e6267c {
   line-height: 44px;
   font-family: 'Outfit';
 }

 .text-b5919d0e12f7_281ca6e6267c {
   line-height: 44px;
   font-family: 'Outfit';
 }

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

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

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

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

 .text_0e5a1921dfe1 {
   width: 100%;
   min-width: 0;
   height: 107px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text-09b20b20dbc9_0e5a1921dfe1 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-7f2350851add_0e5a1921dfe1 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-cfcbf9032975_0e5a1921dfe1 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-9194cf361105_0e5a1921dfe1 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-a93674c9ea5a_0e5a1921dfe1 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .container_e850b7c31a67 {
   padding: 40px 20px 40px 20px;
   width: 100%;
   min-width: 0;
   height: 469px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_61ac9f49a87a {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_439854cc28ff {
   width: fit-content;
   z-index: 1;
   line-height: 15.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_e587ea5c04bc {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e587ea5c04bc {
   overflow: visible;
 }

 .text_adbbb77a7e76 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_adbbb77a7e76 {
   overflow: visible;
 }

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

 .text_aa1cddbcda05 {
   width: 100%;
   min-width: 0;
   height: 120px;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_aa1cddbcda05 {
   overflow: visible;
 }

 .text-7ad70d5eda27_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-89e378fca3c8_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-7806aa1ef643_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-579c8d0ffcda_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-07ca15e40137_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-8ab2d45fa710_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-cf5a8a1e5fd6_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-668d7b82ebda_aa1cddbcda05 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .container_b7880b205657 {
   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;
 }

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

 .text_21877597aec6 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_64e4adb196fc {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_64e4adb196fc {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_64e4adb196fc {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_98dd9ca0c015 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

 .imageview_f5d322ccd216 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 6px 6px 6px 6px;
 }

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

 .text_f8ae1b81f88a {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 1;
   line-height: 13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f8ae1b81f88a {
   overflow: visible;
 }

 .container_f0b0ab2c253f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0f1f68fd9ff {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_ef13613e0065 {
   padding: 23px 24px 23px 24px;
   width: 294px;
   height: 526px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 15.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #0a5322;
   border-radius: 20px 20px 20px 20px;
 }

 .container_433f56e14f6e {
   height: auto !important;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   aspect-ratio: 1 / 0.8342857142857143;
   border-radius: 20px 20px 20px 20px;
 }

 .container_a09db8337bbd {
   width: 294px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 545.98px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:254.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 22px 22px 22px 22px;
 }

 .text_e55ead374ded {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_e55ead374ded {
   overflow: visible;
 }

 .text_294fcc281054 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_294fcc281054 {
   overflow: visible;
 }

 .line_777bff8a5f94 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   direction: horizontal;
   background: #f0f0f2;
 }

 .imageview_955e2170b6de {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_96d0ce8321b8 {
   height: 13px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 13.03px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_96d0ce8321b8 {
   overflow: visible;
 }

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

 .container_1a65b06e3a12 {
   padding: 14px 14px 14px 14px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 12px #0000000f;
 }

 .text_cb6ca14d2fa5 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_cb6ca14d2fa5 {
   overflow: visible;
 }

 .text_5db2308f25e4 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5db2308f25e4 {
   overflow: visible;
 }

 .line_b7f3a1e2d3c6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   direction: horizontal;
   background: #f0f0f2;
 }

 .imageview_463bde09ec26 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_dc157a1e7058 {
   height: 13px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 13.03px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_dc157a1e7058 {
   overflow: visible;
 }

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

 .container_663aeeba6434 {
   padding: 14px 14px 14px 14px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 12px #0000000f;
 }

 .container_81a434c75cce {
   width: 306px;
   height: 101px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 897px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_a1fbd7fa391e {
   width: 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_846a9c87cb44 {
   width: 366px;
   height: 1548px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 706px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 49px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_08041c4b7383 {
   width: 390px;
   height: 8134px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_75334b311fc0 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_d66ac28be7d1 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_6fb1ed422bb0 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0698691001f9 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_ab365e23e3fb {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_309a43bdf212 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_880786c3c746 {
   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_1e33d7864f43 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_51bf4d494bf3 {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_80372b33b660 {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_e2adb8673823 {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

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

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

 .text_901f230dd5f4 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_3588b41afbab {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_423e14023a1c {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_744afa1e96ce {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_bd3c021a5c2f {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_8dbe349ec327 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_cb654a655ddb {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5dff56313e2a {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

 .container_751f022623da {
   padding: 40px 199px 40px 150px;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_34ba7478dedb {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_cb9392a87aee {
   width: 710.61px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 47.97px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_cb9392a87aee {
   overflow: visible;
 }

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

 .imageview_2eeab391ee31 {
   width: 35.53px;
   height: 30.45px;
   z-index: 0;
   position: absolute !important;
   left: 62.18px;
   top: 8.88px;
 }

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

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

 .container_9f34433a109f {
   position: absolute !important;
   overflow: visible;
   width: 337.54px;
   height: 48.22px;
   z-index: 0;
   left: 0px;
   top: 49.49px;
 }

 .text_3a292bdad764 {
   width: 710.61px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 98.98px;
   line-height: 47.97px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_3a292bdad764 {
   overflow: visible;
 }

 .text-f7dccaced518_3a292bdad764 {
   line-height: 47.97px;
   font-family: 'Outfit';
 }

 .text-e4d491d4d9fa_3a292bdad764 {
   line-height: 47.97px;
   font-family: 'Outfit';
 }

 .container_c8435e282cde {
   position: relative !important;
   overflow: visible;
   width: 710.61px;
   height: 146.98px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_038553dd51ab {
   width: fit-content;
   z-index: 0;
   line-height: 15.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_464ccf23a227 {
   padding: 13.8px 24.15px 13.8px 24.15px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.9px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 86.24px 86.24px 86.24px 86.24px;
 }

 .container_wrapper_464ccf23a227 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_464ccf23a227 {
   padding: 13.8px 24.15px 13.8px 24.15px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.9px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 86.24px 86.24px 86.24px 86.24px;
 }

 .imageview_49c480eb7796 {
   width: 43.12px;
   height: 43.12px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_wrapper_fda6dfba622e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .text_1128834117c3 {
   width: fit-content;
   z-index: 0;
   line-height: 16.49px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Manrope';
   text-decoration-color: #09090b !important;
 }

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

 .text_d2fce5e37a93 {
   width: 413.95px;
   height: 92px;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_d2fce5e37a93 {
   overflow: visible;
 }

 .text-380e2f84ccf5_d2fce5e37a93 {
   line-height: 22.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1340d10b5833_d2fce5e37a93 {
   line-height: 22.5px;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

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

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

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

 .container_aed9ac7bfc1b {
   width: 480.81px;
   height: 453.46px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e62c41b9dfd2 {
   width: 258.72px;
   height: 84px;
   z-index: 0;
   line-height: 28.29px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_e62c41b9dfd2 {
   overflow: visible;
 }

 .text_921325c63f45 {
   width: 275.96px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_921325c63f45 {
   overflow: visible;
 }

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

 .container_76e9b86c2c1b {
   padding: 20.7px 20.7px 20.7px 20.7px;
   width: 404px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #069d38a1;
   border-radius: 20.7px 20.7px 20.7px 20.7px;
   mix-blend-mode: normal;
 }

 .container_e7af913105f6 {
   width: 404px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1342.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20.7px 20.7px 20.7px 20.7px;
 }

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

 .container_f5784819181d {
   padding: 3.45px 8.62px 3.45px 8.62px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 86.24px 86.24px 86.24px 86.24px;
 }

 .imageview_da0000e10c4f {
   width: 31.05px;
   height: 31.05px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .text_08447fa806f8 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_08447fa806f8 {
   overflow: visible;
 }

 .text_33f450f8656c {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 12.33px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_33f450f8656c {
   overflow: visible;
 }

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

 .container_1881bf5d7c97 {
   padding: 15.52px 15.52px 15.52px 15.52px;
   height: 190px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #6ef25cbf;
   border-radius: 20.7px 20.7px 20.7px 20.7px;
   mix-blend-mode: normal;
 }

 .container_34a3c21bba47 {
   height: 190px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1347.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20.7px 20.7px 20.7px 20.7px;
 }

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

 .container_11058595c3dc {
   padding: 3.45px 8.62px 3.45px 8.62px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 86.24px 86.24px 86.24px 86.24px;
 }

 .imageview_940854161479 {
   width: 21px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.29px solid #ffffffff;
   border-right: 1.29px solid #ffffffff;
   border-bottom: 1.29px solid #ffffffff;
   border-left: 1.29px solid #ffffffff;
   border-radius: 10.35px 10.35px 10.35px 10.35px;
 }

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

 .imageview_2550942dd214 {
   margin: 0 0 0 -5.17px !important;
   width: 21px;
   height: 21px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.29px solid #ffffffff;
   border-right: 1.29px solid #ffffffff;
   border-bottom: 1.29px solid #ffffffff;
   border-left: 1.29px solid #ffffffff;
   border-radius: 10.35px 10.35px 10.35px 10.35px;
 }

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

 .imageview_9075ea09269b {
   margin: 0 0 0 -5.17px !important;
   width: 21px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1.29px solid #ffffffff;
   border-right: 1.29px solid #ffffffff;
   border-bottom: 1.29px solid #ffffffff;
   border-left: 1.29px solid #ffffffff;
   border-radius: 10.35px 10.35px 10.35px 10.35px;
 }

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

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

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

 .text_41c5c8c55f01 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
   line-height: 39.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_41c5c8c55f01 {
   overflow: visible;
 }

 .text_86dc68be44ea {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 12.33px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_86dc68be44ea {
   overflow: visible;
 }

 .text-2a31c886eb83_86dc68be44ea {
   line-height: 12.33px;
   font-family: 'Zen Maru Gothic';
 }

 .text-8dbab80a8b3a_86dc68be44ea {
   line-height: 12.33px;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_76b00ba6b38a {
   padding: 15.52px 15.52px 15.52px 15.52px;
   height: 190px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #cee8c6d9;
   border-radius: 20.7px 20.7px 20.7px 20.7px;
   mix-blend-mode: normal;
 }

 .container_ebfb8169d08f {
   height: 190px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1357.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20.7px 20.7px 20.7px 20.7px;
 }

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

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

 .container_116e28f47538 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_2e21c644cba9 {
   padding: 10.19px 10.19px 10.19px 10.19px;
   width: 1011.08px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10.19px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_97a8c57fc463 {
   padding: 21.43px 0 21.43px 0;
   width: 1032px;
   height: 517.17px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 52.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a8b342858ee6 {
   width: 100%;
   min-width: 0;
   height: 47px;
   z-index: 0;
   line-height: 47.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_a8b342858ee6 {
   overflow: visible;
 }

 .text_5bd72d8f6341 {
   width: 100%;
   min-width: 0;
   height: 50px;
   z-index: 0;
   line-height: 24.83px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5bd72d8f6341 {
   overflow: visible;
 }

 .text-3b22369cdcd6_5bd72d8f6341 {
   line-height: 24.83px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1dd1b7463827_5bd72d8f6341 {
   line-height: 24.83px;
   font-family: 'Zen Maru Gothic';
 }

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

 .imageview_dcca5d0f17ab {
   width: 980.09px;
   height: 3.06px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .imageview_c9489d030ac6 {
   width: 18.34px;
   height: 18.34px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .text_b307915696be {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 0;
   line-height: 26.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b307915696be {
   overflow: visible;
 }

 .text_08e184e7a996 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.54px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_08e184e7a996 {
   overflow: visible;
 }

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

 .container_9745419ddf5b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8f7745be14ff {
   width: 18.34px;
   height: 18.34px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .text_da48049ced6a {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 0;
   line-height: 26.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_da48049ced6a {
   overflow: visible;
 }

 .text_3c30da7a1553 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.54px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_3c30da7a1553 {
   overflow: visible;
 }

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

 .container_7638a4a18283 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_00ba5c7372f7 {
   width: 18.34px;
   height: 18.34px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .text_2562e562f0e1 {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 0;
   line-height: 26.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_2562e562f0e1 {
   overflow: visible;
 }

 .text_becd9afe3c34 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.54px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_becd9afe3c34 {
   overflow: visible;
 }

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

 .container_eb873705a00d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9c4ea276c79f {
   width: 18.34px;
   height: 18.34px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .text_c046b7b5e107 {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 0;
   line-height: 26.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c046b7b5e107 {
   overflow: visible;
 }

 .text_3d3e4a5c5dc0 {
   width: 186.44px;
   height: 57px;
   z-index: 0;
   line-height: 18.54px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_3d3e4a5c5dc0 {
   overflow: visible;
 }

 .container_ed96c99ba122 {
   padding: 0 0 0 28.53px;
   width: 214.97px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.11px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_86070d3ef09d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.23px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_7b6b26e07c51 {
   padding: 0 7.13px 0 7.13px;
   width: 1011px;
   height: 391px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 556px;
   align-items: center;
   justify-content: flex-start;
   gap: 56.03px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1c7bd3c162e7 {
   position: relative !important;
   overflow: visible;
   width: 1032px;
   height: 946.9px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_9edad9576d76 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9edad9576d76 {
   overflow: visible;
 }

 .text_4ba82440f10d {
   width: 100%;
   min-width: 0;
   height: 86px;
   z-index: 0;
   line-height: 42.99px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4ba82440f10d {
   overflow: visible;
 }

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

 .container_d81a1bb458b3 {
   width: 461.9px;
   height: 157.22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.95px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_36fd09055bf0 {
   width: 311.78px;
   height: 163.44px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .container_d292faa3dfd7 {
   padding: 34.74px 0 0 0;
   width: 334.88px;
   height: 198.08px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ecb9631ea39b {
   padding: 0 39.97px 0 39.97px;
   width: 857.18px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c81f7ea458e3 {
   width: 858px;
   height: 238px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 63.07px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8a1ed6f60123 {
   width: 1008px;
   height: 266px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 63.17px;
   display: flex !important;
   flex-direction: row;
   background: #094123;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_0e9e9ca4fc98 {
   width: 444px;
   height: 406px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_296c5e22aefa {
   width: 436.87px;
   height: 427.85px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(136deg, #00000000 25%, #00000099 75%);
 }

 .text_2750ea82bf2a {
   width: fit-content;
   z-index: 2;
   line-height: 32.53px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0d168d628235 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 2;
   line-height: 19.22px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_0d168d628235 {
   overflow: visible;
 }

 .container_a9930b0ae512 {
   width: 396.93px;
   height: 99.99px;
   z-index: 2;
   position: absolute !important;
   left: 19.97px;
   top: 307.89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 9.99px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_95054785826e {
   position: relative !important;
   width: 437px;
   height: 428px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1418.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 24.96px 24.96px 24.96px 24.96px;
 }

 .text_8674bb5d40aa {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 0;
   line-height: 34.42px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_8674bb5d40aa {
   overflow: visible;
 }

 .text_50d192bd42f1 {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 22.82px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_50d192bd42f1 {
   overflow: visible;
 }

 .container_932f603d3ae0 {
   padding: 46.49px 33.81px 46.49px 33.81px;
   width: 100%;
   min-width: 0;
   height: 199px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 13.52px 0;
   display: flex !important;
   flex-direction: column;
   background: #dcf8f1;
   border-radius: 20.29px 20.29px 20.29px 20.29px;
 }

 .text_73a1539fbfea {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 0;
   line-height: 34.42px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Kaku Gothic New';
 }

 .text_autoheight_73a1539fbfea {
   overflow: visible;
 }

 .text_c0aca8dc205d {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 22.82px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c0aca8dc205d {
   overflow: visible;
 }

 .container_1d1459bd51cc {
   padding: 33.81px 33.81px 33.81px 33.81px;
   width: 546px;
   height: 210px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 13.52px 0;
   display: flex !important;
   flex-direction: column;
   background: #007355;
   border-radius: 20.29px 20.29px 20.29px 20.29px;
 }

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

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

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

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

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

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

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

 .text_fe35e6509976 {
   width: fit-content;
   z-index: 0;
   line-height: 13.94px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_bbd087fdd60c {
   padding: 4.81px 12.84px 4.81px 12.84px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.62px 5.62px 5.62px 5.62px;
 }

 .container_wrapper_bbd087fdd60c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_bbd087fdd60c {
   padding: 4.81px 12.84px 4.81px 12.84px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.62px 5.62px 5.62px 5.62px;
 }

 .text_82363c5e08e4 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 0;
   line-height: 41.83px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_82363c5e08e4 {
   overflow: visible;
 }

 .text_35fbda91af71 {
   width: 561.67px;
   height: 42px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_35fbda91af71 {
   overflow: visible;
 }

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

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

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

 .text_5bba84763e75 {
   width: fit-content;
   z-index: 1;
   line-height: 23.24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_f498e70a9c0b {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.85px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f498e70a9c0b {
   overflow: visible;
 }

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

 .container_9f8c395099a8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.8px solid #e0e0e0ff;
   border-right: 0.8px solid #e0e0e0ff;
   border-bottom: 0.8px solid #e0e0e0ff;
   border-left: 0.8px solid #e0e0e0ff;
   overflow-x: clip;
   overflow-y: clip;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12.84px 12.84px 12.84px 12.84px;
 }

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

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

 .text_fbd07dab440a {
   width: fit-content;
   z-index: 1;
   line-height: 23.24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_f3702a61aaa7 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.85px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f3702a61aaa7 {
   overflow: visible;
 }

 .container_968c43db7e37 {
   padding: 19.26px 19.26px 19.26px 19.26px;
   width: 100%;
   min-width: 0;
   height: 149.24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 9.63px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f7be0362b4b {
   height: 362.68px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.8px solid #e0e0e0ff;
   border-right: 0.8px solid #e0e0e0ff;
   border-bottom: 0.8px solid #e0e0e0ff;
   border-left: 0.8px solid #e0e0e0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12.84px 12.84px 12.84px 12.84px;
 }

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

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

 .text_044cc1e4ac95 {
   width: fit-content;
   z-index: 1;
   line-height: 23.24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_830cef484f25 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.85px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_830cef484f25 {
   overflow: visible;
 }

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

 .container_64336af2810a {
   height: 362.68px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.8px solid #e0e0e0ff;
   border-right: 0.8px solid #e0e0e0ff;
   border-bottom: 0.8px solid #e0e0e0ff;
   border-left: 0.8px solid #e0e0e0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12.84px 12.84px 12.84px 12.84px;
 }

 .container_7c0fa50024ae {
   width: 100%;
   min-width: 0;
   height: 363.37px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 19.26px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c40fd23c9b68 {
   padding: 52px 64px 52px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .text_21092d6bab9b {
   width: fit-content;
   z-index: 0;
   line-height: 14.91px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_85ffd2b8f688 {
   padding: 6.18px 16.48px 6.18px 16.48px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .container_wrapper_85ffd2b8f688 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_85ffd2b8f688 {
   padding: 6.18px 16.48px 6.18px 16.48px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.15px 5.15px 5.15px 5.15px;
 }

 .text_d002642b096a {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 39.55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_d002642b096a {
   overflow: visible;
 }

 .text_89839cf9f774 {
   width: 100%;
   min-width: 0;
   height: 125px;
   z-index: 0;
   line-height: 25.18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_89839cf9f774 {
   overflow: visible;
 }

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

 .text_217ea344eb7a {
   width: fit-content;
   z-index: 0;
   line-height: 17.43px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .imageview_05dd43fbd227 {
   width: 10.3px;
   height: 10.3px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_37ead91d872e {
   padding: 14.42px 24.72px 14.42px 24.72px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1.54px solid #3da019ff;
   border-right: 1.54px solid #3da019ff;
   border-bottom: 1.54px solid #3da019ff;
   border-left: 1.54px solid #3da019ff;
   justify-content: center;
   align-items: center;
   gap: 0 8.24px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 103px 103px 103px 103px;
 }

 .container_wrapper_37ead91d872e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_37ead91d872e {
   padding: 14.42px 24.72px 14.42px 24.72px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1.54px solid #3da019ff;
   border-right: 1.54px solid #3da019ff;
   border-bottom: 1.54px solid #3da019ff;
   border-left: 1.54px solid #3da019ff;
   justify-content: center;
   align-items: center;
   gap: 0 8.24px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 103px 103px 103px 103px;
 }

 .container_df24ca925968 {
   width: 391.4px;
   height: 374.92px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24.72px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_829ec6bd5321 {
   width: 100%;
   min-width: 0;
   height: 17.84px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_95ef5e3f9c96 {
   padding: 4.12px 8.24px 4.12px 8.24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4.12px 4.12px 4.12px 4.12px;
 }

 .container_9589e0374f8d {
   width: 100%;
   min-width: 0;
   height: 42.86px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.34px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_98bd2cb02eef {
   width: 100%;
   min-width: 0;
   height: 46.16px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fdb5dc7b94a4 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 20.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_fdb5dc7b94a4 {
   overflow: visible;
 }

 .container_2807a7381f4b {
   padding: 20.6px 20.6px 20.6px 20.6px;
   width: 231.75px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.03px solid #e5e7ebff;
   border-right: 1.03px solid #e5e7ebff;
   border-bottom: 1.03px solid #e5e7ebff;
   border-left: 1.03px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.36px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12.36px 12.36px 12.36px 12.36px;
 }

 .text_46cde297a058 {
   width: 100%;
   min-width: 0;
   height: 26.23px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_27f7c9813bb0 {
   padding: 4.12px 8.24px 4.12px 8.24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4.12px 4.12px 4.12px 4.12px;
 }

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

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

 .text_be351aa630b4 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 20.08px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_be351aa630b4 {
   overflow: visible;
 }

 .container_494849a9ee8c {
   padding: 20.6px 20.6px 20.6px 20.6px;
   width: 231.75px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.03px solid #e5e7ebff;
   border-right: 1.03px solid #e5e7ebff;
   border-bottom: 1.03px solid #e5e7ebff;
   border-left: 1.03px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.36px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12.36px 12.36px 12.36px 12.36px;
 }

 .text_9d07eff7e7ba {
   height: 22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 22.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9d07eff7e7ba {
   overflow: visible;
 }

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

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

 .container_b1ab0d2b21be {
   padding: 4.12px 8.24px 4.12px 8.24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4.12px 4.12px 4.12px 4.12px;
 }

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

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

 .text_0e026c996426 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 20.46px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_0e026c996426 {
   overflow: visible;
 }

 .container_f7445fb75555 {
   padding: 20.6px 20.6px 20.6px 20.6px;
   width: 231.75px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.03px solid #e5e7ebff;
   border-right: 1.03px solid #e5e7ebff;
   border-bottom: 1.03px solid #e5e7ebff;
   border-left: 1.03px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12.36px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12.36px 12.36px 12.36px 12.36px;
 }

 .text_275946b7dfc1 {
   width: 100%;
   min-width: 0;
   height: 24.13px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_f57962ff44cf {
   padding: 4.12px 8.24px 4.12px 8.24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4.12px 4.12px 4.12px 4.12px;
 }

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

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

 .text_cd0d09314f14 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 20.46px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_cd0d09314f14 {
   overflow: visible;
 }

 .container_5a831b51ea58 {
   padding: 20.6px 20.6px 43.69px 20.6px;
   width: 231.75px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.03px solid #e5e7ebff;
   border-right: 1.03px solid #e5e7ebff;
   border-bottom: 1.03px solid #e5e7ebff;
   border-left: 1.03px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: center;
   gap: 12.36px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12.36px 12.36px 12.36px 12.36px;
 }

 .container_73d03a5b9d60 {
   width: 479.98px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 16.79px 16.48px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_1540edba21ca {
   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_d3d876bb3650 {
   padding: 10.3px 10.3px 10.3px 10.3px;
   width: 975.4px;
   height: 396.61px;
   z-index: 0;
   position: absolute !important;
   left: 12.8px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 10.3px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_e666e0b285c9 {
   position: relative !important;
   overflow: visible;
   width: 1001px;
   height: 396.61px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_5966d8b5fd86 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_972a3dcca88e {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_text_589fd6326666 {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .wrapper_input_text_589fd6326666 {
   width: 239.53px;
   height: 32.41px;
 }

 .input_text_589fd6326666::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 12.54px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

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

 .container_f8d788f9ed79 {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

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

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

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

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

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

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

 .imageview_f51f68adb2ac {
   width: 142px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_6955a64ff955 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_6955a64ff955 {
   overflow: visible;
 }

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

 .text_d5a2e98ae879 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

 .text_ee46b84751ad {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_77d4e6c45bf7 {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_09137d690a87 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

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

 .container_191734c96c5d {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2ec7497cd5a3 {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_f50396f423a6 {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7792f161e083 {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a24d984bbc00 {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_da5ff33c5c70 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_167180c6a91e {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

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

 .container_nested_167180c6a91e {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

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

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

 .imageview_9180620a5d33 img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_a3dea1b54e1c {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_114de1d1946d {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_eb65a1d32cb7 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_wrapper_5fa27b20d126 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .container_1af30e1d82a9 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_d8e4a4125a7a {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_wrapper_8a0a333c6969 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .container_3407d6fc92fe {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_190ec1c0c9ce {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_wrapper_1719bb6d67bb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .container_62179773fe55 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c98699f4760c {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_64a7322f8f08 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_64a7322f8f08 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_64a7322f8f08 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_79b68b74714d {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0f57338eb10b {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_7f882d4f101f {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

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

 .container_a77d1976353a {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_d4c475a0942f {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_42cf50f91999 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_42cf50f91999 {
   overflow: visible;
 }

 .text_51f2f0dafea0 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_51f2f0dafea0 {
   overflow: visible;
 }

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

 .container_6a212f0ec51b {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_986443c25475 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_396d4e34bd38 {
   overflow: visible;
 }

 .text_6390db69ef2a {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_6390db69ef2a {
   overflow: visible;
 }

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

 .container_23fb954de94e {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_71d60b447ed3 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_453fc0fdef5b {
   overflow: visible;
 }

 .text_e9a5c0d7ec5c {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_e9a5c0d7ec5c {
   overflow: visible;
 }

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

 .container_bd244e67eda7 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_580322a94191 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_8bbcac45a5f6 {
   overflow: visible;
 }

 .text_493cf413cacd {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_493cf413cacd {
   overflow: visible;
 }

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

 .container_6588f8f5b4b0 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_732d1d0c5180 {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_90ce349aed02 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_167c0263ed24 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0.5px;
   top: 0px;
 }

 .text_c6fc233dd6b3 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_c6fc233dd6b3 {
   overflow: visible;
 }

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

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

 .imageview_a44e5832495b img {
   position: absolute;
   width: 41.6px !important;
   height: 35.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: -3.7px;
 }

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

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

 .text_6aa4e7ade58d {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_6aa4e7ade58d {
   overflow: visible;
 }

 .text-94390720f04d_6aa4e7ade58d {
   line-height: 35.2px;
   font-family: 'Outfit';
 }

 .text-bd104833b093_6aa4e7ade58d {
   line-height: 35.2px;
   font-family: 'Outfit';
 }

 .container_4e635d55d78c {
   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_1777e4b522e9 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1777e4b522e9 {
   overflow: visible;
 }

 .text-2dfc4004ce86_1777e4b522e9 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-d9280328c1be_1777e4b522e9 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-699f61997c96_1777e4b522e9 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text_cbc4dd53a94a {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_5ad4ef13f8c8 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_5ad4ef13f8c8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_5ad4ef13f8c8 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_9d6f48b64d3f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .text_d0d452f3567b {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 0;
   line-height: 19.12px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
   text-decoration-color: #111827 !important;
 }

 .text_autoheight_d0d452f3567b {
   overflow: visible;
 }

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

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

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

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

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

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

 .container_ab7abbdef727 {
   padding: 16px 0 8px 0;
   width: 216px;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   justify-content: center;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ab7abbdef727 {
   width: 216px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_ab7abbdef727 {
   padding: 16px 0 8px 0;
   width: 216px;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   justify-content: center;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fba0c56f882d {
   width: 100%;
   min-width: 0;
   height: 46px;
   z-index: 0;
   line-height: 23.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_fba0c56f882d {
   overflow: visible;
 }

 .text_eaaba2a361de {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_eaaba2a361de {
   overflow: visible;
 }

 .container_f9bbb8c99d9f {
   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_85f5fcc8e693 {
   padding: 20px 20px 20px 20px;
   height: 173px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38a1;
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_a4de6a3f9e49 {
   width: 100%;
   min-width: 0;
   height: 173px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1113.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_ab9779ce9fd2 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

 .text_11f6f2ec5e1a {
   width: fit-content;
   z-index: 0;
   line-height: 19px;
   font-family: 'Zen Maru Gothic';
 }

 .text_fa09185abfe4 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_fa09185abfe4 {
   overflow: visible;
 }

 .container_58cf34e6e166 {
   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;
 }

 .container_ec2b6cbf61f3 {
   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;
 }

 .container_22564fbfaf85 {
   padding: 16px 16px 16px 16px;
   height: 180px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #6ef25cbf;
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_4cc4df235625 {
   width: 100%;
   min-width: 0;
   height: 180px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1117.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_288e4977d3e5 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_bdcb5004f9bc {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1.5px solid #ffffffff;
   border-right: 1.5px solid #ffffffff;
   border-bottom: 1.5px solid #ffffffff;
   border-left: 1.5px solid #ffffffff;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_efe51a267e9d {
   margin: 0 0 0 -6px !important;
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.5px solid #ffffffff;
   border-right: 1.5px solid #ffffffff;
   border-bottom: 1.5px solid #ffffffff;
   border-left: 1.5px solid #ffffffff;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_79175dc76144 {
   margin: 0 0 0 -6px !important;
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1.5px solid #ffffffff;
   border-right: 1.5px solid #ffffffff;
   border-bottom: 1.5px solid #ffffffff;
   border-left: 1.5px solid #ffffffff;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .text_a049cd8a9115 {
   width: fit-content;
   z-index: 0;
   line-height: 34.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_95394f3d216f {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_95394f3d216f {
   overflow: visible;
 }

 .text-15496df748f0_95394f3d216f {
   line-height: 14.3px;
   font-family: 'Zen Maru Gothic';
 }

 .text-64a2bc1cf7eb_95394f3d216f {
   line-height: 14.3px;
   font-family: 'Zen Maru Gothic';
 }

 .container_dfda34287e62 {
   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;
 }

 .container_44fe7b612675 {
   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;
 }

 .container_6a224c94ebed {
   padding: 16px 16px 16px 16px;
   height: 180px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #cee8c6d9;
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_255ac89abcc7 {
   width: 100%;
   min-width: 0;
   height: 180px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1126.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_6e6f13071947 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: 990px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_faa0cb529e8c {
   overflow: visible;
 }

 .text_83932c6a6abf {
   width: 100%;
   min-width: 0;
   height: 62px;
   z-index: 0;
   line-height: 30.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_83932c6a6abf {
   overflow: visible;
 }

 .text_b14889c071b1 {
   width: 100%;
   min-width: 0;
   height: 147px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b14889c071b1 {
   overflow: visible;
 }

 .container_129a345063b8 {
   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_ef83965de4ab {
   width: 356px;
   height: 325px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_7e7e3fb1594d {
   width: 341px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(137deg, #00000000 25%, #00000099 75%);
 }

 .text_ce56edcba7ae {
   width: fit-content;
   z-index: 2;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_ce71436b2df3 {
   width: 100%;
   min-width: 0;
   height: 45px;
   z-index: 2;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ce71436b2df3 {
   overflow: visible;
 }

 .container_1f28bcc0e004 {
   width: 318px;
   height: 79px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 225px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_43a06861a48e {
   position: relative !important;
   width: 341px;
   height: 320px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/1:1142.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

 .text_609274eb8ea5 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_609274eb8ea5 {
   overflow: visible;
 }

 .text_1814b4881740 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1814b4881740 {
   overflow: visible;
 }

 .text-5b6d2541524d_1814b4881740 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-de34b4b763dc_1814b4881740 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-23b952cbac57_1814b4881740 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-82fd88eb4ceb_1814b4881740 {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .container_61d09b26a7ce {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #dcf8f1;
   border-radius: 20px 20px 20px 20px;
 }

 .text_97f7846137db {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_97f7846137db {
   overflow: visible;
 }

 .text_4f73d0958bdc {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4f73d0958bdc {
   overflow: visible;
 }

 .text-649f6e023a20_4f73d0958bdc {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0df08bd24e0f_4f73d0958bdc {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-df7cbbd15f16_4f73d0958bdc {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .text-7617b7ac5f76_4f73d0958bdc {
   line-height: 19.5px;
   font-family: 'Zen Maru Gothic';
 }

 .container_34e26a75940a {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #007355;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_44f40ba5a232 {
   padding: 48px 25px 48px 25px;
   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: #f9fafb;
 }

 .container_43fb6c3b058f {
   padding: 25px 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_de0fa6917085 {
   width: fit-content;
   z-index: 0;
   line-height: 15.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_9913763fd194 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_9913763fd194 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9913763fd194 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .text_31da428c439c {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 34.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_31da428c439c {
   overflow: visible;
 }

 .text_cd30274b76fc {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_cd30274b76fc {
   overflow: visible;
 }

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

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

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

 .text_a82547203751 {
   width: fit-content;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_868d93607ede {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_868d93607ede {
   overflow: visible;
 }

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

 .container_7b78a1e9d41b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_207be31580e9 {
   width: fit-content;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_ebe214cfd0c7 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ebe214cfd0c7 {
   overflow: visible;
 }

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

 .container_3775239ce0c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_83c56d60796b {
   width: fit-content;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_edd50ffe03eb {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_edd50ffe03eb {
   overflow: visible;
 }

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

 .container_fcc1ad397a6e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_e0afaf5d3d39 {
   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;
 }

 .container_a1dda9efc201 {
   padding: 48px 25px 48px 25px;
   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;
 }

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

 .container_1bfa6b5df9c9 {
   width: 391px;
   height: 7148px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 716px;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8e7f921b29ab {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 1;
   line-height: 37.65px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_8e7f921b29ab {
   overflow: visible;
 }

 .text_15374bde2860 {
   width: 100%;
   min-width: 0;
   height: 46px;
   z-index: 1;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_15374bde2860 {
   overflow: visible;
 }

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

 .container_919aed20ed11 {
   width: 2px;
   height: 438px;
   flex-shrink: 0;
   z-index: 1;
   background: #1b5e3a;
 }

 .imageview_8e7d7f617382 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ff16fa395df2 {
   width: fit-content;
   z-index: 1;
   line-height: 21.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

 .text_2f26f32580d3 {
   width: fit-content;
   z-index: 1;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_57a20104857d {
   width: 304px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .imageview_372c13829d08 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_d7d8b3f4a1f6 {
   width: fit-content;
   z-index: 1;
   line-height: 21.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

 .text_cdd2e0dbfb31 {
   width: fit-content;
   z-index: 1;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c0603ae53843 {
   width: 270px;
   height: 39px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .imageview_4372bb61611e {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_814cf3416603 {
   width: fit-content;
   z-index: 1;
   line-height: 21.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

 .text_8a97598b0f66 {
   width: fit-content;
   z-index: 1;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_8196d3a07ef2 {
   width: 281px;
   height: 51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .imageview_68ef26ae6880 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_dfc1ac2943cd {
   width: fit-content;
   z-index: 1;
   line-height: 21.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

 .text_6d3b1ff5c8bb {
   width: fit-content;
   z-index: 1;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_05e23a29c42e {
   width: 276px;
   height: 40px;
   z-index: 1;
   line-height: 19.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_05e23a29c42e {
   overflow: visible;
 }

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

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

 .container_59080cc16b39 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_761d641cb635 {
   padding: 48px 25px 48px 25px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
 }

 .text_6e0c6f404703 {
   width: fit-content;
   z-index: 1;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d5a5bec70e19 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5px 5px 5px 5px;
 }

 .container_wrapper_d5a5bec70e19 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_d5a5bec70e19 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5px 5px 5px 5px;
 }

 .text_c3674273b171 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 34.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c3674273b171 {
   overflow: visible;
 }

 .text_86bcc1f78cba {
   width: 100%;
   min-width: 0;
   height: 105px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_86bcc1f78cba {
   overflow: visible;
 }

 .text_e16a73e2af5c {
   width: fit-content;
   z-index: 1;
   line-height: 16.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .imageview_f8edbc672959 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f8edbc672959 img {
   position: absolute;
   width: 11.7px !important;
   height: 11.7px !important;
   max-width: none !important;
   left: -0.7px;
   top: -1.0px;
 }

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

 .container_f9baef5e2f4d {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #3da019ff;
   border-right: 1px solid #3da019ff;
   border-bottom: 1px solid #3da019ff;
   border-left: 1px solid #3da019ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_nested_f9baef5e2f4d {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #3da019ff;
   border-right: 1px solid #3da019ff;
   border-bottom: 1px solid #3da019ff;
   border-left: 1px solid #3da019ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_d1896aa95788 {
   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;
 }

 .text_4738f93ae17d {
   width: fit-content;
   z-index: 1;
   line-height: 21.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_bf5c705253f4 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_64b0dca5c6b9 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_64b0dca5c6b9 {
   overflow: visible;
 }

 .container_c85604c4cb25 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12px 12px 12px 12px;
 }

 .text_cfdbc78e35a1 {
   width: fit-content;
   z-index: 1;
   line-height: 21.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_f49076f96a3c {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_f4484e975312 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Kaku Gothic Antique';
 }

 .text_autoheight_f4484e975312 {
   overflow: visible;
 }

 .container_331c915b93e1 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12px 12px 12px 12px;
 }

 .text_3d39d87de49e {
   width: fit-content;
   z-index: 1;
   line-height: 21.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_bbd3af4e09b5 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_06e56c5ffb13 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_06e56c5ffb13 {
   overflow: visible;
 }

 .container_90b6eb424d3f {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12px 12px 12px 12px;
 }

 .text_642243b5d8ca {
   width: fit-content;
   z-index: 1;
   line-height: 21.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .container_f19c0877d379 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_f19c0877d379 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_f19c0877d379 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #141414;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_14528530d223 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_14528530d223 {
   overflow: visible;
 }

 .container_ba94b6652cba {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbfbfb;
   border-radius: 12px 12px 12px 12px;
 }

 .container_e8d09ff836ab {
   padding: 12px 0 0 0;
   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;
 }

 .container_2499d6e69efe {
   padding: 48px 25px 48px 25px;
   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;
 }

 .container_3ac561456649 {
   width: 390px;
   height: 1500px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4197px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1caf4738aa71 {
   width: fit-content;
   z-index: 2;
   line-height: 15.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .text_939b2a54676a {
   width: 100%;
   min-width: 0;
   height: 62px;
   z-index: 2;
   line-height: 31.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_939b2a54676a {
   overflow: visible;
 }

 .text_b21d75e10933 {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 2;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b21d75e10933 {
   overflow: visible;
 }

 .text-04740b9b2feb_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c01346798c8a_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-f8754b5124d5_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1a79fccb9423_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5ba7b0cbfd10_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-a15b18b06e1a_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

 .text-b327f8e08103_b21d75e10933 {
   line-height: 21px;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

 .imageview_362699c7d545 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_2caf41e10cc0 {
   width: fit-content;
   z-index: 2;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_909663db15f8 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 2;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_909663db15f8 {
   overflow: visible;
 }

 .container_5aeac6554ab5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_c7e7096dd812 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e4eb1e2019f1 {
   width: fit-content;
   z-index: 2;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_38f15d762fd3 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 2;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_38f15d762fd3 {
   overflow: visible;
 }

 .container_74ac865b50fb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_9b0580c67d3d {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_71c371cc92bf {
   width: fit-content;
   z-index: 2;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_6d66ae7c3efc {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 2;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_6d66ae7c3efc {
   overflow: visible;
 }

 .container_31d4a364ba7b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_3abce8ec483c {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_39c8395ffc1e {
   width: fit-content;
   z-index: 2;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_75c7bab148ce {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 2;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_75c7bab148ce {
   overflow: visible;
 }

 .container_772a7579dea6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .imageview_11df28a1d64e {
   width: 100%;
   min-width: 0;
   height: 180px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .text_47910c63e614 {
   width: fit-content;
   z-index: 2;
   line-height: 28.96px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c80c41547d56 {
   width: fit-content;
   z-index: 2;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_aedd29ee46ab {
   width: fit-content;
   z-index: 2;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .input_text_c2c1c217345b {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 90px 90px 90px 90px;
 }

 .wrapper_input_text_c2c1c217345b {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_c2c1c217345b::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18.82px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_7f1872ee3f6d {
   width: fit-content;
   z-index: 2;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c5c7dfbe9d60 {
   width: fit-content;
   z-index: 2;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .input_text_3eaecf5c32cd {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 90px 90px 90px 90px;
 }

 .wrapper_input_text_3eaecf5c32cd {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_3eaecf5c32cd::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18.82px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_5d3b63c1cb38 {
   width: fit-content;
   z-index: 2;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_2f0da2df1868 {
   width: fit-content;
   z-index: 2;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .input_text_8ade06dfa25d {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 90px 90px 90px 90px;
 }

 .wrapper_input_text_8ade06dfa25d {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_8ade06dfa25d::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 18.82px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_1a6340065b23 {
   width: fit-content;
   z-index: 2;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_15c215a60dae {
   width: fit-content;
   z-index: 2;
   line-height: 15.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_select_f5850556e1c8 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 90px 90px 90px 90px;
   font-family: 'Instrument Sans';
 }

 .input_select_f5850556e1c8 option {
   width: fit-content;
   z-index: 2;
   line-height: 15.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

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

 .text_c2117de06466 {
   width: fit-content;
   z-index: 2;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_4586f5283ed3 {
   height: 19px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 18.82px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4586f5283ed3 {
   overflow: visible;
 }

 .input_text_2f2b62836d24 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 90px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_2f2b62836d24 {
   width: 100%;
   min-width: 0;
   height: 90px;
 }

 .input_text_2f2b62836d24::placeholder {
   height: 19px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 18.82px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_6ae6ffda200a {
   width: fit-content;
   z-index: 2;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_9e78a74f132d {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_9e78a74f132d {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_9e78a74f132d {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .imageview_6d462af3f297 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_ed49280f5f0a {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 14.48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ed49280f5f0a {
   overflow: visible;
 }

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

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

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

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

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

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

 .container_6b301fe0a31f {
   width: 100%;
   min-width: 0;
   height: 1387px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dde5a0f39c7e {
   padding: 48px 35px 48px 35px;
   width: 100%;
   min-width: 0;
   height: 1493px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 0px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_6cba55303e41 {
   width: 390px;
   height: 1471px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5688px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_26bd5232f699 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_26bd5232f699 {
   overflow: visible;
 }

 .text_d7979259c958 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_d7979259c958 {
   overflow: visible;
 }

 .input_text_b59c3de5aee1 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_b59c3de5aee1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_b59c3de5aee1::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

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

 .container_94ab7859bc83 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

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

 .container_nested_94ab7859bc83 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

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

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

 .imageview_86338d191721 {
   width: 112.46px;
   height: 19.19px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_ba8a6d6acfa8 {
   width: 296px;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_ba8a6d6acfa8 {
   overflow: visible;
 }

 .container_fdbd4ca12404 {
   width: 296px;
   height: 84.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 7px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 11px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a82dea710f42 {
   position: relative !important;
   overflow: visible;
   width: 296px;
   height: 91px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_f86d50c42616 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f86d50c42616 {
   overflow: visible;
 }

 .text_8ccc35d4de9c {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_8ccc35d4de9c {
   overflow: visible;
 }

 .text_a048f8aea471 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_a048f8aea471 {
   overflow: visible;
 }

 .container_7650c0551dab {
   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_dad7b5f5adb9 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_dad7b5f5adb9 {
   overflow: visible;
 }

 .text_28bd6e6435d0 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_28bd6e6435d0 {
   overflow: visible;
 }

 .container_212223e27cb1 {
   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_095421581f1e {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_095421581f1e {
   overflow: visible;
 }

 .text_5219ffc12b6a {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_5219ffc12b6a {
   overflow: visible;
 }

 .text_7187e6cc4539 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_7187e6cc4539 {
   overflow: visible;
 }

 .container_937fc7fdb46b {
   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;
 }

 .container_39f655c6d2a3 {
   width: 296px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a70f91462df {
   position: relative !important;
   overflow: visible;
   width: 296px;
   height: 221px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_4f481a634137 {
   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;
 }

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

 .text_autoheight_0d1e7e09292e {
   overflow: visible;
 }

 .container_d05f01440b27 {
   padding: 16px 0 0 0;
   width: 292px;
   height: fit-content;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   opacity: 0.4000000059604645;
 }

 .container_f5d963f737f2 {
   padding: 21px 47px 21px 47px;
   width: 390px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1b5e3a;
 }

 .container_d204b28b6d24 {
   width: 390px;
   height: 593px;
   z-index: 0;
   position: absolute !important;
   left: 0.5px;
   top: 7874px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d204b28b6d24 {
   position: absolute !important;
   left: 0.5px;
   top: 7874px;
   width: 390px;
   height: 593px;
   z-index: 0;
 }

 .container_nested_d204b28b6d24 {
   width: 390px;
   height: 593px;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_1b0506f3d333 {
   width: 391px;
   height: 8467px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_1a3d32712210 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_c7166d25b367 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_4cc0e66181ab {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_d9d41ef2246c {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_3df4c7294e2c {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_31f75f91d8a2 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_64e061116d6b {
   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_cfa4363eadb8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1a06cbb417c5 {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_833cc3552ea0 {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_bf8ebfbc5a83 {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

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

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

 .text_60ecd73dd6e8 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c77ccbc5868f {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_c5e4ac8f3f74 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_d7ae6ff7d99e {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_2837b5e698e3 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_96813c8889ab {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .text_5956ae182e30 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_1357d64d2a5e {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

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

 .container_cb92e4206b32 {
   padding: 40px 199px 40px 150px;
   width: 1006px;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_0f8556b13b3b {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_76ae47fa2a5f {
   width: 466.24px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_76ae47fa2a5f {
   overflow: visible;
 }

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

 .container_03d08254d19d {
   position: absolute !important;
   overflow: visible;
   width: 221.46px;
   height: 50.27px;
   z-index: 0;
   left: 0px;
   top: 51.6px;
 }

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

 .text_fcd9535844a7 {
   width: 424.66px;
   height: 110px;
   z-index: 0;
   line-height: 21.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_fcd9535844a7 {
   overflow: visible;
 }

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

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

 .text_49f24868a454 {
   width: fit-content;
   z-index: 0;
   line-height: 16.26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_0911869af836 {
   padding: 14.27px 24.97px 14.27px 24.97px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.19px 89.19px 89.19px 89.19px;
 }

 .container_wrapper_0911869af836 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_0911869af836 {
   padding: 14.27px 24.97px 14.27px 24.97px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.19px 89.19px 89.19px 89.19px;
 }

 .imageview_a141b5f59c07 {
   width: 44.59px;
   height: 44.59px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .container_wrapper_addf61b9e00f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

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

 .text_8a29c18ca3b5 {
   width: 265.41px;
   height: 84px;
   z-index: 0;
   line-height: 28.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_8a29c18ca3b5 {
   overflow: visible;
 }

 .text_2905c4538030 {
   width: 283.11px;
   height: 51px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Manrope';
 }

 .text_autoheight_2905c4538030 {
   overflow: visible;
 }

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

 .container_54c3e1ece59b {
   padding: 21.41px 21.41px 21.41px 21.41px;
   height: 361px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #069d388c;
   border-radius: 21.41px 21.41px 21.41px 21.41px;
   mix-blend-mode: normal;
 }

 .container_a4d8d33bfd25 {
   width: 100%;
   min-width: 0;
   height: 361px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/10:1154.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 21.41px 21.41px 21.41px 21.41px;
 }

 .container_9b866aed0b25 {
   width: 452.97px;
   height: 360.55px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.27px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce011ee09891 {
   padding: 71.35px 71.35px 71.35px 71.35px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 44.59px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_cfd8cb345ac4 {
   width: 358.82px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 14.74px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_cfd8cb345ac4 {
   overflow: visible;
 }

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

 .text_ca95a06c9b00 {
   width: 553.36px;
   height: 77px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 38.28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ca95a06c9b00 {
   overflow: visible;
 }

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

 .text_f5c038effdf9 {
   width: fit-content;
   z-index: 0;
   line-height: 56.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_autoheight_3fb43f2e28cc {
   overflow: visible;
 }

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

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

 .text_6646fcc3b876 {
   width: 223.08px;
   height: 57px;
   z-index: 0;
   line-height: 56.7px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_6646fcc3b876 {
   overflow: visible;
 }

 .text_92176ea30f5a {
   width: 223.08px;
   height: 30px;
   z-index: 0;
   line-height: 14.74px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_92176ea30f5a {
   overflow: visible;
 }

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

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

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

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

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

 .imageview_b2daa22ca3de {
   width: 100%;
   min-width: 0;
   height: 333px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

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

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

 .text_autoheight_6321eb0acb3a {
   overflow: visible;
 }

 .text_0424e473299b {
   width: fit-content;
   z-index: 0;
   line-height: 18.9px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

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

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

 .container_b0a9d77b18cd {
   padding: 20.88px 20.88px 20.88px 20.88px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

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

 .text_21288ad221ac {
   width: fit-content;
   z-index: 0;
   line-height: 30.24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_autoheight_377f0afe0b00 {
   overflow: visible;
 }

 .text_truncate_377f0afe0b00 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_89b17ed6e07f {
   padding: 27.84px 27.84px 27.84px 27.84px;
   width: 215.29px;
   height: 227.65px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

 .text_826cb4a1b44f {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_826cb4a1b44f {
   overflow: visible;
 }

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

 .text_autoheight_ed28d2a5e776 {
   overflow: visible;
 }

 .text_truncate_ed28d2a5e776 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_085494ac3332 {
   padding: 27.84px 27.84px 27.84px 27.84px;
   width: 281.01px;
   height: 227.65px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

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

 .text_ff20ea3203a8 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ff20ea3203a8 {
   overflow: visible;
 }

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

 .text_autoheight_c6ae34699a4c {
   overflow: visible;
 }

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

 .container_516acddff1f3 {
   padding: 27.84px 27.84px 27.84px 27.84px;
   width: 100%;
   min-width: 0;
   height: 238.16px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

 .container_0b8eb63b1936 {
   width: 519.64px;
   height: 486.83px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26.1px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_895409a1f791 {
   padding: 73.96px 92.23px 73.96px 87.88px;
   width: 1105px;
   height: 796.78px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_60fc68523c33 {
   width: 358.82px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 14.74px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_60fc68523c33 {
   overflow: visible;
 }

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

 .text_4bb65f7e7266 {
   width: 553.36px;
   height: 77px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 38.28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4bb65f7e7266 {
   overflow: visible;
 }

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

 .text_7abc4182fa10 {
   width: fit-content;
   z-index: 0;
   line-height: 56.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_autoheight_9ea36de8efa4 {
   overflow: visible;
 }

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

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

 .text_0ef35824c459 {
   width: 223.08px;
   height: 57px;
   z-index: 0;
   line-height: 56.7px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_0ef35824c459 {
   overflow: visible;
 }

 .text_92f4d500291b {
   width: 223.08px;
   height: 15px;
   z-index: 0;
   line-height: 14.74px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_92f4d500291b {
   overflow: visible;
 }

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

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

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

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

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

 .text_edf380ef8177 {
   width: fit-content;
   z-index: 0;
   line-height: 30.24px;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .text_truncate_20899e5016d8 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_ad66b6f94ed6 {
   padding: 27.84px 27.84px 27.84px 27.84px;
   width: 215.29px;
   height: 227.65px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

 .text_ea006dfd47f5 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ea006dfd47f5 {
   overflow: visible;
 }

 .text_93a86023673a {
   width: 225px;
   height: 150px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.53px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_truncate_93a86023673a {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 9;
   text-overflow: ellipsis;
   overflow: hidden;
 }

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

 .container_d7ce5b9c4fac {
   padding: 27.84px 27.84px 27.84px 27.84px;
   width: 281.01px;
   height: 227.65px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

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

 .text_047e8053d4e9 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_047e8053d4e9 {
   overflow: visible;
 }

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

 .text_autoheight_484fd67050e3 {
   overflow: visible;
 }

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

 .container_663e9c962736 {
   padding: 27.84px 27.84px 27.84px 27.84px;
   width: 100%;
   min-width: 0;
   height: 238.16px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13.92px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

 .container_c00e106f4508 {
   width: 519.64px;
   height: 486.83px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26.1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5ac0d91a2920 {
   height: 487px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-radius: 20.88px 20.88px 20.88px 20.88px;
 }

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

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

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

 .container_298150fb791a {
   padding: 73.96px 92.23px 73.96px 87.88px;
   width: 1105px;
   height: 796.78px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_1a4ee3ce0140 {
   padding: 0 7px 0 7px;
   width: 1119px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_c088a9715ad3 {
   padding: 0 80px 0 80px;
   width: 1280px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_c603be18e3e1 {
   width: 765.55px;
   height: 104.09px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

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

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

 .container_e1c38eec72df {
   padding: 11.36px 22.71px 11.36px 22.71px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 94.63px 94.63px 94.63px 94.63px;
 }

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

 .container_e5c7ead7e634 {
   padding: 11.36px 22.71px 11.36px 22.71px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 94.63px 94.63px 94.63px 94.63px;
   box-shadow: 0px 3.79px 11.36px #0000000d;
 }

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

 .container_1e360ce44c2c {
   padding: 11.36px 22.71px 11.36px 22.71px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 94.63px 94.63px 94.63px 94.63px;
 }

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

 .container_b103f7ddd5eb {
   padding: 11.36px 22.71px 11.36px 22.71px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 94.63px 94.63px 94.63px 94.63px;
 }

 .container_f4d3cbca05d8 {
   padding: 5.68px 5.68px 5.68px 5.68px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 7.57px;
   display: flex !important;
   flex-direction: row;
   background: #f9f8f6;
   border-radius: 94.63px 94.63px 94.63px 94.63px;
 }

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

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

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

 .container_42e11def936e {
   width: 1006px;
   height: 285px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 9.46px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_3b3d33b3c116 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_38c2df10613e {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_fad02427bd5f {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_fad02427bd5f {
   overflow: visible;
 }

 .text_784d6b63f453 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_784d6b63f453 {
   overflow: visible;
 }

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

 .text_2c746fe0c193 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_2c746fe0c193 {
   overflow: visible;
 }

 .text-61181f32f44a_2c746fe0c193 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1a63f195ab4c_2c746fe0c193 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-3db354c3e9f9_2c746fe0c193 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-30963a3f9c2a_2c746fe0c193 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-734282f344a7_2c746fe0c193 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-1d44d7806d2a_2c746fe0c193 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_785e530f3f73 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_6b2d2643ee41 {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_9d73ca18c0a2 {
   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_wrapper_9d73ca18c0a2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9d73ca18c0a2 {
   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_b0a6f65200d5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_380929fe133c {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_85cbb78d9759 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_85cbb78d9759 {
   overflow: visible;
 }

 .text_81cabebcd524 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_81cabebcd524 {
   overflow: visible;
 }

 .container_dddbf8c50223 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ffd0d9cdd95 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_e233a9e10ba9 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_3c0c0db7f5d1 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cbf0d2716ef3 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_f7d1be8c7cbc {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_8ded47a2b505 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_8ded47a2b505 {
   overflow: visible;
 }

 .text_eee95cba6f92 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_eee95cba6f92 {
   overflow: visible;
 }

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

 .text_8ba01cc5537a {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_8ba01cc5537a {
   overflow: visible;
 }

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

 .text_914c54e6a343 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_ac423e63caab {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

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

 .container_wrapper_7b29ed5b25c4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

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

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

 .imageview_3848bc8dd0e0 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

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

 .text_e2cddc8ec382 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_e2cddc8ec382 {
   overflow: visible;
 }

 .text_873fbcd3c3dd {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_873fbcd3c3dd {
   overflow: visible;
 }

 .container_20284eadba29 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_31bb7873b9e1 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_2b0cf5cdc48f {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_4fba451496e4 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d6b3d128b049 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_4ca251476dc4 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: -26px;
   top: -9px;
 }

 .imageview_2d8e010da8e8 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_604c0de895ef {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_384f9270138e {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_384f9270138e {
   overflow: visible;
 }

 .text_83867a9120d4 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_83867a9120d4 {
   overflow: visible;
 }

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

 .text_cec25e2e431a {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_cec25e2e431a {
   overflow: visible;
 }

 .text-965a6664b6ca_cec25e2e431a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-d90ab153468a_cec25e2e431a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-56a8283afac6_cec25e2e431a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5424f1ff62f1_cec25e2e431a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-cce0735f3ed6_cec25e2e431a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-5975ea95244e_cec25e2e431a {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

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

 .text_c1f8a4103e85 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_40f23f733594 {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_656df50aa56f {
   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_wrapper_656df50aa56f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_656df50aa56f {
   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_b4820505e483 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ecc92f3abf6e {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

 .imageview_ecc92f3abf6e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4ea946a5cf87 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_4ea946a5cf87 {
   overflow: visible;
 }

 .text_63aa3e09b963 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_63aa3e09b963 {
   overflow: visible;
 }

 .container_64a7c41991b2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a09514294c7 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_d9ab0384ca84 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_14cf7f262755 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_556e6a4ac9c5 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_556e6a4ac9c5 img {
   width: 100%;
   height: 100%;
 }

 .text_9f8bada863bb {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_32b688714329 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.1px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d9fc94f0e620 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_d9fc94f0e620 {
   overflow: visible;
 }

 .text_2aa4bf583e81 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_2aa4bf583e81 {
   overflow: visible;
 }

 .container_f2da8f01a527 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0f3258bcab8 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e0f3258bcab8 {
   overflow: visible;
 }

 .container_fbbf0814339f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e8528009435 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_c1deab4751eb {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_db90e11fa715 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_db90e11fa715 img {
   width: 100%;
   height: 100%;
 }

 .container_a6a5f21960c9 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a6a5f21960c9 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_a6a5f21960c9 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1b4b13405626 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ae4667524418 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

 .imageview_ae4667524418 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_e8b0d64efb65 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_e8b0d64efb65 {
   overflow: visible;
 }

 .text_294519a3892f {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_294519a3892f {
   overflow: visible;
 }

 .container_549326b7fa0f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d6fd88ba081 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_c69d81ffcc4a {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_c2aa3401000c {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0e5a15117f18 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_4646a5137607 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 508px;
   top: -8.51px;
 }

 .container_1d4c915878cc {
   position: relative !important;
   overflow: visible;
   width: 1016px;
   height: 477px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_7bd4856a09b6 {
   padding: 50px 158px 50px 158px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_f6e3b7094280 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f6e3b7094280 img {
   width: 100%;
   height: 100%;
 }

 .text_9d08a916aef9 {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_069007569742 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.1px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ed4e2b468507 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_ed4e2b468507 {
   overflow: visible;
 }

 .text_0d72623f057f {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_0d72623f057f {
   overflow: visible;
 }

 .container_57c14b4156e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_404d5ad17a81 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_404d5ad17a81 {
   overflow: visible;
 }

 .text-1dd70874b43a_404d5ad17a81 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-3476757e2418_404d5ad17a81 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c747195030d2_404d5ad17a81 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-4db6ade6f097_404d5ad17a81 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-3a0f133c7d1b_404d5ad17a81 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-3f7f0a7a8c2c_404d5ad17a81 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .container_acd599c3b3ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_12697227e9e2 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_32ab8ff1e9ec {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_07941d760507 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_07941d760507 img {
   width: 100%;
   height: 100%;
 }

 .container_16682291a023 {
   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_wrapper_16682291a023 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_16682291a023 {
   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_3a7485cb9d91 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f5b97f36c388 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

 .imageview_f5b97f36c388 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ce07f40f4680 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_ce07f40f4680 {
   overflow: visible;
 }

 .text_8405b5cd62c2 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_8405b5cd62c2 {
   overflow: visible;
 }

 .container_2225a50d2ff6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ab25a9ac081 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_4a9987ac2296 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_ff4ba22b75ff {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1f8f11ba16c1 {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1f8f11ba16c1 img {
   width: 100%;
   height: 100%;
 }

 .text_8ae32dc6e530 {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_b6302e4d3e37 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.1px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2315cd5b544a {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_2315cd5b544a {
   overflow: visible;
 }

 .text_be17740f7663 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_be17740f7663 {
   overflow: visible;
 }

 .container_ce165953845c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_33b678f5da03 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_33b678f5da03 {
   overflow: visible;
 }

 .container_0ea5d7c3074c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_99a2b75fa1a4 {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_4bed01eac8c0 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_a8aea896cf5e {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a8aea896cf5e img {
   width: 100%;
   height: 100%;
 }

 .container_ee65c1639a05 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ee65c1639a05 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_ee65c1639a05 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5b0103e1bf7e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_359c2ec93a4a {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

 .imageview_359c2ec93a4a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f4a2ddfd6468 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_f4a2ddfd6468 {
   overflow: visible;
 }

 .text_922337a7b1b3 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_922337a7b1b3 {
   overflow: visible;
 }

 .container_29c2fa39fe14 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_113e8019a4ec {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_024762c95bfe {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_0941abd5cad0 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_41948b54cf4e {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_6a0de7448b6d {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: -24.51px;
   top: -8.51px;
 }

 .imageview_b704beef1eba {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b704beef1eba img {
   width: 100%;
   height: 100%;
 }

 .text_0b8f4bee2fb4 {
   width: fit-content;
   z-index: 0;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_c22b33901e41 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.1px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1436d9928b4d {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_1436d9928b4d {
   overflow: visible;
 }

 .text_76a2df976ec3 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 0;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_76a2df976ec3 {
   overflow: visible;
 }

 .container_6d831174f48d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_371893e61195 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_371893e61195 {
   overflow: visible;
 }

 .text-0eebd3944642_371893e61195 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0e9c07c89668_371893e61195 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-7157a6f60a39_371893e61195 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0f8ec019ce9b_371893e61195 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-360639ac7d46_371893e61195 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .text-0796ab10d377_371893e61195 {
   line-height: 19.05px;
   font-family: 'Zen Maru Gothic';
 }

 .container_9ec382a8f695 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_908136a67752 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_07d3a80cf8ba {
   padding: 16px 28px 16px 28px;
   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: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_f82bb15a792a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f82bb15a792a img {
   width: 100%;
   height: 100%;
 }

 .container_4f04953e8324 {
   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_wrapper_4f04953e8324 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4f04953e8324 {
   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_b2e19b508ff3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c35cce827341 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

 .imageview_c35cce827341 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4cd715f719c0 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_4cd715f719c0 {
   overflow: visible;
 }

 .text_882df512692b {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 0;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_882df512692b {
   overflow: visible;
 }

 .container_2e5bd2b479c0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9207780b9ad0 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_2cd536233717 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_a28ce6a3c031 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0adb004ee71b {
   width: 10.21px;
   height: 10.21px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0adb004ee71b img {
   width: 100%;
   height: 100%;
 }

 .text_5586dedf47fd {
   width: fit-content;
   z-index: 1;
   line-height: 13.55px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_27411f4efc20 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.1px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fa6d97bf0cd4 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_fa6d97bf0cd4 {
   overflow: visible;
 }

 .text_0da6f2acdf31 {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 35.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_0da6f2acdf31 {
   overflow: visible;
 }

 .container_12ff33714183 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_20b3bd5d0a1b {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 1;
   line-height: 19.05px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_20b3bd5d0a1b {
   overflow: visible;
 }

 .container_7d5093f90f05 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f683bab865ab {
   width: fit-content;
   z-index: 1;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_a555b0c98aa0 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_e0ee07c02723 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e0ee07c02723 img {
   width: 100%;
   height: 100%;
 }

 .container_a31889d9dd86 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a31889d9dd86 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_a31889d9dd86 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c62ed5062bff {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.21px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_95171bba19f8 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 5.1px 5.1px 5.1px 5.1px;
 }

 .imageview_95171bba19f8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_adce1def104c {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.49px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_adce1def104c {
   overflow: visible;
 }

 .text_88d1253c7609 {
   width: 100%;
   min-width: 0;
   height: 12px;
   z-index: 1;
   line-height: 12.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_88d1253c7609 {
   overflow: visible;
 }

 .container_a6d3843801ed {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_25d6b19af448 {
   padding: 13.61px 13.61px 13.61px 13.61px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.61px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff12;
   border-radius: 13.61px 13.61px 13.61px 13.61px;
 }

 .container_8b6563c75d69 {
   padding: 34.02px 34.02px 34.02px 34.02px;
   width: 472.08px;
   height: 477.18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 20.41px 20.41px 20.41px 20.41px;
 }

 .container_7d7528cb1d76 {
   padding: 8.51px 8.51px 8.51px 8.51px;
   width: 489.09px;
   height: 494.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.51px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b40f0c5985d7 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_8c8607217606 {
   position: absolute !important;
   overflow: visible;
   width: 489.09px;
   height: 494.19px;
   z-index: 0;
   left: 501px;
   top: -9px;
 }

 .container_c9369165df44 {
   position: relative !important;
   overflow: visible;
   width: 985px;
   height: 477px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e6444c46670a {
   padding: 50px 158px 50px 158px;
   width: 100%;
   min-width: 0;
   height: 588px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_0f8fb966fdfb {
   width: 1280px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f6c96c93c09 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f97dd75c42be {
   width: 74.61px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 14.14px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_f97dd75c42be {
   overflow: visible;
 }

 .container_0ccc1576e593 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_0ccc1576e593 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_0ccc1576e593 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 8px 8px 8px 8px;
 }

 .text_b55fba1a295b {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 0;
   line-height: 40.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b55fba1a295b {
   overflow: visible;
 }

 .container_b2f4a57c8351 {
   width: 100%;
   min-width: 0;
   height: 173px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c111bf117ee6 {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 23.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c111bf117ee6 {
   overflow: visible;
 }

 .container_b41b2583e473 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_af8830e41b23 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_af8830e41b23 img {
   width: 100%;
   height: 100%;
 }

 .text_c8f102b269fc {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_7fc83a8518c8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_7fc83a8518c8 {
   overflow: visible;
 }

 .container_b935c329baa4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b23a03667d8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c9cb6df2ad8e {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c9cb6df2ad8e img {
   width: 100%;
   height: 100%;
 }

 .text_d2da3b7f21f8 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_91a22cf4e081 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_91a22cf4e081 {
   overflow: visible;
 }

 .container_5335bb87d144 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5bc145f57b81 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6a87eb8b26a4 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6a87eb8b26a4 img {
   width: 100%;
   height: 100%;
 }

 .text_4c265a6033bd {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c6ce0baf043a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c6ce0baf043a {
   overflow: visible;
 }

 .container_88c18ce517d8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8db9b3d48ee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cfa583c3e665 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cfa583c3e665 img {
   width: 100%;
   height: 100%;
 }

 .text_050ca0da77a4 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_14d653e6adc8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_14d653e6adc8 {
   overflow: visible;
 }

 .container_6be17c2a34bd {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e01b89f1d276 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b22bb4d15ae9 {
   width: 337px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f3ff713755d9 {
   width: 100%;
   min-width: 0;
   height: 216px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .imageview_f3ff713755d9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_45ad877fa5da {
   width: 337px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.95px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d0844b720d62 {
   width: fit-content;
   z-index: 0;
   line-height: 36.44px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_e7174d14a8b6 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f2b1b5025596 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_984bf558fb2b {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_984bf558fb2b {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_984bf558fb2b::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_bf98c2ca2c67 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b143f3042907 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_527785214de1 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_956dd9e47716 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_956dd9e47716 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_956dd9e47716::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_9a8a59268f72 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a93dd736b19f {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f7c6f8e2e57c {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_select_bae8b85a5427 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 9998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
   font-family: 'Inter';
 }

 .input_select_bae8b85a5427 option {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_bed256b2ebc2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8741b30f82b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a5f9da0cb84b {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_c036bd2edae5 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c036bd2edae5 {
   overflow: visible;
 }

 .input_text_3fee2d65fdff {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: 89.89px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .wrapper_input_text_3fee2d65fdff {
   width: 100%;
   min-width: 0;
   height: 89.89px;
 }

 .input_text_3fee2d65fdff::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_e84403bf04d7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e413e8c8b494 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d0bbb2a421e6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bb64ef6be23e {
   width: fit-content;
   z-index: 0;
   line-height: 16.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_da03a371222e {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .container_wrapper_da03a371222e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_da03a371222e {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .imageview_4c91969d36f5 {
   width: 44.94px;
   height: 44.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4c91969d36f5 img {
   width: 100%;
   height: 100%;
 }

 .container_4b89cbaec2e4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.79px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0d3662d64e85 {
   width: 14.38px;
   height: 14.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0d3662d64e85 img {
   width: 100%;
   height: 100%;
 }

 .text_3706255cc649 {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_3706255cc649 {
   overflow: visible;
 }

 .container_319b73b42913 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
 }

 .container_394a5514a89d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_91f18c660f0c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c03e95b92cd {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 445px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_wrapper_3c03e95b92cd {
   width: 445px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_3c03e95b92cd {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 445px;
   height: 706px;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_fdfaa670b749 {
   padding: 60px 25px 60px 25px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3a3bb29c5fb1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_43961218cb69 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_3df839dfe47e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_02d7762872bf {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_text_40065b48bee8 {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .wrapper_input_text_40065b48bee8 {
   width: 239.53px;
   height: 32.41px;
 }

 .input_text_40065b48bee8::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 12.54px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_c474fe9931da {
   width: fit-content;
   z-index: 0;
   line-height: 11.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_6e15fdb54242 {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .container_250235c8a995 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.65px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b7e43b065646 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b7e43b065646 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_b7e43b065646 {
   width: 152.57px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eed795d31a3e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_be17bb6feab9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 39.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_25a1b5c5d023 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_25a1b5c5d023 img {
   width: 100%;
   height: 100%;
 }

 .text_c32d811089de {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_c32d811089de {
   overflow: visible;
 }

 .container_5d2168fff2ed {
   width: 288.55px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.97px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ec2d1cd08e4b {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_bff45fb27a21 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_d2e93e7b1d20 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_abf75f8c3630 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_32084d1685e3 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_24f46ab98dba {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_517d3bf033f3 {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1b17ca5e2d6f {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_2034c84636c4 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_00d782ae0a3d {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_d1a9cb1dce86 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7cdd980f9997 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c3026cf4fbba {
   width: 415.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4a06318e5b6d {
   width: fit-content;
   height: 101.98px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 63.24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b439f7309a3 {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f44decba5376 {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ad22ff984bd5 {
   width: fit-content;
   z-index: 0;
   line-height: 10.52px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.4000000059604645;
   font-family: 'Inter';
 }

 .container_9480456adb7f {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c73e9f5685e {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff132db090ab {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_479fc7af7fe6 {
   width: 885px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 72.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_25cdcd033324 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_87769534ed9e {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_wrapper_87769534ed9e {
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_87769534ed9e {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .viewport_ce5fc6ebe68c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 56px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_a803a577ab42 {
   width: 100%;
   min-width: 0;
   height: 95px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a803a577ab42 img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_a803a577ab42.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_db4aaeea82c0 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_467f912723d1 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_76035279e359 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_357f2d3c6b92 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_357f2d3c6b92 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_357f2d3c6b92 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b3b3c551caa1 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9401ed6410e6 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_73b7eb34bb22 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_73b7eb34bb22 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_73b7eb34bb22 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_40d6a9530122 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c924a8032459 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_722a8aa25947 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_722a8aa25947 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_722a8aa25947 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_39139366cd0f {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_99330954efff {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f86f9200d219 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_f86f9200d219 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_f86f9200d219 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_273db284d1d4 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_273db284d1d4 img {
   width: 100%;
   height: 100%;
 }

 .container_dca61b3050ac {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_99370ed16a56 {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_321c287861bc {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_de1a1dcd4628 {
   width: 390px;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_944c58e00f8d {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_08b26a2e61d4 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_08b26a2e61d4 img {
   width: 100%;
   height: 100%;
 }

 .text_ce2d767f5bf1 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_ce2d767f5bf1 {
   overflow: visible;
 }

 .text_ec8a6c324618 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_ec8a6c324618 {
   overflow: visible;
 }

 .container_ad107bbc6277 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8db94cea17e5 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_9597d41021b8 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9597d41021b8 img {
   width: 100%;
   height: 100%;
 }

 .text_171dcd640535 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_171dcd640535 {
   overflow: visible;
 }

 .text_fa852d5be898 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_fa852d5be898 {
   overflow: visible;
 }

 .container_9adb1a2f3658 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_48bbff5e36a1 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a209dd0d8704 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a8a005392958 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a8a005392958 img {
   width: 100%;
   height: 100%;
 }

 .text_7ab1b55ba978 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_7ab1b55ba978 {
   overflow: visible;
 }

 .text_50c9a4321a36 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_50c9a4321a36 {
   overflow: visible;
 }

 .container_c688c4d0520a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_70089f698276 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_5b087e47665d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5b087e47665d img {
   width: 100%;
   height: 100%;
 }

 .text_0778040c8c8c {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_0778040c8c8c {
   overflow: visible;
 }

 .text_4f5c1293d39e {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_4f5c1293d39e {
   overflow: visible;
 }

 .container_35015ace306b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3fcdfc6ee099 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_993ea429eb91 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_46a7cd0767b1 {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_398cb07fbbdc {
   position: relative !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
 }

 .container_a2aedabdbf90 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dafc6906b158 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 0;
   line-height: 35.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_dafc6906b158 {
   overflow: visible;
 }

 .text_b40d344225aa {
   width: 100%;
   min-width: 0;
   height: 31px;
   z-index: 0;
   line-height: 30.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_b40d344225aa {
   overflow: visible;
 }

 .text_7821af63e4e2 {
   width: 100%;
   min-width: 0;
   height: 31px;
   z-index: 0;
   line-height: 30.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_7821af63e4e2 {
   overflow: visible;
 }

 .text-774e3eacd008_7821af63e4e2 {
   line-height: 30.8px;
   font-family: 'Outfit';
 }

 .text-1eaa62163a53_7821af63e4e2 {
   line-height: 30.8px;
   font-family: 'Outfit';
 }

 .container_d5cb6e47b4e3 {
   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_dd72678c174c {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_autoheight_dd72678c174c {
   overflow: visible;
 }

 .text_07a3bcb93aab {
   width: fit-content;
   z-index: 0;
   line-height: 16.26px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_d69dd3a267b8 {
   padding: 14.27px 24.97px 14.27px 24.97px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.19px 89.19px 89.19px 89.19px;
 }

 .container_wrapper_d69dd3a267b8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d69dd3a267b8 {
   padding: 14.27px 24.97px 14.27px 24.97px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.19px 89.19px 89.19px 89.19px;
 }

 .imageview_39099a643f6c {
   width: 44.59px;
   height: 44.59px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_39099a643f6c img {
   width: 100%;
   height: 100%;
 }

 .container_9b146d4682ba {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b67f2d26633e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dd19bd281449 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_dd19bd281449 {
   overflow: visible;
 }

 .text_f47876ceb295 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.949999988079071;
   font-family: 'Manrope';
 }

 .text_autoheight_f47876ceb295 {
   overflow: visible;
 }

 .container_344ee909ab18 {
   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_9e70b0c7313a {
   padding: 20px 20px 20px 20px;
   height: 320px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38a6;
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_d33d584be49a {
   width: 100%;
   min-width: 0;
   height: 320px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/10:1534.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

 .container_f9a5c8df217b {
   padding: 32px 16px 32px 16px;
   width: 100%;
   min-width: 0;
   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: #ffffff;
 }

 .text_6292d57ccced {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_6292d57ccced {
   overflow: visible;
 }

 .text_b3e18a5f5c04 {
   width: 100%;
   min-width: 0;
   height: 58px;
   z-index: 0;
   line-height: 28.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b3e18a5f5c04 {
   overflow: visible;
 }

 .container_14e7394a7e30 {
   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_dfe3e568817b {
   width: fit-content;
   z-index: 0;
   line-height: 34.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_bab55b59346e {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_bab55b59346e {
   overflow: visible;
 }

 .container_cfa866af23f9 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 12px 12px 12px 12px;
 }

 .text_44d11dff7992 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_2c34845a6148 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2c34845a6148 {
   overflow: visible;
 }

 .container_47286af93c16 {
   padding: 12px 12px 12px 12px;
   height: 93px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 12px 12px 12px 12px;
 }

 .container_767cc3a5ba3e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_10d1646df969 {
   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;
 }

 .imageview_c399a2edbe8a {
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c399a2edbe8a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6858e0f489ef {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_6858e0f489ef {
   overflow: visible;
 }

 .text_5e4d31f05d66 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5e4d31f05d66 {
   overflow: visible;
 }

 .text_c69157e0cfc3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c69157e0cfc3 {
   overflow: visible;
 }

 .container_9ffcbb3877c9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_84f43eee8f0d {
   padding: 16px 16px 16px 16px;
   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;
   background: #f3f4f6;
   border-radius: 16px 16px 16px 16px;
 }

 .container_08ca8d4310ee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a04276219b6f {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_a04276219b6f {
   overflow: visible;
 }

 .text_9cdff428d588 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_9cdff428d588 {
   overflow: visible;
 }

 .container_eda0ad3edf1d {
   padding: 20px 20px 20px 20px;
   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;
   background: #eff6ff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_6d4f67a46767 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_6d4f67a46767 {
   overflow: visible;
 }

 .text_fc2b347682be {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_fc2b347682be {
   overflow: visible;
 }

 .container_cff1f2aa0c5e {
   padding: 20px 20px 20px 20px;
   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;
   background: #f3f4f6;
   border-radius: 16px 16px 16px 16px;
 }

 .text_f4b8ee597419 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f4b8ee597419 {
   overflow: visible;
 }

 .text_52f4beec33b7 {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_52f4beec33b7 {
   overflow: visible;
 }

 .container_3c4d250c67ba {
   padding: 8px 0 8px 0;
   width: 12px;
   height: 28px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_87b788c03da6 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 16px 16px 16px 16px;
 }

 .container_28468a481e73 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc133b652339 {
   padding: 32px 16px 32px 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;
   background: #ffffff;
 }

 .text_5cc02951f9ec {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5cc02951f9ec {
   overflow: visible;
 }

 .text_259483516365 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_259483516365 {
   overflow: visible;
 }

 .input_text_080472bc4b1a {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_080472bc4b1a {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_080472bc4b1a::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_9a9625fb0b7f {
   width: fit-content;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_ccb9e0d57c09 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_wrapper_ccb9e0d57c09 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_ccb9e0d57c09 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_8c976b528092 {
   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_3d25b3187cf3 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_wrapper_3d25b3187cf3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_3d25b3187cf3 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_cda2f0a7cc9b {
   width: 110px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cda2f0a7cc9b img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_12a69983f986 {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_12a69983f986 {
   overflow: visible;
 }

 .container_d5a216ac2da9 {
   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_e4895696c517 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e4895696c517 {
   overflow: visible;
 }

 .text_af4768ed0142 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_af4768ed0142 {
   overflow: visible;
 }

 .text_5a532e086085 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_5a532e086085 {
   overflow: visible;
 }

 .container_b3dcd4be21c4 {
   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_8fc9d2719ac5 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_8fc9d2719ac5 {
   overflow: visible;
 }

 .text_c22d67929c8e {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_c22d67929c8e {
   overflow: visible;
 }

 .container_1bf77eb06f88 {
   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_4ced402dbf91 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4ced402dbf91 {
   overflow: visible;
 }

 .text_a97e0ee9ed10 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_a97e0ee9ed10 {
   overflow: visible;
 }

 .text_4890fa5e1482 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_4890fa5e1482 {
   overflow: visible;
 }

 .container_e6c4fca61ab3 {
   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;
 }

 .container_8f39a28a5359 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf17dea165b5 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_cf17dea165b5 {
   overflow: visible;
 }

 .container_077db86ac3d8 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   opacity: 0.4000000059604645;
 }

 .container_26240ca64df3 {
   padding: 40px 20px 32px 20px;
   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;
   background: #1b5e3a;
 }

 .container_db37ac4f032f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_0d1f9a21c5d9 {
   width: 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_1d11af6ac299 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1d11af6ac299 img {
   width: 100%;
   height: 100%;
 }

 .text_a6e009f6a103 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_d38cafe59eee {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f8b8b504782d {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_790b35c65670 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5a3c208c130c {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_c1f622af0391 {
   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_de261a1e74a0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ad4f4494479c {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d0ea617903a3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 59px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3fdb79d89cb0 {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_3fdb79d89cb0 img {
   width: 100%;
   height: 100%;
 }

 .container_b9e762a248bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_78a05b17f5c8 {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

 .imageview_742334beed40 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_742334beed40 img {
   width: 100%;
   height: 100%;
 }

 .text_15128d20a53c {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5e62f71a11ed {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_9cf6f7e8aeae {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fa33fedda665 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_973b3d79eb0c {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_973b3d79eb0c img {
   width: 100%;
   height: 100%;
 }

 .text_5b518bb53df2 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_7eb09723bb37 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d63b3de6cea7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_66fecb8e5b6a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_83c8958e4461 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_83c8958e4461 img {
   width: 100%;
   height: 100%;
 }

 .text_c33ff25e3588 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_73125b6c19c5 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_10c5eed857e4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1832b1091e4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9134e58af692 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9134e58af692 img {
   width: 100%;
   height: 100%;
 }

 .text_47fbab6f3b2e {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_ba098c4f9344 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_ee9a13e45c17 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_22d39bacf53c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5b491e37e8cb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c307968352b1 {
   width: 651px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_308c08eeb2e3 {
   width: 856px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d0e3b8253a57 {
   padding: 40px 199px 40px 150px;
   width: 1006px;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_7bc777357658 {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_5f76aaf6513a {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5f76aaf6513a {
   overflow: visible;
 }

 .line_5b9423bbd250 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_6120214a4fa7 {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_a56522514622 {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #111827;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_481be0af3a5b {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_481be0af3a5b {
   overflow: visible;
 }

 .text_truncate_481be0af3a5b {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_6b9673d61edf {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #83a08dff;
   border-right: 0.89px solid #83a08dff;
   border-bottom: 0.89px solid #83a08dff;
   border-left: 0.89px solid #83a08dff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_wrapper_6b9673d61edf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6b9673d61edf {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #83a08dff;
   border-right: 0.89px solid #83a08dff;
   border-bottom: 0.89px solid #83a08dff;
   border-left: 0.89px solid #83a08dff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_e84dd9bc954f {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_ea29226520db {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_8831a8bbe98f {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_8831a8bbe98f {
   overflow: visible;
 }

 .text_truncate_8831a8bbe98f {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_fa64da9bbcb3 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #00000000;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_0f5fb5ab5008 {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_275a0c1afe81 {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_a9ad067b0267 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_a9ad067b0267 {
   overflow: visible;
 }

 .text_truncate_a9ad067b0267 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_bc82aa4319d3 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #00000000;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_5ad708428260 {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_f281cbfa61d5 {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_bec355e83be1 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_bec355e83be1 {
   overflow: visible;
 }

 .text_truncate_bec355e83be1 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_23e2032a2938 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #00000000;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_e1fe3df869d5 {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_efc2dc4d8f76 {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_dd540b080fc2 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_dd540b080fc2 {
   overflow: visible;
 }

 .text_truncate_dd540b080fc2 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_3b18cbf74895 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #00000000;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_134731ed249b {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_534c03962b3e {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_ae1c5aadc2ff {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_ae1c5aadc2ff {
   overflow: visible;
 }

 .text_truncate_ae1c5aadc2ff {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_e1577fe01060 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #00000000;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_b515182d6ebf {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_a242f8482e90 {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.57px 3.57px 3.57px 3.57px;
 }

 .text_bccbfc5ef5d7 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_bccbfc5ef5d7 {
   overflow: visible;
 }

 .text_truncate_bccbfc5ef5d7 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_1d5c98b315bf {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #00000000;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_93a1a955dec6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.57px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2d176e84d08 {
   padding: 17.86px 17.86px 17.86px 17.86px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.28px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .text_9dd07d8e162a {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_9dd07d8e162a {
   overflow: visible;
 }

 .text_43bc4a92b818 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_43bc4a92b818 {
   overflow: visible;
 }

 .imageview_59e3593d8b19 {
   width: 12.5px;
   height: 12.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_59e3593d8b19 img {
   width: 100%;
   height: 100%;
 }

 .text_6f57b5f695a1 {
   width: fit-content;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .container_0d81ac0eb724 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_wrapper_0d81ac0eb724 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_0d81ac0eb724 {
   padding: 8.93px 8.93px 8.93px 8.93px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_98330e2ad6d0 {
   padding: 17.86px 17.86px 17.86px 17.86px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.71px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .container_c15dbdfffaa7 {
   width: 249.98px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 21.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d0d58b5ed1bd {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_a725e2e41fff {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .line_907b7a1e49a9 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_90339c8e331a {
   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_b009e43bf7a1 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b009e43bf7a1 {
   overflow: visible;
 }

 .text_e7ad013b5972 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_e7ad013b5972 {
   overflow: visible;
 }

 .container_aad8b1dfe3f0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_cdbe245dba26 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_769d71c3bbc3 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_769d71c3bbc3 {
   overflow: visible;
 }

 .text-47099107d07f_769d71c3bbc3 {
   line-height: 18.75px;
   font-family: 'Geist';
 }

 .text-a1768d7c8905_769d71c3bbc3 {
   line-height: 18.75px;
   font-family: 'Geist';
 }

 .text-c5bf066c027b_769d71c3bbc3 {
   line-height: 18.75px;
   font-family: 'Geist';
 }

 .text-2eb948ce6e78_769d71c3bbc3 {
   line-height: 18.75px;
   font-family: 'Geist';
 }

 .text-df97bd123612_769d71c3bbc3 {
   line-height: 18.75px;
   font-family: 'Geist';
 }

 .container_8a66c33ed201 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ad92760dd65 {
   padding: 28.57px 28.57px 28.57px 28.57px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d3814;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .text_1cdd97a9b6c4 {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d76c73bb9c95 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_d76c73bb9c95 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d76c73bb9c95 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .line_3c49276473bf {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_aca95cf32d64 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_259757cc3ad5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_18b43b5c62e9 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Kaku Gothic Antique';
 }

 .text_autoheight_18b43b5c62e9 {
   overflow: visible;
 }

 .text_412114ada256 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_412114ada256 {
   overflow: visible;
 }

 .container_2fb4663bdae3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_b4808e437529 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_f54e0d3cf7fa {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_f54e0d3cf7fa {
   overflow: visible;
 }

 .text_03aa02d0335a {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_03aa02d0335a {
   overflow: visible;
 }

 .line_d7bed0513856 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .imageview_942c43f9b5a9 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_942c43f9b5a9 img {
   width: 100%;
   height: 100%;
 }

 .text_84e7c8a1fecd {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_84e7c8a1fecd {
   overflow: visible;
 }

 .container_7d92f17dc44c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4078128537b7 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4078128537b7 img {
   width: 100%;
   height: 100%;
 }

 .text_4fd42329b1e1 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_4fd42329b1e1 {
   overflow: visible;
 }

 .container_e6dd5020e94d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e47056842d39 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e47056842d39 img {
   width: 100%;
   height: 100%;
 }

 .text_464ede3673c1 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_464ede3673c1 {
   overflow: visible;
 }

 .container_88027abbdada {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_40a55dc0a5b1 {
   padding: 14.28px 14.28px 14.28px 14.28px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_ef2b04c37b18 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_ef2b04c37b18 {
   overflow: visible;
 }

 .line_1dd1f7a06134 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .imageview_bc243300cc02 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_bc243300cc02 img {
   width: 100%;
   height: 100%;
 }

 .text_d87c531dd51e {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_d87c531dd51e {
   overflow: visible;
 }

 .container_1505507a4f0b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4b9d2d9f986c {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4b9d2d9f986c img {
   width: 100%;
   height: 100%;
 }

 .text_7e555647230b {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_7e555647230b {
   overflow: visible;
 }

 .container_9b6b1955cc01 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_27900704c210 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_27900704c210 img {
   width: 100%;
   height: 100%;
 }

 .text_9ef42fe4e070 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_9ef42fe4e070 {
   overflow: visible;
 }

 .container_6281cf0bdfe3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_712abfed07d7 {
   padding: 14.28px 14.28px 14.28px 14.28px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .text_bd2b906bc41e {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_bd2b906bc41e {
   overflow: visible;
 }

 .line_352778c76087 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .imageview_8cfa86f2003a {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8cfa86f2003a img {
   width: 100%;
   height: 100%;
 }

 .text_3b17fc3f6629 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_3b17fc3f6629 {
   overflow: visible;
 }

 .container_3d43e04d5a70 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9e29f6a8bd99 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9e29f6a8bd99 img {
   width: 100%;
   height: 100%;
 }

 .text_ce0b14a5451d {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_ce0b14a5451d {
   overflow: visible;
 }

 .container_04620c76fc70 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d981ce715444 {
   width: 8.93px;
   height: 8.93px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d981ce715444 img {
   width: 100%;
   height: 100%;
 }

 .text_0378b2a410f4 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 13.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_0378b2a410f4 {
   overflow: visible;
 }

 .container_9087f7c2a54c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_41b23889bab9 {
   padding: 14.28px 14.28px 14.28px 14.28px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_ffca044ef421 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 14.28px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d151cddfb586 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_89471dcff037 {
   padding: 28.57px 28.57px 28.57px 28.57px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .text_2e45f332dcff {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_5f977826ce05 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_5f977826ce05 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_5f977826ce05 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .line_acea3eef7900 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_b53303e27076 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b2e82636299f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9ff9564909dc {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9ff9564909dc {
   overflow: visible;
 }

 .text_1117c891e97b {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 15.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_1117c891e97b {
   overflow: visible;
 }

 .container_bbf6966e2355 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_f46b40762295 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_84bdaf501941 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_84bdaf501941 {
   overflow: visible;
 }

 .text_b46b615d9cf5 {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_e87abbac97ff {
   width: 17.86px;
   height: 17.86px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

 .text_fba66e811a10 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_fba66e811a10 {
   overflow: visible;
 }

 .container_3cb07e312dd0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
 }

 .text_618fef9daacd {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_25616d800c1e {
   width: 17.86px;
   height: 17.86px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

 .text_aff4e4afd3bc {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_aff4e4afd3bc {
   overflow: visible;
 }

 .container_5d360c8a708c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4fe871fb4d91 {
   width: fit-content;
   z-index: 0;
   line-height: 12.77px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_d16a2047a571 {
   width: 17.86px;
   height: 17.86px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

 .text_6e94d3342ab3 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_6e94d3342ab3 {
   overflow: visible;
 }

 .container_b169f197819b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b10b720b662 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.71px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ec073a9603a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa716a99c377 {
   padding: 28.57px 28.57px 28.57px 28.57px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .text_2756bef22e4b {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_de3e723baee6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_de3e723baee6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_de3e723baee6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .line_0eff4c64b932 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_fea2f9e86c98 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_42df86703f4c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d2a31f1888bf {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_d2a31f1888bf {
   overflow: visible;
 }

 .text_a22c9884af72 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 15.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_a22c9884af72 {
   overflow: visible;
 }

 .container_54cee62a7707 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_2d18e67c1745 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_179ca5bbae7f {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_179ca5bbae7f {
   overflow: visible;
 }

 .imageview_4d859a018f3b {
   width: 21.43px;
   height: 21.43px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4d859a018f3b img {
   width: 100%;
   height: 100%;
 }

 .text_7c260241a09f {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_7c260241a09f {
   overflow: visible;
 }

 .text_9930f4d697ff {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
   line-height: 12.97px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_9930f4d697ff {
   overflow: visible;
 }

 .container_facef6ffc806 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.79px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e9051ae743b {
   padding: 14.28px 14.28px 14.28px 14.28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_489772e66275 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_291ebe36ebfa {
   padding: 28.57px 28.57px 28.57px 28.57px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .text_4c65ea0c5106 {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_91899fbd5631 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_91899fbd5631 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_91899fbd5631 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .line_26872d0dec71 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_f90b805a0ea4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4f33b85b9459 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_252facce3724 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_252facce3724 {
   overflow: visible;
 }

 .text_b2f5c72807f4 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 15.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_b2f5c72807f4 {
   overflow: visible;
 }

 .container_cb046bb2de9b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_ac352f79fdbe {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_04fa3bd662f5 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_04fa3bd662f5 {
   overflow: visible;
 }

 .text_51268b6ae097 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_51268b6ae097 {
   overflow: visible;
 }

 .container_b3e64f18ef69 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_da2b8a6d128f {
   padding: 28.57px 28.57px 28.57px 28.57px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .text_a0b791aed9ca {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_7515ea18c063 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_7515ea18c063 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_7515ea18c063 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .line_cfa1eaf92e07 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_78f7b8e9213b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4e150c4ebb31 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9110e310afe0 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9110e310afe0 {
   overflow: visible;
 }

 .text_9a6558815f8c {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 15.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_9a6558815f8c {
   overflow: visible;
 }

 .container_1c51ff971a44 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_8083be8b60a1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_376a0acb59c4 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_376a0acb59c4 {
   overflow: visible;
 }

 .imageview_af1ec876240d {
   width: 14.28px;
   height: 14.28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_af1ec876240d img {
   width: 100%;
   height: 100%;
 }

 .text_e5973718eac5 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_e5973718eac5 {
   overflow: visible;
 }

 .text-2ff12557ea39_e5973718eac5 {
   line-height: 15.09px;
   font-family: 'Geist';
 }

 .text-b84a64ee365a_e5973718eac5 {
   line-height: 15.09px;
   font-family: 'Geist';
 }

 .container_312ec5e9808e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
 }

 .line_d3b5a5172f5c {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #ffffff;
 }

 .imageview_5973655e0c0d {
   width: 14.28px;
   height: 14.28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5973655e0c0d img {
   width: 100%;
   height: 100%;
 }

 .text_fcc784d294d8 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_fcc784d294d8 {
   overflow: visible;
 }

 .text-e06243d0b670_fcc784d294d8 {
   line-height: 15.09px;
   font-family: 'Geist';
 }

 .text-2142ccffb3b0_fcc784d294d8 {
   line-height: 15.09px;
   font-family: 'Geist';
 }

 .container_f3bcfec9cdf9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
 }

 .line_a24a718b5cf6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #ffffff;
 }

 .imageview_7cfb1122f3ae {
   width: 14.28px;
   height: 14.28px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7cfb1122f3ae img {
   width: 100%;
   height: 100%;
 }

 .text_69674759f817 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_69674759f817 {
   overflow: visible;
 }

 .text-3855b18af1ec_69674759f817 {
   line-height: 15.09px;
   font-family: 'Geist';
 }

 .text-f194009065ed_69674759f817 {
   line-height: 15.09px;
   font-family: 'Geist';
 }

 .container_5d49898ed3bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.71px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f8867ce99a33 {
   padding: 17.86px 17.86px 17.86px 17.86px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #ffffffff;
   border-right: 0.89px solid #ffffffff;
   border-bottom: 0.89px solid #ffffffff;
   border-left: 0.89px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.71px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 5.36px 5.36px 5.36px 5.36px;
 }

 .container_bf50b8968a41 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f69ca5d44b1 {
   padding: 28.57px 28.57px 28.57px 28.57px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #d1d5dbff;
   border-right: 0.89px solid #d1d5dbff;
   border-bottom: 0.89px solid #d1d5dbff;
   border-left: 0.89px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.86px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 7.14px 7.14px 7.14px 7.14px;
 }

 .container_ea5f6b5edcc8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 21.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0521e5ebef2d {
   padding: 35.71px 53.57px 35.71px 53.57px;
   width: 1280px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 35.71px;
   display: flex !important;
   flex-direction: row;
 }

 .container_07101ecf1cd4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4438f01fadb {
   width: 74.61px;
   height: 14px;
   z-index: 0;
   line-height: 14.14px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_b4438f01fadb {
   overflow: visible;
 }

 .text_919362f1c9bf {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 0;
   line-height: 40.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_919362f1c9bf {
   overflow: visible;
 }

 .container_9bf0ae4d6ce1 {
   width: 100%;
   min-width: 0;
   height: 141px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_71c87e038f33 {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 23.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_71c87e038f33 {
   overflow: visible;
 }

 .container_314bc9054e19 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a5390db91813 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a5390db91813 img {
   width: 100%;
   height: 100%;
 }

 .text_e0b9caebbb3a {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_73e342e8f996 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_73e342e8f996 {
   overflow: visible;
 }

 .container_973e9ba2ad4c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7db491fdae36 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c2198f0fa1dc {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c2198f0fa1dc img {
   width: 100%;
   height: 100%;
 }

 .text_2280f6c05f3f {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_6998a6a2b7a4 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_6998a6a2b7a4 {
   overflow: visible;
 }

 .container_421fdf3d9f66 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7244e17a6cd8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0d6c699db5ad {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0d6c699db5ad img {
   width: 100%;
   height: 100%;
 }

 .text_ca378144af7f {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_4cbee7546a7a {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_4cbee7546a7a {
   overflow: visible;
 }

 .container_97be2b04e701 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_763a7b91691f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_37a96947311c {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_37a96947311c img {
   width: 100%;
   height: 100%;
 }

 .text_698adf615b0b {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_7a85947794b2 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_7a85947794b2 {
   overflow: visible;
 }

 .container_8f589ba0c157 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_efb265d48223 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b3e6f51f9206 {
   width: 337px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2c1eda40404f {
   width: 100%;
   min-width: 0;
   height: 216px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .imageview_2c1eda40404f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_94e109e7f6f5 {
   width: 337px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.95px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_199a56849dbe {
   width: fit-content;
   z-index: 0;
   line-height: 36.44px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_e6f5ecb52cd8 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f6344e0d75f0 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_b68ca6bb5f72 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_b68ca6bb5f72 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_b68ca6bb5f72::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_c224ba067356 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c6029f586a99 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_08b0f35ccab7 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_select_7452fee81ff3 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 9998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
   font-family: 'Inter';
 }

 .input_select_7452fee81ff3 option {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_f8c48c08ec60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b99455d8528 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_8a6840af1cf5 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_9617ba9686fc {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_9617ba9686fc {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_9617ba9686fc::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_bfd7ab8ed322 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_40264e462216 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fc8760df4d06 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_39ed0929ee25 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_39ed0929ee25 {
   overflow: visible;
 }

 .input_text_00fd8d7b13af {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: 89.89px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .wrapper_input_text_00fd8d7b13af {
   width: 100%;
   min-width: 0;
   height: 89.89px;
 }

 .input_text_00fd8d7b13af::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_5a643596453f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae36ce628110 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cd6d90179880 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e8b2b32de02e {
   width: fit-content;
   z-index: 0;
   line-height: 16.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_68b25daa3dd8 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .container_wrapper_68b25daa3dd8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_68b25daa3dd8 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .imageview_e5be80f6591d {
   width: 44.94px;
   height: 44.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e5be80f6591d img {
   width: 100%;
   height: 100%;
 }

 .container_0c27c10b7a37 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.79px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d703dcbba0b1 {
   width: 14.38px;
   height: 14.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d703dcbba0b1 img {
   width: 100%;
   height: 100%;
 }

 .text_83c4f3d1d492 {
   height: 12px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_83c4f3d1d492 {
   overflow: visible;
 }

 .container_10404d84d0d7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e7d135b7432f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_82d6d6157fee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_334b0239d8f5 {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 445px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_wrapper_334b0239d8f5 {
   width: 445px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_334b0239d8f5 {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 445px;
   height: 706px;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_7a6f4f47661f {
   padding: 60px 25px 60px 25px;
   width: 955px;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ec9849400100 {
   width: 1280px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0825681ffc91 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_f54a96672123 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c963309aa428 {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .container_8493ee01f2c2 {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .text_bc651921d89d {
   width: fit-content;
   z-index: 0;
   line-height: 11.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_1c4329bba60f {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .container_e430beeae149 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.65px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3003bbfcb424 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3003bbfcb424 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_3003bbfcb424 {
   width: 152.57px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac1bf4454784 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_43086acbbf6b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 39.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_40b8bb1869bf {
   width: 142px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_40b8bb1869bf img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_13f565f71108 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_13f565f71108 {
   overflow: visible;
 }

 .container_14418dbf0442 {
   width: 288.55px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.97px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_65b777011932 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_45294e90c2ed {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_3ea70ef904cd {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_7fa2baaf02b5 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b138a9ff9f93 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0035d40e7d73 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_5d92d66996f6 {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a3f4d539d68 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_42942a260a89 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_42681186873b {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_3fb1f7860f5f {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7f62367cb780 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fd25172ca2ac {
   width: 415.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_829c38c48f30 {
   width: fit-content;
   height: 101.98px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 63.24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b247871941f7 {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ed13422de3ad {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d8c6b47d2fb8 {
   width: fit-content;
   z-index: 0;
   line-height: 10.52px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.4000000059604645;
   font-family: 'Inter';
 }

 .container_2d0a5c3e670f {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c2edb70c455 {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4e3f1e88837 {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8aea9c8941a {
   width: 885px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 72.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6a3dcfe4bb7f {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_6b238d156dfa {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .viewport_1b4d2c80bad5 {
   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: #ffffff;
 }

 .imageview_fd1e5a894d0c {
   width: 100%;
   min-width: 0;
   height: 95px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fd1e5a894d0c img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_fd1e5a894d0c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_de56a70f8b15 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_93144869e518 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_5ed1a0af6598 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_688243afd665 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_688243afd665 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_688243afd665 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_66f5580f45a3 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_336785b85614 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_1873974f8f94 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_1873974f8f94 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_1873974f8f94 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_30054bbbb448 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1945a02662a4 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_23d414deda87 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_23d414deda87 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_23d414deda87 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c39b40544fa8 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_00103a903d25 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f86c3f3a9e9e {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_f86c3f3a9e9e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_f86c3f3a9e9e {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_141b73af414d {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_141b73af414d img {
   width: 100%;
   height: 100%;
 }

 .container_830c2c115d4f {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b32377c2448 {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_b402c1ef63c0 {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_b98d0d6a2de7 {
   width: 390px;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_be639c25acd1 {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_002a97bca340 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_002a97bca340 img {
   width: 100%;
   height: 100%;
 }

 .text_737a1e6de584 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_737a1e6de584 {
   overflow: visible;
 }

 .text_4d55a85715b4 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_4d55a85715b4 {
   overflow: visible;
 }

 .container_d8666d1af396 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_be34418a8abd {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_58acfb75b8de {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_58acfb75b8de img {
   width: 100%;
   height: 100%;
 }

 .text_22f53ae050c4 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_22f53ae050c4 {
   overflow: visible;
 }

 .text_ea3a774dd0a8 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_ea3a774dd0a8 {
   overflow: visible;
 }

 .container_731dc03fcdcf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d592068d82ad {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_7ac44edb299f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_09d038032548 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_09d038032548 img {
   width: 100%;
   height: 100%;
 }

 .text_9d61069f31d8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_9d61069f31d8 {
   overflow: visible;
 }

 .text_b6203bce3ada {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_b6203bce3ada {
   overflow: visible;
 }

 .container_60ef0dfe050c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_58998ea0111f {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_cf0ce2e5efae {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_cf0ce2e5efae img {
   width: 100%;
   height: 100%;
 }

 .text_d775584136db {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_d775584136db {
   overflow: visible;
 }

 .text_a2112c416972 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_a2112c416972 {
   overflow: visible;
 }

 .container_aefe151f9f43 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1ee45105db0 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b999add17e3d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_caa43e570e76 {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_04a12cb2e16a {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_698c99777b3b {
   position: relative !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_a5780bca1080 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_a5780bca1080 {
   overflow: visible;
 }

 .line_99527b81e89b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_14ef3914e062 {
   width: fit-content;
   z-index: 0;
   line-height: 11.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_7bd5dc52a77b {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #111827;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1738ac91fb54 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_1738ac91fb54 {
   overflow: visible;
 }

 .text_truncate_1738ac91fb54 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_17cd4e27e503 {
   padding: 8px 8px 8px 8px;
   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;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .text_0501e4a5ed83 {
   width: fit-content;
   z-index: 0;
   line-height: 11.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_4bc6897b6448 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #30a359;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d2a7406e3f0c {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_d2a7406e3f0c {
   overflow: visible;
 }

 .text_truncate_d2a7406e3f0c {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c41a96aae793 {
   padding: 8px 8px 8px 8px;
   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;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .text_cfeef277f9a3 {
   width: fit-content;
   z-index: 0;
   line-height: 11.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_fe01884721f7 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #30a359;
   border-radius: 4px 4px 4px 4px;
 }

 .text_2d27d289bd2a {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_2d27d289bd2a {
   overflow: visible;
 }

 .text_truncate_2d27d289bd2a {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_9f572300863e {
   padding: 8px 8px 8px 8px;
   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;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .text_9d8e2458d08d {
   width: fit-content;
   z-index: 0;
   line-height: 11.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_834f3bc6a12c {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #30a359;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1aeed49e2a2b {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_1aeed49e2a2b {
   overflow: visible;
 }

 .text_truncate_1aeed49e2a2b {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_369ce7726ff6 {
   padding: 8px 8px 8px 8px;
   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;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .text_5fef2f3028e4 {
   width: fit-content;
   z-index: 0;
   line-height: 11.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_cc24b4b46b5f {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #30a359;
   border-radius: 4px 4px 4px 4px;
 }

 .text_58db58973b45 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_58db58973b45 {
   overflow: visible;
 }

 .text_truncate_58db58973b45 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_6a7bf3b8721b {
   padding: 8px 8px 8px 8px;
   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;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .text_957359dba2d8 {
   width: fit-content;
   z-index: 0;
   line-height: 11.7px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_eb7b4b784aae {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #30a359;
   border-radius: 4px 4px 4px 4px;
 }

 .text_360c1b3c056c {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_360c1b3c056c {
   overflow: visible;
 }

 .text_truncate_360c1b3c056c {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_749bdbb8f208 {
   padding: 8px 8px 8px 8px;
   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;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .container_63bdf5979240 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_337f26d123ef {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_945fde2cf9e1 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_945fde2cf9e1 {
   overflow: visible;
 }

 .text_e6860b817fda {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_e6860b817fda {
   overflow: visible;
 }

 .imageview_71023475062c {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_71023475062c img {
   width: 100%;
   height: 100%;
 }

 .text_4ce851ec74c1 {
   width: fit-content;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .container_ed049fcf7b00 {
   padding: 10px 10px 10px 10px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_ed049fcf7b00 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_ed049fcf7b00 {
   padding: 10px 10px 10px 10px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_0a1e5c489d94 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 8px 8px 8px 8px;
 }

 .container_07506b4148e7 {
   padding: 24px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #fafafa;
 }

 .text_ce1e7d607f28 {
   width: fit-content;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_05e041aef1a8 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_05e041aef1a8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_05e041aef1a8 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .line_793fc529fa8a {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_273f0d184c8f {
   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_abd5bde9c3e0 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_abd5bde9c3e0 {
   overflow: visible;
 }

 .text_3935490c07cb {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_3935490c07cb {
   overflow: visible;
 }

 .container_61444d901201 {
   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;
 }

 .line_4cc4f8d17094 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_4255b4eb9458 {
   width: 100%;
   min-width: 0;
   height: 162px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_4255b4eb9458 {
   overflow: visible;
 }

 .text-af9078af0b18_4255b4eb9458 {
   line-height: 18px;
   font-family: 'Geist';
 }

 .text-af6cbfb3c030_4255b4eb9458 {
   line-height: 18px;
   font-family: 'Geist';
 }

 .text-4500f9402b04_4255b4eb9458 {
   line-height: 18px;
   font-family: 'Geist';
 }

 .text-303860bd870a_4255b4eb9458 {
   line-height: 18px;
   font-family: 'Geist';
 }

 .container_4547b6b0d346 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d3814;
   border-radius: 8px 8px 8px 8px;
 }

 .text_0795ec2d8bc6 {
   width: fit-content;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_12356d399b3d {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_12356d399b3d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_12356d399b3d {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .line_814731191ea3 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_7653ab7e47f4 {
   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_4fca066145af {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4fca066145af {
   overflow: visible;
 }

 .text_8195ac5a9ba0 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_8195ac5a9ba0 {
   overflow: visible;
 }

 .container_ef7ff02406ae {
   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;
 }

 .line_cac68fd44f59 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_e27714dffb8e {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_e27714dffb8e {
   overflow: visible;
 }

 .text_a353a5d10020 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_a353a5d10020 {
   overflow: visible;
 }

 .line_b4a7f07e87c2 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .imageview_7ce3c9a10867 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7ce3c9a10867 img {
   width: 100%;
   height: 100%;
 }

 .text_2271c20e1f51 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_2271c20e1f51 {
   overflow: visible;
 }

 .container_b6b26aa035d9 {
   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_8265b7b46b0a {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8265b7b46b0a img {
   width: 100%;
   height: 100%;
 }

 .text_78b0702665b7 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_78b0702665b7 {
   overflow: visible;
 }

 .container_aea6c373ee50 {
   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_1b41070f70ae {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1b41070f70ae img {
   width: 100%;
   height: 100%;
 }

 .text_381dc6748426 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_381dc6748426 {
   overflow: visible;
 }

 .container_1767486afbdd {
   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;
 }

 .container_d70f9216993c {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .text_214c90a587a0 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_214c90a587a0 {
   overflow: visible;
 }

 .line_1f2423df78f6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .imageview_40398c75c1aa {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_40398c75c1aa img {
   width: 100%;
   height: 100%;
 }

 .text_1cff2c8926b1 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_1cff2c8926b1 {
   overflow: visible;
 }

 .container_9daf6477a4ea {
   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_cb27dae7a5fd {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cb27dae7a5fd img {
   width: 100%;
   height: 100%;
 }

 .text_e2119d88f32a {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_e2119d88f32a {
   overflow: visible;
 }

 .container_4d5858fbef84 {
   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_7a4f7c0e06df {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7a4f7c0e06df img {
   width: 100%;
   height: 100%;
 }

 .text_28389bf90c72 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_28389bf90c72 {
   overflow: visible;
 }

 .container_5f40c64bcd34 {
   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;
 }

 .container_c61708c96151 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .text_fa5533e5cde6 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_fa5533e5cde6 {
   overflow: visible;
 }

 .line_0cef93f7bd52 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .imageview_199fabb02adf {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_199fabb02adf img {
   width: 100%;
   height: 100%;
 }

 .text_df8467e60f21 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_df8467e60f21 {
   overflow: visible;
 }

 .container_30152b7670c6 {
   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_7ae16af8dd62 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7ae16af8dd62 img {
   width: 100%;
   height: 100%;
 }

 .text_470c04aeea67 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_470c04aeea67 {
   overflow: visible;
 }

 .container_52a6bd59db1e {
   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_57e34e4d3a0a {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_57e34e4d3a0a img {
   width: 100%;
   height: 100%;
 }

 .text_024f533d9234 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_024f533d9234 {
   overflow: visible;
 }

 .container_1338abb292bc {
   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;
 }

 .container_47f8391eed70 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .container_123ba36d0adb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6868dc60c695 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_6d495bb8bf71 {
   width: fit-content;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_b89aa6995314 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_b89aa6995314 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b89aa6995314 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .line_6cc1e8e31a0b {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_41224894a900 {
   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_e3c7b846698f {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e3c7b846698f {
   overflow: visible;
 }

 .text_4f4586817b92 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_4f4586817b92 {
   overflow: visible;
 }

 .container_b5a95641efed {
   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;
 }

 .line_29d9b6c2c6d0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_d5f2cf86d559 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_d5f2cf86d559 {
   overflow: visible;
 }

 .text_e38742be7519 {
   width: fit-content;
   z-index: 0;
   line-height: 13px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_3dd477cf5e62 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

 .text_0a832a3a4338 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_0a832a3a4338 {
   overflow: visible;
 }

 .container_1413814413e1 {
   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;
 }

 .text_03c206a2aa3f {
   width: fit-content;
   z-index: 0;
   line-height: 13px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_3315dfba1247 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

 .text_32109fc4cd69 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_32109fc4cd69 {
   overflow: visible;
 }

 .container_f0c223de242e {
   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;
 }

 .text_d556723e63ea {
   width: fit-content;
   z-index: 0;
   line-height: 13px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist Mono';
 }

 .container_407b92e93b2a {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

 .text_580f2e832ca7 {
   height: 30px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_580f2e832ca7 {
   overflow: visible;
 }

 .container_1fbe3042a140 {
   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;
 }

 .container_a9a433d0b58a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dad187c61b43 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_aa64e8d7c5f2 {
   width: fit-content;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_4bc5e1aeffc9 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_4bc5e1aeffc9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4bc5e1aeffc9 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .line_e15eb0b530a2 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_69253ed8a710 {
   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_865015799013 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_865015799013 {
   overflow: visible;
 }

 .text_fc6a339132b8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_fc6a339132b8 {
   overflow: visible;
 }

 .container_30f8ac4204b9 {
   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;
 }

 .line_46928a73e40d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_cd83b7df9274 {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_cd83b7df9274 {
   overflow: visible;
 }

 .imageview_a2dd91dcc813 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a2dd91dcc813 img {
   width: 100%;
   height: 100%;
 }

 .text_415070348649 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.93px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_415070348649 {
   overflow: visible;
 }

 .text_172d4743efd1 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_172d4743efd1 {
   overflow: visible;
 }

 .container_caa290b7c22a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6bed9a7bd535 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6px 6px 6px 6px;
 }

 .container_3347544fd7cb {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_cbf5c65bb4e0 {
   width: fit-content;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d085608310c0 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_d085608310c0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d085608310c0 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .line_cf86466d7737 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_23a5db4ad47a {
   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_63354a38367f {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_63354a38367f {
   overflow: visible;
 }

 .text_cd9ffcbb7acb {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_cd9ffcbb7acb {
   overflow: visible;
 }

 .container_a9fc109ddae2 {
   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;
 }

 .line_3ca7c99ee343 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_0ff599cb149a {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_0ff599cb149a {
   overflow: visible;
 }

 .text_a24eeb7e398b {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_a24eeb7e398b {
   overflow: visible;
 }

 .container_2ab3daa1b6aa {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_627f412e450c {
   width: fit-content;
   z-index: 0;
   line-height: 14.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_9287e83ab288 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_9287e83ab288 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9287e83ab288 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .line_5cac119a462f {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .container_ea57761984ad {
   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_354a0f4e4ee3 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_354a0f4e4ee3 {
   overflow: visible;
 }

 .text_8ff6394eb2ea {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_8ff6394eb2ea {
   overflow: visible;
 }

 .container_f19731351984 {
   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;
 }

 .line_868408fa4a1b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #e5e7eb;
 }

 .text_525875447f31 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_525875447f31 {
   overflow: visible;
 }

 .imageview_6ee9ff780e69 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6ee9ff780e69 img {
   width: 100%;
   height: 100%;
 }

 .text_05ba453e287c {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_05ba453e287c {
   overflow: visible;
 }

 .text-d999e095184c_05ba453e287c {
   line-height: 14.3px;
   font-family: 'Geist';
 }

 .text-f3802de34b92_05ba453e287c {
   line-height: 14.3px;
   font-family: 'Geist';
 }

 .container_17d3ebf47457 {
   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;
 }

 .line_d099e7155553 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   direction: horizontal;
   background: #ffffff;
 }

 .imageview_ec741db4ead8 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ec741db4ead8 img {
   width: 100%;
   height: 100%;
 }

 .text_0bf9e5a6d1ed {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.3px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_0bf9e5a6d1ed {
   overflow: visible;
 }

 .text-ec695de595fa_0bf9e5a6d1ed {
   line-height: 14.3px;
   font-family: 'Geist';
 }

 .text-a62bef1a6ccf_0bf9e5a6d1ed {
   line-height: 14.3px;
   font-family: 'Geist';
 }

 .container_db98e04f5673 {
   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_6174a08b30a0 {
   padding: 14px 14px 14px 14px;
   width: 100%;
   min-width: 0;
   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: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_6174a08b30a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6174a08b30a0 {
   padding: 14px 14px 14px 14px;
   width: 100%;
   min-width: 0;
   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: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 6px 6px 6px 6px;
 }

 .container_243cee13f323 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d1d5dbff;
   border-right: 1px solid #d1d5dbff;
   border-bottom: 1px solid #d1d5dbff;
   border-left: 1px solid #d1d5dbff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_9b9df16e2fe8 {
   padding: 12px 16px 24px 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;
 }

 .text_74425b1a5c3a {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_74425b1a5c3a {
   overflow: visible;
 }

 .text_81542234fb16 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_81542234fb16 {
   overflow: visible;
 }

 .input_text_67c6270a80cc {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_67c6270a80cc {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_67c6270a80cc::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_37d17608e72f {
   width: fit-content;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_80f71ff16b50 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_wrapper_80f71ff16b50 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_80f71ff16b50 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_b2dbd8de6543 {
   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_9bed7708155b {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_wrapper_9bed7708155b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9bed7708155b {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_ea50cb650499 {
   width: 110px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ea50cb650499 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_4a04e7ca8fc2 {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_4a04e7ca8fc2 {
   overflow: visible;
 }

 .container_195bc275c47b {
   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_4deefa270093 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4deefa270093 {
   overflow: visible;
 }

 .text_5a6a79701883 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_5a6a79701883 {
   overflow: visible;
 }

 .text_9dae2cda92b4 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_9dae2cda92b4 {
   overflow: visible;
 }

 .container_a7ffa13a3dba {
   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_3443b60dae31 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_3443b60dae31 {
   overflow: visible;
 }

 .text_115c79042316 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_115c79042316 {
   overflow: visible;
 }

 .container_356d4da1ecdb {
   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_9377b5ecd90e {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9377b5ecd90e {
   overflow: visible;
 }

 .text_18dab4e365ae {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_18dab4e365ae {
   overflow: visible;
 }

 .text_4ae857c3f4cd {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_4ae857c3f4cd {
   overflow: visible;
 }

 .container_d33de00924f4 {
   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;
 }

 .container_d75d3592da2d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_00a89b6e2c89 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_00a89b6e2c89 {
   overflow: visible;
 }

 .container_bdb553e80d81 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   opacity: 0.4000000059604645;
 }

 .container_836c7ef8ff4d {
   padding: 40px 20px 32px 20px;
   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;
   background: #1b5e3a;
 }

 .container_ba3cf1e2dca7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_02e0e29befb5 {
   width: 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;
 }

 .container_cf620b677dfd {
   width: 187px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_05e6ff91c9e7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2c50b4f986e9 {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d0984b1bb532 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 59px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a636407e8340 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_c6a1407bcfc6 {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

 .imageview_059eb6a369b7 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_059eb6a369b7 img {
   width: 100%;
   height: 100%;
 }

 .text_44264db6a6a8 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_afa4411cc83a {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0273eab7f0fe {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_dd059a09aca9 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_6c958f9b52c2 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_9ce922550882 {
   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_8126a0c56648 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4794b8c96ddc {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_28a402a10317 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 59px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1d220a131c9c {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1d220a131c9c img {
   width: 100%;
   height: 100%;
 }

 .container_22d88b5e0f6d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_8f775de98d5e {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

 .imageview_b47a38d36427 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b47a38d36427 img {
   width: 100%;
   height: 100%;
 }

 .text_06d4a8199c9f {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_796646141034 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_fdf5eb4f57cc {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f83e5c80a0b7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bc040c6fb9eb {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_bc040c6fb9eb img {
   width: 100%;
   height: 100%;
 }

 .text_6a098ed5d67f {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_e34ea06e69e5 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_9cd58f605eca {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7837dfff1ee9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fcff29f141b2 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fcff29f141b2 img {
   width: 100%;
   height: 100%;
 }

 .text_b0859f35931f {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_739cf5129c2c {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_0ec2092de5f5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_345eb6938961 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4d7d98af1bba {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4d7d98af1bba img {
   width: 100%;
   height: 100%;
 }

 .text_fc0a4fada9f5 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_9e5849ea5138 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_83cae7fa14eb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_951366bd0231 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cd6b286c6382 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ca2a3095d362 {
   width: 651px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b6e5bb371d8 {
   width: 856px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ca00095b267e {
   padding: 40px 199px 40px 150px;
   width: 1006px;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_216a4b9c4eb7 {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_fd2d99ab6816 {
   width: 154px;
   height: 37px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_00360e134894 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a3a98d268c8b {
   width: 162px;
   height: 37px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1d3a4b45ec7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f99e318bcb75 {
   width: 118px;
   height: 37px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a0f4adf87958 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0c05c2a5ed1f {
   width: 132px;
   height: 37px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ff210fc6728 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cd0570ba8dd9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2061f06e27b9 {
   width: 651px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c9c2f05087fb {
   width: 856px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b46b39c1783d {
   padding: 40px 199px 40px 150px;
   width: 1006px;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_00ce43d60176 {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 353px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_fd9727117814 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 56.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_fd9727117814 {
   overflow: visible;
 }

 .imageview_3d34f818ee8e {
   width: 12.47px;
   height: 12.47px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3d34f818ee8e img {
   width: 100%;
   height: 100%;
 }

 .text_f3b62404d5d0 {
   width: fit-content;
   z-index: 0;
   line-height: 20.8px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .container_f6a83cf8a4d7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_59defbe0882c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.69px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c921cfc519b3 {
   padding: 49.87px 71.24px 49.87px 71.24px;
   width: 100%;
   min-width: 0;
   height: 182.42px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #069c38ff;
   border-right: 0px solid #069c38ff;
   border-bottom: 0.89px solid #069c38ff;
   border-left: 0px solid #069c38ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.25px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_c0d655b2e498 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f1e50a0fef7e {
   width: fit-content;
   z-index: 0;
   line-height: 15.05px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_222e0411b070 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_222e0411b070 {
   overflow: visible;
 }

 .text_truncate_222e0411b070 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_1eda50d536ab {
   padding: 3.56px 0 3.56px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.9px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d267bdb65061 {
   width: fit-content;
   z-index: 0;
   line-height: 15.05px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_533451e6abd2 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_533451e6abd2 {
   overflow: visible;
 }

 .text_truncate_533451e6abd2 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_144e51994da4 {
   padding: 3.56px 0 3.56px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.9px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fa42781df279 {
   width: fit-content;
   z-index: 0;
   line-height: 15.05px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_a8f85eef9d5a {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_a8f85eef9d5a {
   overflow: visible;
 }

 .text_truncate_a8f85eef9d5a {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_338f3269fea7 {
   padding: 3.56px 0 3.56px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.9px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d2c50454f331 {
   width: fit-content;
   z-index: 0;
   line-height: 15.05px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_0cba559c2ce0 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_0cba559c2ce0 {
   overflow: visible;
 }

 .text_truncate_0cba559c2ce0 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_1699b8f02d77 {
   padding: 3.56px 0 3.56px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.9px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9c9e2e362da0 {
   width: fit-content;
   z-index: 0;
   line-height: 15.05px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_f803b108199c {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_f803b108199c {
   overflow: visible;
 }

 .text_truncate_f803b108199c {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_bb166fdb6d29 {
   padding: 3.56px 0 3.56px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8.9px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3659f599be35 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.69px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_740cc98e84ec {
   padding: 24.93px 24.93px 24.93px 24.93px;
   width: 284.95px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.81px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.69px 10.69px 10.69px 10.69px;
 }

 .text_11846b9cbac9 {
   height: 29px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_11846b9cbac9 {
   overflow: visible;
 }

 .text_021140e51ff5 {
   width: fit-content;
   z-index: 0;
   line-height: 14.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_402a6ed5fe32 {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_wrapper_402a6ed5fe32 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_402a6ed5fe32 {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_45b92c6fe21e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_914c2997b2c9 {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 0;
   line-height: 21.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_914c2997b2c9 {
   overflow: visible;
 }

 .container_1c757bf5dc4f {
   padding: 28.49px 28.49px 28.49px 28.49px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.81px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.69px 10.69px 10.69px 10.69px;
 }

 .text_9742642ec0a0 {
   height: 29px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9742642ec0a0 {
   overflow: visible;
 }

 .text_77a89b4b4542 {
   width: fit-content;
   z-index: 0;
   line-height: 14.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_93607b1ad71c {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_wrapper_93607b1ad71c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_93607b1ad71c {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_9115311c04e5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_96ec1e46561d {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 0;
   line-height: 21.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_96ec1e46561d {
   overflow: visible;
 }

 .text_d7ffd22290da {
   width: fit-content;
   z-index: 0;
   line-height: 15.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_156b1cb348d6 {
   width: 5.34px;
   height: 5.34px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
   border-radius: 2.67px 2.67px 2.67px 2.67px;
 }

 .text_af1ab17a1f6e {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_af1ab17a1f6e {
   overflow: visible;
 }

 .container_1001e15d706e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9e3fd4a9010f {
   width: 5.34px;
   height: 5.34px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
   border-radius: 2.67px 2.67px 2.67px 2.67px;
 }

 .text_56792d0c62f1 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_56792d0c62f1 {
   overflow: visible;
 }

 .container_ab4603a47c02 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_91d26c309ef7 {
   width: 5.34px;
   height: 5.34px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
   border-radius: 2.67px 2.67px 2.67px 2.67px;
 }

 .text_59875a5e88df {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_59875a5e88df {
   overflow: visible;
 }

 .container_4e0cc2d8d3f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.69px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5d7952faae1e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.69px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2f284b7bf81 {
   padding: 21.37px 21.37px 21.37px 21.37px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.25px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 8.9px 8.9px 8.9px 8.9px;
 }

 .container_0c4c77e3cae1 {
   padding: 28.49px 28.49px 28.49px 28.49px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 21.37px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.69px 10.69px 10.69px 10.69px;
 }

 .text_e2f935dd190e {
   height: 29px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e2f935dd190e {
   overflow: visible;
 }

 .text_5ec95dc48dcc {
   width: fit-content;
   z-index: 0;
   line-height: 14.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_e00cbf2d25ce {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_wrapper_e00cbf2d25ce {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e00cbf2d25ce {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_73c65a926592 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_5064824790d8 {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 0;
   line-height: 21.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_5064824790d8 {
   overflow: visible;
 }

 .container_8e80b4ad597f {
   padding: 28.49px 28.49px 28.49px 28.49px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.81px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.69px 10.69px 10.69px 10.69px;
 }

 .text_341a8dfbe039 {
   height: 29px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_341a8dfbe039 {
   overflow: visible;
 }

 .text_94c5ab771792 {
   width: fit-content;
   z-index: 0;
   line-height: 14.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d1194da2ad8e {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_wrapper_d1194da2ad8e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d1194da2ad8e {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_3faca3eae312 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_285d75f35d46 {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 0;
   line-height: 21.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_285d75f35d46 {
   overflow: visible;
 }

 .container_27838e684320 {
   padding: 28.49px 28.49px 28.49px 28.49px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.81px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.69px 10.69px 10.69px 10.69px;
 }

 .text_7eb45652045e {
   height: 29px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 28.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_7eb45652045e {
   overflow: visible;
 }

 .text_ef73785ddc85 {
   width: fit-content;
   z-index: 0;
   line-height: 14.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_11ab0ce79a2e {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_wrapper_11ab0ce79a2e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_11ab0ce79a2e {
   padding: 3.56px 8.9px 3.56px 8.9px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_430d23932232 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_3ff836c7a93d {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 0;
   line-height: 21.37px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_3ff836c7a93d {
   overflow: visible;
 }

 .container_34401cc31e45 {
   padding: 28.49px 28.49px 28.49px 28.49px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.89px solid #e5e7ebff;
   border-right: 0.89px solid #e5e7ebff;
   border-bottom: 0.89px solid #e5e7ebff;
   border-left: 0.89px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.81px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10.69px 10.69px 10.69px 10.69px;
 }

 .container_ad4b3607570b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 21.37px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_95bdb2c5c41e {
   padding: 56.99px 71.24px 74.8px 71.24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 42.74px;
   display: flex !important;
   flex-direction: row;
   background: #f9fafb;
 }

 .text_0864d83eb838 {
   width: 74.61px;
   height: 14px;
   z-index: 0;
   line-height: 14.14px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_0864d83eb838 {
   overflow: visible;
 }

 .text_32800aedab8c {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 0;
   line-height: 40.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_32800aedab8c {
   overflow: visible;
 }

 .container_e621d3219e3e {
   width: 100%;
   min-width: 0;
   height: 141px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd89654068ae {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 23.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_fd89654068ae {
   overflow: visible;
 }

 .container_5fa84158725f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cf0de020df67 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cf0de020df67 img {
   width: 100%;
   height: 100%;
 }

 .text_fd79804d7c39 {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_07cbd8eff62f {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_07cbd8eff62f {
   overflow: visible;
 }

 .container_668c97eebc19 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_80abfa5812e2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a0847b24fe9b {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a0847b24fe9b img {
   width: 100%;
   height: 100%;
 }

 .text_3232d98827a6 {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_c53d930b0df9 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_c53d930b0df9 {
   overflow: visible;
 }

 .container_5f0f02c8223c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ffbe4c2b9d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2f76ca1a8506 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2f76ca1a8506 img {
   width: 100%;
   height: 100%;
 }

 .text_2667e4da8a8e {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_c68e432d31a4 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c68e432d31a4 {
   overflow: visible;
 }

 .container_5964f294561d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_064ebd8893c5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c43300c0035f {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c43300c0035f img {
   width: 100%;
   height: 100%;
 }

 .text_44d56908257b {
   width: fit-content;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_81cc4804adae {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 16.32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_81cc4804adae {
   overflow: visible;
 }

 .container_2dd2262f356e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ac039fb32af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .container_39e5b6369cbe {
   width: 337px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d9bd02f34ed3 {
   width: 100%;
   min-width: 0;
   height: 216px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .imageview_d9bd02f34ed3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7b6acfe3e72f {
   width: 337px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.95px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7c2bb6cf9429 {
   width: fit-content;
   z-index: 0;
   line-height: 36.44px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_513c7d00d665 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_66e84dcec945 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_48b58c94bbe3 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_48b58c94bbe3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_48b58c94bbe3::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_bf7542691bd2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d11873d77020 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_a91e0ded0341 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_41fbfa5b50ca {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_41fbfa5b50ca {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_41fbfa5b50ca::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_db10bafffbde {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd8213a022a1 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_d9eb06595c0a {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_b68381e85d70 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_b68381e85d70 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_b68381e85d70::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_64176ae0d335 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a86b5cbc9ca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .text_18187b31a9c3 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_62cb895ef2f7 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_62cb895ef2f7 {
   overflow: visible;
 }

 .input_text_acd08b44ab26 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: 89.89px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .wrapper_input_text_acd08b44ab26 {
   width: 100%;
   min-width: 0;
   height: 89.89px;
 }

 .input_text_acd08b44ab26::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_f47304e9e08a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2273abfd82b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_13e7384e53fc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2b9a1fc192c {
   width: fit-content;
   z-index: 0;
   line-height: 16.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f75c485c8c22 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .container_wrapper_f75c485c8c22 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_f75c485c8c22 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .imageview_d5a5ebf8ded6 {
   width: 44.94px;
   height: 44.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d5a5ebf8ded6 img {
   width: 100%;
   height: 100%;
 }

 .container_e9d486700154 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.79px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9d36646cf29e {
   width: 14.38px;
   height: 14.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9d36646cf29e img {
   width: 100%;
   height: 100%;
 }

 .text_f656eec5694b {
   height: 12px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 11.97px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_f656eec5694b {
   overflow: visible;
 }

 .container_0a62508a1052 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
 }

 .container_83236339dc06 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1cefba3a1b94 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf3c8e5e5dc8 {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 445px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_wrapper_bf3c8e5e5dc8 {
   width: 445px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_bf3c8e5e5dc8 {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 445px;
   height: 706px;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_fd7b25e1af90 {
   padding: 60px 25px 60px 25px;
   width: 955px;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7bc7e03d0bca {
   width: 1280px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_73f5ee4e0774 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_e30dc3fda4c3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_e30dc3fda4c3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e30dc3fda4c3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bf5c7194b704 {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_text_b32ed261462a {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .wrapper_input_text_b32ed261462a {
   width: 239.53px;
   height: 32.41px;
 }

 .input_text_b32ed261462a::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 12.54px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_a054a34616f2 {
   width: fit-content;
   z-index: 0;
   line-height: 11.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_c2c972000bbf {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .container_7840396f02c7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.65px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9c15a7b40465 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_9c15a7b40465 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_9c15a7b40465 {
   width: 152.57px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e1ec2c503d3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e982310924a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 39.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ff967f64589c {
   width: 142px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ff967f64589c img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_ed9b44663152 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_ed9b44663152 {
   overflow: visible;
 }

 .container_abca945953dc {
   width: 288.55px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.97px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c9f946f74041 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0ff99a12f8d6 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_a8555026172f {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_71f84be5c479 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bfbaea27e53a {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_b46f14983252 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_9e4ac508ff7e {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a9f54ce92ab {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_b42bef20819d {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_00d7b89bbad3 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_0a18437a057f {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4461045a45be {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4303bc1fb12d {
   width: 415.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d46206331055 {
   width: fit-content;
   height: 101.98px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 63.24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3d1e50942224 {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8ebd70fb8ec0 {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d2749e190a65 {
   width: fit-content;
   z-index: 0;
   line-height: 10.52px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.4000000059604645;
   font-family: 'Inter';
 }

 .container_0cc4f1f40db6 {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_61913b5685a6 {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb0f6ee61ea4 {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_61140f85c405 {
   width: 885px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 72.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc436d644975 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_8d1e67efab1d {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_wrapper_8d1e67efab1d {
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_8d1e67efab1d {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .viewport_5aaf8b484c77 {
   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: #ffffff;
 }

 .imageview_1e9e5c92eb72 {
   width: 100%;
   min-width: 0;
   height: 95px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1e9e5c92eb72 img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_1e9e5c92eb72.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_a0a2303173e9 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_846b74fdad5b {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a33406470293 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_4d3f7b8502e0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4d3f7b8502e0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4d3f7b8502e0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d32ecedc6aed {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_5017eb091972 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_4cd807894e5b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4cd807894e5b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4cd807894e5b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_853fc4e54081 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff5391196e8c {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_29232f99afa6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_29232f99afa6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_29232f99afa6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_746e646a5777 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_83b117a296c9 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b5d4fe8ac6a5 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_b5d4fe8ac6a5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b5d4fe8ac6a5 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_180e6e38dca9 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_180e6e38dca9 img {
   width: 100%;
   height: 100%;
 }

 .container_c475f04a3268 {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2fb4b54fba92 {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_e7eb85ca31a0 {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_fc545f64b361 {
   width: 390px;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_876a78200e50 {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_0374611cab4a {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0374611cab4a img {
   width: 100%;
   height: 100%;
 }

 .text_0a88d0e01f1e {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_0a88d0e01f1e {
   overflow: visible;
 }

 .text_0212d8af9304 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_0212d8af9304 {
   overflow: visible;
 }

 .container_a4515ff43c79 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_40e7d7ae3220 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_3da58682328b {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_3da58682328b img {
   width: 100%;
   height: 100%;
 }

 .text_be9276ba6c82 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_be9276ba6c82 {
   overflow: visible;
 }

 .text_8cc53f2d6e5b {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_8cc53f2d6e5b {
   overflow: visible;
 }

 .container_c972510b817c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_244b67f89fad {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_775636bdc8ea {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f373e6bfe63c {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f373e6bfe63c img {
   width: 100%;
   height: 100%;
 }

 .text_a96d797cf310 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_a96d797cf310 {
   overflow: visible;
 }

 .text_0c2d23a02011 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_0c2d23a02011 {
   overflow: visible;
 }

 .container_20ba8005a10c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b9614ca0d57 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_00c96d02e157 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_00c96d02e157 img {
   width: 100%;
   height: 100%;
 }

 .text_779c7cb50aa3 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_779c7cb50aa3 {
   overflow: visible;
 }

 .text_62bfd01b7cab {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_62bfd01b7cab {
   overflow: visible;
 }

 .container_21e760912ef5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_35d988f4237f {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_ef94f4ba5fc7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7974bf459bfe {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb8a27c03d4d {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_2e796ffeb8a2 {
   position: relative !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_81a1969c4324 {
   width: fit-content;
   height: 702px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_dfc758f85940 {
   width: 100%;
   min-width: 0;
   height: 41px;
   z-index: 0;
   line-height: 40.54px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_dfc758f85940 {
   overflow: visible;
 }

 .imageview_c76eccc863e2 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c76eccc863e2 img {
   width: 100%;
   height: 100%;
 }

 .text_fb22e1bb8790 {
   width: fit-content;
   z-index: 0;
   line-height: 18.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .container_2a33862a72d4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_951cef4be0aa {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #069c38ff;
   border-right: 0px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 0px solid #069c38ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_4fba76494e33 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4fba76494e33 {
   overflow: visible;
 }

 .text_c1148d3339f6 {
   width: fit-content;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_c3ed7c0f43b9 {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_c3ed7c0f43b9 {
   overflow: visible;
 }

 .text_truncate_c3ed7c0f43b9 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_5ed3accd1d7a {
   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_26cd708a41d2 {
   width: fit-content;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_798d0d89bebb {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_798d0d89bebb {
   overflow: visible;
 }

 .text_truncate_798d0d89bebb {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_f82a4aa12128 {
   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_0e814858df97 {
   width: fit-content;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_49f82fd8cf53 {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_49f82fd8cf53 {
   overflow: visible;
 }

 .text_truncate_49f82fd8cf53 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_6dc794771f2c {
   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_3f20a99df3fd {
   width: fit-content;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_9286797eb465 {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_9286797eb465 {
   overflow: visible;
 }

 .text_truncate_9286797eb465 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_08a19cb6d67c {
   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_328b5b83f69d {
   width: fit-content;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Geist';
 }

 .text_b557802a2d99 {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 16.9px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_b557802a2d99 {
   overflow: visible;
 }

 .text_truncate_b557802a2d99 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_88dd57e695f5 {
   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_3d86da70d532 {
   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;
 }

 .container_f8ac57702011 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_245c329cb4fe {
   height: 23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_245c329cb4fe {
   overflow: visible;
 }

 .text_c00e1012a3d2 {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_3eb3e41eccdb {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_3eb3e41eccdb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_3eb3e41eccdb {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_5ffa5c79b7e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4cac5ba5dc39 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_4cac5ba5dc39 {
   overflow: visible;
 }

 .container_7a9599aa87b0 {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_22ff1faefe42 {
   height: 23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_22ff1faefe42 {
   overflow: visible;
 }

 .text_f8259d0e57e9 {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_eb933d8e65af {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_eb933d8e65af {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_eb933d8e65af {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_4e6ed876161c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_3905053fe6ee {
   width: 100%;
   min-width: 0;
   height: 120px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_3905053fe6ee {
   overflow: visible;
 }

 .text_d0a1aa10fa29 {
   width: fit-content;
   z-index: 0;
   line-height: 15.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_c129a0aa663d {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
   border-radius: 50% 50% 50% 50%;
 }

 .text_a68cbc84b6c1 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_a68cbc84b6c1 {
   overflow: visible;
 }

 .container_d80e2c25a5bf {
   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_533d1319f92f {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
   border-radius: 50% 50% 50% 50%;
 }

 .text_d976369fe72e {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_d976369fe72e {
   overflow: visible;
 }

 .container_494701863670 {
   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_92cd4d3a88a6 {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
   border-radius: 50% 50% 50% 50%;
 }

 .text_b0f9efb2cfe4 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_b0f9efb2cfe4 {
   overflow: visible;
 }

 .container_78fffc1f0e00 {
   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_9864777a09ca {
   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;
 }

 .container_2a458dc996ab {
   padding: 14px 14px 14px 14px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
   border-radius: 8px 8px 8px 8px;
 }

 .container_1182f6e7576a {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_de6800c6cdb0 {
   height: 23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_de6800c6cdb0 {
   overflow: visible;
 }

 .text_a9ce76e875ad {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_be108a83bcb0 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_be108a83bcb0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_be108a83bcb0 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ddf3407f0911 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_dd6e1408677b {
   width: 100%;
   min-width: 0;
   height: 120px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_dd6e1408677b {
   overflow: visible;
 }

 .container_4ae12b52ab25 {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_190673d3aa5d {
   height: 23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_190673d3aa5d {
   overflow: visible;
 }

 .text_ea8570ecd28e {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_07727ac1eb28 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_07727ac1eb28 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_07727ac1eb28 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_06257ecbb8c6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_6693d815ea1d {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_6693d815ea1d {
   overflow: visible;
 }

 .container_40fd50022581 {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_11efc29bb2fd {
   height: 23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_11efc29bb2fd {
   overflow: visible;
 }

 .text_af785410928e {
   width: fit-content;
   z-index: 0;
   line-height: 13.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_d775369b6711 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_d775369b6711 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d775369b6711 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 4px 4px 4px 4px;
 }

 .container_c81837e78191 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8e64ab558501 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Geist';
 }

 .text_autoheight_8e64ab558501 {
   overflow: visible;
 }

 .container_137e46e614e3 {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_bf39d8b1ade3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c33249befd40 {
   padding: 24px 20px 32px 20px;
   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;
   background: #f9fafb;
 }

 .text_2fdac3eaa88b {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_2fdac3eaa88b {
   overflow: visible;
 }

 .text_88a43c0644b1 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_88a43c0644b1 {
   overflow: visible;
 }

 .input_text_9fa0a2151fec {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_9fa0a2151fec {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_9fa0a2151fec::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_a38f23ae1ad0 {
   width: fit-content;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_01f69e4fa6b8 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_wrapper_01f69e4fa6b8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_01f69e4fa6b8 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_8a0f98dbc571 {
   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_0153e3a212b4 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_wrapper_0153e3a212b4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_0153e3a212b4 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_1f57e9972bbf {
   width: 110px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1f57e9972bbf img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_5dea5671d97f {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_5dea5671d97f {
   overflow: visible;
 }

 .container_fe6959fce345 {
   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_ec374819c8e4 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_ec374819c8e4 {
   overflow: visible;
 }

 .text_05d6bd64e9e8 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_05d6bd64e9e8 {
   overflow: visible;
 }

 .text_af2c2d718aa5 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_af2c2d718aa5 {
   overflow: visible;
 }

 .container_a661f0f39971 {
   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_23d9805f7a39 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_23d9805f7a39 {
   overflow: visible;
 }

 .text_00db6cedf2bd {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_00db6cedf2bd {
   overflow: visible;
 }

 .container_1e8dd5a75ecc {
   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_c1868a22937b {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c1868a22937b {
   overflow: visible;
 }

 .text_b80750154e9b {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_b80750154e9b {
   overflow: visible;
 }

 .text_e01fcf036eb0 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_e01fcf036eb0 {
   overflow: visible;
 }

 .container_d0184abfe54a {
   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;
 }

 .container_9edc32de1048 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_158ef2c98204 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_158ef2c98204 {
   overflow: visible;
 }

 .container_d6498a30e9fb {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   opacity: 0.4000000059604645;
 }

 .container_896720d0d8f3 {
   padding: 40px 20px 32px 20px;
   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;
   background: #1b5e3a;
 }

 .container_a90deac6a177 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_8ff7534de456 {
   width: 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_205d3664f869 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_205d3664f869 img {
   width: 100%;
   height: 100%;
 }

 .text_40221f2582e1 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_dded8fab568b {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_63c4cf3f8fff {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_91ced6c89821 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_cc76af1bbb20 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_dec0ee78d935 {
   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_3b203ed8c60a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_27e4f3e179d9 {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ab390ad1d32 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 59px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7e3ec6d78742 {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7e3ec6d78742 img {
   width: 100%;
   height: 100%;
 }

 .container_d707516814bb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_8102c7d7d6a6 {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

 .imageview_ddce38c1c7d9 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ddce38c1c7d9 img {
   width: 100%;
   height: 100%;
 }

 .text_404026014f3c {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_86b24ce67c6f {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_097896c23d35 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_71667d245775 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_122195fc3bc5 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_122195fc3bc5 img {
   width: 100%;
   height: 100%;
 }

 .text_fadc047a4636 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0b5f5815b286 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_f0018d75a06e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0fc5a538fef {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f41caabdb573 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f41caabdb573 img {
   width: 100%;
   height: 100%;
 }

 .text_f61e319d7f3a {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_84f4106ef49a {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_8a7dce6a1b8e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_61987437e0b7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_86b727d000f2 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_86b727d000f2 img {
   width: 100%;
   height: 100%;
 }

 .text_300b0ba09068 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_670c3f370539 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_7e746c57bcbd {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1c5412a2b82a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e495d86f121 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7ece2df6841c {
   width: 651px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5bc0741bd2d3 {
   width: 856px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0dd5f8259fbf {
   padding: 40px 199px 40px 150px;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_e8be9a9b4ffd {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_2a74de7a5ae2 {
   width: fit-content;
   z-index: 0;
   line-height: 15.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_9a543ac8f99b {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_9a543ac8f99b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9a543ac8f99b {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6618628d5afa {
   width: 100%;
   min-width: 0;
   height: 59px;
   z-index: 0;
   line-height: 59.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_6618628d5afa {
   overflow: visible;
 }

 .text_9ea4a39e7ef5 {
   width: 680px;
   height: 54px;
   z-index: 0;
   line-height: 27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_9ea4a39e7ef5 {
   overflow: visible;
 }

 .container_b77da21baf9b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_40f1572f8032 {
   width: 500px;
   height: 380px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_40f1572f8032 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_065b1b1880a2 {
   width: fit-content;
   z-index: 0;
   line-height: 35.28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Outfit';
 }

 .text_05a8aedb4e15 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 0;
   line-height: 22.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_05a8aedb4e15 {
   overflow: visible;
 }

 .container_2a54e9acf9e5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6596e234cc93 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_ba139fa51816 {
   width: fit-content;
   z-index: 0;
   line-height: 17.64px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Outfit';
 }

 .container_2fa55151a675 {
   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_ad8eb2c08d25 {
   width: 323px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
 }

 .input_text_ec9d33fdf486 {
   width: 100%;
   min-width: 0;
   height: 8px;
   flex-shrink: 0;
   z-index: 998;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .wrapper_input_text_ec9d33fdf486 {
   width: 100%;
   min-width: 0;
   height: 8px;
 }

 .container_e4d229ce347c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_74a8b7ff8e5a {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f964c5e0c543 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_f964c5e0c543 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_f964c5e0c543 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_26580557f1b8 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_26580557f1b8 img {
   width: 100%;
   height: 100%;
 }

 .container_6a5697806969 {
   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;
 }

 .text_a3c419fe9f0b {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_2f554ac04d8a {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_2f554ac04d8a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_2f554ac04d8a {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_3d6bd89b52a7 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3d6bd89b52a7 img {
   width: 100%;
   height: 100%;
 }

 .container_b7413bc17ad6 {
   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_c41242008fb9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8dd4aa8ca9dd {
   padding: 40px 40px 40px 40px;
   width: 460px;
   height: 380px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_8dd4aa8ca9dd {
   width: 460px;
   height: 380px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_8dd4aa8ca9dd {
   padding: 40px 40px 40px 40px;
   width: 460px;
   height: 380px;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 24px 24px 24px 24px;
 }

 .container_c3950e8e27a0 {
   width: 1000px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ab600818fdb4 {
   padding: 80px 135px 100px 135px;
   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;
   background: #ffffff;
 }

 .text_5a20d51e6268 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_f861cd6ed6e1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_84057a8bd082 {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_text_d0d770bd28e6 {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .wrapper_input_text_d0d770bd28e6 {
   width: 239.53px;
   height: 32.41px;
 }

 .input_text_d0d770bd28e6::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 12.54px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_afba04a33824 {
   width: fit-content;
   z-index: 0;
   line-height: 11.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_247ba353c185 {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .container_88ac1c31a706 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.65px;
   display: flex !important;
   flex-direction: row;
 }

 .container_203daf20ece8 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_203daf20ece8 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_203daf20ece8 {
   width: 152.57px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_884b16ca7a23 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_31dbe5b1eb17 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 39.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6655121f33a4 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6655121f33a4 img {
   width: 100%;
   height: 100%;
 }

 .text_ba64c321647b {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_ba64c321647b {
   overflow: visible;
 }

 .container_da32e6a1b148 {
   width: 288.55px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.97px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c1a9462bf459 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_7c374ecbeb60 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_336109a8d777 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_4652b363f925 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_23bf77764dea {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_6b8cb5d72b29 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_06c8c92cdbcc {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3b8b85d6681 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_74beb0bf030b {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_158a2e3871fe {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_7cf4a7e11ae1 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7cc24f33adb8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_18841e7ea8e5 {
   width: 415.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_30094288fc5d {
   width: fit-content;
   height: 101.98px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 63.24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_30e9148e5300 {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5e79eee39677 {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f4015b58c98e {
   width: fit-content;
   z-index: 0;
   line-height: 10.52px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.4000000059604645;
   font-family: 'Inter';
 }

 .container_c9a1bfe04c1f {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_822112e16d0f {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d50b900b7150 {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7366c37ea6f6 {
   width: 885px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 72.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_01a20f445b4c {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_0bb72039c54e {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_wrapper_0bb72039c54e {
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_0bb72039c54e {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .viewport_954ebaa61764 {
   width: 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_42ce4d3fc7d3 {
   width: 100%;
   min-width: 0;
   height: 95px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_42ce4d3fc7d3 img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_42ce4d3fc7d3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_4c3d1b3c0a3c {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_0d6d32755b4c {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e7c71b8e6fd3 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_e10471c4014e {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_10c15b57a53d {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_0614156a31e8 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b0afe47d2e70 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_b2a71efaf477 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b4c4f3acf656 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_8f33aa082655 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_8f33aa082655 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_8f33aa082655 {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_046b59e7baa1 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_046b59e7baa1 img {
   width: 100%;
   height: 100%;
 }

 .container_5fc4c11cc91e {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5db60e49502e {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_dc49c4bc8048 {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_f978cd4e6155 {
   width: 390px;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fbde94d51c1d {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_e0a0fa7d927d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e0a0fa7d927d img {
   width: 100%;
   height: 100%;
 }

 .text_0bcbd16b288e {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_0bcbd16b288e {
   overflow: visible;
 }

 .text_eb060a3efea3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_eb060a3efea3 {
   overflow: visible;
 }

 .container_a0cb874da6a4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f074f6d7622 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_4a59808f786c {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4a59808f786c img {
   width: 100%;
   height: 100%;
 }

 .text_3079851528e8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3079851528e8 {
   overflow: visible;
 }

 .text_bd519c58adca {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_bd519c58adca {
   overflow: visible;
 }

 .container_b92ce9f7d470 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f6cc9a0adbc5 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_02207a419213 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4323c7eb0da0 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4323c7eb0da0 img {
   width: 100%;
   height: 100%;
 }

 .text_2249dc296c98 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2249dc296c98 {
   overflow: visible;
 }

 .text_dba48a85c8a3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_dba48a85c8a3 {
   overflow: visible;
 }

 .container_45aa79208e12 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3f34ad51b9d {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_cc675c8d99fd {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_cc675c8d99fd img {
   width: 100%;
   height: 100%;
 }

 .text_61bee2de9ecf {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_61bee2de9ecf {
   overflow: visible;
 }

 .text_15f745cbbb76 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_15f745cbbb76 {
   overflow: visible;
 }

 .container_5a048e019253 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7e120368f091 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_29401d733e49 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4cb8c6db74e2 {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_28bafbfd06d2 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_878188836889 {
   position: relative !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_dfc3f1df7022 {
   width: fit-content;
   z-index: 0;
   line-height: 15.93px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_5c4212507284 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_5c4212507284 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_5c4212507284 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .text_065536a9b775 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 0;
   line-height: 28.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_065536a9b775 {
   overflow: visible;
 }

 .text_4206006fc447 {
   width: 316px;
   height: 84px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4206006fc447 {
   overflow: visible;
 }

 .container_026357a2f64c {
   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_4653307134fa {
   width: 310px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1a9a11ae26ab {
   width: 100%;
   min-width: 0;
   height: 240px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_1a9a11ae26ab img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fc225d6ffd79 {
   width: fit-content;
   z-index: 0;
   line-height: 27.72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Outfit';
 }

 .text_4631905a694e {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4631905a694e {
   overflow: visible;
 }

 .container_3b64540c0022 {
   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_4d1cf8c01084 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_2aada438e3e1 {
   width: fit-content;
   z-index: 0;
   line-height: 16.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Outfit';
 }

 .container_79bac0e30b7d {
   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_a3fd59ff34a0 {
   width: 260px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   background: #069d38;
 }

 .container_0079a89943d2 {
   width: 100%;
   min-width: 0;
   height: 8px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e5e7eb;
   border-radius: 4px 4px 4px 4px;
 }

 .container_589f8e341dcb {
   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_14edd9d0106e {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_befef1b8b79a {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_befef1b8b79a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_befef1b8b79a {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_ac95ddc3cfb6 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ac95ddc3cfb6 img {
   width: 100%;
   height: 100%;
 }

 .container_b0356bf19275 {
   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;
 }

 .text_055f16f9dc52 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_72a7e85c7e5f {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_72a7e85c7e5f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_72a7e85c7e5f {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_f27ee4e187cb {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f27ee4e187cb img {
   width: 100%;
   height: 100%;
 }

 .container_d5d4b237204b {
   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_0ab0bb3bf64c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b7085cdb7b1 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 16px 16px 16px 16px;
 }

 .container_211634bf04f0 {
   padding: 48px 16px 48px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_713fc94af66c {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_713fc94af66c {
   overflow: visible;
 }

 .text_4b0f0191fb4a {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_4b0f0191fb4a {
   overflow: visible;
 }

 .input_text_414176efb02b {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_414176efb02b {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_414176efb02b::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_bb21598166a2 {
   width: fit-content;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_4d6a9432a48e {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_wrapper_4d6a9432a48e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4d6a9432a48e {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_e35ce6b62144 {
   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_9458b3b8b7c7 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_wrapper_9458b3b8b7c7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9458b3b8b7c7 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_5d6de392a2f4 {
   width: 110px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5d6de392a2f4 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_8151ebabf3aa {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_8151ebabf3aa {
   overflow: visible;
 }

 .container_e67859e28d38 {
   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_7c9471274485 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_7c9471274485 {
   overflow: visible;
 }

 .text_8d7d1aa11f8a {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_8d7d1aa11f8a {
   overflow: visible;
 }

 .text_2b828df75c2d {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_2b828df75c2d {
   overflow: visible;
 }

 .container_330cc5730385 {
   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_61bede1d8559 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_61bede1d8559 {
   overflow: visible;
 }

 .text_dd12944596f5 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_dd12944596f5 {
   overflow: visible;
 }

 .container_225fab8187d4 {
   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_47e9bbdd1942 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_47e9bbdd1942 {
   overflow: visible;
 }

 .text_2d8a8ebfc860 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_2d8a8ebfc860 {
   overflow: visible;
 }

 .text_02b328d334b6 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_02b328d334b6 {
   overflow: visible;
 }

 .container_84a30a3800e5 {
   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;
 }

 .container_a73734f4ccf5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_582b061d0ff3 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_582b061d0ff3 {
   overflow: visible;
 }

 .container_f153dbcaff75 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   opacity: 0.4000000059604645;
 }

 .container_b1068fa04018 {
   padding: 40px 20px 32px 20px;
   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;
   background: #1b5e3a;
 }

 .container_d385b99f32dc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_b605a9a87eb9 {
   width: 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_eef76511aa46 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_eef76511aa46 img {
   width: 100%;
   height: 100%;
 }

 .text_63fffa1f9e5a {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5492670c0ad6 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_af472b817182 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_b935545594a0 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_ee90d5b86c71 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_70dbf1b12b15 {
   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_9638bbfd45cb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aecd92a10b2e {
   width: 466px;
   height: 42px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_79bb4d626b99 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 59px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1d7a562fc400 {
   margin: 0 0 0 -11px !important;
   width: 49px;
   height: 49px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1d7a562fc400 img {
   width: 100%;
   height: 100%;
 }

 .container_3d9b3c0e4b4f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_f0d61de5a145 {
   padding: 33px 45px 33px 124px;
   width: 1006px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #e5e7ebff;
   border-right: 0px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 0px solid #e5e7ebff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 120px 120px 120px 120px;
 }

 .imageview_e4a35520c59a {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e4a35520c59a img {
   width: 100%;
   height: 100%;
 }

 .text_5cd4c2dd2796 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_dcca2c9a1b72 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_be27b346e3e2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fc65ebb24b44 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_18d04a336727 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_18d04a336727 img {
   width: 100%;
   height: 100%;
 }

 .text_9f3d5eff5f9d {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_850a45edc364 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_3fbf7b1fd8b0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a8c20913594 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5a94a1014acb {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5a94a1014acb img {
   width: 100%;
   height: 100%;
 }

 .text_efdfad2b9e85 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5e95585d35c8 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_f58bd4a40567 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8598de4eec6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2cfcb6b8da80 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2cfcb6b8da80 img {
   width: 100%;
   height: 100%;
 }

 .text_66a00f30f303 {
   width: fit-content;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_ecc5708a6a80 {
   width: fit-content;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_2786f15271ec {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b57c8ec9428c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b220e4d13cb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_82917f016fd8 {
   width: 651px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1f21ff14a4c9 {
   width: 856px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_55e43e6697c0 {
   padding: 40px 199px 40px 150px;
   width: 1006px;
   height: 128px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_5625d82a57f6 {
   padding: 40px 0 40px 0;
   width: 100%;
   min-width: 0;
   height: 342px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .text_931fa958979b {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 0;
   line-height: 55.62px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_931fa958979b {
   overflow: visible;
 }

 .text_c63552ca0eb6 {
   width: 100%;
   min-width: 0;
   height: 124px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text-6940184f8bac_c63552ca0eb6 {
   line-height: 27px;
   font-family: 'Zen Maru Gothic';
 }

 .text-c400208e0513_c63552ca0eb6 {
   line-height: 27px;
   font-family: 'Zen Maru Gothic';
 }

 .text-3ad209de49b0_c63552ca0eb6 {
   line-height: 27px;
   font-family: 'Zen Maru Gothic';
 }

 .container_81be6b7750fa {
   width: 100%;
   min-width: 0;
   height: 201px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_06911f567655 {
   width: 585px;
   height: 144px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1fe146493fae {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 0;
   line-height: 19.07px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_1fe146493fae {
   overflow: visible;
 }

 .imageview_1a82e64c00bb {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1a82e64c00bb img {
   width: 100%;
   height: 100%;
 }

 .text_6415d3b055c2 {
   width: fit-content;
   z-index: 0;
   line-height: 14.98px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Noto Sans';
 }

 .text_3cc3d53a84f9 {
   width: fit-content;
   z-index: 0;
   line-height: 19.07px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Noto Sans';
 }

 .container_e0c6f96c334e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_193f0542f358 {
   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;
 }

 .imageview_acafc99f380d {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_acafc99f380d img {
   width: 100%;
   height: 100%;
 }

 .text_b7512f0ef8cb {
   width: fit-content;
   z-index: 0;
   line-height: 14.98px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Noto Sans';
 }

 .text_dfc0e564e259 {
   width: fit-content;
   z-index: 0;
   line-height: 19.07px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Noto Sans';
 }

 .container_8d41bcb260ce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_764ebca6ee6d {
   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;
 }

 .imageview_ee46e2fbc458 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ee46e2fbc458 img {
   width: 100%;
   height: 100%;
 }

 .text_d23f8ae69b6d {
   width: fit-content;
   z-index: 0;
   line-height: 14.98px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Noto Sans';
 }

 .text_e9bfd1e31e68 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 17.71px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_e9bfd1e31e68 {
   overflow: visible;
 }

 .container_fd39cddafd47 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c093de941cd {
   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_463ff3f77df9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_81114f933305 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9bdb68d91d0c {
   padding: 24px 24px 24px 24px;
   width: 321px;
   height: 222px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_f3fa4eee3e21 {
   width: 966px;
   height: 278px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d803eb09758c {
   width: 968px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
 }

 .text_be01301bc4de {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_be01301bc4de {
   overflow: visible;
 }

 .text_430d6fbb8c3a {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_430d6fbb8c3a {
   overflow: visible;
 }

 .text_truncate_430d6fbb8c3a {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_f745625f472c {
   padding: 14px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_f745625f472c {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_f745625f472c::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_5accb3f9d9e4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2b546212604 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_d2b546212604 {
   overflow: visible;
 }

 .text_65af97ad98ed {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_65af97ad98ed {
   overflow: visible;
 }

 .text_truncate_65af97ad98ed {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_8a6c1124978f {
   padding: 14px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_8a6c1124978f {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_8a6c1124978f::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_c21ddc3c2a46 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff1e0ffc99c9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4fdf7c2e994b {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_4fdf7c2e994b {
   overflow: visible;
 }

 .text_879ab7be2051 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_879ab7be2051 {
   overflow: visible;
 }

 .text_truncate_879ab7be2051 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_93073f1095f5 {
   padding: 14px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_93073f1095f5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_93073f1095f5::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_c17d24733917 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_21d62671b0ac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e472c2e3808f {
   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_95a511bd392b {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_95a511bd392b {
   overflow: visible;
 }

 .text_d5c2ecc52340 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_d5c2ecc52340 {
   overflow: visible;
 }

 .text_truncate_d5c2ecc52340 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .imageview_eebfce479fcb {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_eebfce479fcb img {
   width: 100%;
   height: 100%;
 }

 .input_select_5d1aeda3d447 {
   padding: 14px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 9998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'DM Sans';
 }

 .input_select_5d1aeda3d447 option {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .container_2e4b235e1db0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aed6b21a1b3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4abf63c31b95 {
   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_bb0edff45cbc {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 0;
   line-height: 23.17px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_bb0edff45cbc {
   overflow: visible;
 }

 .text_1f02005efd5e {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_1f02005efd5e {
   overflow: visible;
 }

 .container_e142d7cdf199 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: 140px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_c8eb606dacf8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .wrapper_input_text_c8eb606dacf8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_c8eb606dacf8::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_22e7d315dae1 {
   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_1fddd55798e6 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_7fed43d6dc03 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_7fed43d6dc03 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_7fed43d6dc03 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_b439865da0bc {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b439865da0bc img {
   width: 100%;
   height: 100%;
 }

 .container_a459a839cf5e {
   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_103133841d32 {
   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_8e3819c9b3b1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_152954ff2a12 {
   padding: 45px 45px 45px 45px;
   width: 512px;
   height: 640px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f9fb;
   border-radius: 24px 24px 24px 24px;
 }

 .container_wrapper_152954ff2a12 {
   width: 512px;
   height: 640px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_152954ff2a12 {
   padding: 45px 45px 45px 45px;
   width: 512px;
   height: 640px;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f9fb;
   border-radius: 24px 24px 24px 24px;
 }

 .text_b4369e51aaba {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_b4369e51aaba {
   overflow: visible;
 }

 .text_c44e53bfb6e8 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 29.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_c44e53bfb6e8 {
   overflow: visible;
 }

 .text_41169986ce31 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_41169986ce31 {
   overflow: visible;
 }

 .container_feebd0db98ec {
   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;
 }

 .container_bbc699a0939b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1bee9ba08c2e {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 246px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 19px 19px 19px 19px;
 }

 .imageview_546550f74fc3 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.830952380952381;
   height: auto !important;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_546550f74fc3 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_06ddad87e627 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7e80579ef65c {
   width: 420px;
   height: 640px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf22e6db038b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3812044d214d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9702059b0c47 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d14a7fc548f7 {
   width: 979px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_174405817906 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_174405817906 img {
   width: 100%;
   height: 100%;
 }

 .text_894ee1ba634f {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.43px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_894ee1ba634f {
   overflow: visible;
 }

 .text_7c14a2a4d112 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_7c14a2a4d112 {
   overflow: visible;
 }

 .container_23fc85053350 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08f9c4c93e1b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d022d950aa2d {
   width: 303px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3153f888b4a3 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3153f888b4a3 img {
   width: 100%;
   height: 100%;
 }

 .text_d12d611795a4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.43px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_d12d611795a4 {
   overflow: visible;
 }

 .text_d3f8ceb14eca {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_d3f8ceb14eca {
   overflow: visible;
 }

 .container_ac1c033aaf1d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd07d0dd9f1b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_024e2ec7ceb2 {
   width: 304px;
   height: 78px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4647e9f6dba5 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4647e9f6dba5 img {
   width: 100%;
   height: 100%;
 }

 .text_6360d05734d4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.43px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_6360d05734d4 {
   overflow: visible;
 }

 .text_601e92d67ab1 {
   width: 100%;
   min-width: 0;
   height: 38px;
   z-index: 0;
   line-height: 18.82px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_601e92d67ab1 {
   overflow: visible;
 }

 .container_3479e066bc16 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_28d6fb771562 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_898a14a174ba {
   width: 340px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7292205ab6cc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f04f64485b80 {
   padding: 22px 100px 22px 100px;
   width: 1066px;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #d9d9d9ff;
   border-right: 0px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 0px solid #d9d9d9ff;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f4f4f4;
 }

 .container_a750814c242a {
   padding: 38px 71px 38px 71px;
   width: 1000px;
   height: 124px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_cfd19724b0fb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 55px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_805e224a1938 {
   width: 272.63px;
   height: 62px;
   z-index: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_805e224a1938 {
   overflow: visible;
 }

 .text_f4c422dcfea8 {
   width: 290.81px;
   height: 51px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f4c422dcfea8 {
   overflow: visible;
 }

 .container_af06fd35b5d9 {
   width: 100%;
   min-width: 0;
   height: 46.96px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_2079d5bd820e {
   width: 342.61px;
   height: 221.47px;
   z-index: 0;
   position: absolute !important;
   left: 21.81px;
   top: 22.1px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 112.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4abab0eee943 {
   position: absolute !important;
   overflow: visible;
   width: 386px;
   height: 267px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38a1;
   border-radius: 21.95px 21.95px 21.95px 21.95px;
   mix-blend-mode: normal;
 }

 .container_4c35fc711505 {
   position: relative !important;
   overflow: visible;
   width: 386px;
   height: 267px;
   flex-shrink: 0;
   z-index: 0;
   background: url("https://cdn.yotako.io/ae8b4096-a599-48c8-bba9-02e1956e23ec/7:457.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 21.95px 21.95px 21.95px 21.95px;
 }

 .imageview_7b4685e65bb8 {
   width: 196px;
   height: 265px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 13.17px 13.17px 13.17px 13.17px;
 }

 .imageview_7b4685e65bb8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_af18c7a6aca5 {
   width: 196px;
   height: 265px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 13.17px 13.17px 13.17px 13.17px;
 }

 .imageview_af18c7a6aca5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_9c0dcac23eb9 {
   width: 155px;
   height: 265px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 13.17px 13.17px 13.17px 13.17px;
 }

 .imageview_9c0dcac23eb9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_829d8bd12a2b {
   width: 584.35px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18.11px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b791b94a8414 {
   width: 593.43px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24.7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_65b5e1e6cdff {
   width: 1000.57px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 21.04px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d60efb2e2c1c {
   padding: 50.31px 73.18px 50.31px 73.18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 3.66px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c71d43f23572 {
   width: 1000px;
   height: 382px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 1.83px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_79d26190ee7e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 55px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a1459e49fdd7 {
   width: 74.61px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 14.14px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_a1459e49fdd7 {
   overflow: visible;
 }

 .container_a4475e8925c9 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_a4475e8925c9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_a4475e8925c9 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5e3b5ab1cab6 {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 0;
   line-height: 40.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5e3b5ab1cab6 {
   overflow: visible;
 }

 .container_6c4659943ed7 {
   width: 100%;
   min-width: 0;
   height: 173px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a9e5765f5745 {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 0;
   line-height: 23.01px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_a9e5765f5745 {
   overflow: visible;
 }

 .container_4819842634b1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_70bcc7bc3fcb {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_70bcc7bc3fcb img {
   width: 100%;
   height: 100%;
 }

 .text_18b6658a9e56 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_5e2a3551ca8a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5e2a3551ca8a {
   overflow: visible;
 }

 .container_65b00a7c887c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_15440a64c28f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a8e9acb25e89 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a8e9acb25e89 img {
   width: 100%;
   height: 100%;
 }

 .text_6b3680f4292e {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_f20b0b270a6b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_f20b0b270a6b {
   overflow: visible;
 }

 .container_22d224e36044 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_453c5dfc342e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_159440b75d81 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_159440b75d81 img {
   width: 100%;
   height: 100%;
 }

 .text_275085ec1193 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_3f0c73960caa {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_3f0c73960caa {
   overflow: visible;
 }

 .container_3811e0bd317e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_263eabbfbffd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_509d421f8b11 {
   width: 39.55px;
   height: 39.55px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_509d421f8b11 img {
   width: 100%;
   height: 100%;
 }

 .text_b3df66a0a519 {
   width: fit-content;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_16a9b1746369 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_16a9b1746369 {
   overflow: visible;
 }

 .container_35c5ef8b43da {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c1c73d139817 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .container_00a740adabb4 {
   width: 337px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2289cc7042c3 {
   width: 100%;
   min-width: 0;
   height: 216px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .imageview_2289cc7042c3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_05c769adcaee {
   width: 337px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.95px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b9ce4b2a6125 {
   width: fit-content;
   z-index: 0;
   line-height: 36.44px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_3683189704e1 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_0394de3d4001 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_ebb35ea331f2 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_ebb35ea331f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_ebb35ea331f2::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_ef816d72561b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc48ff444ccc {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_d20f8ebe0860 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_6e4fc030ae42 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_6e4fc030ae42 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_6e4fc030ae42::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_ef93f44b0ff7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d64575ec33ee {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_943897619bb3 {
   width: fit-content;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .input_text_c1ca4f7b3406 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 80.9px 80.9px 80.9px 80.9px;
 }

 .wrapper_input_text_c1ca4f7b3406 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_c1ca4f7b3406::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_455ae92e117a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d118fff2e80 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 14.38px;
   display: flex !important;
   flex-direction: row;
 }

 .text_398a578af639 {
   width: fit-content;
   z-index: 0;
   line-height: 20.82px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_e8e5b54011f0 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_e8e5b54011f0 {
   overflow: visible;
 }

 .input_text_133039661833 {
   padding: 10.79px 17.98px 10.79px 17.98px;
   width: 100%;
   min-width: 0;
   height: 89.89px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 10.79px 10.79px 10.79px 10.79px;
 }

 .wrapper_input_text_133039661833 {
   width: 100%;
   min-width: 0;
   height: 89.89px;
 }

 .input_text_133039661833::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 15.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Inter';
 }

 .container_dc3a8c850b8d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_841b77f990d5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.98px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a26be47db32 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd9c9812f6ab {
   width: fit-content;
   z-index: 0;
   line-height: 16.38px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_6ef459229e97 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .container_wrapper_6ef459229e97 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6ef459229e97 {
   padding: 14.38px 25.17px 14.38px 25.17px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
   border-radius: 89.89px 89.89px 89.89px 89.89px;
 }

 .imageview_92a9a253934e {
   width: 44.94px;
   height: 44.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_92a9a253934e img {
   width: 100%;
   height: 100%;
 }

 .container_9313914e2c97 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.79px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b7b9b5f1259f {
   width: 14.38px;
   height: 14.38px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b7b9b5f1259f img {
   width: 100%;
   height: 100%;
 }

 .text_35ac8da55608 {
   height: 17px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_35ac8da55608 {
   overflow: visible;
 }

 .container_3088cf8d09c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.19px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ad7cc45e5a94 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf99d306c45a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d03d0b6598d {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 577px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_wrapper_4d03d0b6598d {
   width: 577px;
   height: 706px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_4d03d0b6598d {
   padding: 43.15px 34.15px 43.15px 34.15px;
   width: 577px;
   height: 706px;
   z-index: 0;
   border-top: 0.9px solid #e5e7ebff;
   border-right: 0.9px solid #e5e7ebff;
   border-bottom: 0.9px solid #e5e7ebff;
   border-left: 0.9px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28.76px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 21.57px 21.57px 21.57px 21.57px;
 }

 .container_ad7143cca7c2 {
   width: 994px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 76px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2e86399e514f {
   padding: 60px 25px 60px 25px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 76px;
   display: flex !important;
   flex-direction: row;
 }

 .container_da19b7ba1691 {
   padding: 0 7px 0 7px;
   width: 1273px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 55px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1055744d1d05 {
   width: fit-content;
   z-index: 0;
   line-height: 27.47px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_502cac7a1d77 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_81b3847bc78a {
   width: fit-content;
   z-index: 0;
   line-height: 12.54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Instrument Sans';
 }

 .input_text_98862aff2128 {
   padding: 9.49px 12.65px 9.49px 12.65px;
   width: 239.53px;
   height: 32.41px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 0.79px solid #e5e7ebff;
   border-right: 0.79px solid #e5e7ebff;
   border-bottom: 0.79px solid #e5e7ebff;
   border-left: 0.79px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .wrapper_input_text_98862aff2128 {
   width: 239.53px;
   height: 32.41px;
 }

 .input_text_98862aff2128::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 12.54px;
   text-align: start;
   word-wrap: normal;
   white-space: nowrap;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_6e8b2225c181 {
   width: fit-content;
   z-index: 0;
   line-height: 11.48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_e1c28216c8ab {
   padding: 9.49px 18.97px 9.49px 18.97px;
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 71.15px 71.15px 71.15px 71.15px;
 }

 .container_0fd23636714d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.65px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bd1788451ff0 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_bd1788451ff0 {
   width: 152.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_bd1788451ff0 {
   width: 152.57px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 7.91px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e38060e59302 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c8fbcf69130a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 39.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4e46ad396fb4 {
   width: 208.84px;
   height: 35.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4e46ad396fb4 img {
   width: 100%;
   height: 100%;
 }

 .text_8d2e1e17e7df {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 0;
   line-height: 18.97px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_8d2e1e17e7df {
   overflow: visible;
 }

 .container_b29f137cd080 {
   width: 288.55px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.97px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d045d838b517 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_b328e7b558c3 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_ffb474cab2a2 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_1a885502308f {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_091984ff60da {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_9cee94c8de13 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_9b5fce93d1e9 {
   width: 118.58px;
   height: 74.31px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ece94b7e3626 {
   width: fit-content;
   z-index: 0;
   line-height: 16.03px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .text_83b32be96d17 {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_dc50b8d9523a {
   width: fit-content;
   z-index: 0;
   line-height: 13.39px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .container_923cda098449 {
   width: 118.58px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b78b7b858a2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_44893a8e4a11 {
   width: 415.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.81px;
   display: flex !important;
   flex-direction: row;
 }

 .container_028df70c2504 {
   width: fit-content;
   height: 101.98px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 63.24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7468d2b49f84 {
   width: 755px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 39.53px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bb191b1d9dd6 {
   width: 710.82px;
   height: 107.33px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_aacd7681ad60 {
   width: fit-content;
   z-index: 0;
   line-height: 10.52px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.4000000059604645;
   font-family: 'Inter';
 }

 .container_00fca65fb1a0 {
   padding: 31.62px 0 0 0;
   width: 885px;
   height: 69.5px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.79px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: center;
   justify-content: flex-start;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_68bc9f19d08e {
   width: 885px;
   height: 204.1px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 15.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_99d3c4d59c70 {
   width: 100%;
   min-width: 0;
   height: 191px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 47.43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a6033dea747c {
   width: 885px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 72.14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_98fbb68dd966 {
   padding: 10px 10px 10px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_d7126fc528bf {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .container_wrapper_d7126fc528bf {
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_d7126fc528bf {
   padding: 48px 114px 48px 114px;
   width: 100%;
   min-width: 0;
   height: 466px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #069d38;
 }

 .viewport_da1136324905 {
   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: #ffffff;
 }

 .imageview_4391c4f2fc63 {
   width: 100%;
   min-width: 0;
   height: 95px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4391c4f2fc63 img {
   position: absolute;
   width: 390.0px !important;
   height: 95.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_4391c4f2fc63.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_45d5baab5cc4 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_eb57a7bb38d5 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a492b166dad7 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_69ae89d227fb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_69ae89d227fb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_69ae89d227fb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d699c8ff7188 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 50px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_8ff61df2ff74 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_0a3778518ea0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_0a3778518ea0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_0a3778518ea0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6712f2739b48 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 100px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_dabefdc78c15 {
   width: fit-content;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Zen Maru Gothic';
 }

 .container_4b00d677757b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4b00d677757b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4b00d677757b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_286904f5cf30 {
   padding: 14px 0 14px 0;
   width: 342px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 150px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_36430e012309 {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_8180754335cf {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_8180754335cf {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_8180754335cf {
   padding: 16px 28px 16px 28px;
   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: #1b5e3a;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_762c455b3725 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_762c455b3725 img {
   width: 100%;
   height: 100%;
 }

 .container_7c5207b8e99e {
   width: 342px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 200px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f362b9f2b407 {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 250px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_6bdcf3b71e69 {
   padding: 16px 24px 0 24px;
   width: 390px;
   height: 310px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_a0fdc67e3713 {
   width: 390px;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_daf7b5e00106 {
   width: 390px;
   height: 516px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -3px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_f9c7b7a8e82d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f9c7b7a8e82d img {
   width: 100%;
   height: 100%;
 }

 .text_10a765f535b3 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_10a765f535b3 {
   overflow: visible;
 }

 .text_68dcaa401d5e {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_68dcaa401d5e {
   overflow: visible;
 }

 .container_79cff0f98481 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aaf2d50de658 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_b678da726748 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b678da726748 img {
   width: 100%;
   height: 100%;
 }

 .text_035fcb17fc37 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_035fcb17fc37 {
   overflow: visible;
 }

 .text_761d0d7e556d {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_761d0d7e556d {
   overflow: visible;
 }

 .container_483a4aaf8fff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_86d4491bd074 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a3516b83af1a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a7ede0aee475 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a7ede0aee475 img {
   width: 100%;
   height: 100%;
 }

 .text_b54ea523734b {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_b54ea523734b {
   overflow: visible;
 }

 .text_776a96a327dd {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_776a96a327dd {
   overflow: visible;
 }

 .container_d8461f7837a3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_529f9a05c454 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_603ba69d6c6a {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_603ba69d6c6a img {
   width: 100%;
   height: 100%;
 }

 .text_027f01e978b2 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_027f01e978b2 {
   overflow: visible;
 }

 .text_d4957455b52f {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
   line-height: 13.31px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.800000011920929;
   font-family: 'Inter';
 }

 .text_autoheight_d4957455b52f {
   overflow: visible;
 }

 .container_4fe77a0ad4ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_35de12bf5397 {
   padding: 12px 12px 12px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_71d49d465ca9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cb60ab17dd08 {
   width: 296px;
   height: 226px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 458px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9319b3541915 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #069d38;
 }

 .container_8120f1b669c5 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 706px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_bdce17de445f {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
   line-height: 39.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_bdce17de445f {
   overflow: visible;
 }

 .text_86278a74d66d {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 0;
   line-height: 21px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_86278a74d66d {
   overflow: visible;
 }

 .container_67e05f9cb747 {
   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_1b43102df7f8 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1b43102df7f8 {
   overflow: visible;
 }

 .text_6b503e2126e2 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_6b503e2126e2 {
   overflow: visible;
 }

 .text_truncate_6b503e2126e2 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_a5e2c12b1077 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_a5e2c12b1077 {
   width: 100%;
   min-width: 0;
   height: 44px;
 }

 .input_text_a5e2c12b1077::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_daafeeefa8c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c93b4a0c6e58 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_c93b4a0c6e58 {
   overflow: visible;
 }

 .text_f2531a6368f2 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_f2531a6368f2 {
   overflow: visible;
 }

 .text_truncate_f2531a6368f2 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_5deac9f26436 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_5deac9f26436 {
   width: 100%;
   min-width: 0;
   height: 44px;
 }

 .input_text_5deac9f26436::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_69d4d031aea9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5ed3cda55197 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_5ed3cda55197 {
   overflow: visible;
 }

 .text_0d83eee8de00 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_0d83eee8de00 {
   overflow: visible;
 }

 .text_truncate_0d83eee8de00 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_2f7f217e0215 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_2f7f217e0215 {
   width: 100%;
   min-width: 0;
   height: 44px;
 }

 .input_text_2f7f217e0215::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_e7cd88435a0d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_65ecec600d05 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_65ecec600d05 {
   overflow: visible;
 }

 .text_191cd7e4638a {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_191cd7e4638a {
   overflow: visible;
 }

 .text_truncate_191cd7e4638a {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_9942fe1bacff {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_9942fe1bacff {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_9942fe1bacff::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_5c167df1c8b7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_408c818f72da {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_408c818f72da {
   overflow: visible;
 }

 .text_b5235846dc18 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_b5235846dc18 {
   overflow: visible;
 }

 .text_truncate_b5235846dc18 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_e68e257ff1b6 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_e68e257ff1b6 {
   width: 100%;
   min-width: 0;
   height: 44px;
 }

 .input_text_e68e257ff1b6::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_ec1d9bb7f2a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1f1905a894e7 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_1f1905a894e7 {
   overflow: visible;
 }

 .text_0ae10b278fa0 {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_0ae10b278fa0 {
   overflow: visible;
 }

 .text_truncate_0ae10b278fa0 {
   display: -webkit-box !important;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .input_text_cc7b30ecd0e0 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_cc7b30ecd0e0 {
   width: 100%;
   min-width: 0;
   height: 44px;
 }

 .input_text_cc7b30ecd0e0::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_3a82ac995963 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fbd7d9948487 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_fbd7d9948487 {
   overflow: visible;
 }

 .text_5990bb66852f {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_5990bb66852f {
   overflow: visible;
 }

 .input_text_4f3522bb48f1 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .wrapper_input_text_4f3522bb48f1 {
   width: 100%;
   min-width: 0;
   height: 100px;
 }

 .input_text_4f3522bb48f1::placeholder {
   height: 18px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 18.23px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #a0a0a0;
   font-family: 'DM Sans';
 }

 .container_45d7be0fe0fa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7e05d30d846e {
   width: fit-content;
   z-index: 0;
   line-height: 18.23px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_612a699a54c1 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_612a699a54c1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_612a699a54c1 {
   padding: 16px 28px 16px 28px;
   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: #069d38;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_6b7a52eab429 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6b7a52eab429 img {
   width: 100%;
   height: 100%;
 }

 .container_779734f41156 {
   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_e2ba5a3823ad {
   padding: 8px 0 0 0;
   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;
 }

 .container_dfe15a3e56ef {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f9fb;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_dfe15a3e56ef {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_dfe15a3e56ef {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f9fb;
   border-radius: 20px 20px 20px 20px;
 }

 .text_9188a3fd5fb3 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 17.71px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_9188a3fd5fb3 {
   overflow: visible;
 }

 .imageview_fe4d4a63d8a1 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fe4d4a63d8a1 img {
   width: 100%;
   height: 100%;
 }

 .text_c82bc17e75ec {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 13.62px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_c82bc17e75ec {
   overflow: visible;
 }

 .text_c1b834a7c531 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c1b834a7c531 {
   overflow: visible;
 }

 .container_7584f36ddf0b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c40e7d01c2c {
   padding: 12px 0 12px 0;
   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_a99c60411031 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   background: #e5e7eb;
 }

 .imageview_183f3f73ac6e {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_183f3f73ac6e img {
   width: 100%;
   height: 100%;
 }

 .text_49fb9aabc050 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 13.62px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_49fb9aabc050 {
   overflow: visible;
 }

 .text_1a4cb13fbf64 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_1a4cb13fbf64 {
   overflow: visible;
 }

 .container_89716171c221 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_16be14c614c6 {
   padding: 12px 0 12px 0;
   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_40da7eb3df26 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   background: #e5e7eb;
 }

 .imageview_16c351617a4c {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_16c351617a4c img {
   width: 100%;
   height: 100%;
 }

 .text_22b50b03f7a9 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
   line-height: 13.62px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_22b50b03f7a9 {
   overflow: visible;
 }

 .text_00c113850746 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 17.71px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_00c113850746 {
   overflow: visible;
 }

 .container_ee19becc934e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_107bf57404f0 {
   padding: 12px 0 12px 0;
   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_43119018e3f5 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_180d8ea5f149 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 0;
   line-height: 26.06px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_180d8ea5f149 {
   overflow: visible;
 }

 .text_94d28dc6d323 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.27px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_94d28dc6d323 {
   overflow: visible;
 }

 .text_1d2800db3110 {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_1d2800db3110 {
   overflow: visible;
 }

 .container_c94fd2de8e3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8ea6b1fe13a {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #069c38ff;
   border-right: 1px solid #069c38ff;
   border-bottom: 1px solid #069c38ff;
   border-left: 1px solid #069c38ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d00ea9d217fb {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 0;
   aspect-ratio: 1 / 0.7;
   height: auto !important;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d00ea9d217fb img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_b7995d31b700 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5481b2b7f1ba {
   padding: 32px 20px 32px 20px;
   width: 390px;
   height: 1686px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 727px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fc0b18cbf360 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fc0b18cbf360 img {
   width: 100%;
   height: 100%;
 }

 .text_cb6d12114df5 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.43px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_cb6d12114df5 {
   overflow: visible;
 }

 .text_759342ebf637 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_759342ebf637 {
   overflow: visible;
 }

 .container_9daee1b0ae3a {
   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;
 }

 .container_b59620ddb7b6 {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_75988a7ce59b {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_75988a7ce59b img {
   width: 100%;
   height: 100%;
 }

 .text_775a521900b3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.43px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_775a521900b3 {
   overflow: visible;
 }

 .text_7d00ec275acc {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_7d00ec275acc {
   overflow: visible;
 }

 .container_a7434e3c7e5a {
   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;
 }

 .container_8457a118eadd {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3a3a6e47c92b {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3a3a6e47c92b img {
   width: 100%;
   height: 100%;
 }

 .text_15a06e981730 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
   line-height: 20.43px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_15a06e981730 {
   overflow: visible;
 }

 .text_feb9d441ee90 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 0;
   line-height: 16.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Noto Sans';
 }

 .text_autoheight_feb9d441ee90 {
   overflow: visible;
 }

 .container_3edccfcf38c3 {
   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;
 }

 .container_474c5eb9aeca {
   padding: 18px 18px 18px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_24dd639b4685 {
   padding: 32px 20px 32px 20px;
   width: 390px;
   height: 526px;
   z-index: 0;
   border-top: 1px solid #d9d9d9ff;
   border-right: 0px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 0px solid #d9d9d9ff;
   position: absolute !important;
   left: 0px;
   top: 2434px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #cdf6c0;
 }

 .text_61c3a503341f {
   width: 280px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 20px;
   line-height: 28.8px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Outfit';
 }

 .text_autoheight_61c3a503341f {
   overflow: visible;
 }

 .text_d24b06221afb {
   width: 280px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 120px;
   line-height: 15.4px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.8999999761581421;
   font-family: 'Manrope';
 }

 .text_autoheight_d24b06221afb {
   overflow: visible;
 }

 .container_ea99941bca3c {
   position: relative !important;
   overflow: visible;
   height: 240px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #069d38a1;
   border-radius: 20px 20px 20px 20px;
   mix-blend-mode: normal;
 }

 .container_b17cf0e9413c {
   width: 100%;
   min-width: 0;
   height: 240px;
   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/ae8b4096-a599-48c8-bba9-02e1956e23ec/7:699.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_7451edee0a5e {
   width: 110px;
   height: 140px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_7451edee0a5e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ce6c71de1d1b {
   width: 110px;
   height: 140px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_ce6c71de1d1b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_c726a4ca341e {
   width: 110px;
   height: 140px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_c726a4ca341e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_12436ae8097d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6eb8dcc55d0c {
   padding: 32px 20px 32px 20px;
   width: 390px;
   height: 460px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 2981px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_29eb233cb266 {
   width: 100%;
   min-width: 0;
   height: 22px;
   z-index: 0;
   line-height: 21.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_29eb233cb266 {
   overflow: visible;
 }

 .text_37fcb893b2a9 {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Instrument Sans';
 }

 .text_autoheight_37fcb893b2a9 {
   overflow: visible;
 }

 .input_text_9550ca3ae944 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 40px 40px 40px 40px;
 }

 .wrapper_input_text_9550ca3ae944 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_9550ca3ae944::placeholder {
   height: 15px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 14.64px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #4b5563;
   font-family: 'Instrument Sans';
 }

 .text_f60ed592ba24 {
   width: fit-content;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_59cd5b39f9b7 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_wrapper_59cd5b39f9b7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_59cd5b39f9b7 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1b5e3a;
   border-radius: 40px 40px 40px 40px;
 }

 .container_ad922196d232 {
   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_9424721d57f3 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .container_wrapper_9424721d57f3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_9424721d57f3 {
   padding: 32px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #069d38;
 }

 .imageview_fda854480653 {
   width: 110px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fda854480653 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_c655fd953798 {
   width: 100%;
   min-width: 0;
   height: 54px;
   z-index: 0;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.699999988079071;
   font-family: 'Inter';
 }

 .text_autoheight_c655fd953798 {
   overflow: visible;
 }

 .container_78996f231dec {
   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_411c73e6b733 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_411c73e6b733 {
   overflow: visible;
 }

 .text_f5e3f5c0ce31 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_f5e3f5c0ce31 {
   overflow: visible;
 }

 .text_8eea6a4f69a0 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_8eea6a4f69a0 {
   overflow: visible;
 }

 .container_685c5b6ed7a4 {
   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_e56724c0bd6e {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_e56724c0bd6e {
   overflow: visible;
 }

 .text_938b47d5fcad {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_938b47d5fcad {
   overflow: visible;
 }

 .container_97b4b027b677 {
   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_3a3704b2c340 {
   width: 100%;
   min-width: 0;
   height: 17px;
   z-index: 0;
   line-height: 17.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Zen Maru Gothic';
 }

 .text_autoheight_3a3704b2c340 {
   overflow: visible;
 }

 .text_27818e42e6da {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_27818e42e6da {
   overflow: visible;
 }

 .text_9a2948b49889 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 0;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Inter';
 }

 .text_autoheight_9a2948b49889 {
   overflow: visible;
 }

 .container_f5a5cf78b6b4 {
   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;
 }

 .container_f37aeb8705bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2d6affa6153 {
   width: 100%;
   min-width: 0;
   height: 11px;
   z-index: 0;
   line-height: 10.89px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_c2d6affa6153 {
   overflow: visible;
 }

 .container_338cb5604587 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.5px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   opacity: 0.4000000059604645;
 }

 .container_1432df0d9867 {
   padding: 40px 20px 32px 20px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #1b5e3a;
 }

 .container_f6205465b8f6 {
   width: 390px;
   height: 650px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3462px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_96b9342e6ea0 {
   width: 390px;
   height: 4112px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .home_page .yotako-main {
     display: none !important;
   }

   .home_page .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .home_page .yotako-main {
     display: none !important;
   }

   .home_page .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .nosotros .yotako-main {
     display: none !important;
   }

   .nosotros .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .nosotros .yotako-main {
     display: none !important;
   }

   .nosotros .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .caso_exito .yotako-main {
     display: none !important;
   }

   .caso_exito .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .caso_exito .yotako-main {
     display: none !important;
   }

   .caso_exito .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .aviso_de_privacidad .yotako-main {
     display: none !important;
   }

   .aviso_de_privacidad .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .aviso_de_privacidad .yotako-main {
     display: none !important;
   }

   .aviso_de_privacidad .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .terminos .yotako-main {
     display: none !important;
   }

   .terminos .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .terminos .yotako-main {
     display: none !important;
   }

   .terminos .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .under-construction .yotako-main {
     display: none !important;
   }

   .under-construction .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .under-construction .yotako-main {
     display: none !important;
   }

   .under-construction .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .contacto .yotako-main {
     display: none !important;
   }

   .contacto .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .contacto .yotako-main {
     display: none !important;
   }

   .contacto .vp_1280 {
     display: flex !important;
   }
 }