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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt_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%;
 }

 body .wp-block-video video {
   width: 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;
 }

 *[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;
 }

 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_35a59ce90e37 {
   width: 794px;
   height: 488px;
   position: absolute !important;
   left: 914px;
   top: 5729.04px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_64d7f8f27e26 {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: -21.53px;
   top: 7331px;
   background: #09211a;
 }

 .container_308fab301dfb {
   width: 1658.06px;
   height: 578.47px;
   z-index: 1;
   position: absolute !important;
   left: -21.53px;
   top: 7331px;
   background: #09211a;
 }

 .imageview_42235b4da67e {
   width: 1375px;
   height: 645px;
   position: absolute !important;
   left: 120px;
   top: 3905.83px;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_63f0d360faa4 {
   width: 1615px;
   height: 853.06px;
   position: absolute !important;
   left: 0.46px;
   top: 4619.01px;
   background: linear-gradient(180deg, #e1f5eeff 0%, #5dcaa5ff 60%);
 }

 .container_d47c137c71ce {
   width: 1615px;
   height: 773.42px;
   position: absolute !important;
   left: 0.46px;
   top: 1218.22px;
   background: linear-gradient(180deg, #1d9e75ff 0%, #26453bff 100%);
 }

 .container_c460ab68e81d {
   width: 225px;
   height: 255.57px;
   position: absolute !important;
   left: 1299.24px;
   top: 590.91px;
   background: #5dcaa5;
   border-radius: 30px 30px 30px 30px;
 }

 .container_417339900598 {
   width: 1615px;
   height: 1023.76px;
   z-index: 1;
   position: absolute !important;
   left: 0.46px;
   top: -0.41px;
   background: #09211a;
   border-radius: 0 0 50px 50px;
 }

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

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

 .text_77fb2ee338b0 {
   width: fit-content;
   z-index: 2;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

 .text_135ee672fe19 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_135579757465 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_77f907d366dc {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7fdf3e3ab1b5 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_ab7bbde8a2fc {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5cc2efa0a672 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_wrapper_92f321ab95f2 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

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

 .text_ead815a366e7 {
   width: 40.82px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_3dd24e26404f {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 8px;
 }

 .container_wrapper_3dd24e26404f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 8px;
   width: 39px;
   height: 20px;
   z-index: 2;
 }

 .container_nested_3dd24e26404f {
   width: 39px;
   height: 20px;
   z-index: 2;
 }

 .text_24de9d504076 {
   width: 92.94px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_01ec0e4b9f5a {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 2;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_01ec0e4b9f5a {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_01ec0e4b9f5a {
   width: 127px;
   height: 36px;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_b7ea0267bb16 {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 124px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_b7ea0267bb16 {
   position: absolute !important;
   left: 124px;
   top: 48px;
   width: 1367px;
   height: 60px;
   z-index: 2;
 }

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

 .text_d398961b107b {
   width: 920.61px;
   height: 168px;
   z-index: 2;
   position: absolute !important;
   left: 347.66px;
   top: 157.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .container_da6227070a78 {
   width: 484.7px;
   height: 414.44px;
   z-index: 2;
   position: absolute !important;
   left: 560.27px;
   top: 511.47px;
   background: #0f6e56;
   border-radius: 30px 30px 30px 30px;
 }

 .container_01cf2eccd399 {
   width: 485px;
   height: 417px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000080;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_1572860758e9 {
   position: absolute !important;
   overflow: visible;
   width: 485px;
   height: 417px;
   z-index: 3;
   left: 560.27px;
   top: 509.87px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/572:3152.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_cb16e58b7cf1 {
   width: 226px;
   height: 372px;
   z-index: 2;
   position: absolute !important;
   left: 1059.11px;
   top: 532.18px;
   _scaling-factor: 1;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_9cde0ae320e3 {
   width: 222.27px;
   height: 191.95px;
   z-index: 2;
   position: absolute !important;
   left: 322px;
   top: 712.44px;
   background: #1d9e75;
   border-radius: 30px 30px 30px 30px;
 }

 .container_41f65a256e04 {
   width: 222.27px;
   height: 168.08px;
   z-index: 3;
   position: absolute !important;
   left: 322px;
   top: 605.28px;
   background: #5dcaa5;
   border-radius: 30px 30px 30px 30px;
 }

 .container_ebb2dfaba1ed {
   width: 222.27px;
   height: 120.26px;
   z-index: 4;
   position: absolute !important;
   left: 322px;
   top: 533px;
   background: #e1f5ee;
   border-radius: 30px 30px 30px 30px;
 }

 .container_1ddbfc629b65 {
   width: 225px;
   height: 255.57px;
   z-index: 2;
   position: absolute !important;
   left: 81px;
   top: 590.91px;
   background: #0f6e56;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_272aacd41406 {
   width: 225px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 1299.53px;
   top: 613.41px;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

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

 .text_2995e823a1f6 {
   width: 401.33px;
   height: 68px;
   z-index: 4;
   position: absolute !important;
   left: 601.02px;
   top: 824.54px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2995e823a1f6 {
   overflow: visible;
 }

 .imageview_f2bff0f69d21 {
   width: 225px;
   height: 256px;
   z-index: 3;
   position: absolute !important;
   left: 81px;
   top: 590.91px;
   _scaling-factor: 1;
 }

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

 .text_fddcdc2e5ebb {
   width: 159.43px;
   height: 68px;
   z-index: 4;
   position: absolute !important;
   left: 109.04px;
   top: 620.82px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fddcdc2e5ebb {
   overflow: visible;
 }

 .text_720d129af2b5 {
   width: 226.07px;
   height: 52px;
   z-index: 5;
   position: absolute !important;
   left: 322px;
   top: 570.92px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_720d129af2b5 {
   overflow: visible;
 }

 .text_b40d8c5c7562 {
   width: 174.06px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 348.01px;
   top: 684.51px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b40d8c5c7562 {
   overflow: visible;
 }

 .text_7f0fde7cbd01 {
   width: 174.06px;
   height: 76px;
   z-index: 3;
   position: absolute !important;
   left: 348.01px;
   top: 802.54px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7f0fde7cbd01 {
   overflow: visible;
 }

 .text_e87751f947c3 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_7b713e9515f9 {
   padding: 10px 10px 10px 10px;
   width: 188px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 142.79px;
   top: 1449.84px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_7b713e9515f9 {
   position: absolute !important;
   left: 142.79px;
   top: 1449.84px;
   width: 188px;
   height: 52px;
   z-index: 1;
 }

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

 .text_d195dabd08fc {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_6e41c58578d1 {
   padding: 10px 27px 10px 27px;
   width: 308px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 203px;
   top: 4384px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_6e41c58578d1 {
   position: absolute !important;
   left: 203px;
   top: 4384px;
   width: 308px;
   height: 52px;
   z-index: 1;
 }

 .container_nested_6e41c58578d1 {
   padding: 10px 27px 10px 27px;
   width: 308px;
   height: 52px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 999px 999px 999px 999px;
 }

 .text_f13e68b573a9 {
   width: 471px;
   height: 58px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f13e68b573a9 {
   overflow: visible;
 }

 .text_ca8f0da08880 {
   width: 126.49px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_d843ff3c4d77 {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_nested_d843ff3c4d77 {
   width: 187.25px;
   height: 52px;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .text_890840e241e6 {
   width: 74.86px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_1fca3124a112 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .container_nested_1fca3124a112 {
   width: 137.62px;
   height: 52px;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_f584aca1fdc8 {
   width: 1374.66px;
   height: 58px;
   z-index: 2;
   position: absolute !important;
   left: 120.5px;
   top: 391.54px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_af3b494be110 {
   width: 101px;
   height: 113px;
   z-index: 3;
   position: absolute !important;
   left: 1150.91px;
   top: 556.91px;
   _scaling-factor: 0.5;
 }

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

 .text_3ef9caf7499b {
   width: 180.76px;
   height: 101px;
   z-index: 3;
   position: absolute !important;
   left: 1078.8px;
   top: 774.77px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3ef9caf7499b {
   overflow: visible;
 }

 .text_fab41096f1f4 {
   width: 180.76px;
   height: 68px;
   z-index: 3;
   position: absolute !important;
   left: 1321.36px;
   top: 635.91px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fab41096f1f4 {
   overflow: visible;
 }

 .text_07f669271a16 {
   width: max-content;
   position: absolute !important;
   left: 589.51px;
   top: 0px;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .imageview_afbadf985ab8 {
   width: 253px;
   height: 38px;
   position: absolute !important;
   left: 385.04px;
   top: 37.66px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0de3f6ee99c2 {
   width: 285px;
   height: 114px;
   position: absolute !important;
   left: 1033.85px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b3f4fecaee32 {
   width: 170.08px;
   height: 56.07px;
   position: absolute !important;
   left: 0px;
   top: 28.71px;
 }

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

 .imageview_d531ece79f41 {
   width: 95.55px;
   height: 95.55px;
   position: absolute !important;
   left: 229.79px;
   top: 8.26px;
 }

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

 .imageview_784f9d5cd40f {
   width: 299.02px;
   height: 64.42px;
   position: absolute !important;
   left: 697.41px;
   top: 24.23px;
 }

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

 .container_9e73160eacf9 {
   position: absolute !important;
   overflow: visible;
   width: 1319px;
   height: 114.06px;
   left: 0px;
   top: 37.08px;
 }

 .container_38f7b31d4281 {
   position: absolute !important;
   overflow: visible;
   width: 1319px;
   height: 151.14px;
   left: 148px;
   top: 1048.54px;
 }

 .text_e7d78d3b6bb9 {
   width: 687.74px;
   height: 101px;
   z-index: 1;
   position: absolute !important;
   left: 148.41px;
   top: 1321px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e7d78d3b6bb9 {
   overflow: visible;
 }

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

 .imageview_97bdbf26b253 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

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

 .text_25c9a415920c {
   width: fit-content;
   z-index: 2;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_1279c31ead15 {
   padding: 10px 15px 10px 15px;
   width: 226px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 35px;
   top: 102.56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_1279c31ead15 {
   position: absolute !important;
   left: 35px;
   top: 102.56px;
   width: 226px;
   height: 52px;
   z-index: 2;
 }

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

 .text_8ab1c9653af2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40.91px;
   top: 230.68px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .imageview_fb1b90f7c691 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

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

 .text_ef330ea785ff {
   width: fit-content;
   z-index: 2;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_f907bf355dc1 {
   padding: 10px 15px 10px 15px;
   width: 226px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 272.93px;
   top: 102.56px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_f907bf355dc1 {
   position: absolute !important;
   left: 272.93px;
   top: 102.56px;
   width: 226px;
   height: 52px;
   z-index: 2;
 }

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

 .imageview_5aeaa6519bd4 {
   width: 25px;
   height: 25px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

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

 .text_252e463f5f87 {
   width: fit-content;
   z-index: 2;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_f1fdeba4bd86 {
   padding: 10px 15px 10px 15px;
   width: 226px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 35px;
   top: 162.95px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_f1fdeba4bd86 {
   position: absolute !important;
   left: 35px;
   top: 162.95px;
   width: 226px;
   height: 52px;
   z-index: 2;
 }

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

 .imageview_025b5ba6938d {
   width: 23px;
   height: 25px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

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

 .text_703e625f98d0 {
   width: fit-content;
   z-index: 2;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_1fd7592ed1a7 {
   padding: 10px 15px 10px 15px;
   width: 226px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 272.93px;
   top: 162.95px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_1fd7592ed1a7 {
   position: absolute !important;
   left: 272.93px;
   top: 162.95px;
   width: 226px;
   height: 52px;
   z-index: 2;
 }

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

 .text_e2be9797cdfb {
   width: 505.26px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 34.8px;
   top: 32.35px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e2be9797cdfb {
   overflow: visible;
 }

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

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

 .container_00a3cff57f52 {
   position: absolute !important;
   overflow: visible;
   width: 615px;
   height: 270.17px;
   z-index: 1;
   left: 134.94px;
   top: 1551.57px;
 }

 .text_c7fb3553135d {
   width: fit-content;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .imageview_c0fcee653b39 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_eba4747cbed4 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   position: absolute !important;
   left: 659.96px;
   top: 2415.97px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_eba4747cbed4 {
   position: absolute !important;
   left: 659.96px;
   top: 2415.97px;
   width: 296px;
   height: 52px;
 }

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

 .text_853cd0cf6adb {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_853cd0cf6adb {
   overflow: visible;
 }

 .text_b6bf5ef786db {
   width: 880.71px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b6bf5ef786db {
   overflow: visible;
 }

 .container_0c21fe226e06 {
   width: 1452.57px;
   height: 97px;
   position: absolute !important;
   left: 81.21px;
   top: 2108.32px;
   align-items: center;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_07973747faf1 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_07973747faf1 {
   overflow: visible;
 }

 .text_64e63d84e3e6 {
   width: 880.71px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_64e63d84e3e6 {
   overflow: visible;
 }

 .container_f56326cb7e66 {
   width: 1452.57px;
   height: 97px;
   position: absolute !important;
   left: 81.21px;
   top: 5582.4px;
   align-items: center;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_42bf43516585 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

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

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

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

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

 .text_c928e9a426ac {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_28763217f277 {
   padding: 0 70px 0 70px;
   width: 788.05px;
   height: 93px;
   position: absolute !important;
   left: 413.94px;
   top: 2241px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 58px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 999px 999px 999px 999px;
 }

 .text_ca46f1478583 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca46f1478583 {
   overflow: visible;
 }

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

 .text_autoheight_5ac9e8bdcca5 {
   overflow: visible;
 }

 .container_3dbc6a462836 {
   width: 926px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 203px;
   top: 4731px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_54e2aaaa37b1 {
   width: 501.3px;
   height: 83px;
   z-index: 1;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_54e2aaaa37b1 {
   overflow: visible;
 }

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

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

 .text_3d6de0d492db {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_b6a98a2a7cef {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_1525c9dfd2df {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

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

 .container_41e376136f57 {
   width: 501.3px;
   height: 370px;
   z-index: 1;
   position: absolute !important;
   left: 198.85px;
   top: 3975.65px;
   align-items: flex-start;
   justify-content: center;
   gap: 29px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b56b747c615 {
   width: 329px;
   height: 503px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #01764e80;
   border-radius: 15px 15px 15px 15px;
   mix-blend-mode: normal;
 }

 .container_9c37b466f8f8 {
   position: absolute !important;
   overflow: visible;
   width: 329px;
   height: 503px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/572:3405.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 15px 15px 15px 15px;
 }

 .text_168a06deeed7 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_168a06deeed7 {
   overflow: visible;
 }

 .text_13c0497d7677 {
   width: 100%;
   min-width: 0;
   height: 76px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_13c0497d7677 {
   overflow: visible;
 }

 .container_3323a2914819 {
   width: 282.14px;
   height: 144.97px;
   z-index: 2;
   position: absolute !important;
   left: 23.43px;
   top: 29.65px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5c3cce1988d8 {
   width: 73.36px;
   height: 73.72px;
   z-index: 2;
   position: absolute !important;
   left: 203.97px;
   top: 419.71px;
 }

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

 .container_19004b25d2f1 {
   position: absolute !important;
   overflow: visible;
   width: 329px;
   height: 503px;
   z-index: 1;
   left: 1166px;
   top: 4860.89px;
 }

 .container_4db135771987 {
   width: 329px;
   height: 503px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000033;
   border-radius: 15px 15px 15px 15px;
   mix-blend-mode: normal;
 }

 .container_669886743a20 {
   position: absolute !important;
   overflow: visible;
   width: 329px;
   height: 503px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/572:3413.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 15px 15px 15px 15px;
 }

 .text_0058e1d0a2ea {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0058e1d0a2ea {
   overflow: visible;
 }

 .text_f20ef7db6227 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f20ef7db6227 {
   overflow: visible;
 }

 .container_ef5db27db52e {
   width: 282.14px;
   height: 144.97px;
   z-index: 2;
   position: absolute !important;
   left: 23.43px;
   top: 29.65px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b805a62842ff {
   width: 73.36px;
   height: 73.72px;
   z-index: 2;
   position: absolute !important;
   left: 242.97px;
   top: 419.71px;
 }

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

 .container_4cb604eeb6e5 {
   position: absolute !important;
   overflow: visible;
   width: 329px;
   height: 503px;
   z-index: 1;
   left: 121px;
   top: 4860.89px;
 }

 .imageview_eabdf56651ac {
   width: 328px;
   height: 503px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_c0caf93bffd2 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0caf93bffd2 {
   overflow: visible;
 }

 .text_b208ab7a1062 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b208ab7a1062 {
   overflow: visible;
 }

 .container_08424d86efd3 {
   width: 281.42px;
   height: 144.97px;
   z-index: 2;
   position: absolute !important;
   left: 23.37px;
   top: 29.65px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_880ba6b86703 {
   position: absolute !important;
   overflow: visible;
   width: 328.17px;
   height: 503px;
   z-index: 1;
   left: 818.22px;
   top: 4860.66px;
 }

 .imageview_9c5cb1a1f661 {
   width: 329px;
   height: 503px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_e18e76f7bcbe {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e18e76f7bcbe {
   overflow: visible;
 }

 .text_0ee464155f93 {
   width: 100%;
   min-width: 0;
   height: 57px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0ee464155f93 {
   overflow: visible;
 }

 .container_f81ca3beb438 {
   width: 282.14px;
   height: 144.97px;
   z-index: 2;
   position: absolute !important;
   left: 23.43px;
   top: 29.65px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1fb980d5de0a {
   width: 73.36px;
   height: 73.72px;
   z-index: 2;
   position: absolute !important;
   left: 242.97px;
   top: 419.71px;
 }

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

 .container_1d9d391fc3c5 {
   position: absolute !important;
   overflow: visible;
   width: 329px;
   height: 503px;
   z-index: 1;
   left: 470px;
   top: 4860.89px;
 }

 .container_d30eb6f0fd83 {
   width: 1651.13px;
   height: 593.12px;
   position: absolute !important;
   left: -18.06px;
   top: 6737.88px;
   background: #f0f3eb;
 }

 .imageview_1a0cc6e72f3d {
   width: 21.82px;
   height: 30px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1a0cc6e72f3d img {
   position: absolute;
   width: 23.8px !important;
   height: 32.2px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.2px;
 }

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

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

 .text_autoheight_3e4af389008b {
   overflow: visible;
 }

 .text_fb764729bdfd {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fb764729bdfd {
   overflow: visible;
 }

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

 .text_e20a8f6588e4 {
   width: 100%;
   min-width: 0;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_7b2bbec8751f {
   padding: 25px 27px 25px 27px;
   width: 369px;
   height: 249px;
   z-index: 1;
   position: absolute !important;
   left: 203px;
   top: 6959.67px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_d2ddb334b4fd {
   overflow: visible;
 }

 .text_f79c24b668f7 {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f79c24b668f7 {
   overflow: visible;
 }

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

 .text_c10724bdcb17 {
   width: 100%;
   min-width: 0;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_1b240d77eac8 {
   padding: 25px 27px 25px 27px;
   width: 389px;
   height: 249px;
   z-index: 1;
   position: absolute !important;
   left: 586px;
   top: 6959.67px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_6d11c1a19389 {
   overflow: visible;
 }

 .text_6fc1addf7f5b {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6fc1addf7f5b {
   overflow: visible;
 }

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

 .text_ed982ac04aa9 {
   width: 100%;
   min-width: 0;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_5982d43fc410 {
   padding: 25px 27px 25px 27px;
   width: 389px;
   height: 249px;
   z-index: 1;
   position: absolute !important;
   left: 989px;
   top: 6959.67px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_4c45ac37af1c {
   width: 615.73px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 204.27px;
   top: 6865.86px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_5bdbcd0243e6 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5bdbcd0243e6 {
   overflow: visible;
 }

 .text_f45ee739add6 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_f7450530d22a {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f7450530d22a {
   overflow: visible;
 }

 .text_557999fa6288 {
   width: 496.32px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_557999fa6288 {
   overflow: visible;
 }

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

 .container_3f38483e049c {
   width: 580px;
   height: 202px;
   position: absolute !important;
   left: 856.8px;
   top: 3054.58px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ab51f1dae374 {
   width: 579px;
   height: 358px;
   position: absolute !important;
   left: 199.32px;
   top: 3001.58px;
   _scaling-factor: 0.5;
 }

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

 .text_331c849d06e8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_331c849d06e8 {
   overflow: visible;
 }

 .text_d451af2dad42 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_6813e2e4da2c {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6813e2e4da2c {
   overflow: visible;
 }

 .text_7fb9734322f3 {
   width: 496.32px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7fb9734322f3 {
   overflow: visible;
 }

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

 .container_a2cf926d0a31 {
   width: 580px;
   height: 202px;
   position: absolute !important;
   left: 206.33px;
   top: 2578.29px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_42a29d5506b2 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_42a29d5506b2 {
   overflow: visible;
 }

 .text_1070c7fda461 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_ee837ffbe9af {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ee837ffbe9af {
   overflow: visible;
 }

 .text_97500c39316a {
   width: 496.32px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_97500c39316a {
   overflow: visible;
 }

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

 .container_56d47e6f0c7c {
   width: 580px;
   height: 202px;
   position: absolute !important;
   left: 206.33px;
   top: 3498.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_51716aefb7fd {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_032020aa731a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4c9d15379311 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_bd8a77ee401a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1622e965fd5f {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_8c8f50819144 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_e2656420efb5 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_97a7c011d57b {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0132369a1783 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_92aa66510f68 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_ebd69eae8147 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0c1ad4211c9b {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9a4767479383 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ee93c624724e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ee3c0087a885 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_434fe61a91a7 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_538663c5dec8 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4142c4dd135e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_655452c770bb {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2a02a3759c07 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_679e4eb8bd33 {
   width: 879px;
   height: 164px;
   z-index: 2;
   position: absolute !important;
   left: 612px;
   top: 7566px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_e9e855b597b5 {
   width: fit-content;
   z-index: 2;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_4513cc62ce92 {
   width: 203px;
   height: 39.38px;
   z-index: 2;
   position: absolute !important;
   left: 203px;
   top: 7591.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4513cc62ce92 {
   position: absolute !important;
   left: 203px;
   top: 7591.81px;
   width: 203px;
   height: 39.38px;
   z-index: 2;
 }

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

 .container_157aea2a17a2 {
   width: 1455px;
   height: 426px;
   position: absolute !important;
   left: -40px;
   top: 0px;
   background: linear-gradient(90deg, #033125ff 0%, #0a9774ff 100%);
 }

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

 .text_autoheight_1bac0727743a {
   overflow: visible;
 }

 .text_b5956ee7d7b9 {
   width: 100%;
   min-width: 0;
   height: 101px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b5956ee7d7b9 {
   overflow: visible;
 }

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

 .imageview_d91b87f73369 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 500px 500px 500px 500px;
 }

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

 .container_5b4572650a54 {
   position: relative !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_6eedc7f90e49 {
   width: 121.75px;
   height: 22.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_dc176464dd8a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 21.5px;
   line-height: 19.5px;
   font-family: 'Inter';
 }

 .container_500864b8bde4 {
   position: relative !important;
   overflow: visible;
   width: 232px;
   height: 41.5px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_c4544f08a56a {
   padding: 42px 17px 42px 17px;
   width: 946.41px;
   height: 299.5px;
   z-index: 1;
   position: absolute !important;
   left: 214.3px;
   top: 63.25px;
   align-items: center;
   justify-content: flex-start;
   gap: 37px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d5197729d427 {
   position: absolute !important;
   width: 1375px;
   height: 426px;
   left: 120px;
   top: 6244.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #0d2b22;
   border-radius: 30px 30px 30px 30px;
 }

 .text_b26fcab31e1c {
   width: 970.65px;
   height: 83px;
   z-index: 2;
   position: absolute !important;
   left: 208.17px;
   top: 7395.31px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b26fcab31e1c {
   overflow: visible;
 }

 .text_2a87d28f486a {
   width: 126.49px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_4a413864a475 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 2;
   left: 1309px;
   top: 7403.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_4a413864a475 {
   position: absolute !important;
   overflow: visible;
   left: 1309px;
   top: 7403.81px;
   width: 182px;
   height: 66px;
   z-index: 2;
 }

 .container_nested_4a413864a475 {
   width: 182px;
   height: 66px;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_92ec89f1bf5d {
   width: 1658.06px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: -21.53px;
   top: 7517.01px;
 }

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

 .imageview_92ec89f1bf5d img {
   position: absolute;
   width: 1615.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 21.5px;
   top: -0.5px;
 }

 .imageview_d70799fa6e4a {
   width: 1658.06px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: -21.53px;
   top: 7798.18px;
 }

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

 .imageview_d70799fa6e4a img {
   position: absolute;
   width: 1615.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 21.5px;
   top: -0.5px;
 }

 .text_a48446f7cc50 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_7b269e8ab650 {
   width: 114.75px;
   height: 24px;
   z-index: 2;
 }

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

 .container_183c38f11aba {
   width: 245.75px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 203px;
   top: 7836.99px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3f60a46ce8bf {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_63f6a4f0461d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7aa02b70130e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_1243d55121df {
   width: 588px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 807.5px;
   top: 7839.49px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e6fb31d535e6 {
   width: 641.02px;
   height: 651.96px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .imageview_ee98ba7288f2 {
   width: 47px;
   height: 47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_ff858ce09b99 {
   width: fit-content;
   z-index: 2;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_e02b47b91caa {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 33px 33px 33px 33px;
 }

 .imageview_996c1fdf9ba9 {
   width: 47px;
   height: 47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_c6c64db1ec4b {
   width: fit-content;
   z-index: 2;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_739d4dff0631 {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 81px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 33px 33px 33px 33px;
 }

 .imageview_73d28f17bc1d {
   width: 47px;
   height: 47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_11718c0bf301 {
   width: fit-content;
   z-index: 2;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_abb0cb2ab9a1 {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 81px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 33px 33px 33px 33px;
 }

 .imageview_4cb086961d88 {
   width: 47px;
   height: 47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_7e34cbf2cf6e {
   width: fit-content;
   z-index: 2;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_a05f11993eb3 {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 81px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 33px 33px 33px 33px;
 }

 .container_wrapper_a05f11993eb3 {
   width: 100%;
   min-width: 0;
   height: 81px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_a05f11993eb3 {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 33px 33px 33px 33px;
 }

 .imageview_60521628ea4a {
   width: 47px;
   height: 47px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_0bca22307ced {
   width: fit-content;
   z-index: 2;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_99d463fa798d {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 81px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 33px 33px 33px 33px;
 }

 .container_wrapper_99d463fa798d {
   width: 100%;
   min-width: 0;
   height: 81px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_99d463fa798d {
   padding: 0 27px 0 27px;
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 33px 33px 33px 33px;
 }

 .container_95d89b01e481 {
   width: 527px;
   height: 480px;
   z-index: 2;
   position: absolute !important;
   left: 57.01px;
   top: 120.34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_db9251e03106 {
   width: 385.58px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 127.72px;
   top: 42.78px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_db9251e03106 {
   overflow: visible;
 }

 .imageview_9e6f786b9914 {
   width: 419.57px;
   height: 12.33px;
   z-index: 2;
   position: absolute !important;
   left: 110.72px;
   top: 85.58px;
 }

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

 .container_a7e1b16f4fea {
   position: absolute !important;
   overflow: visible;
   width: 641.02px;
   height: 651.96px;
   z-index: 1;
   left: 927.41px;
   top: 1268.22px;
 }

 .imageview_fe334db4c0ac {
   width: 579px;
   height: 358px;
   position: absolute !important;
   left: 896.46px;
   top: 2535.29px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ecfc3ae91a0d {
   width: 579px;
   height: 358px;
   position: absolute !important;
   left: 916px;
   top: 3420.98px;
   _scaling-factor: 0.5;
 }

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

 .text_02fca57396e1 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_02fca57396e1 {
   overflow: visible;
 }

 .text_f57b47bac8eb {
   width: 489.47px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f57b47bac8eb {
   overflow: visible;
 }

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

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

 .container_3106064439b1 {
   padding: 25px 27px 25px 27px;
   width: 561px;
   height: 153px;
   position: absolute !important;
   left: 934px;
   top: 5729.31px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_f22ac9ad135a {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f22ac9ad135a {
   overflow: visible;
 }

 .text_82064b664c01 {
   width: 384.57px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_82064b664c01 {
   overflow: visible;
 }

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

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

 .container_cf74cc80163a {
   padding: 25px 27px 25px 27px;
   width: 561px;
   height: 153px;
   position: absolute !important;
   left: 934px;
   top: 5896.31px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_e8d83a60ade6 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e8d83a60ade6 {
   overflow: visible;
 }

 .text_030bc6ab7b0a {
   width: 480.42px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_030bc6ab7b0a {
   overflow: visible;
 }

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

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

 .container_7775b890d168 {
   padding: 25px 27px 25px 27px;
   width: 561px;
   height: 153px;
   position: absolute !important;
   left: 934px;
   top: 6063.31px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .viewport_ec1e65dea7fc {
   width: 1615px;
   height: 7909px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_fd0d1dfab914 {
   width: 907.75px;
   height: 727.58px;
   position: absolute !important;
   left: 119.82px;
   top: 1953.26px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_6714252e6a5d {
   width: 678.33px;
   height: 553.05px;
   position: absolute !important;
   left: 816.82px;
   top: 3079.44px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_b1375d662445 {
   width: 678.33px;
   height: 1123.17px;
   position: absolute !important;
   left: 118.49px;
   top: 3079.44px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_95e957ecbe9b {
   width: 678.33px;
   height: 553.05px;
   position: absolute !important;
   left: 816.82px;
   top: 3649.56px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_6e17efe94960 {
   width: 445.33px;
   height: 716.55px;
   position: absolute !important;
   left: 1049.82px;
   top: 1964.3px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_2a99a56268f1 {
   width: 1375.33px;
   height: 364.47px;
   position: absolute !important;
   left: 119.82px;
   top: 2697.91px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_0353f172f840 {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: -21.9px;
   top: 4895.43px;
   background: #09211a;
 }

 .container_68bfab2892a0 {
   width: 1658.06px;
   height: 578.47px;
   z-index: 1;
   position: absolute !important;
   left: -21.9px;
   top: 4895.43px;
   background: #09211a;
 }

 .container_43e68da9c58e {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: 0.1px;
   top: -0.41px;
   background: #09211a;
 }

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

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

 .text_388e49b524b1 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_6cf3d7d50614 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_27f69bd95464 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_b37734e34ab1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_5778abf6de3f {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_bd838839e797 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_599836823f95 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_ac02cd2f8721 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_919f64e490f6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fd966669f104 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_750de7aa122a {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_a6ff82923859 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_23a9ac8beb9c {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_ef1da009da60 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_ef1da009da60 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_ef1da009da60 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_c80871a8e529 {
   padding: 0 26px 0 26px;
   width: 1370px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 122.13px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_c80871a8e529 {
   position: absolute !important;
   left: 122.13px;
   top: 48px;
   width: 1370px;
   height: 60px;
   z-index: 1;
 }

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

 .text_270f5637f3f7 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b147728e57b8 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1093affcbad4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_97475643b7e7 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6ad36f5456b0 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_7877ec2a46a8 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_52acced675df {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_206e29c7260c {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5ea55728e1d4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1c761e4eee01 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_710636a6dbf7 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_890fbceaad5b {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_37a2a4ab7a1a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3fa2c6e22f80 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c012ca0c89ad {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_62a3a6aade77 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_21fa49f272c9 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9291e0681614 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d688c4af97e4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6bd14f547fee {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_55423777f79e {
   width: 879px;
   height: 164px;
   z-index: 2;
   position: absolute !important;
   left: 611.63px;
   top: 5130.43px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_0bcfa639fbd4 {
   width: fit-content;
   z-index: 2;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_800400f518b7 {
   width: 203px;
   height: 39.38px;
   z-index: 2;
   position: absolute !important;
   left: 202.63px;
   top: 5156.24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_800400f518b7 {
   position: absolute !important;
   left: 202.63px;
   top: 5156.24px;
   width: 203px;
   height: 39.38px;
   z-index: 2;
 }

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

 .text_5b1c8a659a71 {
   width: 970.65px;
   height: 83px;
   z-index: 2;
   position: absolute !important;
   left: 207.81px;
   top: 4959.74px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5b1c8a659a71 {
   overflow: visible;
 }

 .text_d361385319b6 {
   width: 126.49px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_1f18d695a8fa {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 2;
   left: 1308.63px;
   top: 4968.24px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_1f18d695a8fa {
   position: absolute !important;
   overflow: visible;
   left: 1308.63px;
   top: 4968.24px;
   width: 182px;
   height: 66px;
   z-index: 2;
 }

 .container_nested_1f18d695a8fa {
   width: 182px;
   height: 66px;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_8aa71848cdf3 {
   width: 1658.06px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: -21.9px;
   top: 5081.44px;
 }

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

 .imageview_8aa71848cdf3 img {
   position: absolute;
   width: 1615.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 21.9px;
   top: -0.5px;
 }

 .imageview_3e6cc79b11d4 {
   width: 1658.06px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: -21.9px;
   top: 5362.61px;
 }

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

 .imageview_3e6cc79b11d4 img {
   position: absolute;
   width: 1615.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 21.9px;
   top: -0.5px;
 }

 .text_a46e38c16d9d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_9c6070898e43 {
   width: 114.75px;
   height: 24px;
   z-index: 2;
 }

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

 .container_1008e8f184fb {
   width: 245.75px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 202.63px;
   top: 5401.42px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4ef6129f6087 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9aaeb4364ea2 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a97986cc1e0e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_966faf12f001 {
   width: 588px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 807.13px;
   top: 5403.92px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c4542fe2f00c {
   width: 462.33px;
   height: 83px;
   flex-shrink: 0;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4542fe2f00c {
   overflow: visible;
 }

 .text_43ab6fadb31e {
   width: 431.65px;
   height: 86px;
   flex-shrink: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_43ab6fadb31e {
   overflow: visible;
 }

 .text_92bad5e0ea7b {
   width: 391.02px;
   height: 86px;
   flex-shrink: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_92bad5e0ea7b {
   overflow: visible;
 }

 .container_cd954c964805 {
   width: 1374.99px;
   height: 86px;
   position: absolute !important;
   left: 119.82px;
   top: 687.2px;
   justify-content: center;
   align-items: center;
   gap: 0 45px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_1732997580e6 {
   overflow: visible;
 }

 .text_13516010b461 {
   width: 100%;
   min-width: 0;
   height: 135px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_13516010b461 {
   overflow: visible;
 }

 .text_07012a2ee0a3 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .container_nested_1694ed473e08 {
   width: 187.25px;
   height: 52px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .text_898abcbaec70 {
   width: 74.86px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_7ed29a588da8 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .container_nested_7ed29a588da8 {
   width: 137.62px;
   height: 52px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_0fb88a6ece98 {
   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_a802d6143d44 {
   width: 673.63px;
   height: 243px;
   z-index: 1;
   position: absolute !important;
   left: 153.31px;
   top: 249px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9b2a47562b9 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e9b2a47562b9 {
   overflow: visible;
 }

 .text_d1db7f3aa845 {
   width: 650.01px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d1db7f3aa845 {
   overflow: visible;
 }

 .container_d8245e3fcab1 {
   width: 1452.57px;
   height: 95px;
   position: absolute !important;
   left: 119.63px;
   top: 1138.41px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_77e04147987c {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .container_wrapper_f9bd6dce2131 {
   position: absolute !important;
   left: 1222.63px;
   top: 1161.91px;
   width: 218px;
   height: 52px;
   z-index: 1;
 }

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

 .imageview_46db5326d0c8 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_fe1a03a89462 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fe1a03a89462 {
   overflow: visible;
 }

 .text_84136ac0b557 {
   width: 330.96px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_84136ac0b557 {
   overflow: visible;
 }

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

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

 .container_a7017ede9c05 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 119.63px;
   top: 1297.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_f1d07f583986 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_fde25b0a44f8 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fde25b0a44f8 {
   overflow: visible;
 }

 .text_8d46cfd86ac2 {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8d46cfd86ac2 {
   overflow: visible;
 }

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

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

 .container_36a305d2b75d {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 119.63px;
   top: 1561.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_54389aa802c1 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_62c111d9e9f7 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_62c111d9e9f7 {
   overflow: visible;
 }

 .text_ff932ea45049 {
   width: 330.96px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ff932ea45049 {
   overflow: visible;
 }

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

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

 .container_48f0d6df04d8 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 584.63px;
   top: 1297.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_a97e2b166282 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_2bac022b7271 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2bac022b7271 {
   overflow: visible;
 }

 .text_3318f2718a3d {
   width: 330.96px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3318f2718a3d {
   overflow: visible;
 }

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

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

 .container_7bf4636248cc {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 584.63px;
   top: 1561.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_91f23fdd2b4a {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_f14882fdf8c5 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f14882fdf8c5 {
   overflow: visible;
 }

 .text_5257ce741c29 {
   width: 330.96px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5257ce741c29 {
   overflow: visible;
 }

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

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

 .container_d98f055f07a6 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 1049.63px;
   top: 1297.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_97147064172a {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_4c519bf567c3 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4c519bf567c3 {
   overflow: visible;
 }

 .text_82b021d05605 {
   width: 330.96px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_82b021d05605 {
   overflow: visible;
 }

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

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

 .container_e2e6fec0351f {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 1049.63px;
   top: 1561.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_b6c84aada605 {
   width: 1664.46px;
   height: 240.76px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_b3dacfcf3b5a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 725.73px;
   top: 197.61px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .imageview_88d3af661574 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_08d6385cb295 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .imageview_cda5e03437c9 {
   width: 25px;
   height: 25px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_2064c0ca6ca2 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .imageview_07e68e98b3e8 {
   width: 23px;
   height: 25px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_dee2b5a4c825 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .imageview_04baa42ea444 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_65b1f4e69881 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .container_6e1a601f633f {
   width: 1021px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 321.73px;
   top: 110.16px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 39px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb332e6017ac {
   width: 505.26px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 579.6px;
   top: 35.71px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_cb332e6017ac {
   overflow: visible;
 }

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

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

 .container_dace6cc78da5 {
   position: absolute !important;
   overflow: visible;
   width: 1664.46px;
   height: 240.76px;
   left: -25.09px;
   top: 816.46px;
 }

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

 .text_autoheight_a3862c1b1997 {
   overflow: visible;
 }

 .text_8294cabcf8ac {
   width: 294.66px;
   height: 68px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8294cabcf8ac {
   overflow: visible;
 }

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

 .text_6bf72923a428 {
   width: 369.5px;
   height: 100px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6bf72923a428 {
   overflow: visible;
 }

 .text_937f9efbdbff {
   width: 362.77px;
   height: 140px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_937f9efbdbff {
   overflow: visible;
 }

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

 .container_981343c4d63c {
   width: 369px;
   height: 356px;
   z-index: 1;
   position: absolute !important;
   left: 1086.57px;
   top: 1994.3px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_73876003292c {
   width: fit-content;
   z-index: 1;
   line-height: 15.4px;
   font-family: 'Inter';
 }

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

 .text_autoheight_4b08477dedf5 {
   overflow: visible;
 }

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

 .text_3987dc6561e9 {
   width: 578.04px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3987dc6561e9 {
   overflow: visible;
 }

 .text_80b22c64cad0 {
   width: 484.8px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_80b22c64cad0 {
   overflow: visible;
 }

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

 .container_e0a9210052e9 {
   width: 647px;
   height: 182px;
   z-index: 1;
   position: absolute !important;
   left: 856.51px;
   top: 3113.43px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e262a36b9dfc {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_e844b7be2269 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 1092.88px;
   top: 2594.85px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e844b7be2269 {
   position: absolute !important;
   left: 1092.88px;
   top: 2594.85px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_5b081f8afa11 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_67a26c5121ca {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 870.32px;
   top: 4114.67px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_67a26c5121ca {
   position: absolute !important;
   left: 870.32px;
   top: 4114.67px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_63b07f303002 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_ee21b0fd400f {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 167.32px;
   top: 4114.67px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_ee21b0fd400f {
   position: absolute !important;
   left: 167.32px;
   top: 4114.67px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_19dee1b1de3f {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_39415783d89f {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 868.41px;
   top: 3544.55px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_39415783d89f {
   position: absolute !important;
   left: 868.41px;
   top: 3544.55px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

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

 .text_autoheight_d612da652f7d {
   overflow: visible;
 }

 .text_ce6f5cef111a {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_e3ee4f3744d4 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e3ee4f3744d4 {
   overflow: visible;
 }

 .text_4d244e2b41fb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_bbd75dfdcc10 {
   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_6797d4b23555 {
   width: 580px;
   height: 222px;
   z-index: 1;
   position: absolute !important;
   left: 853.52px;
   top: 3689.6px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_54b5ae6a74c6 {
   overflow: visible;
 }

 .text_a9f9f6ddd9cc {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_9827efbbe5bf {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9827efbbe5bf {
   overflow: visible;
 }

 .text_6a2a7a6f43d1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f84e7bbc3cc5 {
   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_0e4eaa1239e9 {
   width: 580px;
   height: 222px;
   z-index: 1;
   position: absolute !important;
   left: 173.32px;
   top: 2733.18px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_805fa18e85fb {
   overflow: visible;
 }

 .text_d186630952ae {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_2de7772b6a71 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2de7772b6a71 {
   overflow: visible;
 }

 .text_729f053ea202 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_4c09fcae8ec0 {
   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_e5d65395540f {
   width: 580px;
   height: 222px;
   z-index: 1;
   position: absolute !important;
   left: 173.32px;
   top: 3113.43px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_4ec6607889eb {
   overflow: visible;
 }

 .text_e77f15aabf3e {
   width: 728.99px;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e77f15aabf3e {
   overflow: visible;
 }

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

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

 .text_autoheight_648ad24303f0 {
   overflow: visible;
 }

 .container_3fcd890e3fcd {
   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_cc4c174db8f8 {
   width: 586px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 176.63px;
   top: 1994.3px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_a964edcbe525 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a964edcbe525 {
   overflow: visible;
 }

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

 .text_autoheight_88d66771c1fd {
   overflow: visible;
 }

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

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

 .container_1d60cc826efc {
   padding: 13px 34px 13px 34px;
   width: 800px;
   height: 117px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_0924c5858dcf {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0924c5858dcf {
   overflow: visible;
 }

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

 .text_autoheight_c54aa30bf3d5 {
   overflow: visible;
 }

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

 .container_66be2a3bc025 {
   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_c752fe6ba3b1 {
   padding: 13px 34px 13px 34px;
   width: 800px;
   height: 117px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_deb025cb4879 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_deb025cb4879 {
   overflow: visible;
 }

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

 .text_autoheight_87e77185bfb7 {
   overflow: visible;
 }

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

 .container_c614263c35fe {
   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_8cde328160ac {
   padding: 13px 34px 13px 34px;
   width: 800px;
   height: 117px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .container_b9a742caf22e {
   width: 800px;
   height: 371px;
   z-index: 1;
   position: absolute !important;
   left: 176.63px;
   top: 2164.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_56ee476ccfc4 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_0f838eeab32b {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 176.63px;
   top: 2594.85px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_0f838eeab32b {
   position: absolute !important;
   left: 176.63px;
   top: 2594.85px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .container_439de18bf83f {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 665.63px;
   top: 2550px;
 }

 .text_f5dfd0271fa5 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_d6f1a28ed1d4 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 176.63px;
   top: 2982.18px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_d6f1a28ed1d4 {
   position: absolute !important;
   left: 176.63px;
   top: 2982.18px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .container_821666860e40 {
   width: 1615px;
   height: 385.46px;
   position: absolute !important;
   left: -0.37px;
   top: 4307.86px;
   background: #0d2b22;
 }

 .container_15cfbaaaeb86 {
   width: 385px;
   height: 1634px;
   z-index: 3;
   position: absolute !important;
   left: 385px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #1d9e754d;
   mix-blend-mode: normal;
 }

 .container_d0a62242c2c1 {
   position: absolute !important;
   overflow: visible;
   width: 385px;
   height: 1634px;
   z-index: 3;
   transform: rotate(-89.99999749552194deg) scale(-1, 1);
   transform-origin: 0 0;
   left: -9.77px;
   top: 4307.86px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/573:6433.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_234b265bdad3 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .text_81ca2c5b8ccf {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 4;
   line-height: 33.32px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_81ca2c5b8ccf {
   overflow: visible;
 }

 .text_784b88a2874a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 4;
   line-height: 23.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_784b88a2874a {
   overflow: visible;
 }

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

 .text_c3f014698cd6 {
   width: fit-content;
   z-index: 4;
   line-height: 21.21px;
   font-family: 'Manrope';
 }

 .imageview_4e450a6e76f4 {
   width: 27.96px;
   height: 27.96px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_984c6077db06 {
   padding: 11.65px 27.96px 11.65px 27.96px;
   width: 344.88px;
   height: 60.59px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 11.65px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 1163.98px 1163.98px 1163.98px 1163.98px;
 }

 .container_wrapper_984c6077db06 {
   width: 344.88px;
   height: 60.59px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_nested_984c6077db06 {
   padding: 11.65px 27.96px 11.65px 27.96px;
   width: 344.88px;
   height: 60.59px;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 11.65px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 1163.98px 1163.98px 1163.98px 1163.98px;
 }

 .container_ae2d8843f7da {
   width: 1369.18px;
   height: 75px;
   z-index: 4;
   position: absolute !important;
   left: 122.54px;
   top: 4441px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 54.76px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ec5b2631d65 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 469.63px;
   top: 4631.14px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .text_4c71aa1d58a7 {
   width: 1098.83px;
   height: 22px;
   z-index: 4;
   position: absolute !important;
   left: 50.08px;
   top: 0px;
   line-height: 21.82px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4c71aa1d58a7 {
   overflow: visible;
 }

 .imageview_05f101053a31 {
   width: 230px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 350.01px;
   top: 34.23px;
   _scaling-factor: 0.5;
 }

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

 .imageview_127328980397 {
   width: 259px;
   height: 104px;
   z-index: 4;
   position: absolute !important;
   left: 939.8px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e05a694d60d9 {
   width: 154.6px;
   height: 50.97px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 26.1px;
 }

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

 .imageview_19c4d051d4ce {
   width: 86.85px;
   height: 86.85px;
   z-index: 4;
   position: absolute !important;
   left: 208.88px;
   top: 7.51px;
 }

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

 .imageview_45d4752c588a {
   width: 271.81px;
   height: 58.56px;
   z-index: 4;
   position: absolute !important;
   left: 633.96px;
   top: 22.03px;
 }

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

 .container_9e33e95c2644 {
   position: absolute !important;
   overflow: visible;
   width: 1199px;
   height: 103.68px;
   z-index: 4;
   left: 0px;
   top: 30.36px;
 }

 .container_16c6131cb37e {
   position: absolute !important;
   overflow: visible;
   width: 1199px;
   height: 134.04px;
   z-index: 4;
   left: 207.63px;
   top: 4732.23px;
 }

 .imageview_ebcc2e84ae6b {
   width: 333px;
   height: 167px;
   z-index: 1;
   position: absolute !important;
   left: 1101.71px;
   top: 2383px;
   _scaling-factor: 0.5;
 }

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

 .imageview_86e86c0c8f68 {
   width: 637px;
   height: 231px;
   z-index: 1;
   position: absolute !important;
   left: 807.5px;
   top: 2751.18px;
   _scaling-factor: 0.5;
 }

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

 .imageview_a7db904fea39 {
   width: 613px;
   height: 543px;
   z-index: 1;
   position: absolute !important;
   left: 164.98px;
   top: 3415.61px;
   _scaling-factor: 0.5;
 }

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

 .imageview_6b2c9caf284e {
   width: 584px;
   height: 121px;
   z-index: 1;
   position: absolute !important;
   left: 864.23px;
   top: 3952.88px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e779052813c6 {
   width: 584px;
   height: 121px;
   z-index: 1;
   position: absolute !important;
   left: 868.41px;
   top: 3359.74px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ba3ec13313ad {
   width: 611px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 942.59px;
   top: 170.88px;
   _scaling-factor: 0.5;
 }

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

 .viewport_6738354d13ba {
   width: 1615px;
   height: 5474px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_46582c5aab66 {
   width: 907.75px;
   height: 727.58px;
   position: absolute !important;
   left: 120px;
   top: 1953.26px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_42ddcf10cfe1 {
   width: 678.33px;
   height: 553.05px;
   position: absolute !important;
   left: 817px;
   top: 3109.44px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_6a99b699c0ff {
   width: 678.33px;
   height: 1123.17px;
   position: absolute !important;
   left: 118.67px;
   top: 3109.44px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_8b4960ccee30 {
   width: 678.33px;
   height: 553.05px;
   position: absolute !important;
   left: 817px;
   top: 3679.55px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_193875f771cd {
   width: 445.33px;
   height: 716.55px;
   position: absolute !important;
   left: 1050px;
   top: 1964.3px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_ed3c05b04739 {
   width: 1375.33px;
   height: 394.63px;
   position: absolute !important;
   left: 120px;
   top: 2697.91px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .container_205fe60d6143 {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: 0.28px;
   top: -0.41px;
   background: #09211a;
 }

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

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

 .text_fb7988c80b8d {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_a196b34f1215 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_976e2bd929bb {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_e8856ef4c33f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_de711aa97c6d {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_4c55464b0086 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1cddb17bc12e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_30aa73639d85 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_dbf2f7c6dd66 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5d97e2e18d0a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_867be9ba0b63 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_ccd60c0e92a9 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_376a5070c0d2 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_9f91326de05d {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_9f91326de05d {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_9f91326de05d {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_592b31f4c1a4 {
   padding: 0 26px 0 26px;
   width: 1370px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 122.32px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_592b31f4c1a4 {
   position: absolute !important;
   left: 122.32px;
   top: 48px;
   width: 1370px;
   height: 60px;
   z-index: 1;
 }

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

 .container_f39e777a8cff {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_0addeac05232 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_382f54d3b10d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_09f03c97bb18 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c0bc4db051e6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fdee27c6dd0d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_24d423d8572e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d6075a4bf9f2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8104a50227be {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8d39a9ab7d27 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_21b6580b4c36 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_62b0077c4730 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d144d6b1d937 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_72659bb5315f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f26053dc80e6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5ca911ee72e7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_c85c5a6bb749 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_516edf65c0a9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4f137e244b0a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_87203992cd2d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ed709333a9ab {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_59834d1d3155 {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_88565667d555 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_0643f0f0ffb6 {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_0643f0f0ffb6 {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

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

 .text_8d61fa32d216 {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 64.31px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d61fa32d216 {
   overflow: visible;
 }

 .text_732f901c01e9 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_74a446648b4b {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_74a446648b4b {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_74a446648b4b {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_a5ae01a0188e {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.71px;
   top: 185.51px;
 }

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

 .imageview_e1bc67f6fa91 {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.71px;
   top: 466.69px;
 }

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

 .text_e1be1de8c337 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_10f751c9a12c {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

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

 .container_4212ec521597 {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_aacfb5d878a0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_cfce6a7d1552 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8dfe7a2a8863 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_a9c3bf6d39a6 {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b8dec3374470 {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -21.71px;
   top: 4689.43px;
 }

 .text_dc383f974c5f {
   width: 310.9px;
   height: 42px;
   flex-shrink: 0;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc383f974c5f {
   overflow: visible;
 }

 .text_9b01e234172b {
   width: 431.65px;
   height: 86px;
   flex-shrink: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9b01e234172b {
   overflow: visible;
 }

 .text_5d040a07d797 {
   width: 391.02px;
   height: 86px;
   flex-shrink: 0;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5d040a07d797 {
   overflow: visible;
 }

 .container_e63f5467c2f6 {
   width: 1377.56px;
   height: 86px;
   position: absolute !important;
   left: 118.72px;
   top: 687px;
   justify-content: center;
   align-items: center;
   gap: 0 122px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_fbde4e3e0d85 {
   overflow: visible;
 }

 .text_870aab76305c {
   width: 847.44px;
   height: 202px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_870aab76305c {
   overflow: visible;
 }

 .text_8d9c86c44e3a {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .container_nested_8aada46176a5 {
   width: 187.25px;
   height: 52px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .text_0d18713607cd {
   width: 74.86px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_2f3b02322677 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .container_nested_2f3b02322677 {
   width: 137.62px;
   height: 52px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_dc8cde07712d {
   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_8226efeac09e {
   width: 673.63px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 153.49px;
   top: 204.05px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_27e5bea0f5be {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_27e5bea0f5be {
   overflow: visible;
 }

 .text_06b507aaa5b8 {
   width: 734.33px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_06b507aaa5b8 {
   overflow: visible;
 }

 .container_17d91fb8fe9b {
   width: 1452.57px;
   height: 115px;
   position: absolute !important;
   left: 119.82px;
   top: 1143.41px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f2edf9d71d2 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .container_wrapper_d959eeb30bbf {
   position: absolute !important;
   left: 1203.82px;
   top: 1161.91px;
   width: 256px;
   height: 52px;
   z-index: 1;
 }

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

 .imageview_56fc8963b69b {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_22a693cbb77a {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_22a693cbb77a {
   overflow: visible;
 }

 .text_ea4db4eaf4a8 {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ea4db4eaf4a8 {
   overflow: visible;
 }

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

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

 .container_6690c91849f2 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 119.82px;
   top: 1297.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_153e48bbf784 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_2936d5678df9 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2936d5678df9 {
   overflow: visible;
 }

 .text_5454ed2417b6 {
   width: 381.12px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5454ed2417b6 {
   overflow: visible;
 }

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

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

 .container_86f771190546 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 119.82px;
   top: 1561.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_401b25a7596c {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_7d8b498092ab {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7d8b498092ab {
   overflow: visible;
 }

 .text_10281501cf25 {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_10281501cf25 {
   overflow: visible;
 }

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

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

 .container_877a7de7620b {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 584.82px;
   top: 1297.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_cac95e35ef69 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_5776556b1f77 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5776556b1f77 {
   overflow: visible;
 }

 .text_183e78138c02 {
   width: 381.08px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_183e78138c02 {
   overflow: visible;
 }

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

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

 .container_baf0e67011a1 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 584.82px;
   top: 1561.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_01a510c4d71e {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_48a35f5d984e {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_48a35f5d984e {
   overflow: visible;
 }

 .text_2f68e556e986 {
   width: 358.94px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2f68e556e986 {
   overflow: visible;
 }

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

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

 .container_df63f4613bd2 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 1049.82px;
   top: 1297.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_839fc05d7c9c {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_31a3c8f21e6b {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_31a3c8f21e6b {
   overflow: visible;
 }

 .text_f4236208b18b {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f4236208b18b {
   overflow: visible;
 }

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

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

 .container_1b2739002348 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 1049.82px;
   top: 1561.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_c3decb4eb2ed {
   width: 1664.46px;
   height: 240.76px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_b43a51499367 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 725.73px;
   top: 197.61px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .imageview_1e673b0901ba {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_c33694684e54 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .imageview_c6bc405824fb {
   width: 25px;
   height: 25px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_639dc1a960fc {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .imageview_ae6c8bbde580 {
   width: 23px;
   height: 25px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_9c51bf733d3a {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .imageview_0fa15a9ca38d {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_2dae365e7de4 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

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

 .container_52a014a447ea {
   width: 1021px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 321.73px;
   top: 110.16px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 39px;
   display: flex !important;
   flex-direction: row;
 }

 .text_dbd4df9eac6a {
   width: 505.26px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 579.6px;
   top: 35.71px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_dbd4df9eac6a {
   overflow: visible;
 }

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

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

 .container_f0543967471c {
   position: absolute !important;
   overflow: visible;
   width: 1664.46px;
   height: 240.76px;
   left: -24.91px;
   top: 816.46px;
 }

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

 .text_autoheight_8613f297b3f0 {
   overflow: visible;
 }

 .text_62320b1b20d8 {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_e2feb9514ff6 {
   width: 555.88px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e2feb9514ff6 {
   overflow: visible;
 }

 .text_b04322dc0c36 {
   width: 539.19px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b04322dc0c36 {
   overflow: visible;
 }

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

 .container_4894ac114de7 {
   width: 369px;
   height: 202px;
   z-index: 1;
   position: absolute !important;
   left: 173.5px;
   top: 2740.31px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c040d1b5c7ab {
   width: fit-content;
   z-index: 1;
   line-height: 15.4px;
   font-family: 'Inter';
 }

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

 .text_autoheight_9ad827ffc863 {
   overflow: visible;
 }

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

 .text_5eb4a4cceca9 {
   width: 578.04px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5eb4a4cceca9 {
   overflow: visible;
 }

 .text_4585d516fc10 {
   width: 484.8px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4585d516fc10 {
   overflow: visible;
 }

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

 .container_4322f238176e {
   width: 647px;
   height: 202px;
   z-index: 1;
   position: absolute !important;
   left: 167.5px;
   top: 3156.54px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e99efc97d001 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_92f4f6e50ce7 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 1093.07px;
   top: 2594.85px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_92f4f6e50ce7 {
   position: absolute !important;
   left: 1093.07px;
   top: 2594.85px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_74f3c9f0190c {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_4bc88cdd263c {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 870.5px;
   top: 4144.66px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_4bc88cdd263c {
   position: absolute !important;
   left: 870.5px;
   top: 4144.66px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_1a83321f0376 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_adb01c50b1f9 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 167.5px;
   top: 4144.66px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_adb01c50b1f9 {
   position: absolute !important;
   left: 167.5px;
   top: 4144.66px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_a23db8de7b10 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_cd339fc3ed78 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 868.59px;
   top: 3574.55px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_cd339fc3ed78 {
   position: absolute !important;
   left: 868.59px;
   top: 3574.55px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .text_34285673d8a5 {
   width: fit-content;
   z-index: 1;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .text_1de6e7d238f2 {
   width: 615.17px;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1de6e7d238f2 {
   overflow: visible;
 }

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

 .text_e2d9fff543ea {
   width: 578.04px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e2d9fff543ea {
   overflow: visible;
 }

 .text_8c0e242e8392 {
   width: 594.64px;
   height: 80px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8c0e242e8392 {
   overflow: visible;
 }

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

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

 .container_3dd5e5e68332 {
   width: 580px;
   height: 222px;
   z-index: 1;
   position: absolute !important;
   left: 868.59px;
   top: 3152.01px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_314ba3b0f88b {
   overflow: visible;
 }

 .text_5fe5c6cbc958 {
   width: 245.49px;
   height: 68px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5fe5c6cbc958 {
   overflow: visible;
 }

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

 .text_30177dc9cb05 {
   width: 402.91px;
   height: 100px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_30177dc9cb05 {
   overflow: visible;
 }

 .text_84a1eb88fb1a {
   width: 340.39px;
   height: 160px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_84a1eb88fb1a {
   overflow: visible;
 }

 .container_928eb602aab9 {
   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_e57b7d5757da {
   width: 580px;
   height: 376px;
   z-index: 1;
   position: absolute !important;
   left: 1076.82px;
   top: 1989.3px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_9e775b340d8d {
   overflow: visible;
 }

 .text_af2132a07980 {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_0471b1e749c8 {
   width: 810.24px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0471b1e749c8 {
   overflow: visible;
 }

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

 .text_30976f7f4a11 {
   width: 809.99px;
   height: 80px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_30976f7f4a11 {
   overflow: visible;
 }

 .container_ec3d3bbd9836 {
   width: 586px;
   height: 205px;
   z-index: 1;
   position: absolute !important;
   left: 176.82px;
   top: 1989.3px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_57b117b42e41 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_4c06a8effb92 {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 176.82px;
   top: 2594.85px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_4c06a8effb92 {
   position: absolute !important;
   left: 176.82px;
   top: 2594.85px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .container_a5498ab0d47b {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 665.82px;
   top: 2550px;
 }

 .text_df692719ebf2 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

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

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

 .container_f057eb291c3f {
   padding: 10px 24px 10px 24px;
   width: 296px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 176.82px;
   top: 3006.31px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_f057eb291c3f {
   position: absolute !important;
   left: 176.82px;
   top: 3006.31px;
   width: 296px;
   height: 52px;
   z-index: 1;
 }

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

 .container_f7aa79f41535 {
   width: 1615px;
   height: 385.46px;
   z-index: 1;
   position: absolute !important;
   left: -0.18px;
   top: 4307.86px;
   background: #0d2b22;
 }

 .container_d4efa95942b5 {
   width: 385px;
   height: 1634px;
   z-index: 2;
   position: absolute !important;
   left: 385px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #1d9e754d;
   mix-blend-mode: normal;
 }

 .container_7bc7bf6d43e1 {
   position: absolute !important;
   overflow: visible;
   width: 385px;
   height: 1634px;
   z-index: 2;
   transform: rotate(-89.99999749552194deg) scale(-1, 1);
   transform-origin: 0 0;
   left: -9.58px;
   top: 4307.86px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/574:9327.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_465c2ad996d7 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   z-index: 3;
   transform-origin: center;
 }

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

 .text_47ef198d471e {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 3;
   line-height: 33.32px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_47ef198d471e {
   overflow: visible;
 }

 .text_42ee2e9768b2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 3;
   line-height: 23.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_42ee2e9768b2 {
   overflow: visible;
 }

 .container_f19b4f90055b {
   width: 839.77px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.66px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e604ab24bf1f {
   width: fit-content;
   z-index: 3;
   line-height: 21.21px;
   font-family: 'Manrope';
 }

 .imageview_b36fda96cf2b {
   width: 27.96px;
   height: 27.96px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_29fd527bcf8f {
   padding: 11.65px 27.96px 11.65px 27.96px;
   width: 344.88px;
   height: 60.59px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 11.65px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 1163.98px 1163.98px 1163.98px 1163.98px;
 }

 .container_wrapper_29fd527bcf8f {
   width: 344.88px;
   height: 60.59px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_nested_29fd527bcf8f {
   padding: 11.65px 27.96px 11.65px 27.96px;
   width: 344.88px;
   height: 60.59px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 11.65px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 1163.98px 1163.98px 1163.98px 1163.98px;
 }

 .container_e1df995cafd5 {
   width: 1369.18px;
   height: 75px;
   z-index: 3;
   position: absolute !important;
   left: 122.73px;
   top: 4441px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 54.76px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fd3a57d62aeb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 469.82px;
   top: 4631.14px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .imageview_a3e0c6f80c32 {
   width: 558.45px;
   height: 294.38px;
   z-index: 1;
   position: absolute !important;
   left: 27.26px;
   top: 51.71px;
 }

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

 .container_79482b0c4fa6 {
   width: 386.83px;
   height: 201.44px;
   z-index: 2;
   position: absolute !important;
   left: 386.83px;
   top: 161.01px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #0f6e56;
   border-radius: 17.48px 17.48px 17.48px 17.48px;
 }

 .text_9f8b4215b74d {
   width: 334.77px;
   height: 70px;
   z-index: 3;
   position: absolute !important;
   left: 37.06px;
   top: 261.63px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Space Mono';
 }

 .text_autoheight_9f8b4215b74d {
   overflow: visible;
 }

 .imageview_ec868a443080 {
   width: 23.37px;
   height: 23.37px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_6306e6812de2 {
   width: 23.37px;
   height: 23.37px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_e6d7f6173eb5 {
   width: 23.37px;
   height: 23.37px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_d285212f0077 {
   width: 91.75px;
   height: 23.37px;
   z-index: 3;
   position: absolute !important;
   left: 113.27px;
   top: 179.45px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10.83px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9032b992047d {
   width: 173.34px;
   height: 196.93px;
   z-index: 3;
   position: absolute !important;
   left: 117.78px;
   top: 0px;
 }

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

 .container_a77b167b9aad {
   width: 29.46px;
   height: 29.46px;
   z-index: 3;
   transform: rotate(44.32958987858191deg);
   transform-origin: 0 0;
   border-top: 8.38px solid #0f6e56ff;
   border-right: 8.38px solid #0f6e56ff;
   border-bottom: 8.38px solid #0f6e56ff;
   border-left: 8.38px solid #0f6e56ff;
   position: absolute !important;
   left: 23.9px;
   top: 80.86px;
 }

 .container_41c95a41b757 {
   width: 29.46px;
   height: 29.46px;
   z-index: 3;
   transform: rotate(44.32958987858191deg);
   transform-origin: 0 0;
   border-top: 8.38px solid #0f6e56ff;
   border-right: 8.38px solid #0f6e56ff;
   border-bottom: 8.38px solid #0f6e56ff;
   border-left: 8.38px solid #0f6e56ff;
   position: absolute !important;
   left: 48.74px;
   top: 0.56px;
   border-radius: 837.57px 837.57px 837.57px 837.57px;
 }

 .container_7747a297a888 {
   width: 29.46px;
   height: 29.46px;
   z-index: 3;
   transform: rotate(44.32958987858191deg);
   transform-origin: 0 0;
   border-top: 8.38px solid #0f6e56ff;
   border-right: 8.38px solid #0f6e56ff;
   border-bottom: 8.38px solid #0f6e56ff;
   border-left: 8.38px solid #0f6e56ff;
   position: absolute !important;
   left: 0.94px;
   top: 0px;
   border-radius: 837.57px 837.57px 837.57px 837.57px;
 }

 .imageview_ff50f51bc618 {
   width: 56.64px;
   height: 39.8px;
   z-index: 4;
   position: absolute !important;
   left: 10.87px;
   top: 27.34px;
 }

 .imageview_ff50f51bc618 img {
   position: absolute;
   width: 56.6px !important;
   height: 39.8px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: 0.0px !important;
   transform: rotate(-89.32958987858191deg);
   transform-origin: center;
 }

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

 .imageview_14589b3c81a0 {
   width: 8.61px;
   height: 19.62px;
   z-index: 5;
   position: absolute !important;
   left: 34.59px;
   top: 62.88px;
 }

 .imageview_14589b3c81a0 img {
   position: absolute;
   width: 8.6px !important;
   height: 19.6px !important;
   max-width: none !important;
   margin-left: -0.0px !important;
   margin-top: -0.0px !important;
   transform: rotate(-89.32958987858191deg);
   transform-origin: center;
 }

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

 .container_33807935f01a {
   position: relative !important;
   overflow: visible;
   margin: 11.26px 27.38px 11.26px 27.38px !important;
   width: 76.92px;
   height: 109.7px;
   flex-shrink: 0;
   z-index: 3;
   transform: rotate(44.32958987858191deg);
   transform-origin: center;
 }

 .container_c62abe93c42b {
   width: 197.99px;
   height: 197.99px;
   z-index: 3;
   transform: rotate(45deg) scale(-1, 1);
   transform-origin: 0 0;
   position: absolute !important;
   left: 584.82px;
   top: 44.58px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #5dcaa5;
   border-radius: 15px 15px 15px 15px;
 }

 .text_41a870515a44 {
   width: fit-content;
   z-index: 4;
   line-height: 33.56px;
   font-family: 'Inter';
 }

 .imageview_1a42c3057f24 {
   width: 25.04px;
   height: 20.73px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_9ea42907cf02 {
   padding: 15.37px 15.37px 15.37px 15.37px;
   width: 247.45px;
   height: 75.31px;
   z-index: 4;
   border-top: 1.54px solid #ffffffff;
   border-right: 1.54px solid #ffffffff;
   border-bottom: 1.54px solid #ffffffff;
   border-left: 1.54px solid #ffffffff;
   position: absolute !important;
   left: 577.96px;
   top: 252.64px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   justify-content: center;
   align-items: center;
   gap: 0 15.37px;
   display: flex !important;
   flex-direction: row;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_9ea42907cf02 {
   position: absolute !important;
   left: 577.96px;
   top: 252.64px;
   width: 247.45px;
   height: 75.31px;
   z-index: 4;
 }

 .container_nested_9ea42907cf02 {
   padding: 15.37px 15.37px 15.37px 15.37px;
   width: 247.45px;
   height: 75.31px;
   z-index: 4;
   border-top: 1.54px solid #ffffffff;
   border-right: 1.54px solid #ffffffff;
   border-bottom: 1.54px solid #ffffffff;
   border-left: 1.54px solid #ffffffff;
   transform: scale(-1, 1);
   transform-origin: center;
   justify-content: center;
   align-items: center;
   gap: 0 15.37px;
   display: flex !important;
   flex-direction: row;
   border-radius: 15px 15px 15px 15px;
 }

 .container_92bd44d8e06f {
   position: absolute !important;
   overflow: visible;
   width: 611.59px;
   height: 390.7px;
   z-index: 1;
   left: 1564.08px;
   top: 171.6px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
 }

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

 .text_autoheight_e74c908a11f8 {
   overflow: visible;
 }

 .text_78303908c60a {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

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

 .text_8aaa1b9fc407 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8aaa1b9fc407 {
   overflow: visible;
 }

 .container_7d55202c6c89 {
   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_e86cdca7606a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7759cfecd2f5 {
   width: 55px;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_8c2bd8441ef2 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8c2bd8441ef2 {
   overflow: visible;
 }

 .text_1e49748f6bac {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1e49748f6bac {
   overflow: visible;
 }

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

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

 .container_59f5dfec134f {
   padding: 13px 34px 13px 34px;
   width: 585px;
   height: 117px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_59f5dfec134f {
   width: 585px;
   height: 117px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_59f5dfec134f {
   padding: 13px 34px 13px 34px;
   width: 585px;
   height: 117px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_d017eda47e7f {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d017eda47e7f {
   overflow: visible;
 }

 .text_bd4dd40af044 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bd4dd40af044 {
   overflow: visible;
 }

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

 .container_3e81656217e9 {
   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_99ac0975299f {
   padding: 13px 34px 13px 34px;
   width: 585px;
   height: 117px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

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

 .container_acf1ec24bc48 {
   width: 585px;
   height: 400px;
   z-index: 1;
   position: absolute !important;
   left: 856.05px;
   top: 3717.27px;
   align-items: center;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_876d191960e1 {
   width: 554px;
   height: 680px;
   z-index: 1;
   position: absolute !important;
   left: 172.19px;
   top: 3403.39px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7f21abfd0ce9 {
   width: 352px;
   height: 107px;
   z-index: 1;
   position: absolute !important;
   left: 978.57px;
   top: 3423.86px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9812ac28c981 {
   width: 447px;
   height: 287px;
   z-index: 1;
   position: absolute !important;
   left: 981.56px;
   top: 2745.81px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1d01b8e81b83 {
   width: 339px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 1106.47px;
   top: 2405.84px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3bc1b749f8e9 {
   width: 509px;
   height: 300px;
   z-index: 1;
   position: absolute !important;
   left: 271.33px;
   top: 2244.57px;
   _scaling-factor: 0.5;
 }

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

 .viewport_3ef078541b96 {
   width: 1615px;
   height: 5238px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_61f41d6ae3e2 {
   width: 454.62px;
   height: 1926.92px;
   transform: rotate(-90.00000250447809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: -139.01px;
   top: 1085.37px;
   background: #0d2b22;
 }

 .container_1f5a5c65bb0e {
   width: 1615px;
   height: 631.16px;
   z-index: 1;
   position: absolute !important;
   left: -0.09px;
   top: -0.41px;
   background: #5dcaa5;
 }

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

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

 .text_8d8a292c0d34 {
   width: fit-content;
   z-index: 2;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_b3aa92d6715e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_48332dfa3086 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_db29ac119673 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ce79de134d79 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_2a0965eb3c2d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8cb23f16e639 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_wrapper_e75addba5728 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

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

 .text_1495b6aa6a31 {
   width: 40.82px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_aabf6282bd59 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 8px;
 }

 .text_abd881cc4473 {
   width: 92.94px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_393fa7c722e4 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 2;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_393fa7c722e4 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_393fa7c722e4 {
   width: 127px;
   height: 36px;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_e42522c460e2 {
   padding: 0 26px 0 26px;
   width: 1371px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 121.45px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_e42522c460e2 {
   position: absolute !important;
   left: 121.45px;
   top: 48px;
   width: 1371px;
   height: 60px;
   z-index: 2;
 }

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

 .container_53c462b51cf8 {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_f1c8e76be1d8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9f758d2fa45b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_faeab97a45b1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_093f0e4a40e3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_123949bc7e47 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_50fafe4134c9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1f7e012be22e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_52d466ef1527 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0ba7738930eb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_00bdcfc9b0af {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_aa1a2263d239 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c6f27fde7c1d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ae45aab1c886 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_42a6351b4567 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_56d39505e064 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_a546e7ee0515 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7553ea84ba95 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_de0f2b3a1c1e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d707abfc3c4b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0e77a02425fc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_c56dfc15dddb {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_3eb9e68fb03a {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_24416eacd2a6 {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_24416eacd2a6 {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

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

 .text_24078e0b7b6b {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_24078e0b7b6b {
   overflow: visible;
 }

 .text_4a407349ab03 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_bcbc888e6df5 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_bcbc888e6df5 {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_bcbc888e6df5 {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_0f7a81862a6d {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 22.08px;
   top: 185.51px;
 }

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

 .imageview_23fceac12a1d {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 22.08px;
   top: 466.69px;
 }

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

 .text_a42816b7968c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_8126d1f57040 {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

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

 .container_b619cf9b455f {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b9b26688848a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_98e7695af2cf {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b2975a91ed1e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_ee8c189d9e01 {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5fce1272a7bd {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -22.08px;
   top: 4243.08px;
 }

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

 .text_autoheight_0849ad4ac7ab {
   overflow: visible;
 }

 .text_05cca6626db4 {
   width: 847.44px;
   height: 135px;
   z-index: 2;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_05cca6626db4 {
   overflow: visible;
 }

 .text_2acc5ba392ac {
   width: 126.49px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_14384486ff7a {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_nested_14384486ff7a {
   width: 187.25px;
   height: 52px;
   z-index: 2;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .text_732b6c89e434 {
   width: 74.86px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_fdbcaa2699ca {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .container_nested_fdbcaa2699ca {
   width: 137.62px;
   height: 52px;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_528804230958 {
   width: 673.63px;
   height: 263px;
   z-index: 2;
   position: absolute !important;
   left: 119.82px;
   top: 228.7px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e350d900250f {
   width: 100%;
   min-width: 0;
   height: 125px;
   z-index: 1;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e350d900250f {
   overflow: visible;
 }

 .text_30c53ab863d0 {
   width: 734.33px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_30c53ab863d0 {
   overflow: visible;
 }

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

 .imageview_888e435fad33 {
   width: 16px;
   height: 20px;
   z-index: 1;
 }

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

 .text_0397503a780f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_db81e3d09129 {
   width: 573px;
   height: 23px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_27d2a5d8047f {
   width: 16px;
   height: 20px;
   z-index: 1;
 }

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

 .text_4a57c74b0446 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_6f45912dcb31 {
   padding: 12px 0 0 0;
   width: 573px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_af01694e2371 {
   width: 16px;
   height: 20px;
   z-index: 1;
 }

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

 .text_e1a357bba4ca {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_7df0c4eadfcd {
   padding: 12px 0 0 0;
   width: 573px;
   height: 57px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_06f47b3c1795 {
   width: 382px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b09e55338fd7 {
   width: 764px;
   height: 284px;
   z-index: 1;
   position: absolute !important;
   left: 124.45px;
   top: 711.4px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d56b70cfbbe3 {
   width: 1615.28px;
   height: 1040.55px;
   z-index: 1;
   position: absolute !important;
   left: -0.51px;
   top: 1076.06px;
   background: #f0f3eb;
 }

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

 .text_autoheight_dc7748801c35 {
   overflow: visible;
 }

 .text_1a184b41f4ca {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1a184b41f4ca {
   overflow: visible;
 }

 .container_ee00f8907da5 {
   width: 814.08px;
   height: 109px;
   z-index: 2;
   position: absolute !important;
   left: 121.45px;
   top: 1165px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4d4f88967047 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4d4f88967047 {
   overflow: visible;
 }

 .text_b46ce3cf6295 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b46ce3cf6295 {
   overflow: visible;
 }

 .container_c768ae142380 {
   width: 814.08px;
   height: 109px;
   position: absolute !important;
   left: 121.45px;
   top: 2193.19px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b306282d497 {
   width: 677px;
   height: 449.43px;
   z-index: 2;
   position: absolute !important;
   left: 119.82px;
   top: 1325.34px;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_0c4dad2f65da {
   width: 677px;
   height: 449.43px;
   z-index: 2;
   position: absolute !important;
   left: 817.82px;
   top: 1325.34px;
   background: #5dcaa5;
   border-radius: 15px 15px 15px 15px;
 }

 .text_82afe2fb3ea9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 160.33px;
   top: 1359.91px;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .text_bc302e2f6686 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 858.33px;
   top: 1359.91px;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .text_8fb4a11686a2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 527.09px;
   top: 1729.86px;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_80c5a46771a2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1193.31px;
   top: 1729.86px;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_autoheight_452640b81c8a {
   overflow: visible;
 }

 .text_f42943062eb0 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

 .container_cac822ab7744 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 214.43px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_f2477d58fb29 {
   overflow: visible;
 }

 .text_4b206758e036 {
   width: 330.96px;
   height: 20px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4b206758e036 {
   overflow: visible;
 }

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

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

 .container_81367bf8026c {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 214.43px;
   z-index: 2;
   position: absolute !important;
   left: 465px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_28684209d40f {
   width: 22.5px;
   height: 25px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_28684209d40f img {
   position: absolute;
   width: 24.5px !important;
   height: 27.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

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

 .text_autoheight_c55b33c52d35 {
   overflow: visible;
 }

 .text_afc14ae0cf67 {
   width: 358.94px;
   height: 20px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_afc14ae0cf67 {
   overflow: visible;
 }

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

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

 .container_8c9716cc632a {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 214.43px;
   z-index: 2;
   position: absolute !important;
   left: 930px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .container_07c0184dd8cc {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 214.43px;
   z-index: 2;
   left: 119.63px;
   top: 1803.47px;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_ffdd756312ff {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_b886a038e884 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_ffca9a385e0b {
   padding: 25px 27px 25px 27px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_432dcda19bb2 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_d097a405f0a3 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_e65dae6a2e0c {
   padding: 25px 27px 25px 27px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_f64ca45bdffb {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_5feb03eb7d35 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_b12228928ea9 {
   padding: 25px 27px 25px 27px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
   border-radius: 15px 15px 15px 15px;
 }

 .container_b576dfcfec33 {
   width: 1108px;
   height: 80px;
   position: absolute !important;
   left: 253.13px;
   top: 2643.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 89px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_848a5944b6d2 {
   width: 1375px;
   height: 2px;
   position: absolute !important;
   left: 119.82px;
   top: 2415.36px;
 }

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

 .imageview_ea97ea092848 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_0665433032c4 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0665433032c4 {
   overflow: visible;
 }

 .text_0156380ad4db {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0156380ad4db {
   overflow: visible;
 }

 .text_8c89c31789e2 {
   width: fit-content;
   z-index: 1;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_f6766a21c6f7 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_d372e64f82cf {
   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_b4c4e6d1986a {
   width: 112.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1cdb15e26c52 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_81251a1b1e25 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_81251a1b1e25 {
   overflow: visible;
 }

 .text_c094f264c01d {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_aa291ec90ba2 {
   width: fit-content;
   z-index: 1;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_2b19f71278b9 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_851af7e7b89b {
   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_cbfe67cc4f88 {
   width: 112.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1a43d76d84bf {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_cf7d2ca98a38 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_cf7d2ca98a38 {
   overflow: visible;
 }

 .text_7b28de81914d {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_73ff7c10df5d {
   width: fit-content;
   z-index: 1;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_49698f12ed7b {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #f7e8e8;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_3a3342cc5fee {
   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_645343f4c8cd {
   width: 112.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_417cd6a2891f {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_6787bc4cb008 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6787bc4cb008 {
   overflow: visible;
 }

 .text_0bcdea6c6b3c {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_963e9027a8dc {
   width: fit-content;
   z-index: 1;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_676f66123615 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_ff7912fafc26 {
   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_a24407f3eaa4 {
   width: 112.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_34badd89e855 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_40021c088b02 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_40021c088b02 {
   overflow: visible;
 }

 .text_cc7de7cb898f {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_05b239522431 {
   width: fit-content;
   z-index: 1;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_c38fa633e503 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_ff86a41c1bb4 {
   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_7727b5b856c6 {
   width: 112.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3242407861e5 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_2d8e76344111 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2d8e76344111 {
   overflow: visible;
 }

 .text_6064bcd760fc {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_43176a8d7f87 {
   width: fit-content;
   z-index: 1;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_9596e80c0a73 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

 .container_a08fd17139be {
   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_f45d67f3b3c9 {
   width: 112.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aae2ab338736 {
   width: 1400.59px;
   height: 149.34px;
   z-index: 1;
   position: absolute !important;
   left: 106.84px;
   top: 2394.68px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 145px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0a0d8f251950 {
   width: 1615px;
   height: 853.06px;
   position: absolute !important;
   left: -0.37px;
   top: 2838.25px;
   background: linear-gradient(180deg, #0d2b22ff 49.88%, #1d9e75ff 100%);
 }

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

 .text_autoheight_835e0f85ab71 {
   overflow: visible;
 }

 .text_4e2848429148 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4e2848429148 {
   overflow: visible;
 }

 .container_ecc40453027c {
   width: 814.08px;
   height: 109px;
   z-index: 1;
   position: absolute !important;
   left: 400.09px;
   top: 2918.09px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc252574e991 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fc252574e991 {
   overflow: visible;
 }

 .text_65a3dea09600 {
   width: 100%;
   min-width: 0;
   height: 101px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_65a3dea09600 {
   overflow: visible;
 }

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

 .imageview_5683063cf520 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 500px 500px 500px 500px;
 }

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

 .container_06d339a22b09 {
   position: relative !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_ade5fe36ddab {
   width: 121.75px;
   height: 22.5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_fef8fdcc7015 {
   width: 220.79px;
   height: 19.5px;
   position: absolute !important;
   left: 0px;
   top: 22.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_33fd78d71478 {
   position: relative !important;
   overflow: visible;
   width: 220.79px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_fa05ca598fd1 {
   padding: 42px 17px 42px 17px;
   width: 946.41px;
   height: 300px;
   position: absolute !important;
   left: 214.3px;
   top: 63px;
   align-items: center;
   justify-content: flex-start;
   gap: 37px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_158451b6c2be {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 426px;
   left: 119.63px;
   top: 3747.22px;
   background: #0d2b22;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_2a64079913af {
   width: 443px;
   height: 296px;
   z-index: 2;
   position: absolute !important;
   left: 1065.45px;
   top: 212.2px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0cc988d9f8e2 {
   width: 564px;
   height: 319px;
   z-index: 3;
   position: absolute !important;
   left: 883.82px;
   top: 1400.13px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d9de4d95b5ac {
   width: 579px;
   height: 319px;
   z-index: 3;
   position: absolute !important;
   left: 148.51px;
   top: 1400.13px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e6ea672f28b5 {
   width: 604px;
   height: 357px;
   z-index: 1;
   position: absolute !important;
   left: 505.5px;
   top: 3066.78px;
   _scaling-factor: 0.5;
 }

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

 .text_a6db5a3e0666 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 18.67px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a6db5a3e0666 {
   overflow: visible;
 }

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

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

 .text_e430ddefa960 {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_6bc9ddbcc63d {
   padding: 25px 27px 25px 27px;
   width: 334px;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_fd1d1093ba10 {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_e5041caa2fba {
   padding: 25px 27px 25px 27px;
   width: 334px;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_d36e83bfda1c {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_902c59382f75 {
   padding: 25px 27px 25px 27px;
   width: 335px;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_2cf0832b1aba {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_6c8de648bc87 {
   padding: 25px 27px 25px 27px;
   width: 334px;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

 .container_eb0689334b6d {
   width: 1368px;
   height: 190px;
   z-index: 1;
   position: absolute !important;
   left: 123.5px;
   top: 3445px;
   align-items: center;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_2d2dcfa3a0f7 {
   width: 1615px;
   height: 4822px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_c5d8a6457dfd {
   width: 1615px;
   height: 469.81px;
   position: absolute !important;
   left: -0.37px;
   top: 4134.92px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: #f0f3eb;
 }

 .container_4f9a7f137cb4 {
   width: 1615px;
   height: 457.98px;
   position: absolute !important;
   left: 0px;
   top: 4595.69px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: #0f6e56;
 }

 .container_286d75dd5c5b {
   width: 1615.28px;
   height: 764.77px;
   position: absolute !important;
   left: -0.14px;
   top: 1495.48px;
   background: #f0f3eb;
 }

 .container_afb8ed6a0ff1 {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: -0.09px;
   top: -0.41px;
   background: #5dcaa5;
 }

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

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

 .text_8049f6659ade {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_7104b8233618 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_0f83b9d64e68 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_c59beff0bb55 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_05808a5843d3 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_82f9dcaa0e48 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_284badb15c8c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_e11a12fcb46f {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_415a09a81899 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a0d2a0998892 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_d9acae9a47b2 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_1a327273356e {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_63708d5f4df4 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_299dec0d4394 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_299dec0d4394 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_299dec0d4394 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_01f247a9ae1c {
   padding: 0 26px 0 26px;
   width: 1371px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 121.45px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_01f247a9ae1c {
   position: absolute !important;
   left: 121.45px;
   top: 48px;
   width: 1371px;
   height: 60px;
   z-index: 1;
 }

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

 .container_852e7f8c4501 {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_014f61fc6f1b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7347a187163d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_15340ad7b265 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8fa2a0c5962b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6aca8eb4037c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_1129feccae4f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_327e121ede26 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_993fec400e14 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_830a1de06e52 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7e2f31bdf934 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_b81fa09913d7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4b9a03f7c231 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8a093a8320d1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_33d096b885a9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7899c54d6dfd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_2e527533f8af {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6b9b7a26384c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8ec2e6a470d0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_441ad0df29e4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_06a19e434d47 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_905d93bf8e1b {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_45a7a03bcf2a {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_7298cffec21b {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7298cffec21b {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

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

 .text_55f097cbd8aa {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55f097cbd8aa {
   overflow: visible;
 }

 .text_5005c0a18412 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_3743b1286cd8 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_3743b1286cd8 {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_3743b1286cd8 {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_caa8d2ae31b4 {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 22.08px;
   top: 185.51px;
 }

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

 .imageview_821d8f512e09 {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 22.08px;
   top: 466.69px;
 }

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

 .text_3f9fa66e1b3f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_3f981f6a02ab {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

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

 .container_111c9bfc6cbc {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3e8a7a586cbb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_433ed5a3ea49 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2f129085281f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_9ea8864593ed {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b04c2d2f8dc5 {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -22.08px;
   top: 5137.86px;
 }

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

 .text_autoheight_62c600d0678d {
   overflow: visible;
 }

 .text_4d3f49d0e920 {
   width: 847.44px;
   height: 202px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_4d3f49d0e920 {
   overflow: visible;
 }

 .text_7865145d19b7 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_30a2cfa58cdd {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_nested_30a2cfa58cdd {
   width: 187.25px;
   height: 52px;
   z-index: 1;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .text_24e9f6fc7fc9 {
   width: 74.86px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_678fbb1b5b06 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .container_nested_678fbb1b5b06 {
   width: 137.62px;
   height: 52px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_3939ce696da6 {
   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_3f588652a2d7 {
   width: 673.63px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 119.82px;
   top: 195.2px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_979ca038c6e7 {
   width: 929.45px;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_979ca038c6e7 {
   overflow: visible;
 }

 .text_df95f26fdeed {
   width: 734.33px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_df95f26fdeed {
   overflow: visible;
 }

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

 .container_9a564f706044 {
   width: 764px;
   height: 141px;
   position: absolute !important;
   left: 119.82px;
   top: 700.1px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1486b945552 {
   width: 677px;
   height: 449.43px;
   position: absolute !important;
   left: 119.82px;
   top: 949px;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_1077ed069c83 {
   width: 677px;
   height: 449.43px;
   position: absolute !important;
   left: 817.82px;
   top: 949px;
   background: #5dcaa5;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_autoheight_6ccd31e4f0b8 {
   overflow: visible;
 }

 .text_b0667fd494f0 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b0667fd494f0 {
   overflow: visible;
 }

 .container_d28b0523f170 {
   width: 814.08px;
   height: 109px;
   z-index: 1;
   position: absolute !important;
   left: 1.63px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_89e2c0e97927 {
   width: 1375px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 221.16px;
 }

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

 .imageview_707178603772 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_67a7a8447728 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_67a7a8447728 {
   overflow: visible;
 }

 .text_e229ae93d54a {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e229ae93d54a {
   overflow: visible;
 }

 .text_a2a2182a70cc {
   width: fit-content;
   z-index: 2;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_1af6d61bdf9f {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

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

 .imageview_ff2ee14fe8f3 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_19f50110fe84 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_19f50110fe84 {
   overflow: visible;
 }

 .text_c0ed7e5789ce {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_ae9d4acbdf54 {
   width: fit-content;
   z-index: 2;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_026192b49924 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

 .container_nested_026192b49924 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

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

 .imageview_ebd5bf88e30b {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_bb4a2b64a003 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bb4a2b64a003 {
   overflow: visible;
 }

 .text_650ce5a48cd7 {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_bd66cb666925 {
   width: fit-content;
   z-index: 2;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_b38377ae37e8 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

 .container_nested_b38377ae37e8 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

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

 .imageview_89d521edc222 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_89d521edc222 img {
   position: absolute;
   width: 44.3px !important;
   height: 44.3px !important;
   max-width: none !important;
   left: -1.5px;
   top: -1.5px;
 }

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

 .text_b7a732c791d8 {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_f0ceec3ddc06 {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_7442bdb4697e {
   width: fit-content;
   z-index: 2;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_cb1132a2bfd4 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

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

 .imageview_3d49e0b0a515 {
   width: 41.34px;
   height: 41.34px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_fa1db5d7db03 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 2;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fa1db5d7db03 {
   overflow: visible;
 }

 .text_5dd919438b2c {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_1dd3451f9984 {
   width: fit-content;
   z-index: 2;
   line-height: 28.12px;
   font-family: 'Space Mono';
 }

 .container_1b4d2a18d964 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

 .container_nested_1b4d2a18d964 {
   padding: 0 7.8px 0 7.8px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 13.69px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 6.84px 6.84px 6.84px 6.84px;
 }

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

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

 .container_580908533824 {
   width: 1142.99px;
   height: 149.34px;
   z-index: 2;
   position: absolute !important;
   left: 115.82px;
   top: 201.49px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 145px;
   display: flex !important;
   flex-direction: row;
 }

 .container_59e09cca91a0 {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 350.83px;
   z-index: 1;
   left: 119.82px;
   top: 1584.45px;
 }

 .imageview_c6da4cd5a66e {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_0074da90ff40 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0074da90ff40 {
   overflow: visible;
 }

 .text_0bf5b12112b8 {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0bf5b12112b8 {
   overflow: visible;
 }

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

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

 .container_30c6feac483e {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_00aa335ddac3 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_86cbd0fe03b6 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_86cbd0fe03b6 {
   overflow: visible;
 }

 .text_073a3e5f499d {
   width: 381.12px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_073a3e5f499d {
   overflow: visible;
 }

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

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

 .container_ea31192ed0d2 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 264px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_da9c5d5ccb78 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_de04befb0ae4 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_de04befb0ae4 {
   overflow: visible;
 }

 .text_164f95b8e4e7 {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_164f95b8e4e7 {
   overflow: visible;
 }

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

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

 .container_b6fec0383265 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 465px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_4b9e52696fc7 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_d91f0f591696 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d91f0f591696 {
   overflow: visible;
 }

 .text_bd659e830ad7 {
   width: 381.08px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bd659e830ad7 {
   overflow: visible;
 }

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

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

 .container_d8f69bf8a2b1 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 465px;
   top: 264px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_18463854e382 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_ab0394fed0f4 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ab0394fed0f4 {
   overflow: visible;
 }

 .text_23a04f5addda {
   width: 358.94px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_23a04f5addda {
   overflow: visible;
 }

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

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

 .container_2c9a1c3db62a {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 930px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_905e1f4ca513 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_ce6eec680316 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ce6eec680316 {
   overflow: visible;
 }

 .text_eca9d1e7311f {
   width: 330.96px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_eca9d1e7311f {
   overflow: visible;
 }

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

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

 .container_949aff764933 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 249px;
   position: absolute !important;
   left: 930px;
   top: 264px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .container_6ddf1b44de18 {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 513px;
   left: 120px;
   top: 3074.81px;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_41bdf4caa071 {
   overflow: visible;
 }

 .text_c631e62dbdbc {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c631e62dbdbc {
   overflow: visible;
 }

 .container_20a820e1bf2e {
   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_ed38bd8a1f8e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_101a6df3b653 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 227.77px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_ff7381a07b89 {
   overflow: visible;
 }

 .text_0f19f9efaaf9 {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0f19f9efaaf9 {
   overflow: visible;
 }

 .container_ab3f0763ba50 {
   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_a4206b5304f5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f14df3869214 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 227.77px;
   z-index: 1;
   position: absolute !important;
   left: 465px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_4fd1f141d35f {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .text_e5eaa1ee6091 {
   width: 373.73px;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e5eaa1ee6091 {
   overflow: visible;
 }

 .container_ec5acd7cb9c8 {
   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_482372d401a6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5cae29e68be3 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 227.77px;
   z-index: 1;
   position: absolute !important;
   left: 930px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_9485c31ed6ed {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 227.77px;
   z-index: 1;
   left: 120px;
   top: 4270.53px;
   border-radius: 15px 15px 15px 15px;
 }

 .text_8ab60e429433 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8ab60e429433 {
   overflow: visible;
 }

 .text_3100948147dd {
   width: 100%;
   min-width: 0;
   height: 135px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3100948147dd {
   overflow: visible;
 }

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

 .imageview_033184934645 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 500px 500px 500px 500px;
 }

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

 .container_8d23bdfb895a {
   position: relative !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_ad5ec6f505d3 {
   width: 121.75px;
   height: 22.5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_39d5a0ba5f3e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 21.5px;
   line-height: 19.5px;
   font-family: 'Inter';
 }

 .container_78042396f0fa {
   position: relative !important;
   overflow: visible;
   width: 455px;
   height: 41.5px;
   flex-shrink: 0;
 }

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

 .container_04b9ae8b244b {
   padding: 42px 17px 42px 17px;
   width: 946.41px;
   height: 333.5px;
   position: absolute !important;
   left: 214.3px;
   top: 46.25px;
   align-items: center;
   justify-content: flex-start;
   gap: 37px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_34fe1dc53319 {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 426px;
   left: 119.63px;
   top: 4645.58px;
   background: #0d2b22;
   border-radius: 30px 30px 30px 30px;
 }

 .text_651129937878 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 163.35px;
   top: 985.95px;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .text_744baf763a47 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 859.46px;
   top: 985.95px;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

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

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

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

 .text_autoheight_2aecc634f52d {
   overflow: visible;
 }

 .text_9bc9cc08508c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_07ad924f1817 {
   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_d36d164996a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad368eeed21b {
   padding: 23px 27px 23px 27px;
   width: 328px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_7e991f7e76cb {
   width: 30px;
   height: 40.09px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_autoheight_53f0fafc62e9 {
   overflow: visible;
 }

 .text_b4dd6023ccd4 {
   width: 330.96px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b4dd6023ccd4 {
   overflow: visible;
 }

 .container_5d1122f8b808 {
   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_6a6c6ae8dec5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d88a6917d812 {
   padding: 23px 27px 23px 27px;
   width: 328px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_b6bf9a6ff918 {
   overflow: visible;
 }

 .text_77e3327caf46 {
   width: 358.94px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_77e3327caf46 {
   overflow: visible;
 }

 .container_f9eb87b4d7a9 {
   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_1772b03ba4ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1160ef6b0c8 {
   padding: 23px 27px 23px 27px;
   width: 330px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_ccd33c00c254 {
   overflow: visible;
 }

 .text_19683971bcc5 {
   width: 358.94px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_19683971bcc5 {
   overflow: visible;
 }

 .container_a65c1040a3bd {
   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_4691b4c37cfb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b092d2fd45eb {
   padding: 23px 27px 23px 27px;
   width: 329px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_b092d2fd45eb {
   width: 329px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_b092d2fd45eb {
   padding: 23px 27px 23px 27px;
   width: 329px;
   height: 155px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .container_a2b4a9b27afe {
   width: 1375px;
   height: 155px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fa9a991eb23b {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 155px;
   z-index: 1;
   left: 120px;
   top: 1985px;
 }

 .container_6b2f2409bf39 {
   width: 578px;
   height: 2049px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e754d;
   mix-blend-mode: normal;
 }

 .container_c09715224cf6 {
   position: absolute !important;
   overflow: visible;
   width: 578px;
   height: 2049px;
   z-index: 2;
   transform: rotate(-90.00000250447809deg);
   transform-origin: 0 0;
   left: -417.45px;
   top: 2838.25px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/585:15431.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_62d474e873fe {
   width: 100%;
   min-width: 0;
   height: 83px;
   z-index: 3;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_62d474e873fe {
   overflow: visible;
 }

 .text_c8a093685107 {
   width: 734.33px;
   height: 60px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c8a093685107 {
   overflow: visible;
 }

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

 .text_0d3efa90d9bd {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f628a2ca426e {
   width: 764px;
   height: 228px;
   z-index: 3;
   position: absolute !important;
   left: 123.74px;
   top: 2435.25px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_60b98495316f {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_60b98495316f {
   overflow: visible;
 }

 .text_bcf7956dc4f1 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bcf7956dc4f1 {
   overflow: visible;
 }

 .container_94483c9a46c2 {
   width: 814.08px;
   height: 129px;
   position: absolute !important;
   left: 400.46px;
   top: 2918.09px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_f26a3d9f0fa2 {
   overflow: visible;
 }

 .text_66b5d902289b {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_66b5d902289b {
   overflow: visible;
 }

 .text_bd80508df4d4 {
   width: 594.64px;
   height: 60px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bd80508df4d4 {
   overflow: visible;
 }

 .container_9f2556d18c0a {
   width: 814.08px;
   height: 184px;
   z-index: 3;
   position: absolute !important;
   left: 128.88px;
   top: 3811.51px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bae1dfeb199e {
   width: 814.08px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 400.46px;
   top: 4192.63px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bae1dfeb199e {
   overflow: visible;
 }

 .imageview_698db7bb77d2 {
   width: 615px;
   height: 361px;
   z-index: 1;
   position: absolute !important;
   left: 143px;
   top: 1014.95px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7b0582648b2b {
   width: 601px;
   height: 342px;
   z-index: 1;
   position: absolute !important;
   left: 847.28px;
   top: 1033.95px;
   _scaling-factor: 0.5;
 }

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

 .imageview_46505054d3ea {
   width: 445px;
   height: 304px;
   z-index: 1;
   position: absolute !important;
   left: 1047.45px;
   top: 214.2px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d2c650a299fc {
   width: 523px;
   height: 348px;
   position: absolute !important;
   left: 993.08px;
   top: 2357.5px;
   _scaling-factor: 0.5;
 }

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

 .imageview_90b53eb39dab {
   width: 542px;
   height: 368px;
   z-index: 1;
   position: absolute !important;
   left: 985.72px;
   top: 3716.01px;
   _scaling-factor: 0.5;
 }

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

 .viewport_1cef28d98f7d {
   width: 1615px;
   height: 5716px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_f2b3c3e7caff {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: 0.1px;
   top: -0.41px;
   background: #5dcaa5;
 }

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

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

 .text_b58cced1dab2 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_2e7be230fe62 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_5f85a1837ef5 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_0d57e34ed1a6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_c6fad3477b5b {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_1e5cb3ba6b93 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7712e38c60cc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_6d289c948712 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_8ecde51b425a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2e910a76630f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_b9082ed5eaa6 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_1e5f482d73ac {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_0950c4b17a55 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_939b547628f4 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_939b547628f4 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_939b547628f4 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_c1aa9c72ae1b {
   padding: 0 26px 0 26px;
   width: 1371px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 121.63px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_c1aa9c72ae1b {
   position: absolute !important;
   left: 121.63px;
   top: 48px;
   width: 1371px;
   height: 60px;
   z-index: 1;
 }

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

 .container_1578f64276f7 {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_81b9d1bd865f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1e2f70f77e98 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_356c5c3174f9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fe675012ebf8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1362be69f4b8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_d40056f3bf41 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ea8ab05256b5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f4d69560c222 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a7d12079dcae {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c838b9cac99b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_84a3a9407546 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_10e29c580151 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4c9a8fd3b491 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c395610b7d70 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b29e057ffa58 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_2ac8c114dff6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c66a83d46a55 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b3c8da354d16 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d5d264eda40b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a3adb040b96c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_8810be826459 {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_588d3bcff911 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_667a07b4413a {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_667a07b4413a {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

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

 .text_91e0e926e29d {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_91e0e926e29d {
   overflow: visible;
 }

 .text_2b00a4752e31 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_3e45c6fe1ac2 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_3e45c6fe1ac2 {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_3e45c6fe1ac2 {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_55e620f39dec {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.9px;
   top: 185.51px;
 }

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

 .imageview_178d6cd08f83 {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.9px;
   top: 466.69px;
 }

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

 .text_9a5cac6af392 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_1400316049ac {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

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

 .container_1ff9610ab504 {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7434e26be9b9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7d65997342fe {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_bd7a8d613cba {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_41c1994da10d {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_54cad9975a6a {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -21.9px;
   top: 3594.61px;
 }

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

 .text_autoheight_3ea1334b57ef {
   overflow: visible;
 }

 .text_b2b2b7607723 {
   width: 847.44px;
   height: 135px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_b2b2b7607723 {
   overflow: visible;
 }

 .text_69804d5bd03a {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_391fa7a6a530 {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_nested_391fa7a6a530 {
   width: 187.25px;
   height: 52px;
   z-index: 1;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .text_94b3e4bf763d {
   width: 74.86px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_d7c77e184316 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .container_nested_d7c77e184316 {
   width: 137.62px;
   height: 52px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_fc0fd006f048 {
   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_fc9ba3523748 {
   width: 673.63px;
   height: 263px;
   z-index: 1;
   position: absolute !important;
   left: 120px;
   top: 217.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_096141c958fa {
   width: 1615px;
   height: 501.63px;
   z-index: 1;
   position: absolute !important;
   left: 0.18px;
   top: 628.72px;
   background: linear-gradient(180deg, #0d2b22ff 10%, #1d9e75ff 100%);
 }

 .text_3fd7d8471381 {
   width: fit-content;
   z-index: 2;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .text_76c2326e183f {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_76c2326e183f {
   overflow: visible;
 }

 .container_41dfd6546629 {
   width: 880px;
   height: 109px;
   z-index: 2;
   position: absolute !important;
   left: 367.68px;
   top: 736.38px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c46721c44b2c {
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_fcd0c2c687d3 {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_d9655709b5fb {
   padding: 25px 27px 25px 27px;
   width: 334px;
   height: 148px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_1086fc02ee93 {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_f39b9f53f178 {
   padding: 25px 27px 25px 27px;
   width: 334px;
   height: 148px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_b20a89b1b751 {
   width: fit-content;
   z-index: 2;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_656c31a759e6 {
   padding: 25px 27px 25px 27px;
   width: 335px;
   height: 148px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_e41358a0691a {
   width: 1031px;
   height: 148px;
   z-index: 2;
   position: absolute !important;
   left: 292.18px;
   top: 885.87px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .text_37134a607d77 {
   width: 621.02px;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_37134a607d77 {
   overflow: visible;
 }

 .text_ff967feb5f98 {
   width: 490.64px;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ff967feb5f98 {
   overflow: visible;
 }

 .text_21e68980b348 {
   width: 541.2px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_21e68980b348 {
   overflow: visible;
 }

 .container_3ac50e885dc8 {
   width: 764px;
   height: 234px;
   position: absolute !important;
   left: 120px;
   top: 1303px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_27157af68a0e {
   width: 1615.28px;
   height: 854.25px;
   position: absolute !important;
   left: 0.04px;
   top: 1705.07px;
   background: #f0f3eb;
 }

 .text_282386f6c663 {
   width: 814.08px;
   height: 68px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_282386f6c663 {
   overflow: visible;
 }

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

 .text_autoheight_dd48dc3ca827 {
   overflow: visible;
 }

 .container_e0177ef0e435 {
   width: 814.08px;
   height: 123px;
   z-index: 1;
   position: absolute !important;
   left: 122px;
   top: 1794.01px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .text_autoheight_b9d7db3eb1c7 {
   overflow: visible;
 }

 .text_f9a61f4856e3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_cb637d4288c8 {
   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_3f7c5a46c6ca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1f9d99f29fc {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 214.43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_0ebfffa37027 {
   overflow: visible;
 }

 .text_7657967172f2 {
   width: 330.96px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7657967172f2 {
   overflow: visible;
 }

 .container_b84fef6da64e {
   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_59ac072e5d49 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d0aefd838a31 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 214.43px;
   z-index: 1;
   position: absolute !important;
   left: 465px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_9b1d6e956c6e {
   overflow: visible;
 }

 .text_6271f2c1e855 {
   width: 358.94px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6271f2c1e855 {
   overflow: visible;
 }

 .container_2d13822e3973 {
   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_157f17256d8c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9af4fd1cdb66 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 214.43px;
   z-index: 1;
   position: absolute !important;
   left: 930px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #d6dbcd;
   border-radius: 15px 15px 15px 15px;
 }

 .container_62f86b4fc381 {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 214.43px;
   z-index: 1;
   left: 120.18px;
   top: 2250.46px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_fe44433608fc {
   width: 1615px;
   height: 457.98px;
   position: absolute !important;
   left: 0.18px;
   top: 3017.3px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: #0f6e56;
 }

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

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

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

 .text_autoheight_3450c642bf22 {
   overflow: visible;
 }

 .text_0fa9eddd7669 {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0fa9eddd7669 {
   overflow: visible;
 }

 .container_55f51c9c3741 {
   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_2beb258339d3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_701e7e062cb3 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 227.77px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_a345024e3368 {
   overflow: visible;
 }

 .text_4bb71cc2b9b4 {
   width: 330.96px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4bb71cc2b9b4 {
   overflow: visible;
 }

 .container_34c26744fca8 {
   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_ccf827783c2d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_82f60d231b24 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 227.77px;
   z-index: 1;
   position: absolute !important;
   left: 465px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

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

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

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

 .text_autoheight_d9e3bb6490f1 {
   overflow: visible;
 }

 .text_6152273fb327 {
   width: 358.94px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6152273fb327 {
   overflow: visible;
 }

 .container_42183424ee2d {
   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_c35498483cb8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_97f308538230 {
   padding: 25px 27px 25px 27px;
   width: 445px;
   height: 227.77px;
   z-index: 1;
   position: absolute !important;
   left: 930px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_d818a2261712 {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 227.77px;
   z-index: 1;
   left: 120.18px;
   top: 2692.14px;
   border-radius: 15px 15px 15px 15px;
 }

 .text_3c05663208b2 {
   width: 814.08px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 400.64px;
   top: 2614.24px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3c05663208b2 {
   overflow: visible;
 }

 .text_cea12863271d {
   width: 814.08px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 400.64px;
   top: 2946.06px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_cea12863271d {
   overflow: visible;
 }

 .text_e2f3c62d0f86 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2f3c62d0f86 {
   overflow: visible;
 }

 .text_7fe135706791 {
   width: 100%;
   min-width: 0;
   height: 135px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7fe135706791 {
   overflow: visible;
 }

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

 .imageview_d65334a43140 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 500px 500px 500px 500px;
 }

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

 .container_c5a36ef77fc4 {
   position: relative !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_ad529deee744 {
   width: 121.75px;
   height: 22.5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4c4866ba6464 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 21.5px;
   line-height: 19.5px;
   font-family: 'Inter';
 }

 .container_f38327a6c625 {
   position: relative !important;
   overflow: visible;
   width: 121.75px;
   height: 41.5px;
   flex-shrink: 0;
 }

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

 .container_293068a6a3b5 {
   padding: 42px 17px 42px 17px;
   width: 946.41px;
   height: 333.5px;
   position: absolute !important;
   left: 214.3px;
   top: 46.25px;
   align-items: center;
   justify-content: flex-start;
   gap: 37px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b5a4d945cc8 {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 426px;
   left: 120.18px;
   top: 3111.72px;
   background: #0d2b22;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_63e448b12064 {
   width: 477px;
   height: 297px;
   z-index: 1;
   position: absolute !important;
   left: 1009.18px;
   top: 225.17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_10e24692e4f9 {
   width: 644px;
   height: 341px;
   z-index: 1;
   position: absolute !important;
   left: 833.93px;
   top: 1269.5px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fef262181aad {
   width: 1376px;
   height: 218px;
   z-index: 1;
   position: absolute !important;
   left: 119.75px;
   top: 1976.16px;
   _scaling-factor: 0.5;
 }

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

 .viewport_b716fe6d3525 {
   width: 1615px;
   height: 4173px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_bbb16383c3ec {
   width: 1615px;
   height: 518.03px;
   position: absolute !important;
   left: 0.46px;
   top: -0.41px;
   background: #0f6e56;
 }

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

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

 .text_d78d78530da7 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_baec5ecb94f9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_4a26585db443 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_4e0733be4427 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_ba191f85d1c7 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_eceee636e179 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ce250024132b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_db1f27529483 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_10041a0680cf {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b4d03c9eb193 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_d25a703caf9e {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_b4f520e06cd9 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_daf5d580adb9 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_f56bf4092b89 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_f56bf4092b89 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_f56bf4092b89 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_7a3843e58437 {
   padding: 0 26px 0 26px;
   width: 1371px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 122px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_7a3843e58437 {
   position: absolute !important;
   left: 122px;
   top: 48px;
   width: 1371px;
   height: 60px;
   z-index: 1;
 }

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

 .container_7bbb50b0c2ae {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_9ee5c55215c0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4fd408dc96d8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_006c45611b2f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7d80ff774683 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2ae995ba3c26 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_d2fe2f7c6933 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6b479c20d36b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_86290b43971f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_bf7cc54bf704 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_561eed1c7cac {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_a3c38ca0f62c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d21bbcb5700e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_09903929c9b1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fb46a97e4307 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5b9055746d10 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_d3f3bcd95f8c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d188848a09ee {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_09ade7082f8c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7aef15467432 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7808fa2eca75 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_2afddbd301e7 {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_95efdd447373 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_085f6c224b70 {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_085f6c224b70 {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

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

 .text_32e786d7e897 {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_32e786d7e897 {
   overflow: visible;
 }

 .text_7f8879804d8e {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_e6939bcb8840 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e6939bcb8840 {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_e6939bcb8840 {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_e29a1dff374a {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.53px;
   top: 185.51px;
 }

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

 .imageview_1dc1b9cf33d1 {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.53px;
   top: 466.69px;
 }

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

 .text_25624c806a3d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_cc28669b48c3 {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

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

 .container_1448636d079b {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_51fe5cb7e1fe {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f30614d38503 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ebec4bd4432c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_97014c293caf {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1d64c5ed4984 {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -21.53px;
   top: 2228.11px;
 }

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

 .text_autoheight_c4388c3e1621 {
   overflow: visible;
 }

 .text_a8f6edefb3e7 {
   width: 100%;
   min-width: 0;
   height: 135px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_a8f6edefb3e7 {
   overflow: visible;
 }

 .container_679b9565fcb0 {
   width: 847.44px;
   height: 181px;
   z-index: 1;
   position: absolute !important;
   left: 384.15px;
   top: 217.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2fba79b9b350 {
   width: 838.85px;
   height: 58px;
   position: absolute !important;
   left: 388.44px;
   top: 583.86px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2fba79b9b350 {
   overflow: visible;
 }

 .text_7c9efb4b4e75 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 11.04px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_8a74470dc606 {
   width: max-content;
   position: absolute !important;
   left: 241.85px;
   top: 11.04px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_3e8ca7f1d558 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_a3ebdbe98755 {
   padding: 10px 10px 10px 10px;
   width: 121px;
   height: 45px;
   position: absolute !important;
   left: 341.21px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_a3ebdbe98755 {
   position: absolute !important;
   left: 341.21px;
   top: 0px;
   width: 121px;
   height: 45px;
 }

 .container_nested_a3ebdbe98755 {
   padding: 10px 10px 10px 10px;
   width: 121px;
   height: 45px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_2e7dcb58f499 {
   width: 95.97px;
   height: 44.53px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e75;
   border-radius: 300px 300px 300px 300px;
 }

 .imageview_aa5a8024350c {
   width: 36.45px;
   height: 36.45px;
   z-index: 1;
   position: absolute !important;
   left: 50.17px;
   top: 4.04px;
 }

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

 .container_ada7484e0880 {
   position: absolute !important;
   overflow: visible;
   width: 95.97px;
   height: 44.53px;
   left: 105.52px;
   top: 4.51px;
 }

 .container_a30866355780 {
   position: absolute !important;
   overflow: visible;
   width: 462.21px;
   height: 49.04px;
   left: 596.51px;
   top: 684.71px;
 }

 .text_37b5fee57077 {
   width: max-content;
   position: absolute !important;
   left: 476.11px;
   top: 1388.04px;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .container_94bc3450f400 {
   position: absolute !important;
   overflow: visible;
   width: 644px;
   height: 2049px;
   z-index: 1;
   transform: rotate(-90.00000250447809deg);
   transform-origin: 0 0;
   left: -216.52px;
   top: 2228.11px;
   background: url("https://cdn.yotako.io/867ed79b-80da-4ae5-a25c-cc389d3c899c/588:17943.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_3cc27727778a {
   width: 1371px;
   height: 525.26px;
   z-index: 2;
   position: absolute !important;
   left: 120px;
   top: 1644.05px;
   background: #e1f5ee;
   border-radius: 30px 30px 30px 30px;
 }

 .text_5b8596be8aaf {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 236.2px;
   top: 1688.58px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .text_6b6f9a6ae0c6 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 3;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6b6f9a6ae0c6 {
   overflow: visible;
 }

 .text_fe3aa2888f90 {
   width: 561.9px;
   height: 60px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fe3aa2888f90 {
   overflow: visible;
 }

 .container_3f6b0dfd39c3 {
   width: 594px;
   height: 109px;
   z-index: 3;
   position: absolute !important;
   left: 244px;
   top: 1746.79px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_095675a446da {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 3;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_095675a446da {
   overflow: visible;
 }

 .text_9c454a28572a {
   width: 530.55px;
   height: 40px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9c454a28572a {
   overflow: visible;
 }

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

 .container_6bda9af1d43e {
   width: 594px;
   height: 89px;
   z-index: 3;
   position: absolute !important;
   left: 862px;
   top: 1746.79px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa8fc25ea95f {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 3;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fa8fc25ea95f {
   overflow: visible;
 }

 .text_93825256d988 {
   width: 561.9px;
   height: 40px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_93825256d988 {
   overflow: visible;
 }

 .container_4d6d69a4fc75 {
   width: 594px;
   height: 89px;
   z-index: 3;
   position: absolute !important;
   left: 244px;
   top: 1880px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_882ba93e87ff {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 3;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_882ba93e87ff {
   overflow: visible;
 }

 .text_e149c3fef24b {
   width: 530.55px;
   height: 40px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e149c3fef24b {
   overflow: visible;
 }

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

 .container_08bda2b81f17 {
   width: 594px;
   height: 89px;
   z-index: 3;
   position: absolute !important;
   left: 862px;
   top: 1880px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6ae21f8764e {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 3;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f6ae21f8764e {
   overflow: visible;
 }

 .text_d0805e7711b7 {
   width: 551.82px;
   height: 60px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d0805e7711b7 {
   overflow: visible;
 }

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

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

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

 .container_5fe3e1dae53a {
   width: 573px;
   height: 109px;
   z-index: 3;
   position: absolute !important;
   left: 244.21px;
   top: 2009.92px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_312e64983be4 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 3;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_312e64983be4 {
   overflow: visible;
 }

 .text_ef5550bc1b32 {
   width: 529.65px;
   height: 40px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ef5550bc1b32 {
   overflow: visible;
 }

 .container_387d400490b6 {
   width: 593px;
   height: 89px;
   z-index: 3;
   position: absolute !important;
   left: 863px;
   top: 2009.92px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9b5c682eb78b {
   width: 174px;
   height: 19px;
   flex-shrink: 0;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9b5c682eb78b {
   overflow: visible;
 }

 .imageview_2fc1c05007cc {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_26a7ef9888d7 {
   padding: 10px 24px 10px 24px;
   width: 256px;
   height: 52px;
   position: absolute !important;
   left: 679.87px;
   top: 1464.04px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_26a7ef9888d7 {
   position: absolute !important;
   left: 679.87px;
   top: 1464.04px;
   width: 256px;
   height: 52px;
 }

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

 .text_3526e5b82365 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_57b40e612bf9 {
   width: 294.66px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a081c3aa8896 {
   width: 295px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a081c3aa8896 {
   overflow: visible;
 }

 .container_484724fed281 {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
 }

 .container_630058d431c7 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_63341f460b73 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   line-height: 35px;
   font-family: 'Funnel Display';
 }

 .container_6d0d87abab27 {
   position: absolute !important;
   overflow: visible;
   width: 67.27px;
   height: 45px;
   left: 0px;
   top: 0px;
 }

 .text_744d7bf72abe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.49px;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_da3a2201b4a5 {
   position: absolute !important;
   overflow: visible;
   width: 36.94px;
   height: 29.99px;
   left: 69.26px;
   top: 10.65px;
 }

 .container_5f6968b81bac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
 }

 .text_eed91f9e0f34 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_a9c9c0dfe031 {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_91ae84c4e260 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 83px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4e89031e475b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_331d4b6d6757 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_e2dd98b5b7c3 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_ab2ccc865624 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_070f7ccac81d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_450bc3b46649 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8aeb6435fa31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_cd14aab23c1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_c93f81deb892 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_806417fa0e37 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_6125b82fdc79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_3f5ea8d0ee1e {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_73ce7c6f3dfc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_2d64bf74bbcd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_ff86aab237fd {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_aa3452d22e3d {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_24eca7ef8509 {
   width: max-content;
   position: absolute !important;
   left: 121.39px;
   top: 13.87px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_ba3915efffa7 {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_f25c5fe0a09d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
 }

 .container_wrapper_f25c5fe0a09d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
 }

 .container_nested_f25c5fe0a09d {
   width: 100%;
   min-width: 0;
   height: 47.98px;
 }

 .container_a084d662bce0 {
   padding: 24px 24px 24px 24px;
   width: 342.64px;
   height: 460.96px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .text_880663761b54 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_66513e050819 {
   width: 294.66px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa272ae0c79f {
   width: 295px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fa272ae0c79f {
   overflow: visible;
 }

 .container_3d825c4fd6e5 {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
 }

 .container_35c4608a09a6 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_da5b539197e7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   line-height: 35px;
   font-family: 'Funnel Display';
 }

 .container_68b49c7f7b1b {
   position: absolute !important;
   overflow: visible;
   width: 73.26px;
   height: 45px;
   left: 0px;
   top: 0px;
 }

 .text_44a60e353079 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.49px;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_173436da927e {
   position: absolute !important;
   overflow: visible;
   width: 36.94px;
   height: 29.99px;
   left: 75.26px;
   top: 10.65px;
 }

 .container_bf0da33aa571 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
 }

 .text_263c2460a684 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_210a9a6d38ad {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8fdf587e2c5 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 83px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f23cbc3b2585 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_36e40019240f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_9008e0659f2e {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f3a74dd5b10 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_6ca7d2d3b7a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_ee65b7662e2a {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_db4edc45adb7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_70498d199901 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_136edd8dfc07 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_ebdca5c6e409 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .imageview_7ceeef16fbcd {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

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

 .container_3b6ae190a15e {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_655d014b09f7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_93fc44f21075 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_690855cd9bde {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f698678dbc3e {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_54510530c31b {
   width: max-content;
   position: absolute !important;
   left: 121.39px;
   top: 13.87px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_1b75b1985b9b {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_389cdb9654f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
 }

 .container_wrapper_389cdb9654f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 47.98px;
   flex-shrink: 0;
 }

 .container_nested_389cdb9654f3 {
   width: 100%;
   min-width: 0;
   height: 47.98px;
 }

 .container_5f837e19fc0e {
   padding: 24px 24px 24px 24px;
   width: 342.64px;
   height: 460.96px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .text_d098a1667b0b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f76a444dbf9b {
   width: 294.66px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: 46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9737a21b27e2 {
   width: 295px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9737a21b27e2 {
   overflow: visible;
 }

 .container_9a17dd2911da {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
 }

 .container_ef7d08c9548f {
   padding: 4px 0 0 0;
   width: 294.66px;
   height: 43px;
   position: absolute !important;
   left: 24px;
   top: 66px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8b1946dbcea5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   line-height: 35px;
   font-family: 'Funnel Display';
 }

 .container_b73c640e944b {
   position: absolute !important;
   overflow: visible;
   width: 76.67px;
   height: 45px;
   left: 0px;
   top: 0px;
 }

 .text_d3b2828d9d69 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.49px;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_f5d8d8fc8d5e {
   position: absolute !important;
   overflow: visible;
   width: 36.94px;
   height: 29.99px;
   left: 78.67px;
   top: 10.65px;
 }

 .container_06590e0ed570 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
 }

 .text_ad7458936281 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_ebb52c6f8e4a {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_555e24dd9512 {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 83px;
   position: absolute !important;
   left: 24px;
   top: 109px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a9a4ba365e97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_6ed4190e90a1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_2f0a8b758d38 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_6af35736a717 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_49fbd5a5af65 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_de1b7ffb4196 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_fbf778487ac9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .text_b02967c7e727 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .container_6fd2608aadd6 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_73b1ee231502 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .imageview_638cf892404d {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

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

 .container_48689501ae14 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_bfce16d79909 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

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

 .imageview_9fc261aa5974 {
   width: 15.99px;
   height: 11.99px;
   z-index: 1;
 }

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

 .container_f781334bdc57 {
   width: 294.66px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8b42f9b469aa {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 192px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba0b66f03cb5 {
   width: max-content;
   position: absolute !important;
   left: 15.89px;
   top: 3.15px;
   line-height: 19.5px;
   font-family: 'Manrope';
 }

 .container_d8797534b241 {
   position: absolute !important;
   overflow: visible;
   width: 112px;
   height: 27px;
   left: 121.14px;
   top: 10.62px;
   background: #0f6e56;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .text_ec8f354862f6 {
   width: max-content;
   position: absolute !important;
   left: 121.39px;
   top: 13.87px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_682d1a73d6ac {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

 .container_7a9cf62ab262 {
   position: absolute !important;
   overflow: visible;
   width: 294.64px;
   height: 47.98px;
   left: 24px;
   top: 388.98px;
 }

 .container_wrapper_7a9cf62ab262 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 388.98px;
   width: 294.64px;
   height: 47.98px;
 }

 .container_nested_7a9cf62ab262 {
   width: 294.64px;
   height: 47.98px;
 }

 .container_0f786536c4b5 {
   position: relative !important;
   overflow: visible;
   width: 342.64px;
   height: 460.96px;
   flex-shrink: 0;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .text_b886c6c117ca {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_25cfacfb6c96 {
   width: 294.66px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e6fc4e1b31f {
   width: 295px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5e6fc4e1b31f {
   overflow: visible;
 }

 .container_62bc348f33cf {
   position: relative !important;
   overflow: visible;
   width: 294.66px;
   height: 39px;
   flex-shrink: 0;
 }

 .container_001c63fbf6ab {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dd1154f94582 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 2.76px;
   line-height: 35px;
   font-family: 'Funnel Display';
 }

 .container_d2fdf5ae27d5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45px;
   flex-shrink: 0;
 }

 .text_527c129a70d0 {
   width: fit-content;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_f5df1670a94f {
   padding: 2px 0 0 0;
   width: 294.66px;
   height: 23px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a738386b804a {
   padding: 16px 0 0 0;
   width: 294.66px;
   height: 84px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d0a174cdcc27 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_b35ecf17bb22 {
   position: relative !important;
   overflow: visible;
   width: 99.41px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_76f59de74b50 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_e05515968a6b {
   position: relative !important;
   overflow: visible;
   width: 51.96px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_828e26199d40 {
   width: 294.66px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_54a3485e039b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_73a79a266d1c {
   position: relative !important;
   overflow: visible;
   width: 161.8px;
   height: 21px;
   flex-shrink: 0;
 }

 .imageview_dd013b651fdd {
   width: 15.99px;
   height: 11.99px;
 }

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

 .container_afb856756d40 {
   width: 294.66px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_991d34583eab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_1d096771206a {
   position: relative !important;
   overflow: visible;
   width: 102.4px;
   height: 21px;
   flex-shrink: 0;
 }

 .imageview_bb872701dd12 {
   width: 15.99px;
   height: 11.99px;
 }

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

 .container_ae931ac133a7 {
   width: 294.66px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_3e29f6551dc6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_1c53f6154748 {
   position: relative !important;
   overflow: visible;
   width: 85.03px;
   height: 21px;
   flex-shrink: 0;
 }

 .imageview_85df234fb8eb {
   width: 15.99px;
   height: 11.99px;
 }

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

 .container_214afc79048f {
   width: 294.66px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_734755dc748c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_d8d570802937 {
   position: relative !important;
   overflow: visible;
   width: 28.09px;
   height: 21px;
   flex-shrink: 0;
 }

 .imageview_27700f967b1a {
   width: 15.99px;
   height: 11.99px;
 }

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

 .container_91de9f939de4 {
   width: 294.66px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c25988ae0970 {
   padding: 20px 0 24px 0;
   width: 294.66px;
   height: 196.98px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_19da51325c50 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 113.81px;
   top: 13.87px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_d353bfe4fb32 {
   position: absolute !important;
   overflow: visible;
   width: 294.66px;
   height: 47.99px;
   z-index: 1;
   left: -0.01px;
   top: -0.01px;
   background: #1d9e75;
   border-radius: 21021000px 21021000px 21021000px 21021000px;
 }

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

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

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

 .container_13501ca7465a {
   padding: 24px 24px 24px 24px;
   width: 342.64px;
   height: 460.96px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e1f5ee;
   border-radius: 24px 24px 24px 24px;
 }

 .container_40b5535857b8 {
   width: 1394.57px;
   height: 460.96px;
   position: absolute !important;
   left: 110.22px;
   top: 822.95px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_4e97b40c366c {
   width: 1615px;
   height: 2807px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_b3774aacb286 {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: 0.1px;
   top: -0.41px;
   background: #5dcaa5;
 }

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

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

 .text_c0b3e2830077 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_bd5385cd9f8d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_163239250a30 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_bd0d508751fe {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_2370a561cc87 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_f5d02f70c0df {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0787c2668d30 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_8ac8371c99df {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_f016acd867a9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c25a0eca9549 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_0e3576ddc7d1 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_9b5da6f3e0a8 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_37a52d50a8d3 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_67a4d2c55921 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_67a4d2c55921 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_67a4d2c55921 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_829d193b3187 {
   padding: 0 26px 0 26px;
   width: 1369px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 122.63px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_829d193b3187 {
   position: absolute !important;
   left: 122.63px;
   top: 48px;
   width: 1369px;
   height: 60px;
   z-index: 1;
 }

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

 .container_4685c5db989a {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_0f9b896e414e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7d98ee6fa437 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7781904fd0a3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f331d4a6b5bd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2ad5a8490c1d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

 .text_93d1eb0965c3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_803797a669d9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d5a7b7c12caf {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6ac7673abcef {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3b644163cda4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_724eab02052e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1500050e08da {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fdf54e19aeef {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6617e3fb8090 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_06dc57155eb2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_1828967e2be5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_cbf0ff21d395 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_cc62e1ad7818 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_09ecf7981f36 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a279b7cc7588 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .container_4e19bd480f8a {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_11db4187416b {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

 .container_4e26532c1b7f {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4e26532c1b7f {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

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

 .text_ea9a7e3812f9 {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ea9a7e3812f9 {
   overflow: visible;
 }

 .text_4a8450476e6f {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_7fbb8f77926e {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_7fbb8f77926e {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_7fbb8f77926e {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_1fa070926b4f {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.9px;
   top: 185.51px;
 }

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

 .imageview_bb9403c3525a {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 21.9px;
   top: 466.69px;
 }

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

 .text_6db684eecd09 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_9496ac256544 {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

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

 .container_48b4473c604a {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_adad590c025b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4a57f622d81d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_48dab4711807 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_5e34e370550b {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_afbf06e49876 {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -21.9px;
   top: 3594.61px;
 }

 .container_wrapper_afbf06e49876 {
   position: absolute !important;
   overflow: visible;
   left: -21.9px;
   top: 3594.61px;
   width: 1658.06px;
   height: 578.47px;
 }

 .container_nested_afbf06e49876 {
   width: 1658.06px;
   height: 578.47px;
 }

 .text_5415b37fbe2d {
   width: fit-content;
   z-index: 1;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .text_5af71189e787 {
   width: 847.44px;
   height: 68px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_5af71189e787 {
   overflow: visible;
 }

 .text_dd124081ee0f {
   width: 673.63px;
   height: 49px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_dd124081ee0f {
   overflow: visible;
 }

 .container_d0b0507074be {
   width: 100px;
   height: 47.03px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1d9e75;
   border-radius: 15px 15px 15px 15px;
 }

 .text_437439cc7e22 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 11.01px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_608604198169 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 47.03px;
   z-index: 1;
   left: 576.05px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_464a86ea71db {
   width: 570.22px;
   height: 47.03px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .text_a7cf0b6f4f51 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.18px;
   top: 11.01px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_6570581d59fa {
   position: relative !important;
   overflow: visible;
   width: 676.05px;
   height: 47.03px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 15px 15px 15px 15px;
 }

 .container_466a45f2a5ad {
   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_466a45f2a5ad {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_466a45f2a5ad {
   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_22aa8fa03934 {
   width: 673.63px;
   height: 270.03px;
   z-index: 1;
   position: absolute !important;
   left: 120px;
   top: 217.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_62874b7495f1 {
   width: 1385.61px;
   height: 117.08px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f3f2eb;
   border-radius: 30px 30px 30px 30px;
 }

 .text_4e56f5714ecb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 133.65px;
   top: 57.54px;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .text_3a38d5fb592b {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_bf6d0240983c {
   padding: 10px 10px 10px 10px;
   width: 92.52px;
   height: 39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #17261f;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_bf6d0240983c {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 92.52px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_bf6d0240983c {
   padding: 10px 10px 10px 10px;
   width: 92.52px;
   height: 39px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #17261f;
   border-radius: 100px 100px 100px 100px;
 }

 .text_63f2d8334f51 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_57460a51d62a {
   padding: 10px 10px 10px 10px;
   width: 129.34px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 110.46px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_57460a51d62a {
   position: absolute !important;
   left: 110.46px;
   top: 0px;
   width: 129.34px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_57460a51d62a {
   padding: 10px 10px 10px 10px;
   width: 129.34px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .text_062c0dedd637 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_a60c4dd73dcb {
   padding: 10px 10px 10px 10px;
   width: 61.36px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 256.79px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_a60c4dd73dcb {
   position: absolute !important;
   left: 256.79px;
   top: 0px;
   width: 61.36px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_a60c4dd73dcb {
   padding: 10px 10px 10px 10px;
   width: 61.36px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .text_f6b4fd371829 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_d70dd3f648db {
   padding: 10px 10px 10px 10px;
   width: 84.97px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 336.09px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_d70dd3f648db {
   position: absolute !important;
   left: 336.09px;
   top: 0px;
   width: 84.97px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_d70dd3f648db {
   padding: 10px 10px 10px 10px;
   width: 84.97px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .text_18e2d0f0a3e8 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_62c7f0fd6760 {
   padding: 10px 10px 10px 10px;
   width: 77.41px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 438.99px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_62c7f0fd6760 {
   position: absolute !important;
   left: 438.99px;
   top: 0px;
   width: 77.41px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_62c7f0fd6760 {
   padding: 10px 10px 10px 10px;
   width: 77.41px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6f6633a92c59 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_ed6d427d8de1 {
   padding: 10px 10px 10px 10px;
   width: 78.36px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 534.34px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_ed6d427d8de1 {
   position: absolute !important;
   left: 534.34px;
   top: 0px;
   width: 78.36px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_ed6d427d8de1 {
   padding: 10px 10px 10px 10px;
   width: 78.36px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6daac7e0ebd0 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_245e08d057fa {
   padding: 10px 10px 10px 10px;
   width: 156.72px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 630.64px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_245e08d057fa {
   position: absolute !important;
   left: 630.64px;
   top: 0px;
   width: 156.72px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_245e08d057fa {
   padding: 10px 10px 10px 10px;
   width: 156.72px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .text_7d273137c044 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_8b970c00395f {
   padding: 10px 10px 10px 10px;
   width: 131.23px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   position: absolute !important;
   left: 805.29px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_8b970c00395f {
   position: absolute !important;
   left: 805.29px;
   top: 0px;
   width: 131.23px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_8b970c00395f {
   padding: 10px 10px 10px 10px;
   width: 131.23px;
   height: 39px;
   z-index: 1;
   border-top: 1px solid #17261fff;
   border-right: 1px solid #17261fff;
   border-bottom: 1px solid #17261fff;
   border-left: 1px solid #17261fff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 100px 100px 100px 100px;
 }

 .container_c8887b47229e {
   position: absolute !important;
   overflow: visible;
   width: 936.52px;
   height: 39px;
   z-index: 1;
   left: 224.55px;
   top: 39.84px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_e0e1e0cd15eb {
   position: absolute !important;
   overflow: visible;
   width: 1385.61px;
   height: 117.08px;
   left: 114.69px;
   top: 680.16px;
 }

 .container_446f4dcb1ba8 {
   width: 435px;
   height: 378px;
   border-top: 1px solid #d3d2ccff;
   border-right: 1px solid #d3d2ccff;
   border-bottom: 1px solid #d3d2ccff;
   border-left: 1px solid #d3d2ccff;
   position: absolute !important;
   left: 1054.84px;
   top: 849.14px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .container_88373b3b7770 {
   width: 435px;
   height: 443px;
   border-top: 1px solid #d3d2ccff;
   border-right: 1px solid #d3d2ccff;
   border-bottom: 1px solid #d3d2ccff;
   border-left: 1px solid #d3d2ccff;
   position: absolute !important;
   left: 1054.84px;
   top: 1246.14px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .container_b304e9f77638 {
   width: 435px;
   height: 471px;
   border-top: 1px solid #d3d2ccff;
   border-right: 1px solid #d3d2ccff;
   border-bottom: 1px solid #d3d2ccff;
   border-left: 1px solid #d3d2ccff;
   position: absolute !important;
   left: 1054.84px;
   top: 1709.14px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .container_262d992e8ad8 {
   width: 370.43px;
   height: 52px;
   z-index: 1;
   border-top: 1px solid #d3d2ccff;
   border-right: 1px solid #d3d2ccff;
   border-bottom: 1px solid #d3d2ccff;
   border-left: 1px solid #d3d2ccff;
   position: absolute !important;
   left: 21.24px;
   top: 0px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .text_c547be189f6c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 35.69px;
   top: 13.5px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_fe167a579ff0 {
   width: 370.43px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 21.24px;
   top: 69px;
   background: #1d9e75;
   border-radius: 15px 15px 15px 15px;
 }

 .text_c072da07e685 {
   width: 391.67px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c072da07e685 {
   overflow: visible;
 }

 .container_85eab83a570d {
   position: absolute !important;
   overflow: visible;
   width: 391.67px;
   height: 116px;
   z-index: 1;
   left: 1050.71px;
   top: 1028.91px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_f0bec36ce537 {
   width: 913.16px;
   height: 429px;
   position: absolute !important;
   left: 116.84px;
   top: 1314.14px;
   background: #fcfbf7;
   border-radius: 30px 30px 30px 30px;
 }

 .container_2547b9af9d4d {
   width: 444px;
   height: 257px;
   position: absolute !important;
   left: 121px;
   top: 2068.14px;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .container_2f62e8eade0e {
   width: 445px;
   height: 257px;
   position: absolute !important;
   left: 120px;
   top: 2579.14px;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .container_36eddbc77fb7 {
   width: 445px;
   height: 257px;
   position: absolute !important;
   left: 120px;
   top: 3089.14px;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .container_4400707513ee {
   width: 443.92px;
   height: 257px;
   position: absolute !important;
   left: 586.42px;
   top: 2068.14px;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .container_4619707a3215 {
   width: 443.92px;
   height: 257px;
   position: absolute !important;
   left: 586.42px;
   top: 2579.14px;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .container_5c53d50cdfbb {
   width: 445.34px;
   height: 257px;
   position: absolute !important;
   left: 585px;
   top: 3089.14px;
   background: #fcfbf7;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .imageview_ef7588f466a8 {
   width: 920px;
   height: 559px;
   z-index: 1;
   position: absolute !important;
   left: 109.84px;
   top: 841.14px;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 0 0;
 }

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

 .imageview_70283454ca21 {
   width: 444px;
   height: 270px;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: 1844.14px;
   _scaling-factor: 0.5;
   border-radius: 14.67px 14.67px 0 0;
 }

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

 .imageview_fd224c92c5d8 {
   width: 444px;
   height: 270px;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: 2355.14px;
   _scaling-factor: 0.5;
   border-radius: 14.67px 14.67px 0 0;
 }

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

 .imageview_5403200d6ee1 {
   width: 444px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: 2866.14px;
   _scaling-factor: 0.5;
   border-radius: 14.67px 14.67px 0 0;
 }

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

 .imageview_ec48c28d6821 {
   width: 444px;
   height: 270px;
   z-index: 1;
   position: absolute !important;
   left: 586.34px;
   top: 1844.14px;
   _scaling-factor: 0.5;
   border-radius: 14.67px 14.67px 0 0;
 }

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

 .imageview_bcdae907dcae {
   width: 444px;
   height: 270px;
   z-index: 1;
   position: absolute !important;
   left: 586.34px;
   top: 2355.14px;
   _scaling-factor: 0.5;
   border-radius: 14.67px 14.67px 0 0;
 }

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

 .imageview_9de6cf215566 {
   width: 444px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 586.34px;
   top: 2866.14px;
   _scaling-factor: 0.5;
   border-radius: 14.67px 14.67px 0 0;
 }

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

 .text_883586132b06 {
   width: 647px;
   height: 88px;
   z-index: 1;
   position: absolute !important;
   left: 149.84px;
   top: 1512.14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.66px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_7ed912e0080a {
   width: 374px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2175.14px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7ed912e0080a {
   overflow: visible;
 }

 .text_d91c89e3209d {
   width: 374px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2688.14px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d91c89e3209d {
   overflow: visible;
 }

 .text_9b967ded8887 {
   width: 374px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 3196.14px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9b967ded8887 {
   overflow: visible;
 }

 .text_99890cb782c6 {
   width: 374px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 613.34px;
   top: 2176.14px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_99890cb782c6 {
   overflow: visible;
 }

 .text_7705e42c025e {
   width: 374px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 613.34px;
   top: 2685.14px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7705e42c025e {
   overflow: visible;
 }

 .text_575cfb848f9d {
   width: 374px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 613.34px;
   top: 3197.14px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_575cfb848f9d {
   overflow: visible;
 }

 .text_c0251ae785cc {
   width: 691px;
   height: 88px;
   z-index: 1;
   position: absolute !important;
   left: 149.84px;
   top: 1608.14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_0747ea9f083c {
   width: 363.52px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2243.14px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_0747ea9f083c {
   overflow: visible;
 }

 .text_60b259d1058a {
   width: 383.39px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 2731.14px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_60b259d1058a {
   overflow: visible;
 }

 .text_9f350dd2a9d9 {
   width: 355.84px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 146px;
   top: 3264.14px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9f350dd2a9d9 {
   overflow: visible;
 }

 .text_c6e06d93b36a {
   width: 381px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 617.34px;
   top: 2243.14px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c6e06d93b36a {
   overflow: visible;
 }

 .text_8ce639a4a3cc {
   width: 394.89px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 617.34px;
   top: 2750.14px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8ce639a4a3cc {
   overflow: visible;
 }

 .text_b455af9e73c9 {
   width: 381px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 617.34px;
   top: 3264.14px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b455af9e73c9 {
   overflow: visible;
 }

 .text_6e09cec533bd {
   width: 101px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 149.84px;
   top: 1459.14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_f75e7c985af7 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_c96964a31375 {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 43.66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_c96964a31375 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 146.3px;
   height: 43.66px;
   z-index: 1;
 }

 .container_nested_c96964a31375 {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 43.66px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .text_6bde35d12254 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_4e52e2c7f92a {
   padding: 10px 10px 10px 10px;
   width: 156.11px;
   height: 43.66px;
   z-index: 1;
   position: absolute !important;
   left: 155.13px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_4e52e2c7f92a {
   position: absolute !important;
   left: 155.13px;
   top: 0px;
   width: 156.11px;
   height: 43.66px;
   z-index: 1;
 }

 .container_nested_4e52e2c7f92a {
   padding: 10px 10px 10px 10px;
   width: 156.11px;
   height: 43.66px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #0f6e56;
   border-radius: 300px 300px 300px 300px;
 }

 .container_92776c8bf337 {
   position: absolute !important;
   overflow: visible;
   width: 311.25px;
   height: 43.66px;
   z-index: 1;
   left: 649.24px;
   top: 1444.3px;
   border-radius: 300px 300px 300px 300px;
 }

 .text_90bd45ad6e5f {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_2eff325a261c {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_140d60cbffdf {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_140d60cbffdf {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_140d60cbffdf {
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .text_3905b3aa778f {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_2362dcc7e519 {
   width: 402.71px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 138.29px;
   top: 2129.28px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_d6240aee7681 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_7892a492d6ca {
   padding: 10px 10px 10px 10px;
   width: 100.86px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_a8983a2c14ea {
   position: relative !important;
   overflow: visible;
   width: 100.86px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_a8983a2c14ea {
   position: relative !important;
   overflow: visible;
   width: 100.86px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_a8983a2c14ea {
   width: 100.86px;
   height: 36.91px;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .text_014a7430cda4 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_72507ebffa3c {
   width: 391.71px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 138.29px;
   top: 2640.08px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_b334d4ac3226 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_c73e346f84bd {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_bff2bddcb7da {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_bff2bddcb7da {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_bff2bddcb7da {
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .text_4ca59d27ccc9 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_9a0c9d209191 {
   width: 402.71px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 138.29px;
   top: 3150.88px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_b745687757bb {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_d5bddff0694d {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_06dfed8f3d06 {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_06dfed8f3d06 {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_06dfed8f3d06 {
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .text_ca8fc033748a {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_133f7e5b230d {
   width: 397.95px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 605.39px;
   top: 2129.28px;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_a84c70f612f1 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_38b2023e8a96 {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_54e7fc296b39 {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_54e7fc296b39 {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_54e7fc296b39 {
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .text_e8fe1c098690 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_73a1e670736a {
   width: 397.95px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 605.39px;
   top: 2640.08px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_038dee1bca6c {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_de2a4c5c0adc {
   padding: 10px 10px 10px 10px;
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #e1f5ee;
   border-radius: 300px 300px 300px 300px;
 }

 .container_725859b88929 {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .container_wrapper_725859b88929 {
   position: relative !important;
   overflow: visible;
   width: 146.3px;
   height: 36.91px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_725859b88929 {
   width: 146.3px;
   height: 36.91px;
   z-index: 1;
   border-radius: 300px 300px 300px 300px;
 }

 .text_7f1fa62263e2 {
   width: fit-content;
   z-index: 1;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_a670c28119c4 {
   width: 397.95px;
   height: 36.91px;
   z-index: 1;
   position: absolute !important;
   left: 605.39px;
   top: 3150.88px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_d8515af976b3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1076.52px;
   top: 873.14px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_b54aec18b272 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1075.84px;
   top: 1272.14px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_557a68dd65a2 {
   width: max-content;
   position: absolute !important;
   left: 138.29px;
   top: 1780.14px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .text_a35c06ea8d2e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1086.4px;
   top: 1730.64px;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_e3c2c27e1327 {
   width: 349px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1075.84px;
   top: 947.14px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e3c2c27e1327 {
   overflow: visible;
 }

 .text_38fcaa2dba80 {
   width: 349px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1097.84px;
   top: 1168.14px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_38fcaa2dba80 {
   overflow: visible;
 }

 .imageview_8a9ba1b1d67b {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1073.84px;
   top: 913.14px;
 }

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

 .imageview_964c8a069c98 {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1073.84px;
   top: 1311.14px;
 }

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

 .imageview_48015e52a6e3 {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1073.84px;
   top: 1773.14px;
 }

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

 .text_708fffea1caf {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_a506a1ea4006 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_a506a1ea4006 {
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_a506a1ea4006 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d0d7f4db2c85 {
   width: 349.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 2.68px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d0d7f4db2c85 {
   overflow: visible;
 }

 .imageview_b94c6c67c8e6 {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36.29px;
 }

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

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

 .text_624b31f7ac77 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_6386734fb649 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_6386734fb649 {
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_6386734fb649 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_ac7fe8458a4a {
   width: 349.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 2.68px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ac7fe8458a4a {
   overflow: visible;
 }

 .imageview_8dd6c78a6392 {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36.29px;
 }

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

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

 .text_681865363279 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_388ca5c19055 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_388ca5c19055 {
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_388ca5c19055 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_598743c07fb1 {
   width: 349.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 2.68px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_598743c07fb1 {
   overflow: visible;
 }

 .imageview_5a7a487a565d {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36.29px;
 }

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

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

 .text_5cc1bb265745 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_607febf6642c {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_607febf6642c {
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_607febf6642c {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_6da9571baa2e {
   width: 349.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 2.68px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6da9571baa2e {
   overflow: visible;
 }

 .imageview_b4348b382671 {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36.29px;
 }

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

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

 .text_24f334e99347 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_fa9489d82828 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_fa9489d82828 {
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_fa9489d82828 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d7362017c920 {
   width: 349.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 2.68px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d7362017c920 {
   overflow: visible;
 }

 .imageview_c819e9fc929c {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36.29px;
 }

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

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

 .text_f493741f9de4 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_c0520fc43874 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_c0520fc43874 {
   position: absolute !important;
   left: 361.48px;
   top: 0px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_c0520fc43874 {
   padding: 10px 10px 10px 10px;
   width: 38.25px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_de558a5d4d23 {
   width: 349.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 2.68px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_de558a5d4d23 {
   overflow: visible;
 }

 .imageview_c0b372f162c0 {
   width: 400px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36.29px;
 }

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

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

 .text_16c28510cdf5 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_6289260854f8 {
   padding: 10px 10px 10px 10px;
   width: 38.51px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   position: absolute !important;
   left: 361.22px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_6289260854f8 {
   position: absolute !important;
   left: 361.22px;
   top: 0px;
   width: 38.51px;
   height: 27px;
   z-index: 1;
 }

 .container_nested_6289260854f8 {
   padding: 10px 10px 10px 10px;
   width: 38.51px;
   height: 27px;
   z-index: 1;
   border-top: 1px solid #dfdfdeff;
   border-right: 1px solid #dfdfdeff;
   border-bottom: 1px solid #dfdfdeff;
   border-left: 1px solid #dfdfdeff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f3f2eb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_52ccd1be830b {
   width: 351.37px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3.47px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_52ccd1be830b {
   overflow: visible;
 }

 .container_f407c542338c {
   position: relative !important;
   overflow: visible;
   width: 399.73px;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8px 8px 8px 8px;
 }

 .container_117ebd3222c1 {
   width: 400px;
   height: 289.72px;
   z-index: 1;
   position: absolute !important;
   left: 1073.84px;
   top: 1342.14px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_196859b266b7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2.12px;
   line-height: 40.66px;
   font-family: 'Inter';
 }

 .text_5724473ff727 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 67.44px;
   top: 42px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .text_7c4e18cf7d0f {
   width: 329px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 67.44px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7c4e18cf7d0f {
   overflow: visible;
 }

 .container_e31cc3d1c2f7 {
   position: absolute !important;
   overflow: visible;
   width: 396.44px;
   height: 61px;
   z-index: 1;
   left: 8.38px;
   top: 0px;
 }

 .imageview_e2a73384374e {
   width: 415.53px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 69.62px;
 }

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

 .container_630ae509afd1 {
   position: relative !important;
   overflow: visible;
   width: 415.53px;
   height: 70.12px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e4ed8e5a6d5f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2.12px;
   line-height: 40.66px;
   font-family: 'Inter';
 }

 .text_597c2eacf795 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 67.44px;
   top: 42px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .text_d53ffb6f6982 {
   width: 329px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 67.44px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d53ffb6f6982 {
   overflow: visible;
 }

 .container_6e4d4d0d96c1 {
   position: absolute !important;
   overflow: visible;
   width: 396.44px;
   height: 61px;
   z-index: 1;
   left: 8.38px;
   top: 0px;
 }

 .imageview_3072d0d8b17e {
   width: 415.53px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 69.62px;
 }

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

 .container_90c9411d9c4f {
   position: relative !important;
   overflow: visible;
   width: 415.53px;
   height: 70.12px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_222222fa9a00 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.12px;
   line-height: 40.66px;
   font-family: 'Inter';
 }

 .text_d566b44dc9ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66.44px;
   top: 41px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .text_004897abecaf {
   width: 329px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 66.44px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_004897abecaf {
   overflow: visible;
 }

 .container_a42ce14f6f01 {
   position: absolute !important;
   overflow: visible;
   width: 395.44px;
   height: 60px;
   z-index: 1;
   left: 9.38px;
   top: 0px;
 }

 .imageview_c8afb5aa00b6 {
   width: 415.53px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68.62px;
 }

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

 .container_31de534a7099 {
   position: relative !important;
   overflow: visible;
   width: 415.53px;
   height: 69.12px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_afd85af35551 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2.12px;
   line-height: 40.66px;
   font-family: 'Inter';
 }

 .text_5b5f860b1f74 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 67.44px;
   top: 42px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .text_a7a34e294ac8 {
   width: 329px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 67.44px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a7a34e294ac8 {
   overflow: visible;
 }

 .container_86c28c46bb56 {
   position: absolute !important;
   overflow: visible;
   width: 396.44px;
   height: 61px;
   z-index: 1;
   left: 8.38px;
   top: 0px;
 }

 .imageview_c076426ec771 {
   width: 415.53px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 69.62px;
 }

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

 .container_8732cd36e07c {
   position: relative !important;
   overflow: visible;
   width: 415.53px;
   height: 70.12px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_da4a039ef29c {
   width: 380px;
   height: 324.47px;
   z-index: 1;
   position: absolute !important;
   left: 1073.84px;
   top: 1788.14px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_65a006d5ba36 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .text_3fc9360c8c07 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_28604be66acc {
   padding: 0 2px 0 2px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_24a8549b5423 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_513a4bca0737 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_513a4bca0737 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_513a4bca0737 {
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1927b9f54a96 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8019fe8cb5cd {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_121f0b9229c2 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_121f0b9229c2 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .container_nested_121f0b9229c2 {
   width: 40px;
   height: 40px;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .text_fbc50d92e692 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8ff825eb67c5 {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_53dd1e51e7f3 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .text_eb35f46b6b18 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1d38bcd84b8b {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d1c3e08b6ea8 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5022bfa5b54a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_930d8b2bd9ad {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_3cd79bf2838d {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .text_cd886336230e {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_972c6f2e4ab0 {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ba91f287d9cd {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .text_ae456ab26975 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6e2684b9ca2 {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_54a9c12ad299 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .text_870fed45d74c {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_494485d1a808 {
   padding: 8px 8px 8px 8px;
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_1653effb79db {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .container_5ce56c32f560 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .text_552e828ba83a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3f6d34773481 {
   padding: 0 2px 0 2px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_be491a82e0ce {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_019498d7b0ab {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_b68feb3a0d9b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_b68feb3a0d9b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_b68feb3a0d9b {
   height: fit-content;
   justify-content: flex-end;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_845cf312b50a {
   padding: 12px 24px 16px 24px;
   width: 878px;
   height: 68px;
   border-top: 1px solid #e5e5e5e6;
   border-right: 0px solid #e5e5e5e6;
   border-bottom: 0px solid #e5e5e5e6;
   border-left: 0px solid #e5e5e5e6;
   position: absolute !important;
   left: 109.84px;
   top: 3381.14px;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f34ad2aa8a07 {
   width: 611px;
   height: 401px;
   z-index: 1;
   position: absolute !important;
   left: 941.3px;
   top: 179.92px;
   _scaling-factor: 0.5;
 }

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

 .viewport_c8a98916a39f {
   width: 1615px;
   height: 4173px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_251db46bba29 {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: -0.64px;
   top: -0.41px;
   background: #0f6e56;
 }

 .container_9e4dc527e366 {
   width: 1615px;
   height: 787.88px;
   z-index: 1;
   position: absolute !important;
   left: -0.64px;
   top: 626.84px;
   background: #09211a;
 }

 .container_1fe7518b7927 {
   width: 1615px;
   height: 659.6px;
   position: absolute !important;
   left: -0.64px;
   top: 2176.13px;
   background: #1d9e75;
 }

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

 .text_autoheight_0a560db4859c {
   overflow: visible;
 }

 .text_7545a0b0b26b {
   width: 100%;
   min-width: 0;
   height: 202px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_7545a0b0b26b {
   overflow: visible;
 }

 .container_edb5b7c3601d {
   width: 847.44px;
   height: 248px;
   z-index: 1;
   position: absolute !important;
   left: 383.15px;
   top: 217.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_994cc5b0a721 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

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

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

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

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

 .text_2456376d5d59 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_c9d389dad7ba {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_1d8f2910bcc7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_5cd0d691f046 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_aebbefbd6b76 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_14fd118f4f61 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_3c3247ac4888 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_48d06b278d45 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_70309b58e95a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

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

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

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

 .text_2b74f6798674 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_1e25829cf64b {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .container_wrapper_1e25829cf64b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 8px;
   width: 39px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_1e25829cf64b {
   width: 39px;
   height: 20px;
   z-index: 1;
 }

 .text_332cb98f56d0 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_d48078ac4610 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_d48078ac4610 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_d48078ac4610 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

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

 .container_58abf294d438 {
   padding: 0 26px 0 26px;
   width: 1370px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 121.4px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_58abf294d438 {
   position: absolute !important;
   left: 121.4px;
   top: 48px;
   width: 1370px;
   height: 60px;
   z-index: 1;
 }

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

 .text_a3ecf427393a {
   width: max-content;
   position: absolute !important;
   left: 468.9px;
   top: 4631.14px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .text_e99425dd3b62 {
   width: 776.21px;
   height: 125px;
   z-index: 2;
   position: absolute !important;
   left: 141.58px;
   top: 716.97px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e99425dd3b62 {
   overflow: visible;
 }

 .text_8bb3277da175 {
   width: 719.82px;
   height: 285px;
   z-index: 2;
   position: absolute !important;
   left: 141.21px;
   top: 997.7px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8bb3277da175 {
   overflow: visible;
 }

 .text_65f558db9c2c {
   width: 719.82px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 141.21px;
   top: 941.59px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_65f558db9c2c {
   overflow: visible;
 }

 .imageview_e30ab01817ae {
   width: 1375px;
   height: 645px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_cd015187717f {
   position: absolute !important;
   overflow: visible;
   width: 1375px;
   height: 645.49px;
   left: 119.27px;
   top: 1478.77px;
 }

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

 .text_autoheight_6122e34819e9 {
   overflow: visible;
 }

 .text_9e0d16412a73 {
   width: 100%;
   min-width: 0;
   height: 125px;
   z-index: 1;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9e0d16412a73 {
   overflow: visible;
 }

 .container_c7dbfb2d830e {
   width: 501.3px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 215.63px;
   top: 1893px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_3bd33ec93bd6 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3bd33ec93bd6 {
   overflow: visible;
 }

 .text_5fd523b698b8 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5fd523b698b8 {
   overflow: visible;
 }

 .container_4fc74cf65e38 {
   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_fbe3c3c4e642 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1c54fe8737a8 {
   padding: 35px 27px 35px 27px;
   width: 673px;
   height: 221px;
   z-index: 1;
   position: absolute !important;
   left: 121.63px;
   top: 2303px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_167ab41437be {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_167ab41437be {
   overflow: visible;
 }

 .text_b744bd8106a9 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b744bd8106a9 {
   overflow: visible;
 }

 .container_600771d9ea6c {
   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_ba81285fb5c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_42fe49fae59c {
   padding: 35px 27px 35px 27px;
   width: 673px;
   height: 221px;
   z-index: 1;
   position: absolute !important;
   left: 121.63px;
   top: 2546.02px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_a3c7ff28b5f1 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a3c7ff28b5f1 {
   overflow: visible;
 }

 .text_1cd7a576dd05 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1cd7a576dd05 {
   overflow: visible;
 }

 .container_53fbd53486fc {
   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_387541eb77e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9df1b7fd4872 {
   padding: 35px 27px 35px 27px;
   width: 673px;
   height: 221px;
   z-index: 1;
   position: absolute !important;
   left: 821.63px;
   top: 2303px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #0f6e56;
   border-radius: 15px 15px 15px 15px;
 }

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

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

 .text_95213dbce960 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_95213dbce960 {
   overflow: visible;
 }

 .text_56ca5afd3ca4 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_56ca5afd3ca4 {
   overflow: visible;
 }

 .container_454a600fbe0f {
   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_aaaa0eaa91a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_146c7506f77c {
   padding: 35px 27px 35px 27px;
   width: 673px;
   height: 221px;
   z-index: 1;
   position: absolute !important;
   left: 821.63px;
   top: 2546.02px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0f3eb;
   border-radius: 15px 15px 15px 15px;
 }

 .text_2c1376a622b3 {
   width: 814.08px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 399.73px;
   top: 2222.79px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2c1376a622b3 {
   overflow: visible;
 }

 .container_4a2cb119c723 {
   width: 1734.19px;
   height: 1429.83px;
   position: absolute !important;
   left: -59.96px;
   top: 2835.73px;
   background: #ffffff;
 }

 .text_2fd79d814751 {
   width: 621.02px;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2fd79d814751 {
   overflow: visible;
 }

 .text_b806070cdfc7 {
   width: 678.6px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b806070cdfc7 {
   overflow: visible;
 }

 .container_f896c6f5396a {
   width: 764px;
   height: 87px;
   z-index: 1;
   position: absolute !important;
   left: 121.63px;
   top: 2900.98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e149a0c77586 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 1;
   aspect-ratio: 1 / 1;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_e149a0c77586 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_2766488a83ad {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2766488a83ad {
   overflow: visible;
 }

 .text_c80858385260 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c80858385260 {
   overflow: visible;
 }

 .container_5cab366d039c {
   width: 135px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_848658a8864b {
   width: 445px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_820aef33670e {
   width: 445px;
   height: 445px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_820aef33670e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9f620f82efc2 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9f620f82efc2 {
   overflow: visible;
 }

 .text_34dce1ac4551 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_34dce1ac4551 {
   overflow: visible;
 }

 .container_97067ee11212 {
   width: 135px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_49dd853f3802 {
   width: 445px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6e9fd952bd83 {
   width: 445px;
   height: 445px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_6e9fd952bd83 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d1b1d71ce7c8 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d1b1d71ce7c8 {
   overflow: visible;
 }

 .text_9e1d37e06315 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9e1d37e06315 {
   overflow: visible;
 }

 .container_a3dac8a80515 {
   width: 135px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b868eff08b3 {
   width: 445px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_04e00f33a788 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4a2e285a6a78 {
   width: 445px;
   height: 445px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_4a2e285a6a78 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_00730b1398a4 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_00730b1398a4 {
   overflow: visible;
 }

 .text_c1dd63d605ad {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_e289b0760359 {
   width: 135px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1206a977ce4c {
   width: 445px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b7a326602200 {
   width: 445px;
   height: 445px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_b7a326602200 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_b1ec64edea85 {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b1ec64edea85 {
   overflow: visible;
 }

 .text_2f735f9b14d8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_23e91b8d6557 {
   width: 135px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_15cffac65e5c {
   width: 445px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8f60732384a5 {
   width: 445px;
   height: 445px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_8f60732384a5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_5425df68911b {
   width: 100%;
   min-width: 0;
   height: 25px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5425df68911b {
   overflow: visible;
 }

 .text_f2ac878b933c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_836399024552 {
   width: 135px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5306c2a427a5 {
   width: 445px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a96610681453 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_52a50a71b030 {
   width: 1375px;
   height: 1076px;
   z-index: 1;
   position: absolute !important;
   left: 120px;
   top: 3039.85px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 42px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f1f87875c463 {
   width: 423px;
   height: 676px;
   z-index: 2;
   position: absolute !important;
   left: 1053.36px;
   top: 666.11px;
   _scaling-factor: 0.5;
 }

 .imageview_f1f87875c463 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ac6c28e006fa {
   width: 1658.06px;
   height: 578.47px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_74f87e32ae2e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8f156ad86902 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_aa638836bb2b {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ad358e9736d5 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1520f4713063 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_1329da8fe0f5 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8e290d7aa546 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ae7e99c26d1e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ab22bd93adfa {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3f55aeec5819 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4ff3c14eff02 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_b590a6662407 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aaad7d7afc67 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7577537d8f54 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_35f6ec961a90 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2fe62ca285da {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_73ad9ba6287a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_d1ba71d75631 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_19155baee1e8 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7a892a7c254b {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_667a9ff9145d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_03897b474131 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_44e798422394 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_ed3dd51943fe {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_28f43a1a1716 {
   width: 879px;
   height: 164px;
   z-index: 2;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6025762a7e47 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_6025762a7e47 img {
   width: 100%;
   height: 100%;
 }

 .text_30c4346fdacb {
   width: fit-content;
   z-index: 2;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_d91500fbcd37 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddd6cf138095 {
   width: 203px;
   height: 39.38px;
   z-index: 2;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ddd6cf138095 {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 2;
 }

 .container_nested_ddd6cf138095 {
   width: 203px;
   height: 39.38px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_913a5e8bc4af {
   width: 970.65px;
   height: 83px;
   z-index: 2;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_913a5e8bc4af {
   overflow: visible;
 }

 .text_e6f07bda4def {
   width: 126.49px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_851fd63555a6 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 2;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_851fd63555a6 {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 2;
 }

 .container_nested_851fd63555a6 {
   width: 182px;
   height: 66px;
   z-index: 2;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_46026df74680 {
   width: 1658.06px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 186.01px;
 }

 .imageview_46026df74680 img {
   position: absolute;
   width: 1615.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 21.5px;
   top: -0.5px;
 }

 .imageview_46026df74680.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_5eaa8c91144c {
   width: 1658.06px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 467.19px;
 }

 .imageview_5eaa8c91144c img {
   position: absolute;
   width: 1615.0px !important;
   height: 1.0px !important;
   max-width: none !important;
   left: 21.5px;
   top: -0.5px;
 }

 .imageview_5eaa8c91144c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_7a25d7d5b88a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_2d23c14f9fdb {
   width: 114.75px;
   height: 24px;
   z-index: 2;
 }

 .imageview_2d23c14f9fdb img {
   width: 100%;
   height: 100%;
 }

 .container_b8cd59739bc1 {
   width: 245.75px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9f8c2672ff35 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2a09ff9d06ac {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f9c4187891fb {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_bf073dda7add {
   width: 588px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_01bf05c1c501 {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   z-index: 1;
   left: -21.53px;
   top: 4265.53px;
 }

 .viewport_151c68be5c05 {
   width: 1615px;
   height: 4844px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_e34cd364463e {
   width: 1614px;
   height: 578px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_8001a7475310 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_74c3996bcd21 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6ee20ae32fc2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7a4d3c387b8f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a75d8bf297a4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_c080e31211e6 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8c73f9e9b229 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1ce66e441854 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7d1d5899bc98 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_77f1a2c300b6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a4ca001768ff {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_58659c1d4028 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_30f243869b0e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2be1fd4286cd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_00e8891e6e51 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8645450caf52 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_34fd3fb420e4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_583224c3da1c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_583224c3da1c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_583224c3da1c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ebe2f8105dc2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_77b481007b47 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fc1f412b1dc8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_40114b8207f5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0dd75f222e65 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_52bb5ae6b3da {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_52bb5ae6b3da {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_52bb5ae6b3da {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5074e6866f1e {
   width: 855.64px;
   height: 163.87px;
   z-index: 1;
   position: absolute !important;
   left: 616.7px;
   top: 234.81px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_737a009bbc43 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_737a009bbc43 img {
   width: 100%;
   height: 100%;
 }

 .text_9c222b6ebed9 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_1a00d52ca3f4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f05d92a92f5 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_9f05d92a92f5 {
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
 }

 .container_nested_9f05d92a92f5 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_da37a649c001 {
   width: 944.85px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 223.6px;
   top: 53.97px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da37a649c001 {
   overflow: visible;
 }

 .text_40b1e33e9f1b {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_2661cee1d228 {
   position: absolute !important;
   overflow: visible;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   left: 1295.17px;
   top: 72.75px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_2661cee1d228 {
   position: absolute !important;
   overflow: visible;
   left: 1295.17px;
   top: 72.75px;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
 }

 .container_nested_2661cee1d228 {
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_4016e31ae8ab {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 185.86px;
 }

 .imageview_4016e31ae8ab img {
   width: 100%;
   height: 100%;
 }

 .imageview_a8edbbf12e0c {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 466.81px;
 }

 .imageview_a8edbbf12e0c img {
   width: 100%;
   height: 100%;
 }

 .text_068f2d3f2ece {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_35e52f234c10 {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

 .imageview_35e52f234c10 img {
   width: 100%;
   height: 100%;
 }

 .container_6d528f90da22 {
   width: 239.22px;
   height: 23.98px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 505.58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_32abbb31236e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b5102492329b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_446246fe1d77 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_19241ec262be {
   width: 572.37px;
   height: 19.98px;
   z-index: 1;
   position: absolute !important;
   left: 807px;
   top: 508.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f1fcb9143051 {
   position: absolute !important;
   overflow: visible;
   width: 1614px;
   height: 578px;
   left: 0.63px;
   top: 1227px;
 }

 .container_wrapper_f1fcb9143051 {
   position: absolute !important;
   overflow: visible;
   left: 0.63px;
   top: 1227px;
   width: 1614px;
   height: 578px;
 }

 .container_nested_f1fcb9143051 {
   width: 1614px;
   height: 578px;
 }

 .imageview_c89f1563564b {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_c89f1563564b img {
   width: 100%;
   height: 100%;
 }

 .text_aa11aa17133c {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_cb129b7f6940 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b05c4370d26 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4b05c4370d26 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_4b05c4370d26 {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a73e58ab635c {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_8dbc9fd6b92e {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_8dbc9fd6b92e img {
   width: 100%;
   height: 100%;
 }

 .container_85aa7ab4cf4e {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_fc6620cd05bb {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_0c04d7120e05 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_0c04d7120e05 img {
   width: 100%;
   height: 100%;
 }

 .container_ce7251b2e28e {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6e821cf53723 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_37880f5beb40 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_be9dd5ab0ad6 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_be9dd5ab0ad6 img {
   width: 100%;
   height: 100%;
 }

 .container_edee600fc4e2 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_f03f9cdc8cab {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0b9e8903280a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_048c2ad14a6f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_048c2ad14a6f {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_048c2ad14a6f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ca0c1bed8bf0 {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_fad394910cc3 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_09f14feeda6c {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_7a6ca4ff4a16 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_7a6ca4ff4a16 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_7a6ca4ff4a16 {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_63e01be5d980 {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_5e4a791ec577 {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   position: absolute !important;
   left: 124px;
   top: 63px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_5e4a791ec577 {
   position: absolute !important;
   left: 124px;
   top: 63px;
   width: 1367px;
   height: 60px;
 }

 .container_nested_5e4a791ec577 {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_a336cfd8d604 {
   width: 76.66px;
   height: 76.66px;
   flex-shrink: 0;
   transform-origin: center;
 }

 .imageview_a336cfd8d604 img {
   width: 100%;
   height: 100%;
 }

 .text_05d43737645e {
   width: fit-content;
   line-height: 51.84px;
   font-family: 'Funnel Display';
 }

 .container_ac8dc74ade5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_96742135d147 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23.73px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd19c3a4f2c4 {
   width: 526.57px;
   height: 49px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_cd19c3a4f2c4 {
   overflow: visible;
 }

 .container_a79c168b55da {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4d0f9bb55a1d {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-99c9820b92b6_4d0f9bb55a1d {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-9cae550696d9_4d0f9bb55a1d {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_2ee7588f188e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2145f63b6a51 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-8cd1ac441b04_2145f63b6a51 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-f56d1c18b06b_2145f63b6a51 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_abb7e5f9f1c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b433b59e0aa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.83px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c0ee600c316 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_10fef20072d9 {
   width: fit-content;
   line-height: 41.4px;
   font-family: 'Inter';
 }

 .container_7e33f9799493 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a861d75141b0 {
   width: fit-content;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_4f0283f5ea8f {
   padding: 2.97px 0 0 0;
   width: 526.57px;
   height: 32.63px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea85eb7df5e3 {
   padding: 35.6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 111.25px;
   flex-shrink: 0;
   border-top: 1.48px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_94f6f196be60 {
   padding: 59.33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_309e368cf9be {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .text_de1f3f3957d1 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .container_61fbad4cb599 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c4258eec0d77 {
   width: fit-content;
   line-height: 28.6px;
   font-family: 'Manrope';
 }

 .container_247d24b283f0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d5fac62a48f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5.93px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3588e7ba6a25 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_524b2798e60f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ada4c0d40be7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ada4c0d40be7 {
   overflow: visible;
 }

 .input_text_6d9b39a42f4a {
   padding: 0 26.7px 0 26.7px;
   width: 526.57px;
   height: 71.2px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
   font-family: 'Manrope';
 }

 .wrapper_input_text_6d9b39a42f4a {
   width: 526.57px;
   height: 71.2px;
 }

 .input_text_6d9b39a42f4a::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_85b41975ca10 {
   width: 526.57px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6eb3afa848a2 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_13b4e796d4ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7ecdea07421e {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30.39px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7ecdea07421e {
   overflow: visible;
 }

 .input_text_c5f96e26bca0 {
   padding: 0 26.7px 0 26.7px;
   width: 526.57px;
   height: 71.2px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
   font-family: 'Manrope';
 }

 .wrapper_input_text_c5f96e26bca0 {
   width: 526.57px;
   height: 71.2px;
 }

 .input_text_c5f96e26bca0::placeholder {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30.39px;
   text-align: start;
   word-wrap: break-word;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_980091648a2c {
   width: 526.57px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a150c07cd92 {
   width: 126.49px;
   height: 17px;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_271a9efd3f16 {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_271a9efd3f16 {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_nested_271a9efd3f16 {
   width: 187.25px;
   height: 52px;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_e892ec8a437e {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8fb703ec3819 {
   padding: 5.93px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_8fb703ec3819 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_8fb703ec3819 {
   padding: 5.93px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a9240d73b70 {
   height: 1.48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #00000014;
 }

 .text_b53207926936 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.74px;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .container_5c1b67e00f4f {
   position: relative !important;
   overflow: visible;
   width: 27px;
   height: 12px;
   flex-shrink: 0;
 }

 .container_649fa01efc73 {
   height: 1.48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #00000014;
 }

 .container_3cba8519e480 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 17.8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c923829384ab {
   width: fit-content;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_2b178a8c30e4 {
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
 }

 .container_wrapper_2b178a8c30e4 {
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_nested_2b178a8c30e4 {
   width: 187.25px;
   height: 52px;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
 }

 .container_ea0516679079 {
   width: 526.57px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_77ed81eae749 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 26.7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_71ebed021bcb {
   width: 526.57px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_71ebed021bcb {
   overflow: visible;
 }

 .text-933356ad5889_71ebed021bcb {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-9f46e1126d0a_71ebed021bcb {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-f24f061b7909_71ebed021bcb {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-de3160b4384e_71ebed021bcb {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-50df1a2a4deb_71ebed021bcb {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_fa284e6e7888 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   gap: 41.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_fa284e6e7888 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_fa284e6e7888 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   align-items: center;
   justify-content: center;
   gap: 41.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d066287385dd {
   width: 1364.64px;
   height: 907.78px;
   max-width: 1364.64px;
   border-top: 1.48px solid #0000000f;
   border-right: 1.48px solid #0000000f;
   border-bottom: 1.48px solid #0000000f;
   border-left: 1.48px solid #0000000f;
   position: absolute !important;
   left: 122.5px;
   top: 203.72px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 35.6px 35.6px 35.6px 35.6px;
   box-shadow: 0px 5.93px 29.67px #00000012, 0px 1.48px 4.45px #0000000f;
 }

 .viewport_c1110d778bb9 {
   width: 1615px;
   height: 1805px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0f3eb;
 }

 .container_571a93411b64 {
   width: 1615px;
   height: 550.01px;
   position: absolute !important;
   left: 0px;
   top: -0.41px;
   background: #0f6e56;
 }

 .container_7f02f4b8e5c1 {
   width: 1614px;
   height: 578px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_371cd3346521 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_be8faf7cd3cc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_db27f2e6effd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4e49c4da2a75 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_584aa6daa608 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_423b14fb1eeb {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_20845139891b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_bd2b9fd7c83c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_86efdc91927b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d8f2f49eb5cf {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d1969dfa6569 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_e2035a46a1be {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd89ec548b63 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_74259059ac58 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2ca261bb3a98 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b0481ade074c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3b67d3763339 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_c8c589981ca7 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_667d88138546 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_4be807b91edc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_13cd3a319949 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0163a4ee532b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9dcf27e9c278 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_ba657abf438f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_85206d1f348b {
   width: 855.64px;
   height: 163.87px;
   z-index: 1;
   position: absolute !important;
   left: 616.7px;
   top: 234.81px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_87d9af91e3b8 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_87d9af91e3b8 img {
   width: 100%;
   height: 100%;
 }

 .text_424d06e5e054 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_8d0a6cc4737e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e30e2524e0b4 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_e30e2524e0b4 {
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
 }

 .container_nested_e30e2524e0b4 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9d76199c0f0e {
   width: 944.85px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 223.6px;
   top: 53.97px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d76199c0f0e {
   overflow: visible;
 }

 .text_4e14f36f7ded {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_73d91c51e14d {
   position: absolute !important;
   overflow: visible;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   left: 1295.17px;
   top: 72.75px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_73d91c51e14d {
   position: absolute !important;
   overflow: visible;
   left: 1295.17px;
   top: 72.75px;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
 }

 .container_nested_73d91c51e14d {
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_a3c653504275 {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 185.86px;
 }

 .imageview_a3c653504275 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1544c0f09625 {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 466.81px;
 }

 .imageview_1544c0f09625 img {
   width: 100%;
   height: 100%;
 }

 .text_2e93243e15e7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_511c802dea4c {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

 .imageview_511c802dea4c img {
   width: 100%;
   height: 100%;
 }

 .container_626fc82c7519 {
   width: 239.22px;
   height: 23.98px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 505.58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c6ed9b1d086e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a2062ca7da24 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7bbe2cbdcf07 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_3f88330d288b {
   width: 572.37px;
   height: 19.98px;
   z-index: 1;
   position: absolute !important;
   left: 807px;
   top: 508.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d557da47c740 {
   position: absolute !important;
   overflow: visible;
   width: 1614px;
   height: 578px;
   left: 0.63px;
   top: 1496px;
 }

 .imageview_644780f9c3d9 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_644780f9c3d9 img {
   width: 100%;
   height: 100%;
 }

 .text_097e9b7bd2ab {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_0996dcc56f6e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_935442e38ef9 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_935442e38ef9 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_935442e38ef9 {
   width: 203px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_27b5cccbd209 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_96eb615ca588 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_96eb615ca588 img {
   width: 100%;
   height: 100%;
 }

 .container_b1be7aa26fb7 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b1faadf75d72 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_91746ff7c88b {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_91746ff7c88b img {
   width: 100%;
   height: 100%;
 }

 .container_3f535a6c2c60 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a1177c091b78 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_94821a1db769 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_fab9b836ba5f {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fab9b836ba5f img {
   width: 100%;
   height: 100%;
 }

 .container_872bee4daddb {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_834cf441fd5c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_e4138f24f83d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_2830b3653970 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_2830b3653970 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_2830b3653970 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9139554c9b44 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_0630309ff6ee {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .container_wrapper_0630309ff6ee {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 8px;
   width: 39px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_0630309ff6ee {
   width: 39px;
   height: 20px;
   z-index: 1;
 }

 .text_dece909f5fdf {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_905fe421ba75 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_905fe421ba75 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_905fe421ba75 {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_ff1e1b7a6dde {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a751137891fb {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 124px;
   top: 63px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_a751137891fb {
   position: absolute !important;
   left: 124px;
   top: 63px;
   width: 1367px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_a751137891fb {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_6707297a9969 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0.5px;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .container_83d3bc7058dc {
   position: relative !important;
   overflow: visible;
   width: 131.38px;
   height: 15.4px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_df074d9163c7 {
   padding: 0 0 18px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e248cdd56fe7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: -0.5px;
   line-height: 67.2px;
   font-family: 'Funnel Display';
 }

 .container_06e0daf0ab64 {
   position: relative !important;
   overflow: visible;
   width: 640.75px;
   height: 67.2px;
   max-width: 760px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_51174fcc8a30 {
   padding: 0 0 22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e550b7a34358 {
   width: 600px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e550b7a34358 {
   overflow: visible;
 }

 .container_282da38417db {
   position: relative !important;
   overflow: visible;
   width: 600px;
   height: 52px;
   max-width: 600px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fd8f1696318b {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fd8f1696318b img {
   width: 100%;
   height: 100%;
 }

 .text_825a39ce5e6d {
   width: 100%;
   min-width: 0;
   height: 21px;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_825a39ce5e6d {
   overflow: visible;
 }

 .container_bc0c726355ce {
   height: 22.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_7c62c4ffde16 {
   width: fit-content;
   z-index: 1;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_3109dd747b5e {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_3109dd747b5e {
   width: fit-content;
   height: 34px;
   z-index: 1;
 }

 .container_nested_3109dd747b5e {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_f4684ddf2e80 {
   padding: 14px 24px 14px 24px;
   width: 520px;
   height: fit-content;
   max-width: 520px;
   z-index: 1;
   border-top: 1px solid #0000001f;
   border-right: 1px solid #0000001f;
   border-bottom: 1px solid #0000001f;
   border-left: 1px solid #0000001f;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: 0px 2px 12px #0000000f;
 }

 .container_2772af7d4c8b {
   padding: 36px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c195a933992d {
   padding: 80px 16px 72px 16px;
   width: 1296px;
   height: 426.6px;
   z-index: 1;
   position: absolute !important;
   left: 159.5px;
   top: 123px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a671c8655e4d {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
 }

 .imageview_a671c8655e4d img {
   width: 100%;
   height: 100%;
 }

 .text_ce2530769e9e {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .container_42703734151b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_729fe868beac {
   width: 398px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_729fe868beac {
   overflow: visible;
 }

 .container_aaf7b21c925a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7bb1fa075125 {
   width: 100%;
   min-width: 0;
   height: 118px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_35b88d6f58c9 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_f69b990f7ae5 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_f69b990f7ae5 img {
   width: 100%;
   height: 100%;
 }

 .container_ae1042a5216b {
   padding: 0 20px 0 20px;
   width: fit-content;
   height: 52px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_ae1042a5216b {
   width: fit-content;
   height: 52px;
   flex-shrink: 0;
 }

 .container_nested_ae1042a5216b {
   padding: 0 20px 0 20px;
   width: fit-content;
   height: 52px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_da0c9d8c8ec5 {
   padding: 36px 36px 36px 36px;
   width: 472px;
   height: 336px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_61da84595a82 {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
 }

 .imageview_61da84595a82 img {
   width: 100%;
   height: 100%;
 }

 .text_35527613c000 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .container_8fac01590e98 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8979832bf84e {
   width: 398px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8979832bf84e {
   overflow: visible;
 }

 .container_6c4e66e73683 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f0d0b5fc645c {
   width: fit-content;
   line-height: 22px;
   font-family: 'Manrope';
 }

 .text-666d477719b7_f0d0b5fc645c {
   line-height: 22px;
   font-family: 'Manrope';
 }

 .text-6bb3e4d8c10f_f0d0b5fc645c {
   line-height: 22px;
   font-family: 'Manrope';
 }

 .container_60df4b528be7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_95cbe6668aea {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5d9bd28705b {
   width: fit-content;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .imageview_3b5b01f703e8 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_3b5b01f703e8 img {
   width: 100%;
   height: 100%;
 }

 .container_089d6dc98f2f {
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
 }

 .container_wrapper_089d6dc98f2f {
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_nested_089d6dc98f2f {
   width: 187.25px;
   height: 52px;
   border-top: 1.48px solid #00000026;
   border-right: 1.48px solid #00000026;
   border-bottom: 1.48px solid #00000026;
   border-left: 1.48px solid #00000026;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 1481.82px 1481.82px 1481.82px 1481.82px;
 }

 .container_79c2979da843 {
   padding: 36px 36px 36px 36px;
   width: 472px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 24px 24px 24px 24px;
 }

 .container_4de094ab5121 {
   width: 968px;
   height: 336px;
   position: absolute !important;
   left: 324px;
   top: 601.3px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6165832b6a8e {
   width: fit-content;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_99b1a02a4146 {
   width: 968px;
   height: 21px;
   position: absolute !important;
   left: 323.5px;
   top: 1024.3px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d0e61586e7a7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .container_6f1e5a2adebd {
   position: absolute !important;
   overflow: visible;
   width: 299.27px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .text_17b904a06e96 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19px;
   font-family: 'Manrope';
 }

 .container_bb9e8b8b336b {
   position: absolute !important;
   overflow: visible;
   width: 100.07px;
   height: 20px;
   left: 315.27px;
   top: 13.5px;
 }

 .container_wrapper_bb9e8b8b336b {
   position: absolute !important;
   overflow: visible;
   left: 315.27px;
   top: 13.5px;
   width: 100.07px;
   height: 20px;
 }

 .container_nested_bb9e8b8b336b {
   width: 100.07px;
   height: 20px;
 }

 .container_48d64847e929 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .container_8895e0ba5176 {
   padding: 8px 0 0 0;
   width: 968px;
   height: 44px;
   position: absolute !important;
   left: 323.5px;
   top: 1045.3px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_77a9a6fb1425 {
   width: 16px;
   height: 18px;
 }

 .imageview_77a9a6fb1425 img {
   width: 100%;
   height: 100%;
 }

 .text_86cf4ebad18c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_c2e7353069a8 {
   position: relative !important;
   overflow: visible;
   width: 257.63px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_6652bf6c9d93 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_7cb4ed1b9333 {
   width: 16px;
   height: 18px;
 }

 .imageview_7cb4ed1b9333 img {
   width: 100%;
   height: 100%;
 }

 .text_b85ee76715dd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_130a8f5a4798 {
   position: relative !important;
   overflow: visible;
   width: 170.03px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_c951b5709e9e {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_eae7f179c818 {
   width: 16px;
   height: 18px;
 }

 .imageview_eae7f179c818 img {
   width: 100%;
   height: 100%;
 }

 .text_ae18c2a51635 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_39abd6994ded {
   position: relative !important;
   overflow: visible;
   width: 200.34px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_a8d43156ad10 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_cccb6d8db9f4 {
   width: 16px;
   height: 18px;
 }

 .imageview_cccb6d8db9f4 img {
   width: 100%;
   height: 100%;
 }

 .text_f6a894abbc5b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_243ad6c88476 {
   position: relative !important;
   overflow: visible;
   width: 184.88px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_1a8b53d1bf06 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_adf678250577 {
   width: 16px;
   height: 18px;
 }

 .imageview_adf678250577 img {
   width: 100%;
   height: 100%;
 }

 .text_503c4ab18bae {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_4234d2fb6af3 {
   position: relative !important;
   overflow: visible;
   width: 206.16px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_787f6a911d73 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_1b3829d37e2c {
   width: 16px;
   height: 18px;
 }

 .imageview_1b3829d37e2c img {
   width: 100%;
   height: 100%;
 }

 .text_f9540b97df42 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_8a80e79d7980 {
   position: relative !important;
   overflow: visible;
   width: 222.85px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_cc23ca6f06e1 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_cd9dfb815992 {
   padding: 12px 0 12px 0;
   width: 483px;
   height: 294px;
   border-top: 0px solid #0000000f;
   border-right: 1px solid #0000000f;
   border-bottom: 0px solid #0000000f;
   border-left: 0px solid #0000000f;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6796e4894b0a {
   width: 16px;
   height: 18px;
 }

 .imageview_6796e4894b0a img {
   width: 100%;
   height: 100%;
 }

 .text_9a9bddb7017f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_1c1d51d93c3b {
   position: relative !important;
   overflow: visible;
   width: 198.88px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_eebbc59d09c7 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_4e3e8150d5a2 {
   width: 16px;
   height: 18px;
 }

 .imageview_4e3e8150d5a2 img {
   width: 100%;
   height: 100%;
 }

 .text_87ece9c426b5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_42d225999bf3 {
   position: relative !important;
   overflow: visible;
   width: 229.11px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_533650507770 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_eeb1037162fa {
   width: 16px;
   height: 18px;
 }

 .imageview_eeb1037162fa img {
   width: 100%;
   height: 100%;
 }

 .text_cf87e02cf11a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_aafc53f1406d {
   position: relative !important;
   overflow: visible;
   width: 228.48px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_f6203b408acb {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_e0838815cd3d {
   width: 16px;
   height: 18px;
 }

 .imageview_e0838815cd3d img {
   width: 100%;
   height: 100%;
 }

 .text_165ef6e51bdd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_3f15ad0f46d5 {
   position: relative !important;
   overflow: visible;
   width: 254.59px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_60e82394f9d3 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_28c999c34b49 {
   width: 16px;
   height: 18px;
 }

 .imageview_28c999c34b49 img {
   width: 100%;
   height: 100%;
 }

 .text_1a2bb02a6f26 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_3c488f8eec43 {
   position: relative !important;
   overflow: visible;
   width: 211.21px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_88a5e8304104 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_b6b90e86b0e0 {
   width: 16px;
   height: 18px;
 }

 .imageview_b6b90e86b0e0 img {
   width: 100%;
   height: 100%;
 }

 .text_5336740ffc1e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21px;
   font-family: 'Manrope';
 }

 .container_db5cd8d3b692 {
   position: relative !important;
   overflow: visible;
   width: 272.77px;
   height: 21px;
   flex-shrink: 0;
 }

 .container_ad4585596539 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6f27f5033d9f {
   padding: 12px 0 12px 0;
   width: 483px;
   height: 294px;
   position: absolute !important;
   left: 483px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b1b76f51ee85 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 294px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .container_47fb5d0b13c7 {
   width: 100%;
   min-width: 0;
   height: 296px;
   flex-shrink: 0;
   border-top: 1px solid #00000012;
   border-right: 1px solid #00000012;
   border-bottom: 1px solid #00000012;
   border-left: 1px solid #00000012;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 20px 20px 20px 20px;
 }

 .container_80b86213b2e3 {
   padding: 28px 0 0 0;
   width: 968px;
   height: 324px;
   position: absolute !important;
   left: 323.5px;
   top: 1089.3px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_5c2b867b7472 {
   width: 1615px;
   height: 2074px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0f3eb;
 }

 .container_7e3ddaac6269 {
   width: 1614px;
   height: 578px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_b1ec95a49686 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_292a02a3c59d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6efff9e76506 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_0210fe2fef63 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b98866898e80 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_1a33ac52e86d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3a4c29ef391 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6a89a33599fa {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9a814a0e5722 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_71c7b20bc6f1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3859f47f96f9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_a9ecc76eb5e0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_a9ecc76eb5e0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_a9ecc76eb5e0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fc3176190eea {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c119da5951f4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1c347c2d02b6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7c41b5740712 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d545c28e7596 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_b9be32b2f16b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b9be32b2f16b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_b9be32b2f16b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e4122082b6b7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_97317b2c4706 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f27c223b9307 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1cf6406a1bf6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_dcedbd988c5c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_c732c2015160 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c732c2015160 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_c732c2015160 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1cdc7e366b5 {
   width: 855.64px;
   height: 163.87px;
   z-index: 1;
   position: absolute !important;
   left: 616.7px;
   top: 234.81px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a470f7f81fa9 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a470f7f81fa9 img {
   width: 100%;
   height: 100%;
 }

 .text_ef62f4e1017f {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_0a3c46217589 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0f70f9b1ea60 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_0f70f9b1ea60 {
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
 }

 .container_nested_0f70f9b1ea60 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_398d68cf7eb1 {
   width: 944.85px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 223.6px;
   top: 53.97px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_398d68cf7eb1 {
   overflow: visible;
 }

 .text_9bf7249c3e91 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_8bcc0315f18a {
   position: absolute !important;
   overflow: visible;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   left: 1295.17px;
   top: 72.75px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_8bcc0315f18a {
   position: absolute !important;
   overflow: visible;
   left: 1295.17px;
   top: 72.75px;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
 }

 .container_nested_8bcc0315f18a {
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_626fba800543 {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 185.86px;
 }

 .imageview_626fba800543 img {
   width: 100%;
   height: 100%;
 }

 .imageview_8c3e784a303b {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 466.81px;
 }

 .imageview_8c3e784a303b img {
   width: 100%;
   height: 100%;
 }

 .text_b2e9fef6bf4d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_49113ee7c46f {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

 .imageview_49113ee7c46f img {
   width: 100%;
   height: 100%;
 }

 .container_e46d20d3b10f {
   width: 239.22px;
   height: 23.98px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 505.58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_da363525f3dc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7ba50ad4243e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_29164be88ab4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_ac516c973778 {
   width: 572.37px;
   height: 19.98px;
   z-index: 1;
   position: absolute !important;
   left: 807px;
   top: 508.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0df87e933d0b {
   position: absolute !important;
   overflow: visible;
   width: 1614px;
   height: 578px;
   left: 0.63px;
   top: 1227px;
 }

 .container_wrapper_0df87e933d0b {
   position: absolute !important;
   overflow: visible;
   left: 0.63px;
   top: 1227px;
   width: 1614px;
   height: 578px;
 }

 .container_nested_0df87e933d0b {
   width: 1614px;
   height: 578px;
 }

 .imageview_2b3a62b82ebf {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_2b3a62b82ebf img {
   width: 100%;
   height: 100%;
 }

 .text_38eefd62a1ec {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_884642488a96 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_51a3b74bf843 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_51a3b74bf843 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_51a3b74bf843 {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b9e96090c82f {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_85182a051261 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_85182a051261 img {
   width: 100%;
   height: 100%;
 }

 .container_e1003893719a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9cf496d28c29 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_476c7d7f6e8f {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_476c7d7f6e8f img {
   width: 100%;
   height: 100%;
 }

 .container_b8817c199db8 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9d958e3c9c98 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c7e2f971d943 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_1bafbee09113 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_1bafbee09113 img {
   width: 100%;
   height: 100%;
 }

 .container_c0c493df8d70 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_21d010dd888e {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_63312022c4fe {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_13b414cfb807 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_13b414cfb807 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_13b414cfb807 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_236d7a206654 {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_b0bbc37c7e07 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .container_wrapper_b0bbc37c7e07 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 8px;
   width: 39px;
   height: 20px;
 }

 .container_nested_b0bbc37c7e07 {
   width: 39px;
   height: 20px;
 }

 .text_bff08bab32fe {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_cfdc30612d57 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_cfdc30612d57 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_cfdc30612d57 {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_e35fc71c370b {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_18663edbe635 {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   position: absolute !important;
   left: 124px;
   top: 63px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_18663edbe635 {
   position: absolute !important;
   left: 124px;
   top: 63px;
   width: 1367px;
   height: 60px;
 }

 .container_nested_18663edbe635 {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_4de0091b13e3 {
   width: 520px;
   height: 70px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_4de0091b13e3 {
   overflow: visible;
 }

 .container_e2210eb33b18 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_30b9c0c3fd7d {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_30b9c0c3fd7d img {
   width: 100%;
   height: 100%;
 }

 .text_c1d378c418f4 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_14e0a605a302 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_47a644ac0852 {
   width: 460px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_47a644ac0852 {
   overflow: visible;
 }

 .container_4f0fe84873a0 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9e9018bc590a {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_53429f3489e0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6542663b4396 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_6542663b4396 img {
   width: 100%;
   height: 100%;
 }

 .text_097f9e7d1224 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_2c5512c41a55 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_980f343cc99b {
   width: 460px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_980f343cc99b {
   overflow: visible;
 }

 .container_dfcdfabecd46 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_739569d5bda5 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_238aca8bf633 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c62349306c96 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_c62349306c96 img {
   width: 100%;
   height: 100%;
 }

 .text_63d1dbb96f6d {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_e733fa07e382 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0a882a5388f {
   width: 460px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e0a882a5388f {
   overflow: visible;
 }

 .container_a6751ad0be9a {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0f5e5ba99399 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_32dd4d9076a5 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2a3f81e93c93 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1d9614f4a44 {
   padding: 8px 0 0 0;
   width: 520px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4195ff25e30e {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_24659f9f5ea7 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .container_b66ebf1c6a0f {
   width: 28px;
   height: 4px;
   background: #5dcaa5;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_3c4dee3df8fe {
   width: 28px;
   height: 4px;
   background: #efefed;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_68310dd5e62a {
   width: fit-content;
   height: 12px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b82e63d5d5c3 {
   width: max-content;
   position: absolute !important;
   left: 24.29px;
   top: 0.5px;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .container_c4a54ddf5e04 {
   position: relative !important;
   overflow: visible;
   width: 131.38px;
   height: 15.4px;
   flex-shrink: 0;
 }

 .container_ab4fe814b0e4 {
   padding: 0 0 18px 0;
   width: fit-content;
   height: 29px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1cc5981bcca4 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Manrope';
 }

 .container_a723da0555e0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cd3662ff49f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_913aebea99de {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_a64e9f2a14fc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a963314700e {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_dbc04e3b9bd2 {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_8296bdee5d47 {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   font-family: 'Manrope';
 }

 .wrapper_input_text_8296bdee5d47 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_8296bdee5d47::placeholder {
   width: 100%;
   line-height: 20px;
   text-align: start;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_b25a27a59171 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7624c632ff8f {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_67e670440866 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_31098d784349 {
   position: relative !important;
   overflow: visible;
   width: 52.67px;
   height: 18px;
   flex-shrink: 0;
 }

 .container_45ab7b715b25 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_489777b6bd01 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_3c23e616950a {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_fce1f4f92534 {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   font-family: 'Manrope';
 }

 .wrapper_input_text_fce1f4f92534 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_fce1f4f92534::placeholder {
   width: 100%;
   line-height: 20px;
   text-align: start;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_93e63f6cb008 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7effa04ce28b {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_aa7b0f635080 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_51d66f554b84 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_44e47a530369 {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_c0283d6e0aef {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   font-family: 'Manrope';
 }

 .wrapper_input_text_c0283d6e0aef {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_c0283d6e0aef::placeholder {
   width: 100%;
   line-height: 20px;
   text-align: start;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_2a3f0d6fa4b9 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16419826d847 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_46a67f6f2c16 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b067fc69eef {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f584a715cd97 {
   padding: 0 16px 0 16px;
   width: 340px;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .input_text_eac3cb639ff1 {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   font-family: 'Manrope';
 }

 .wrapper_input_text_eac3cb639ff1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .input_text_eac3cb639ff1::placeholder {
   width: 100%;
   line-height: 20px;
   text-align: start;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_a6f6b9aa9c61 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca519c81c2a7 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_b41f49b07a70 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3588b87e5847 {
   width: 100%;
   min-width: 0;
   height: 54px;
 }

 .imageview_3588b87e5847 img {
   position: absolute;
   width: 340.0px !important;
   height: 54.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_3588b87e5847.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_8074b5420aa5 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_22d61e0affef {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_93a4a45e0a91 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_9d7f059a20ec {
   position: relative !important;
   overflow: visible;
   width: 56.65px;
   height: 18px;
   flex-shrink: 0;
 }

 .container_b392cb8a364f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d8740174afc8 {
   width: 100%;
   min-width: 0;
   height: 54px;
 }

 .imageview_d8740174afc8 img {
   position: absolute;
   width: 340.0px !important;
   height: 54.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_d8740174afc8.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_d55e56093f06 {
   width: 340px;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e95c0d5e6239 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a759f3e9c074 {
   width: 700px;
   height: 1px;
   flex-shrink: 0;
   background: #00000012;
 }

 .container_e4897b7b5179 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   border-top: 1.5px solid #00000033;
   border-right: 1.5px solid #00000033;
   border-bottom: 1.5px solid #00000033;
   border-left: 1.5px solid #00000033;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .text_f4da8098bb02 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-19766ecfe846_f4da8098bb02 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-f3f6f9308b73_f4da8098bb02 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-fcae3de4e7d3_f4da8098bb02 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-b40109245165_f4da8098bb02 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-ca637dab8728_f4da8098bb02 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_e31a3f4e236c {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6e59e004d570 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-5827f333a98d_6e59e004d570 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-4b1694574afa_6e59e004d570 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7dd38449e034 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_a4d521e9caad {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_a4d521e9caad img {
   width: 100%;
   height: 100%;
 }

 .container_546dffb6dd46 {
   padding: 0 44px 0 44px;
   width: 193px;
   height: 52px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_546dffb6dd46 {
   width: 193px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_nested_546dffb6dd46 {
   padding: 0 44px 0 44px;
   width: 193px;
   height: 52px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 999px 999px 999px 999px;
 }

 .container_c67749083fcc {
   width: 637px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 21px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d38b82536e43 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   gap: 41.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d38b82536e43 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_d38b82536e43 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   align-items: center;
   justify-content: center;
   gap: 41.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0468c8001484 {
   width: 1364.64px;
   height: 907.78px;
   max-width: 1364.64px;
   border-top: 1.48px solid #0000000f;
   border-right: 1.48px solid #0000000f;
   border-bottom: 1.48px solid #0000000f;
   border-left: 1.48px solid #0000000f;
   position: absolute !important;
   left: 122.5px;
   top: 203.72px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 35.6px 35.6px 35.6px 35.6px;
   box-shadow: 0px 5.93px 29.67px #00000012, 0px 1.48px 4.45px #0000000f;
 }

 .viewport_7997134e20ac {
   width: 1615px;
   height: 1805px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0f3eb;
 }

 .container_7aae47922e3f {
   width: 1614px;
   height: 578px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_79365d8cc082 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a30fa44ebb6b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_77ea0a4e5f0d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c575a39aa2c9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_fc0c7af2de96 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_886d5d3a9719 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c608d6d94fb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_71acdd6f40ce {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1222eecb3fdc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c85a3ac48f37 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_878acbd8c5c0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_829fe6de6c51 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fbc83db4647d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_12e5a00cb351 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_424ff4a4950d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_411add4abc02 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_cf4c9f31da78 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_9fa51ec7af11 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_9fa51ec7af11 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_9fa51ec7af11 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6e1c7e157758 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1a328e643467 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7d3b1ac2e214 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_cc926a581e97 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_da8a7b2a4b15 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_7b0a88dc80a4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_7b0a88dc80a4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_7b0a88dc80a4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8ba613dfc30 {
   width: 855.64px;
   height: 163.87px;
   z-index: 1;
   position: absolute !important;
   left: 616.7px;
   top: 234.81px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d37e20ada8aa {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d37e20ada8aa img {
   width: 100%;
   height: 100%;
 }

 .text_2cbba0420c65 {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_3f1452fa12e5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_37ff6f77c411 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_37ff6f77c411 {
   position: absolute !important;
   left: 218.56px;
   top: 260.6px;
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
 }

 .container_nested_37ff6f77c411 {
   width: 197.61px;
   height: 39.35px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d42e9d45c091 {
   width: 944.85px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 223.6px;
   top: 53.97px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d42e9d45c091 {
   overflow: visible;
 }

 .text_498ab31d2dba {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_6656af065022 {
   position: absolute !important;
   overflow: visible;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   left: 1295.17px;
   top: 72.75px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_6656af065022 {
   position: absolute !important;
   overflow: visible;
   left: 1295.17px;
   top: 72.75px;
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
 }

 .container_nested_6656af065022 {
   width: 177.16px;
   height: 65.95px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_b55ddf4463fb {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 185.86px;
 }

 .imageview_b55ddf4463fb img {
   width: 100%;
   height: 100%;
 }

 .imageview_c8cb5ded9813 {
   width: 1614px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 466.81px;
 }

 .imageview_c8cb5ded9813 img {
   width: 100%;
   height: 100%;
 }

 .text_558ca49741ae {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_05e26db2f3d6 {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

 .imageview_05e26db2f3d6 img {
   width: 100%;
   height: 100%;
 }

 .container_cdb208dced06 {
   width: 239.22px;
   height: 23.98px;
   z-index: 1;
   position: absolute !important;
   left: 218.56px;
   top: 505.58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f6d950848f37 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c41f669c79fd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8930f113406a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_9900bbf96016 {
   width: 572.37px;
   height: 19.98px;
   z-index: 1;
   position: absolute !important;
   left: 807px;
   top: 508.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f21be6f5be90 {
   position: absolute !important;
   overflow: visible;
   width: 1614px;
   height: 578px;
   left: 0.63px;
   top: 1227px;
 }

 .container_wrapper_f21be6f5be90 {
   position: absolute !important;
   overflow: visible;
   left: 0.63px;
   top: 1227px;
   width: 1614px;
   height: 578px;
 }

 .container_nested_f21be6f5be90 {
   width: 1614px;
   height: 578px;
 }

 .imageview_4c8449b9a25c {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_4c8449b9a25c img {
   width: 100%;
   height: 100%;
 }

 .text_06a6938bebdc {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_ac68a5698b89 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_19aefed3a012 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_19aefed3a012 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_19aefed3a012 {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1a1e1c6dbcfa {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_f04ebfc82b5f {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_f04ebfc82b5f img {
   width: 100%;
   height: 100%;
 }

 .container_2a8c9b4b10ce {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c46b16661827 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_41d274b87e87 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_41d274b87e87 img {
   width: 100%;
   height: 100%;
 }

 .container_4cbf2b0cbb09 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_911a21ae114b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_a0b56935b5a0 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_f95c19bfd2dd {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_f95c19bfd2dd img {
   width: 100%;
   height: 100%;
 }

 .container_02e2c2ecfb89 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_250cf7452d91 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_375189dfa607 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_4753528aba18 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4753528aba18 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_4753528aba18 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b312c3446ab8 {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_804a1c0844b7 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_6cdcf3806cdb {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_51d28a7eb3ca {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_51d28a7eb3ca {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_51d28a7eb3ca {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_b9df9eaea51e {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_ed62a49d920f {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   position: absolute !important;
   left: 124px;
   top: 63px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_ed62a49d920f {
   position: absolute !important;
   left: 124px;
   top: 63px;
   width: 1367px;
   height: 60px;
 }

 .container_nested_ed62a49d920f {
   padding: 0 26px 0 26px;
   width: 1367px;
   height: 60px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .text_e4d1e012a919 {
   width: 520px;
   height: 70px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_e4d1e012a919 {
   overflow: visible;
 }

 .container_12ae30e50a8e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2a0b2c1ede3e {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_2a0b2c1ede3e img {
   width: 100%;
   height: 100%;
 }

 .text_fe3a2898ca2d {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_ce394734d434 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_11346f3fd040 {
   width: 460px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_11346f3fd040 {
   overflow: visible;
 }

 .container_35a8a8bf2ca2 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a27ba8fb277 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f9571b570b8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5aca1f477227 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_5aca1f477227 img {
   width: 100%;
   height: 100%;
 }

 .text_5e50abfdf91d {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_95fc7ee565da {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_79719f615541 {
   width: 460px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_79719f615541 {
   overflow: visible;
 }

 .container_f2ae8bd4d3c1 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_79959d47ad6f {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e58dacf2bf40 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d654dc8e6c1c {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_d654dc8e6c1c img {
   width: 100%;
   height: 100%;
 }

 .text_61ca870560b2 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_cff0e55b5397 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43efb223a08e {
   width: 460px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_43efb223a08e {
   overflow: visible;
 }

 .container_60d201d71946 {
   width: 460px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e27e7d3e373 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_020f4d2a5490 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_edb920bd7818 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bbc5b6b76608 {
   padding: 8px 0 0 0;
   width: 520px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_72cc5cda7e51 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35.6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1aeea1e80c14 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0d2b22;
 }

 .container_7d4af6ca886e {
   width: 28px;
   height: 4px;
   background: #5dcaa5;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_a6556ad1191c {
   width: 28px;
   height: 4px;
   background: #5dcaa5;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_e0e81a0aa3ed {
   width: fit-content;
   height: 12px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff685ad7833d {
   width: max-content;
   position: absolute !important;
   left: 23.29px;
   top: 0.5px;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .container_8ee57b677564 {
   position: relative !important;
   overflow: visible;
   width: 131.38px;
   height: 15.4px;
   flex-shrink: 0;
 }

 .container_4a74b213a65d {
   padding: 0 0 18px 0;
   width: fit-content;
   height: 29px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_deba4e21315c {
   width: fit-content;
   line-height: 30px;
   font-family: 'Manrope';
 }

 .container_e9dae9c047a3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9deb84899215 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e5874254f86 {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_ef0c7a0325ab {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac6d1599c115 {
   padding: 0 0 6px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1119d1bcc0c0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1119d1bcc0c0 {
   overflow: visible;
 }

 .input_text_c81ecf6d52a4 {
   padding: 0 16px 0 16px;
   width: 378px;
   height: 48px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Manrope';
 }

 .wrapper_input_text_c81ecf6d52a4 {
   width: 378px;
   height: 48px;
 }

 .input_text_c81ecf6d52a4::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   color: #1a1a1a80;
   font-family: 'Manrope';
 }

 .container_2491b3700ead {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_231f35f473aa {
   width: fit-content;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .container_df54b6dc3701 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5439acb9e994 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5439acb9e994 {
   overflow: visible;
 }

 .container_57238a226713 {
   padding: 0 48px 0 16px;
   width: 378px;
   height: 48px;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_7c670d6c61b5 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 346px;
   top: 15px;
 }

 .imageview_7c670d6c61b5 img {
   width: 100%;
   height: 100%;
 }

 .container_5fa8a916a5e8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
 }

 .input_select_ed2955169cda {
   padding: 6px 0 0 10px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 9998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61e7bb8f56b5 {
   width: fit-content;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_4238882964f9 {
   padding: 6px 0 0 0;
   width: 378px;
   height: 23px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e9889c004edf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a6a03ce45a7 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   border-top: 1.5px solid #00000033;
   border-right: 1.5px solid #00000033;
   border-bottom: 1.5px solid #00000033;
   border-left: 1.5px solid #00000033;
   background: #ffffff;
   border-radius: 5px 5px 5px 5px;
 }

 .container_406c7f65f65e {
   padding: 1px 0 0 0;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_12b578f63280 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-d6f63087c783_12b578f63280 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-ba46df218ce5_12b578f63280 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-bf5e298ee401_12b578f63280 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-7006ce637785_12b578f63280 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text-e5b683559ea1_12b578f63280 {
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_1c9013434312 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8123ea6e4d50 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   border-top: 2px solid #d1d5dbff;
   border-right: 2px solid #d1d5dbff;
   border-bottom: 2px solid #d1d5dbff;
   border-left: 2px solid #d1d5dbff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_f9cd183cbb8c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_d450d24c93dc {
   position: relative !important;
   overflow: visible;
   width: 85.39px;
   height: 19.5px;
   flex-shrink: 0;
 }

 .imageview_c0793526ade2 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

 .imageview_c0793526ade2 img {
   width: 100%;
   height: 100%;
 }

 .text_0c48be301ec4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10px;
   font-family: 'Inter';
 }

 .container_058bfecddbe3 {
   position: relative !important;
   overflow: visible;
   width: 58.38px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_1bd1e30eeaeb {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_84b1d4ba85d2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_a340b9bc9adf {
   padding: 0 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 998;
   border-top: 1px solid #00000026;
   border-right: 1px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 1px solid #00000026;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Manrope';
 }

 .wrapper_input_text_a340b9bc9adf {
   width: 100%;
   min-width: 0;
   height: 64px;
 }

 .input_text_a340b9bc9adf::placeholder {
   width: 100%;
   line-height: 18.2px;
   text-align: start;
   color: #6b7280;
   font-family: 'Manrope';
   letter-spacing: 0.13px;
 }

 .text_282f696f7fbe {
   width: fit-content;
   line-height: 18.2px;
   font-family: 'Manrope';
 }

 .container_841f597e1b21 {
   width: 378px;
   height: 52px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_841f597e1b21 {
   width: 378px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_nested_841f597e1b21 {
   width: 378px;
   height: 52px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_cd59744c73ef {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_cd59744c73ef img {
   width: 100%;
   height: 100%;
 }

 .text_9f5fda257411 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_f43108bd49f4 {
   position: relative !important;
   overflow: visible;
   width: 249.51px;
   height: 16px;
   flex-shrink: 0;
 }

 .container_428e55ce4af8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4c36d3cfaf8f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_50913f0e44d5 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   gap: 41.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_50913f0e44d5 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_50913f0e44d5 {
   padding: 77.13px 77.13px 77.13px 77.13px;
   height: 100%;
   min-height: 0;
   align-items: center;
   justify-content: center;
   gap: 41.53px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a9c9293b6ac6 {
   width: 1364.64px;
   height: 907.78px;
   max-width: 1364.64px;
   border-top: 1.48px solid #0000000f;
   border-right: 1.48px solid #0000000f;
   border-bottom: 1.48px solid #0000000f;
   border-left: 1.48px solid #0000000f;
   position: absolute !important;
   left: 122.5px;
   top: 203.72px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 35.6px 35.6px 35.6px 35.6px;
   box-shadow: 0px 5.93px 29.67px #00000012, 0px 1.48px 4.45px #0000000f;
 }

 .viewport_5358a53ee714 {
   width: 1615px;
   height: 1805px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0f3eb;
 }

 .container_39337babcc87 {
   width: 1615px;
   height: 631.16px;
   position: absolute !important;
   left: -0.37px;
   top: -0.41px;
   background: #0d2b22;
 }

 .imageview_b96fc1a06054 {
   width: 298px;
   height: 210px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_b96fc1a06054 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d951bf62af04 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a9613f8d0c5 {
   width: 382px;
   height: 210.05px;
   z-index: 1;
   position: absolute !important;
   left: 1115.02px;
   top: 202.69px;
   align-items: center;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4de75ef3a667 {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_7eef88431e1b {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_7eef88431e1b {
   position: relative !important;
   overflow: visible;
   width: 187.25px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7eef88431e1b {
   width: 187.25px;
   height: 52px;
   z-index: 1;
   background: #0f6e56;
   border-radius: 999px 999px 999px 999px;
 }

 .text_66ebf75beb04 {
   width: 74.86px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 31.5px;
   top: 17.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_231b622a3350 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .container_wrapper_231b622a3350 {
   position: relative !important;
   overflow: visible;
   width: 137.62px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_231b622a3350 {
   width: 137.62px;
   height: 52px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   background: #ffffff;
   border-radius: 999px 999px 999px 999px;
 }

 .container_9d22d2f8f117 {
   width: 336.87px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 111.81px;
   top: 487.74px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f47411dcf39d {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f47411dcf39d img {
   width: 100%;
   height: 100%;
 }

 .text_730c27c1ebeb {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_d1e8a6555d6e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fcbf92f579f6 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_fcbf92f579f6 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_fcbf92f579f6 {
   width: 203px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_379df3abf8c4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_c0f84cf3da0a {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c0f84cf3da0a img {
   width: 100%;
   height: 100%;
 }

 .container_8e7f359c9a0b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a25539edb29b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_e037273c1299 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e037273c1299 img {
   width: 100%;
   height: 100%;
 }

 .container_935b150927e1 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_d7b35a46e322 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_b60b093f15eb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_212c10b08de1 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_212c10b08de1 img {
   width: 100%;
   height: 100%;
 }

 .container_7489d317644a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_2462f1a3624d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9cba8fbd95e8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_d69f20757ae0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d69f20757ae0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_d69f20757ae0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_091961c25e27 {
   width: 40.82px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_141a6556d81a {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 8px;
 }

 .text_32953dab1278 {
   width: 92.94px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_e833c93e860d {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   z-index: 1;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_e833c93e860d {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_e833c93e860d {
   width: 127px;
   height: 36px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_4847a7ad68ad {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_54c423c57236 {
   padding: 0 26px 0 26px;
   width: 1371px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 121.17px;
   top: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_54c423c57236 {
   position: absolute !important;
   left: 121.17px;
   top: 48px;
   width: 1371px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_54c423c57236 {
   padding: 0 26px 0 26px;
   width: 1371px;
   height: 60px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_afb24bbf0a38 {
   width: 1658.06px;
   height: 578.47px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #09211a;
 }

 .text_6a2415f6f32f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_1d7c59a271dd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ba7a59cc65af {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_412cfd89ad2f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_918fd896ba65 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_196ed0537750 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3be91706196e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f6a55c856060 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3665aee3c922 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_9096f0f45673 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f7e67f108422 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_e857b8bdd4d7 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ac118de4981 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6f396c94c797 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_7185dcf8ac2f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5b75fb5294ed {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6cc0f222c961 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_352e9d301d08 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d7609828f90f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3d9a2aa6f766 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_39530efdacf5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_98d9a52870d2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_2d3e7e479366 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_6067111325ee {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_de50c234f84d {
   width: 879px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 633.53px;
   top: 235px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 106px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7a8fb883094c {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7a8fb883094c img {
   width: 100%;
   height: 100%;
 }

 .text_7da63bbcc87f {
   width: fit-content;
   z-index: 1;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_cfedd93d7f1d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55de0736ed35 {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_55de0736ed35 {
   position: absolute !important;
   left: 224.53px;
   top: 260.81px;
   width: 203px;
   height: 39.38px;
   z-index: 1;
 }

 .container_nested_55de0736ed35 {
   width: 203px;
   height: 39.38px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_25cf3482c4d8 {
   width: 970.65px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 229.71px;
   top: 54.02px;
   line-height: 41.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_25cf3482c4d8 {
   overflow: visible;
 }

 .text_a8474895f3cb {
   width: 126.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 24.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_01d95ef4550f {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 66px;
   z-index: 1;
   left: 1330.53px;
   top: 72.81px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_01d95ef4550f {
   position: absolute !important;
   overflow: visible;
   left: 1330.53px;
   top: 72.81px;
   width: 182px;
   height: 66px;
   z-index: 1;
 }

 .container_nested_01d95ef4550f {
   width: 182px;
   height: 66px;
   z-index: 1;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .imageview_394069b1dc0d {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 22.36px;
   top: 185.51px;
 }

 .imageview_394069b1dc0d img {
   width: 100%;
   height: 100%;
 }

 .imageview_b7fdb633f45d {
   width: 1615px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 22.36px;
   top: 466.69px;
 }

 .imageview_b7fdb633f45d img {
   width: 100%;
   height: 100%;
 }

 .text_e5ab2b7f2368 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_9ead50db9b4a {
   width: 114.75px;
   height: 24px;
   z-index: 1;
 }

 .imageview_9ead50db9b4a img {
   width: 100%;
   height: 100%;
 }

 .container_7ee279f4b168 {
   width: 245.75px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 224.53px;
   top: 506px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 55px;
   display: flex !important;
   flex-direction: row;
 }

 .text_bfe8b03fab8f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d9c7011ee188 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_e0f00b048454 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_6148a9475906 {
   width: 588px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 829.03px;
   top: 508.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 98px;
   display: flex !important;
   flex-direction: row;
 }

 .container_781acd89421f {
   position: absolute !important;
   overflow: visible;
   width: 1658.06px;
   height: 578.47px;
   left: -22.36px;
   top: 2093.05px;
 }

 .text_048185423cba {
   width: fit-content;
   z-index: 1;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .text_c00564d1727c {
   width: 847.44px;
   height: 202px;
   z-index: 1;
   line-height: 67.2px;
   word-wrap: break-word;
   font-family: 'Funnel Display';
 }

 .text_autoheight_c00564d1727c {
   overflow: visible;
 }

 .container_e2036a12b363 {
   width: 673.63px;
   height: 248px;
   z-index: 1;
   position: absolute !important;
   left: 119.63px;
   top: 202.69px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aaa7a7af33f4 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_aaa7a7af33f4 {
   overflow: visible;
 }

 .container_80dbf6e4eff5 {
   width: 814.08px;
   height: 34px;
   position: absolute !important;
   left: 121.27px;
   top: 1555.27px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d23dec3ede3 {
   width: 442px;
   height: 375px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_4a078f397a3d {
   width: 100%;
   min-width: 0;
   height: 73px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4a078f397a3d {
   overflow: visible;
 }

 .text_2e42c6f8ebc4 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2e42c6f8ebc4 {
   overflow: visible;
 }

 .container_705a08005582 {
   width: 379.04px;
   height: 108.08px;
   z-index: 1;
   position: absolute !important;
   left: 31.48px;
   top: 50px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a62479cc10ac {
   position: absolute !important;
   overflow: visible;
   width: 442px;
   height: 375px;
   left: 123px;
   top: 1614.39px;
 }

 .container_bd6c9b2bf0b8 {
   width: 442px;
   height: 375px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_850688e4b6bc {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_850688e4b6bc {
   overflow: visible;
 }

 .text_73503a515f4c {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_73503a515f4c {
   overflow: visible;
 }

 .container_50a2724e4c05 {
   width: 379.04px;
   height: 108.08px;
   z-index: 1;
   position: absolute !important;
   left: 31.48px;
   top: 50px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6778fc53b6bb {
   position: absolute !important;
   overflow: visible;
   width: 442px;
   height: 375px;
   left: 585px;
   top: 1614.39px;
 }

 .container_e674d02fc6ca {
   width: 442px;
   height: 375px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0d2b22;
   border-radius: 15px 15px 15px 15px;
 }

 .text_c5856cab229c {
   width: 100%;
   min-width: 0;
   height: 122px;
   z-index: 1;
   line-height: 24.3px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c5856cab229c {
   overflow: visible;
 }

 .text_d93f6ed26afa {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d93f6ed26afa {
   overflow: visible;
 }

 .container_1694d95d7bc8 {
   width: 379.04px;
   height: 108.08px;
   z-index: 1;
   position: absolute !important;
   left: 31.48px;
   top: 50px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_224f4d643a0b {
   width: 144px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 31.48px;
   top: 284.65px;
   _scaling-factor: 0.5;
 }

 .imageview_224f4d643a0b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_eb0f88120fc0 {
   position: absolute !important;
   overflow: visible;
   width: 442px;
   height: 375px;
   left: 1053px;
   top: 1614.39px;
 }

 .imageview_394ce8dfe91b {
   width: 127px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 154.48px;
   top: 1899.03px;
   _scaling-factor: 0.5;
 }

 .imageview_394ce8dfe91b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_09541766165c {
   width: 145px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 616.48px;
   top: 1899.03px;
   _scaling-factor: 0.5;
 }

 .imageview_09541766165c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6e4f7fd1dece {
   width: 560px;
   height: 40px;
   position: absolute !important;
   left: 141.09px;
   top: 692.34px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6e4f7fd1dece {
   overflow: visible;
 }

 .text_1f6ff9c09107 {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 89.82px;
   line-height: 16.72px;
   font-family: 'Inter';
 }

 .container_aee1ae362762 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 125.37px;
   border-top: 0px solid #0000000f;
   border-bottom: 0px solid #0000000f;
   border-left: 0px solid #0000000f;
   left: 0px;
   top: 0px;
   box-shadow: inset -1.09px 0 0 0 #0000000f;
 }

 .imageview_c137f6678bdb {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c137f6678bdb img {
   width: 100%;
   height: 100%;
 }

 .text_1e1a5993a149 {
   width: 98.78px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1e1a5993a149 {
   overflow: visible;
 }

 .container_d7d113cdb0d8 {
   position: relative !important;
   overflow: visible;
   width: 98.55px;
   height: 34.73px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_7ed439fd11f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7.6px;
   top: 2.71px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_c1aed1f4243c {
   position: relative !important;
   overflow: visible;
   width: 57.6px;
   height: 20.62px;
   flex-shrink: 0;
   z-index: 1;
   background: #e1f5ee;
   border-radius: 18210694px 18210694px 18210694px 18210694px;
 }

 .container_09993c3c3f44 {
   width: 98.55px;
   height: 94.43px;
   z-index: 1;
   position: absolute !important;
   left: 4.88px;
   top: 15.47px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5113dc10cb2b {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   z-index: 1;
   border-bottom: 0px solid #1d9e75ff;
   border-left: 0px solid #1d9e75ff;
   left: 178.25px;
   top: 0px;
   background: #e1f5ee59;
   box-shadow: inset 0 2.71px 0 0 #1d9e75ff, inset -1.09px 0 0 0 #1d9e75ff;
 }

 .text_ca5ae97c8e8a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_a261820c2522 {
   position: relative !important;
   overflow: visible;
   width: 7.22px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_9634063ccd55 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_47ce307b8100 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_ca3df9bf1f94 {
   position: relative !important;
   overflow: visible;
   width: 55.48px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_0a574b85c2ce {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_72e645710f0f {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 286.57px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_992c5a4f3637 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_3187ce988791 {
   position: relative !important;
   overflow: visible;
   width: 6.16px;
   height: 14.65px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e420a4f83b40 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_3b8fb2394d58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_70478b735f72 {
   position: relative !important;
   overflow: visible;
   width: 79.48px;
   height: 17.37px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b2e67439dcfe {
   width: 98.55px;
   height: 49.93px;
   z-index: 1;
   position: absolute !important;
   left: 4.89px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_501c27d467dc {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   z-index: 1;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 394.9px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_dc7fcad900d1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_28c124020587 {
   position: relative !important;
   overflow: visible;
   width: 6.16px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_7f72cc8184c4 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_75f9ae9bf807 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_d366295cde42 {
   position: relative !important;
   overflow: visible;
   width: 93.25px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_ab3225710a9c {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f46bb76312c {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 503.22px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_348e8fcff3af {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_91799b9c99df {
   position: relative !important;
   overflow: visible;
   width: 5.22px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_ed8916b976ec {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_f55056673cd0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_e071d54ecacf {
   position: relative !important;
   overflow: visible;
   width: 80.65px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_6b9648edcb9c {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_71bf2ea36afd {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 611.54px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_b827541779bf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_f3d0992e4652 {
   position: relative !important;
   overflow: visible;
   width: 6.43px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_8f9b9b8fafd5 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_e6707d2eca8e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_ad1b826cc795 {
   position: relative !important;
   overflow: visible;
   width: 76.29px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_7324e700b033 {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c62522e6aa6a {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 719.87px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_b71225d76a2e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_6596bc28466a {
   position: relative !important;
   overflow: visible;
   width: 7.04px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_17cb1039ee41 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_383f21f99ac9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_e018deb61791 {
   position: relative !important;
   overflow: visible;
   width: 92.86px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_b857423a7ee1 {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac7dfb4fbd34 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 828.19px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_511d4f3882e9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_3e993e21065c {
   position: relative !important;
   overflow: visible;
   width: 5.93px;
   height: 14.65px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a56ddf422968 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_a920fd2018ba {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_d29a6339ba90 {
   position: relative !important;
   overflow: visible;
   width: 58.94px;
   height: 17.37px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b3f2783bd9dc {
   width: 98.55px;
   height: 49.93px;
   z-index: 1;
   position: absolute !important;
   left: 4.89px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a7768aec0c1a {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   z-index: 1;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 936.52px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_869f9e529c73 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_2ff6c2ecd09a {
   position: relative !important;
   overflow: visible;
   width: 6.45px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_1a68436fdac5 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_cc0be35f7330 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_3e81efba868d {
   position: relative !important;
   overflow: visible;
   width: 92.7px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_ad7e2abd2bbd {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca89c615635f {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 1044.84px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_2d87b68549ff {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_db7e4b007588 {
   position: relative !important;
   overflow: visible;
   width: 5.72px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_7839f0524e42 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_ce8d2049c158 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_33f88e3e4636 {
   position: relative !important;
   overflow: visible;
   width: 52.91px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_aa781b7f2464 {
   width: 98.55px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed043ac2757e {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 125.37px;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 1153.16px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff, inset -1.09px 0 0 0 #000000ff;
 }

 .text_7fda7d89be85 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.54px;
   line-height: 14.65px;
   font-family: 'Manrope';
 }

 .container_65665efdcee2 {
   position: relative !important;
   overflow: visible;
   width: 7.04px;
   height: 14.65px;
   flex-shrink: 0;
 }

 .container_386e6606d469 {
   width: 26.05px;
   height: 26.05px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 6.51px 6.51px 6.51px 6.51px;
 }

 .text_022d15355df1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.37px;
   font-family: 'Manrope';
 }

 .container_5c22eb23014f {
   position: relative !important;
   overflow: visible;
   width: 62.51px;
   height: 17.37px;
   flex-shrink: 0;
 }

 .container_9e98e51124b3 {
   width: 99.11px;
   height: 49.93px;
   position: absolute !important;
   left: 4.88px;
   top: 59.97px;
   align-items: center;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0eea1d2617f4 {
   position: absolute !important;
   overflow: visible;
   width: 108.34px;
   height: 125.37px;
   border-right: 0px solid #000000ff;
   border-bottom: 0px solid #000000ff;
   border-left: 0px solid #000000ff;
   left: 1261.49px;
   top: 0px;
   box-shadow: inset 0 2.71px 0 0 #000000ff;
 }

 .container_19e732397ef3 {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 125.37px;
   left: 0px;
   top: 1.36px;
   background: #ffffff;
   border-radius: 32.56px 32.56px 0 0;
   box-shadow: 0px 1.09px 0px #00000014;
 }

 .text_5255355406cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17.37px;
   top: 15.2px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_b11813befcbd {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 52.64px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .text_489fc0a37f2c {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_489fc0a37f2c {
   overflow: visible;
 }

 .container_1e97ac0cb127 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 52.64px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 178.25px;
   top: 0px;
   background: #e1f5ee59;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .imageview_c4c32b91f801 {
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_c4c32b91f801 img {
   width: 100%;
   height: 100%;
 }

 .imageview_98c69ce2aee9 {
   width: 108.32px;
   height: 52.64px;
   z-index: 2;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_98c69ce2aee9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1e532646f191 {
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_1e532646f191 img {
   width: 100%;
   height: 100%;
 }

 .imageview_0de11af7ab58 {
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_0de11af7ab58 img {
   width: 100%;
   height: 100%;
 }

 .text_2a2dbf7b7481 {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2a2dbf7b7481 {
   overflow: visible;
 }

 .container_f821d115d2d1 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 719.87px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .imageview_467322c1031e {
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_467322c1031e img {
   width: 100%;
   height: 100%;
 }

 .text_5f81f4ee9f4e {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5f81f4ee9f4e {
   overflow: visible;
 }

 .container_9acba586db49 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 52.64px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 936.52px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_6645bbad820c {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6645bbad820c {
   overflow: visible;
 }

 .container_4c9bfd3039e1 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1044.84px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_7be80efe7d4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.13px;
   top: 18.18px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_78a93bfe0fee {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 52.64px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1153.16px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_a04eca015fa6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.28px;
   top: 18.18px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_6d6258afed03 {
   position: absolute !important;
   overflow: visible;
   width: 108.34px;
   height: 52.64px;
   z-index: 1;
   border-right: 0px solid #0000000d;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1261.49px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d;
 }

 .container_d60899a8f462 {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 52.64px;
   z-index: 1;
   left: 0px;
   top: 126.73px;
   background: #ffffff;
 }

 .text_1eea773c2526 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 17.37px;
   top: 23.34px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_eebcae67fe07 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .text_44a4ec057d11 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 11.06px;
   top: 26.32px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_15c987e3ae49 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 3;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 178.25px;
   top: 0px;
   background: #e1f5ee59;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_a8d379223a3d {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a8d379223a3d {
   overflow: visible;
 }

 .container_2653b7467a51 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 286.57px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_677db6f0e6e9 {
   width: 99.86px;
   height: 33px;
   z-index: 3;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_677db6f0e6e9 {
   overflow: visible;
 }

 .container_458825b6bcfc {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 3;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 394.9px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_a2434ed2104c {
   width: 99.86px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a2434ed2104c {
   overflow: visible;
 }

 .container_6be1deb56a57 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 503.22px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_89617507e85f {
   width: 99.86px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_89617507e85f {
   overflow: visible;
 }

 .container_a3b428f10f1d {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 611.54px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_8a32812c9b46 {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8a32812c9b46 {
   overflow: visible;
 }

 .container_60a888733ed5 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 719.87px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_b81ca9562ded {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b81ca9562ded {
   overflow: visible;
 }

 .container_39ce94b6297c {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 828.19px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_e2427c67129b {
   width: 99.86px;
   height: 33px;
   z-index: 3;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e2427c67129b {
   overflow: visible;
 }

 .container_be2d00220764 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 3;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 936.52px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_2d0bc35bc540 {
   width: 99.86px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2d0bc35bc540 {
   overflow: visible;
 }

 .container_3bedca9e0f54 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1044.84px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_ccd8d8a65dfd {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ccd8d8a65dfd {
   overflow: visible;
 }

 .container_74daf1396ada {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1153.16px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_9fdb1252bfd0 {
   width: 99.86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9fdb1252bfd0 {
   overflow: visible;
 }

 .container_4c95c689e280 {
   position: absolute !important;
   overflow: visible;
   width: 108.34px;
   height: 68.93px;
   z-index: 2;
   border-right: 0px solid #0000000d;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1261.49px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d;
 }

 .container_c04c824eb9bb {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 68.93px;
   z-index: 2;
   left: 0px;
   top: 179.37px;
   background: #f9fafbb3;
 }

 .text_57f592542cc9 {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_33c9cc6723a5 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_44e4f21baccd {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_44e4f21baccd img {
   width: 100%;
   height: 100%;
 }

 .imageview_462c6362163f {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_462c6362163f img {
   width: 100%;
   height: 100%;
 }

 .imageview_0405e5cd33c9 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_0405e5cd33c9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_de66c7aade48 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_de66c7aade48 img {
   width: 100%;
   height: 100%;
 }

 .imageview_880ec8783713 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_880ec8783713 img {
   width: 100%;
   height: 100%;
 }

 .imageview_dc77495ee91d {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_dc77495ee91d img {
   width: 100%;
   height: 100%;
 }

 .imageview_78cfeea317b4 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_78cfeea317b4 img {
   width: 100%;
   height: 100%;
 }

 .imageview_5c2aac5ac456 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_5c2aac5ac456 img {
   width: 100%;
   height: 100%;
 }

 .imageview_24a5d7ee4045 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_24a5d7ee4045 img {
   width: 100%;
   height: 100%;
 }

 .imageview_82e1c4b48b3e {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_82e1c4b48b3e img {
   width: 100%;
   height: 100%;
 }

 .imageview_1602e2c77c69 {
   width: 108.34px;
   height: 45.59px;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_1602e2c77c69 img {
   width: 100%;
   height: 100%;
 }

 .container_49b400c9c4ae {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   left: 0px;
   top: 248.3px;
   background: #ffffff;
 }

 .text_b8ed43585ed7 {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_d00b67d036ee {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_08a3b1561247 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_08a3b1561247 img {
   width: 100%;
   height: 100%;
 }

 .imageview_4c8b44a5b092 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_4c8b44a5b092 img {
   width: 100%;
   height: 100%;
 }

 .imageview_6a6d285dd5a1 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_6a6d285dd5a1 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a5c70e6de800 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_a5c70e6de800 img {
   width: 100%;
   height: 100%;
 }

 .imageview_13515a424f0b {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_13515a424f0b img {
   width: 100%;
   height: 100%;
 }

 .imageview_bbd8bf4b6707 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_bbd8bf4b6707 img {
   width: 100%;
   height: 100%;
 }

 .imageview_8ae62a13fcce {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_8ae62a13fcce img {
   width: 100%;
   height: 100%;
 }

 .imageview_e2b1e9264de7 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_e2b1e9264de7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e0df90de9d90 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_e0df90de9d90 img {
   width: 100%;
   height: 100%;
 }

 .imageview_af00973f2c79 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_af00973f2c79 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a20a362ffdde {
   width: 108.34px;
   height: 45.59px;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_a20a362ffdde img {
   width: 100%;
   height: 100%;
 }

 .container_42f7ef3da73a {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   left: 0px;
   top: 293.88px;
   background: #f9fafbb3;
 }

 .text_b4a537b4ebb6 {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_0293d2b9f182 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_9f2bfc6c0756 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_9f2bfc6c0756 img {
   width: 100%;
   height: 100%;
 }

 .imageview_13fec4a39f21 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_13fec4a39f21 img {
   width: 100%;
   height: 100%;
 }

 .imageview_85c9a3105b79 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_85c9a3105b79 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f7e2154bbf8e {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_f7e2154bbf8e img {
   width: 100%;
   height: 100%;
 }

 .imageview_b3e9afe6d3a8 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_b3e9afe6d3a8 img {
   width: 100%;
   height: 100%;
 }

 .imageview_333154488bd2 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_333154488bd2 img {
   width: 100%;
   height: 100%;
 }

 .imageview_27c7a1f27938 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_27c7a1f27938 img {
   width: 100%;
   height: 100%;
 }

 .imageview_5aee6b429fd4 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_5aee6b429fd4 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e7d9ff5666d7 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_e7d9ff5666d7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_7cab5913eb94 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_7cab5913eb94 img {
   width: 100%;
   height: 100%;
 }

 .imageview_6151618af9d8 {
   width: 108.34px;
   height: 45.59px;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_6151618af9d8 img {
   width: 100%;
   height: 100%;
 }

 .container_b6a7eda453c7 {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   left: 0px;
   top: 339.47px;
   background: #ffffff;
 }

 .text_9d1be860533b {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_4715d7e65d70 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_e4a5ed5bcb91 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_e4a5ed5bcb91 img {
   width: 100%;
   height: 100%;
 }

 .imageview_7e82c35c0884 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_7e82c35c0884 img {
   width: 100%;
   height: 100%;
 }

 .imageview_66ad342b5b5d {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_66ad342b5b5d img {
   width: 100%;
   height: 100%;
 }

 .imageview_36a5901332f7 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_36a5901332f7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_565d18946975 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_565d18946975 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a04ce8948da7 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_a04ce8948da7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1ab5fff8f27d {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_1ab5fff8f27d img {
   width: 100%;
   height: 100%;
 }

 .imageview_62e01131535a {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_62e01131535a img {
   width: 100%;
   height: 100%;
 }

 .imageview_8e92e9c45946 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_8e92e9c45946 img {
   width: 100%;
   height: 100%;
 }

 .imageview_fc6c3db89dba {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_fc6c3db89dba img {
   width: 100%;
   height: 100%;
 }

 .imageview_8a357485bdcc {
   width: 108.34px;
   height: 45.59px;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_8a357485bdcc img {
   width: 100%;
   height: 100%;
 }

 .container_5949ecbbed7d {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   left: 0px;
   top: 385.06px;
   background: #f9fafbb3;
 }

 .text_9fb846277562 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17.37px;
   top: 23.34px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_40b348bb20a4 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 68.93px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_c9e801e355f2 {
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_c9e801e355f2 img {
   width: 100%;
   height: 100%;
 }

 .imageview_bfaab7148dbe {
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_bfaab7148dbe img {
   width: 100%;
   height: 100%;
 }

 .imageview_17d400511494 {
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_17d400511494 img {
   width: 100%;
   height: 100%;
 }

 .text_6243fad9c652 {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6243fad9c652 {
   overflow: visible;
 }

 .container_630b919ab8c7 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 503.22px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_424269a38eae {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_424269a38eae {
   overflow: visible;
 }

 .container_93a59462796e {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 611.54px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_de716accbf69 {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_de716accbf69 {
   overflow: visible;
 }

 .container_e7acb4d2fdd3 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 719.87px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .imageview_55cb564297dc {
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_55cb564297dc img {
   width: 100%;
   height: 100%;
 }

 .text_6867a80be456 {
   width: 99.86px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6867a80be456 {
   overflow: visible;
 }

 .container_5c8b5ff13770 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 936.52px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_c6481cee6085 {
   width: 99.86px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 10.04px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c6481cee6085 {
   overflow: visible;
 }

 .container_4a81c6805cf3 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1044.84px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_dc8393e1f5c3 {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_dc8393e1f5c3 {
   overflow: visible;
 }

 .container_ff43cd03d91b {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 68.93px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1153.16px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_29e42786739d {
   width: 99.86px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 4.34px;
   top: 18.18px;
   line-height: 16.28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_29e42786739d {
   overflow: visible;
 }

 .container_95bac23ffd0f {
   position: absolute !important;
   overflow: visible;
   width: 108.34px;
   height: 68.93px;
   z-index: 1;
   border-right: 0px solid #0000000d;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1261.49px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d;
 }

 .container_b66b9534295a {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 68.93px;
   z-index: 1;
   left: 0px;
   top: 430.65px;
   background: #ffffff;
 }

 .text_d4dbe34c6ed2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_45ed86b7b08a {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   z-index: 2;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_fef91bc9dff9 {
   width: 108.32px;
   height: 45.59px;
   z-index: 3;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_fef91bc9dff9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e0b206b6d054 {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_e0b206b6d054 img {
   width: 100%;
   height: 100%;
 }

 .imageview_c12ec33777b6 {
   width: 108.32px;
   height: 45.59px;
   z-index: 3;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_c12ec33777b6 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e22c547abd0d {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_e22c547abd0d img {
   width: 100%;
   height: 100%;
 }

 .imageview_a4ea4d5cd184 {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_a4ea4d5cd184 img {
   width: 100%;
   height: 100%;
 }

 .imageview_cc9750337971 {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_cc9750337971 img {
   width: 100%;
   height: 100%;
 }

 .imageview_de1b9c8ec7dd {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_de1b9c8ec7dd img {
   width: 100%;
   height: 100%;
 }

 .imageview_3188809df8af {
   width: 108.32px;
   height: 45.59px;
   z-index: 3;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_3188809df8af img {
   width: 100%;
   height: 100%;
 }

 .imageview_b410adf66a79 {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_b410adf66a79 img {
   width: 100%;
   height: 100%;
 }

 .imageview_04ff2c9f1b7f {
   width: 108.32px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_04ff2c9f1b7f img {
   width: 100%;
   height: 100%;
 }

 .imageview_b00db3e20b52 {
   width: 108.34px;
   height: 45.59px;
   z-index: 2;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_b00db3e20b52 img {
   width: 100%;
   height: 100%;
 }

 .container_3bdb278409eb {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   z-index: 2;
   left: 0px;
   top: 499.58px;
   background: #f9fafbb3;
 }

 .text_f037e3e750f4 {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_e1435c089d62 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_b940c9acf282 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_b940c9acf282 img {
   width: 100%;
   height: 100%;
 }

 .imageview_42f5b20a5b6e {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_42f5b20a5b6e img {
   width: 100%;
   height: 100%;
 }

 .imageview_558c07d1a7dd {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_558c07d1a7dd img {
   width: 100%;
   height: 100%;
 }

 .imageview_4fb5b2f3723b {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_4fb5b2f3723b img {
   width: 100%;
   height: 100%;
 }

 .imageview_3e9a2d759268 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_3e9a2d759268 img {
   width: 100%;
   height: 100%;
 }

 .imageview_20b8b6097121 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_20b8b6097121 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a5e84fbed3a6 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_a5e84fbed3a6 img {
   width: 100%;
   height: 100%;
 }

 .imageview_73d865c7bc07 {
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_73d865c7bc07 img {
   width: 100%;
   height: 100%;
 }

 .imageview_fd73db058b6f {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_fd73db058b6f img {
   width: 100%;
   height: 100%;
 }

 .imageview_b2ebbf612734 {
   width: 108.32px;
   height: 45.59px;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_b2ebbf612734 img {
   width: 100%;
   height: 100%;
 }

 .imageview_007d7fcbd778 {
   width: 108.34px;
   height: 45.59px;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_007d7fcbd778 img {
   width: 100%;
   height: 100%;
 }

 .container_a7753dfac971 {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   left: 0px;
   top: 545.16px;
   background: #ffffff;
 }

 .text_7f2c81e3d4dc {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_1152e1338646 {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .text_d1c3cfb0eac8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13.28px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_188f6322a8e2 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 178.25px;
   top: 0px;
   background: #e1f5ee59;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_573ed98f4411 {
   width: max-content;
   position: absolute !important;
   left: 16.16px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_46b50be6abe1 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 286.57px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_496b76c58fb9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.61px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_c3fe57378218 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 394.9px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_9cb77e4d8163 {
   width: max-content;
   position: absolute !important;
   left: 13.07px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_382c81b83f73 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 503.22px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_2507e4ba97d8 {
   width: max-content;
   position: absolute !important;
   left: 20.56px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_0c9d4c735e01 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 611.54px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_79f7ad8b7290 {
   width: max-content;
   position: absolute !important;
   left: 15.58px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_719ea366150e {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 719.87px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_cf8b8ce70a64 {
   width: max-content;
   position: absolute !important;
   left: 19.94px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_84e0846761db {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 828.19px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_b3093bb62d9c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 23.41px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_f2e0f544cbb4 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   z-index: 1;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 936.52px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_d09c0083796f {
   width: max-content;
   position: absolute !important;
   left: 4.78px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_bf2686e9c212 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1044.84px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_b2c6961937bf {
   width: max-content;
   position: absolute !important;
   left: 13.81px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_2dc655107e07 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 45.59px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1153.16px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -0.54px 0 0 0 #0000000d;
 }

 .text_5c584a75b680 {
   width: max-content;
   position: absolute !important;
   left: 11.51px;
   top: 14.65px;
   line-height: 16.28px;
   font-family: 'Manrope';
 }

 .container_46a5629354c5 {
   position: absolute !important;
   overflow: visible;
   width: 108.34px;
   height: 45.59px;
   border-right: 0px solid #0000000d;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 1261.49px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d;
 }

 .container_e25fa1175ab1 {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.59px;
   left: 0px;
   top: 590.75px;
   background: #f9fafbb3;
 }

 .text_82e311f45476 {
   width: max-content;
   position: absolute !important;
   left: 17.37px;
   top: 11.67px;
   line-height: 19.76px;
   font-family: 'Manrope';
 }

 .container_646454c8b87d {
   position: absolute !important;
   overflow: visible;
   width: 178.25px;
   height: 45.32px;
   border-bottom: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 0.54px 0 0 #0000000d, inset -1.09px 0 0 0 #0000000d;
 }

 .imageview_c9d168a49ff0 {
   width: 108.32px;
   height: 45.32px;
   z-index: 1;
   position: absolute !important;
   left: 178.25px;
   top: 0px;
 }

 .imageview_c9d168a49ff0 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d1bea4e0210e {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 286.57px;
   top: 0px;
 }

 .imageview_d1bea4e0210e img {
   width: 100%;
   height: 100%;
 }

 .imageview_d43684e90d4f {
   width: 108.32px;
   height: 45.32px;
   z-index: 1;
   position: absolute !important;
   left: 394.9px;
   top: 0px;
 }

 .imageview_d43684e90d4f img {
   width: 100%;
   height: 100%;
 }

 .imageview_95d3b4a1e019 {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 503.22px;
   top: 0px;
 }

 .imageview_95d3b4a1e019 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e25a81b40c76 {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 611.54px;
   top: 0px;
 }

 .imageview_e25a81b40c76 img {
   width: 100%;
   height: 100%;
 }

 .imageview_b9ec2abd2959 {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 719.87px;
   top: 0px;
 }

 .imageview_b9ec2abd2959 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e390aecc5d2b {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 828.19px;
   top: 0px;
 }

 .imageview_e390aecc5d2b img {
   width: 100%;
   height: 100%;
 }

 .imageview_8631807d5fee {
   width: 108.32px;
   height: 45.32px;
   z-index: 1;
   position: absolute !important;
   left: 936.52px;
   top: 0px;
 }

 .imageview_8631807d5fee img {
   width: 100%;
   height: 100%;
 }

 .imageview_2df127c86a7c {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 1044.84px;
   top: 0px;
 }

 .imageview_2df127c86a7c img {
   width: 100%;
   height: 100%;
 }

 .imageview_31f68ac302a8 {
   width: 108.32px;
   height: 45.32px;
   position: absolute !important;
   left: 1153.16px;
   top: 0px;
 }

 .imageview_31f68ac302a8 img {
   width: 100%;
   height: 100%;
 }

 .imageview_11b538989b4a {
   width: 108.34px;
   height: 45.32px;
   position: absolute !important;
   left: 1261.49px;
   top: 0px;
 }

 .imageview_11b538989b4a img {
   width: 100%;
   height: 100%;
 }

 .container_9f34cefe1dd2 {
   position: absolute !important;
   overflow: visible;
   width: 1369.83px;
   height: 45.32px;
   left: 0px;
   top: 636.34px;
   background: #ffffff;
   border-radius: 0 0 32.56px 32.56px;
 }

 .container_700acbaaa84b {
   position: relative !important;
   overflow: visible;
   width: 1369.83px;
   height: 681.66px;
   flex-shrink: 0;
 }

 .container_f5d868ee53ce {
   width: 1372px;
   height: 683.83px;
   border-top: 1.09px solid #00000014;
   border-right: 1.09px solid #00000014;
   border-bottom: 1.09px solid #00000014;
   border-left: 1.09px solid #00000014;
   position: absolute !important;
   left: 123px;
   top: 760.17px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 32.56px 32.56px 32.56px 32.56px;
 }

 .imageview_f53f3cd09fe1 {
   width: 19.42px;
   height: 19.42px;
   flex-shrink: 0;
 }

 .imageview_f53f3cd09fe1 img {
   width: 100%;
   height: 100%;
 }

 .text_c822a69d749d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.61px;
   line-height: 22.09px;
   font-family: 'Manrope';
 }

 .container_e4d1441e91ac {
   position: relative !important;
   overflow: visible;
   width: 59.12px;
   height: 21.84px;
   flex-shrink: 0;
 }

 .container_ad4ef449cabd {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.28px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_40874dc00d2c {
   width: 19.42px;
   height: 19.42px;
   flex-shrink: 0;
 }

 .imageview_40874dc00d2c img {
   width: 100%;
   height: 100%;
 }

 .text_e73ba3eb90d5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.61px;
   line-height: 22.09px;
   font-family: 'Manrope';
 }

 .container_ce1286d83fe7 {
   position: relative !important;
   overflow: visible;
   width: 85.61px;
   height: 21.84px;
   flex-shrink: 0;
 }

 .container_909b39bb5475 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.28px;
   display: flex !important;
   flex-direction: row;
 }

 .text_578f0a35d516 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14.56px;
   font-family: 'Cousine';
 }

 .container_3928d5bdb1c2 {
   position: relative !important;
   overflow: visible;
   width: 5.85px;
   height: 14.56px;
   flex-shrink: 0;
 }

 .container_3425b6e9da08 {
   width: 19.42px;
   height: 19.42px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f6;
   border-radius: 3.64px 3.64px 3.64px 3.64px;
 }

 .text_bc003f7eb3c4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.61px;
   line-height: 22.09px;
   font-family: 'Manrope';
 }

 .container_a51324f802c4 {
   position: relative !important;
   overflow: visible;
   width: 136.81px;
   height: 21.84px;
   flex-shrink: 0;
 }

 .container_c3140337ca14 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.28px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e217e008bca {
   width: 419.65px;
   height: 21.84px;
   position: absolute !important;
   left: 138px;
   top: 1471.83px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 29px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_6f24fa6b0067 {
   width: 1615px;
   height: 2672px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0f3eb;
 }

 .imageview_0778c3172e5f {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_0778c3172e5f img {
   width: 100%;
   height: 100%;
 }

 .text_7432f12fb6c9 {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_25d74ed5ffc6 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_adef7ca13dfc {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_adef7ca13dfc {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_adef7ca13dfc {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_eedf3307acbc {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_da9d656c6a87 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_da9d656c6a87 img {
   width: 100%;
   height: 100%;
 }

 .container_20b0090c0e7b {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 8px 8px 8px 8px;
 }

 .text_1281f6d544d3 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_6e39bf5a4541 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_6e39bf5a4541 img {
   width: 100%;
   height: 100%;
 }

 .container_f998e0ac47bc {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_afadf26c0a0b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_cbbabd9250c0 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_3436dde0af3a {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_3436dde0af3a img {
   width: 100%;
   height: 100%;
 }

 .container_69c50a13ddf3 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_fb83fe02a718 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f61a77c321ec {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f7591c2edba0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f4333a77a1f {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_5178a6ad830c {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_cb6ce96dd36e {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_0375d8f36a61 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_0375d8f36a61 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_0375d8f36a61 {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_28a31c86dfdc {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_80d1d76fb6e1 {
   padding: 0 26px 0 26px;
   width: 1406px;
   height: 60px;
   position: absolute !important;
   left: 257.4px;
   top: 41px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_80d1d76fb6e1 {
   position: absolute !important;
   left: 257.4px;
   top: 41px;
   width: 1406px;
   height: 60px;
 }

 .container_nested_80d1d76fb6e1 {
   padding: 0 26px 0 26px;
   width: 1406px;
   height: 60px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_dca0411c1991 {
   width: 1017.49px;
   height: 502.73px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0.8px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_68f99f0db5a1 {
   width: 238.76px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 55.34px;
   top: 454.7px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_68f99f0db5a1 {
   overflow: visible;
 }

 .text_025498ecd65a {
   width: 238.76px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 553.83px;
   top: 454.7px;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_025498ecd65a {
   overflow: visible;
 }

 .imageview_e0ebe33df64c {
   width: 53px;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e0ebe33df64c img {
   width: 100%;
   height: 100%;
 }

 .text_ae66ad26222b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_aa1157043ef1 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_aa1157043ef1 {
   overflow: visible;
 }

 .container_0154e06d7022 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90ef43ea47c5 {
   width: 380.18px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 45.03px;
   top: 27.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_720d1f957938 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_720d1f957938 img {
   width: 100%;
   height: 100%;
 }

 .text_03c656d4b6be {
   width: 122px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_03c656d4b6be {
   overflow: visible;
 }

 .container_b457bec5d62c {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d4c9fb638a5d {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 553.83px;
   top: 116.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9723566d4881 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9723566d4881 img {
   width: 100%;
   height: 100%;
 }

 .text_c33f70c1824e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_c1a92f6d8688 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b690c6a6980 {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 553.83px;
   top: 168.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ab76520258f8 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ab76520258f8 img {
   width: 100%;
   height: 100%;
 }

 .text_1bc2a8e02507 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_8244e92bca4a {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1554537677d {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 53.22px;
   top: 119.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_23f7a2ec6d38 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_23f7a2ec6d38 img {
   width: 100%;
   height: 100%;
 }

 .text_3b4ca356eb8d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_ab68060a6992 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_901ce2c49c51 {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 53.22px;
   top: 171.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7ac4815fe775 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7ac4815fe775 img {
   width: 100%;
   height: 100%;
 }

 .text_e79f4c1343b4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f0ef0a3f3fb0 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf184fb7bb04 {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 53.22px;
   top: 223.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f6fd3abf42dc {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f6fd3abf42dc img {
   width: 100%;
   height: 100%;
 }

 .text_17135a09a196 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_fdb8d532df97 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9878045d63d3 {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 53.22px;
   top: 275.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3646f21ab6fb {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_3646f21ab6fb img {
   width: 100%;
   height: 100%;
 }

 .text_3da216b0922f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_1b2c83128144 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9c0b5dc69bd {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 53.22px;
   top: 327.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b7897125e60c {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b7897125e60c img {
   width: 100%;
   height: 100%;
 }

 .text_f94fb595455e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_5742f2b134c6 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_46bc7c252db1 {
   width: 380.18px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 53.22px;
   top: 379.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_43ad59299867 {
   width: 53px;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_43ad59299867 img {
   width: 100%;
   height: 100%;
 }

 .text_920c2afbcef0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f76247aaf6ec {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f76247aaf6ec {
   overflow: visible;
 }

 .container_60b38b81db66 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ed954f711e0 {
   width: 427.32px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 553.83px;
   top: 27.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2239b11f05f4 {
   width: 1px;
   height: 503.53px;
   z-index: 1;
   position: absolute !important;
   left: 508.25px;
   top: 0px;
 }

 .imageview_2239b11f05f4 img {
   width: 100%;
   height: 100%;
 }

 .imageview_b8986497284a {
   width: 1017.43px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 0.03px;
   top: 95.35px;
 }

 .imageview_b8986497284a img {
   width: 100%;
   height: 100%;
 }

 .text_df02171a7e08 {
   width: 120.92px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 553.83px;
   top: 275.61px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df02171a7e08 {
   overflow: visible;
 }

 .text_83514cb97c09 {
   width: 269.51px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 553.83px;
   top: 322.61px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_83514cb97c09 {
   overflow: visible;
 }

 .container_ccbb6a1a2494 {
   position: absolute !important;
   overflow: visible;
   width: 1017.49px;
   height: 503.53px;
   left: 463.44px;
   top: 116.92px;
 }

 .container_00c2ab16a1b4 {
   width: 992.92px;
   height: 502.73px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0.8px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_5dd62ed1eb7f {
   width: 53px;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5dd62ed1eb7f img {
   width: 100%;
   height: 100%;
 }

 .text_a18bbcf9a74a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_eac0a4089b34 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_eac0a4089b34 {
   overflow: visible;
 }

 .container_eac0e6da9b25 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_17e5a5a505e0 {
   width: 371px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 43.84px;
   top: 27.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c1dc89a5c295 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c1dc89a5c295 img {
   width: 100%;
   height: 100%;
 }

 .text_a340172e98cf {
   width: 122px;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a340172e98cf {
   overflow: visible;
 }

 .container_d223b3f4a3c9 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_50926d7aae67 {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 501.86px;
   top: 116.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_07906c027677 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_07906c027677 img {
   width: 100%;
   height: 100%;
 }

 .text_9819f3502e57 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_b1c3fec5adb9 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1629741bf58b {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 501.86px;
   top: 168.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8c264a348289 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_8c264a348289 img {
   width: 100%;
   height: 100%;
 }

 .text_23155cd1a675 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_9499a322fc05 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f92cbf4b9fc {
   padding: 0 11px 0 11px;
   width: 371px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 43.84px;
   top: 108.41px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_ec1281841b65 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ec1281841b65 img {
   width: 100%;
   height: 100%;
 }

 .text_6c8928016624 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_04e488d917d6 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_345b5e9972ff {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 51.84px;
   top: 171.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_96a28da995a0 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_96a28da995a0 img {
   width: 100%;
   height: 100%;
 }

 .text_5d45ce66187f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_443a91142914 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6954a8791ecb {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 51.84px;
   top: 223.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e40ac8691818 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e40ac8691818 img {
   width: 100%;
   height: 100%;
 }

 .text_304e4ec9961b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_c9d9161d32ae {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fdf7ac42747a {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 51.84px;
   top: 275.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4a7820406482 {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4a7820406482 img {
   width: 100%;
   height: 100%;
 }

 .text_1f7cb78bf1b6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_ff178a646703 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6294c490bf75 {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 51.84px;
   top: 327.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9e97bfde264f {
   width: 233px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f60dd15354de {
   width: 371px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 51.84px;
   top: 379.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7d19f9bb6017 {
   width: 53px;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7d19f9bb6017 img {
   width: 100%;
   height: 100%;
 }

 .text_4a53ee261ffa {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_863b80972641 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_863b80972641 {
   overflow: visible;
 }

 .container_f5f5e3c2f25f {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77fe71ef5589 {
   width: 417px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 501.86px;
   top: 27.08px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c319f21e52a4 {
   width: 1px;
   height: 366.41px;
   z-index: 1;
   position: absolute !important;
   left: 449.86px;
   top: 0px;
 }

 .imageview_c319f21e52a4 img {
   width: 100%;
   height: 100%;
 }

 .imageview_3ff84ef115a4 {
   width: 992.86px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 13.93px;
   top: 95.35px;
 }

 .imageview_3ff84ef115a4 img {
   width: 100%;
   height: 100%;
 }

 .imageview_c300ce8b2414 {
   width: 455.83px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 496.36px;
   top: 240.61px;
 }

 .imageview_c300ce8b2414 img {
   width: 100%;
   height: 100%;
 }

 .text_a7f2fcc09206 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 501.86px;
   top: 271.11px;
   line-height: 15.4px;
   font-family: 'Inter';
 }

 .text_d330643dc740 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 501.86px;
   top: 319.61px;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_8568dd5daaea {
   position: absolute !important;
   overflow: visible;
   width: 1006.79px;
   height: 503.53px;
   left: 463.54px;
   top: 713.59px;
 }

 .text_f8a54440b5e8 {
   width: max-content;
   position: absolute !important;
   left: 185.39px;
   top: 829.2px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .text_6bd8aaee69d7 {
   width: max-content;
   position: absolute !important;
   left: 185.39px;
   top: 296.45px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .imageview_53625696df2c {
   width: 36.31px;
   height: 36.31px;
   z-index: 1;
   position: absolute !important;
   left: 860.22px;
   top: 866.39px;
 }

 .imageview_53625696df2c img {
   width: 100%;
   height: 100%;
 }

 .imageview_a26314dba55e {
   width: 1917.71px;
   height: 1px;
   position: absolute !important;
   left: 1.07px;
   top: 672.55px;
 }

 .imageview_a26314dba55e img {
   width: 100%;
   height: 100%;
 }

 .viewport_53dd184d8b32 {
   width: 1920px;
   height: 1080px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #b2b2b2;
 }

 .container_baaa9b712da7 {
   width: 772.58px;
   height: 323.1px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 573.64px;
   top: 117.72px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .container_542a29aaa781 {
   width: 772.58px;
   height: 323.1px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 573.64px;
   top: 616.72px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_9c53b07fc202 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_9c53b07fc202 img {
   width: 100%;
   height: 100%;
 }

 .text_96d5ece9292a {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_2cccf4baa564 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_327051eedf3c {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_327051eedf3c {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_327051eedf3c {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f91b9f08ce0b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_2e7056b947b8 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_2e7056b947b8 img {
   width: 100%;
   height: 100%;
 }

 .container_050b019b9618 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6adece680297 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_ec91dbe39206 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_ec91dbe39206 img {
   width: 100%;
   height: 100%;
 }

 .container_76a5ad49fe08 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b4b430172a7d {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_8752484bbc46 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_3f671be13fbb {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_3f671be13fbb img {
   width: 100%;
   height: 100%;
 }

 .container_4009b0890484 {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 8px 8px 8px 8px;
 }

 .text_e33ade72d040 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_44641a6edf6b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_af4d8d5dcd66 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_018584884109 {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_664d6a6c4d25 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_6f67c1af7a5f {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_406ce1c2a00a {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_406ce1c2a00a {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_406ce1c2a00a {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_2169ec8daafc {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_5b7dea79c2b7 {
   padding: 0 26px 0 26px;
   width: 1407px;
   height: 60px;
   position: absolute !important;
   left: 256.9px;
   top: 41px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_5b7dea79c2b7 {
   position: absolute !important;
   left: 256.9px;
   top: 41px;
   width: 1407px;
   height: 60px;
 }

 .container_nested_5b7dea79c2b7 {
   padding: 0 26px 0 26px;
   width: 1407px;
   height: 60px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_52a0a0e9fec6 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_52a0a0e9fec6 img {
   width: 100%;
   height: 100%;
 }

 .text_88b129cfc96a {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_65f07ad8ee69 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_02764904d85e {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_02764904d85e {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_02764904d85e {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f11f093e4d3f {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_59fb3e370835 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_59fb3e370835 img {
   width: 100%;
   height: 100%;
 }

 .container_14cd3ba22197 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e82403222659 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_237025648e19 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_237025648e19 img {
   width: 100%;
   height: 100%;
 }

 .container_0164d181f015 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_ba02383533d0 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f724185e80f8 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_a6be7a3a72db {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_a6be7a3a72db img {
   width: 100%;
   height: 100%;
 }

 .container_ce191cf8741e {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 8px 8px 8px 8px;
 }

 .text_0ba04abdc7ff {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_5ad6b8e8d52a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_f73823b1d77c {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0c651d527e29 {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_c8a5b2f23dc1 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_56049b221b99 {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_cfb1f56f66b8 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_cfb1f56f66b8 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_cfb1f56f66b8 {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_2ac900605dec {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_60b7e241b6b1 {
   padding: 0 26px 0 26px;
   width: 1407px;
   height: 60px;
   position: absolute !important;
   left: 256.9px;
   top: 540px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_13be2cc65544 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_13be2cc65544 img {
   width: 100%;
   height: 100%;
 }

 .text_3607dfd28d49 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_dbb2801c744a {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_dbb2801c744a {
   overflow: visible;
 }

 .container_84f2ff37e896 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c20c69fb579b {
   width: 296px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0be925f0be9b {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0be925f0be9b img {
   width: 100%;
   height: 100%;
 }

 .text_0ca2102caec5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_e4a980d061e5 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e4a980d061e5 {
   overflow: visible;
 }

 .container_01ac59ad38d0 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c424ac80172 {
   width: 296px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .container_489f3bc689ac {
   width: 649px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 635.44px;
   top: 155.85px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 57px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2e0bb2c2f602 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2e0bb2c2f602 img {
   width: 100%;
   height: 100%;
 }

 .text_f562f3902c7d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_36287b218a84 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_36287b218a84 {
   overflow: visible;
 }

 .container_b05745f14ba6 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6a94ea52c7b0 {
   padding: 0 24px 0 24px;
   width: 344px;
   height: 70px;
   z-index: 1;
   position: absolute !important;
   left: 611.45px;
   top: 643px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_58f2cad3238d {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_58f2cad3238d img {
   width: 100%;
   height: 100%;
 }

 .text_74ea9cfa4d23 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6cbc2ecede60 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6cbc2ecede60 {
   overflow: visible;
 }

 .container_d2cf24da7352 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7fac59d5451 {
   width: 296px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 988.44px;
   top: 654.85px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8c7f80c5e066 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_8c7f80c5e066 img {
   width: 100%;
   height: 100%;
 }

 .text_9a9ed0076223 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_876dc60bef76 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_876dc60bef76 {
   overflow: visible;
 }

 .container_93df9f7c16eb {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe73748f38cc {
   width: 296px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fb6f82bc2470 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fb6f82bc2470 img {
   width: 100%;
   height: 100%;
 }

 .text_cf09bee2ab5d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_028f756dc0de {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_b761f430924c {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7445610cab19 {
   width: 296px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5b5c2bd4e6b6 {
   width: 649px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 634.4px;
   top: 236px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 57px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_db314b862762 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_db314b862762 img {
   width: 100%;
   height: 100%;
 }

 .text_1b588f8e9270 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ac55a082591a {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ac55a082591a {
   overflow: visible;
 }

 .container_7506348af800 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7fad7a1c55fa {
   width: 296px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fdfabc55b096 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fdfabc55b096 img {
   width: 100%;
   height: 100%;
 }

 .text_2236f99e3e9b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d0a33a86cdf0 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_c65e7b675a68 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df7af895b5f5 {
   width: 296px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .container_590bf0ed0c73 {
   width: 649px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 634.4px;
   top: 735px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 57px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_abd462a57f2c {
   width: 61px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_abd462a57f2c img {
   width: 100%;
   height: 100%;
 }

 .text_44fe3903c72e {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_44fe3903c72e {
   overflow: visible;
 }

 .text_ecb558c871ca {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_1cfa3f0d1571 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_d6f446f4d3d0 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1d3ab0b0367a {
   padding: 0 57px 0 57px;
   width: 773px;
   height: 104px;
   z-index: 1;
   position: absolute !important;
   left: 573.45px;
   top: 337px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_a5e656c0d32f {
   width: 61px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a5e656c0d32f img {
   width: 100%;
   height: 100%;
 }

 .text_173ea3a45768 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_173ea3a45768 {
   overflow: visible;
 }

 .text_212cce64cddf {
   width: fit-content;
   z-index: 1;
   line-height: 24.3px;
   font-family: 'Manrope';
 }

 .text_f7ee6612e7b7 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Manrope';
 }

 .container_b448ae6207a4 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_30e5f00605fa {
   padding: 0 57px 0 57px;
   width: 773px;
   height: 104px;
   z-index: 1;
   position: absolute !important;
   left: 573.45px;
   top: 836px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_75ea00365de8 {
   width: 1917.71px;
   height: 1px;
   position: absolute !important;
   left: 1.07px;
   top: 481.96px;
 }

 .imageview_75ea00365de8 img {
   width: 100%;
   height: 100%;
 }

 .text_b49993898707 {
   width: max-content;
   position: absolute !important;
   left: 185.39px;
   top: 778.26px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .imageview_155e12523bc1 {
   width: 36.31px;
   height: 36.31px;
   z-index: 2;
   position: absolute !important;
   left: 935.08px;
   top: 698.69px;
 }

 .imageview_155e12523bc1 img {
   width: 100%;
   height: 100%;
 }

 .text_6bacd876b65c {
   width: max-content;
   position: absolute !important;
   left: 185.39px;
   top: 296.45px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .viewport_3d597fc90250 {
   width: 1920px;
   height: 1080px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #b2b2b2;
 }

 .imageview_3eccbce6c11c {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_3eccbce6c11c img {
   width: 100%;
   height: 100%;
 }

 .text_253a044743ab {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_94ec40d34b13 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_afcf73777b2e {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_afcf73777b2e {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_afcf73777b2e {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ebcc6085eb95 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_e259e6f9806f {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_e259e6f9806f img {
   width: 100%;
   height: 100%;
 }

 .container_28494244b3b4 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_4de94237888e {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_cc6ea330463a {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_cc6ea330463a img {
   width: 100%;
   height: 100%;
 }

 .container_323b38fc2343 {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 8px 8px 8px 8px;
 }

 .text_973c71f0267b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6d3fee9327e6 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_d5f7cdaf11b9 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_d5f7cdaf11b9 img {
   width: 100%;
   height: 100%;
 }

 .container_23c9403298e1 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e60ec9be4045 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3562cb37bfbe {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_7f7aad1fa2f2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_649f4d18243c {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_d5183677bd4c {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_0d7b4a0a6402 {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_0829cf92404a {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_0829cf92404a {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_0829cf92404a {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_4e913dcec92f {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_67a5be58af56 {
   padding: 0 26px 0 26px;
   width: 1407px;
   height: 60px;
   position: absolute !important;
   left: 256.9px;
   top: 87px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_67a5be58af56 {
   position: absolute !important;
   left: 256.9px;
   top: 87px;
   width: 1407px;
   height: 60px;
 }

 .container_nested_67a5be58af56 {
   padding: 0 26px 0 26px;
   width: 1407px;
   height: 60px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_acecf3800f02 {
   width: 39.38px;
   height: 39.38px;
   flex-shrink: 0;
 }

 .imageview_acecf3800f02 img {
   width: 100%;
   height: 100%;
 }

 .text_f37990470c78 {
   width: fit-content;
   line-height: 32.82px;
   font-family: 'Nunito';
 }

 .container_d9721067d6e5 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea3d057ffc32 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ea3d057ffc32 {
   width: 203px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_ea3d057ffc32 {
   width: 203px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.13px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e2a142a7fffe {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_1272e858aa67 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_1272e858aa67 img {
   width: 100%;
   height: 100%;
 }

 .container_645a1d862931 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_f82c2556d83b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_99c35d54fb71 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_99c35d54fb71 img {
   width: 100%;
   height: 100%;
 }

 .container_1795347cf0c3 {
   padding: 0 18px 0 18px;
   width: fit-content;
   height: 34px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #09211a;
   border-radius: 8px 8px 8px 8px;
 }

 .text_040c922fa964 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_6ecc89cce6f5 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .imageview_4b3ff9cec660 {
   width: 32px;
   height: 14px;
   flex-shrink: 0;
 }

 .imageview_4b3ff9cec660 img {
   width: 100%;
   height: 100%;
 }

 .container_8560de7ba086 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a93bf10e6ac {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_482782f7b059 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .container_743449ba3a45 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5baf5d99029e {
   width: 40.82px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: 1.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_9f83fc4f3d12 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 20px;
   left: 0px;
   top: 8px;
 }

 .text_f8e79b35829e {
   width: 92.94px;
   height: 17px;
   position: absolute !important;
   left: 18px;
   top: 9.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_2d229191d752 {
   position: absolute !important;
   overflow: visible;
   width: 127px;
   height: 36px;
   left: 54px;
   top: 0px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_wrapper_2d229191d752 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 127px;
   height: 36px;
 }

 .container_nested_2d229191d752 {
   width: 127px;
   height: 36px;
   background: #1d9e75;
   border-radius: 999px 999px 999px 999px;
 }

 .container_4531fc9475fb {
   position: relative !important;
   overflow: visible;
   width: 181px;
   height: 36px;
   flex-shrink: 0;
 }

 .container_db2b3f408e39 {
   padding: 0 26px 0 26px;
   width: 1407px;
   height: 60px;
   position: absolute !important;
   left: 256.9px;
   top: 628.43px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 156px;
   display: flex !important;
   flex-direction: row;
   background: #223731;
   border-radius: 50px 50px 50px 50px;
 }

 .container_d3d00235d3ac {
   width: 420.43px;
   height: 320.99px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_75f88d6024f1 {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_75f88d6024f1 img {
   width: 100%;
   height: 100%;
 }

 .text_dd987c667a67 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_99144514b8b6 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_99144514b8b6 {
   overflow: visible;
 }

 .container_e6d299da188e {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ee009ad93c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_85a682b8d14c {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_85a682b8d14c img {
   width: 100%;
   height: 100%;
 }

 .text_bc96e3007148 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_c9818dfa7384 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c9818dfa7384 {
   overflow: visible;
 }

 .container_5dcb52087804 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c860b38cbd2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7fe6697d717f {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7fe6697d717f img {
   width: 100%;
   height: 100%;
 }

 .text_e15aef8dcef7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_f0367be01d09 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f0367be01d09 {
   overflow: visible;
 }

 .container_c429c1a1e380 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4cd43be1c49d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0efec4ea1866 {
   width: 296px;
   height: 163px;
   z-index: 1;
   position: absolute !important;
   left: 61.16px;
   top: 33.3px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e1a4c0ea14d0 {
   width: 39px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e1a4c0ea14d0 img {
   width: 100%;
   height: 100%;
 }

 .text_7711539c24ad {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3f67c71ec2e2 {
   margin: -4px 0 0 0 !important;
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3f67c71ec2e2 {
   overflow: visible;
 }

 .container_8ba88d900e33 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffd5752ba6d3 {
   padding: 0 63px 0 63px;
   width: 420px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 0.03px;
   top: 238.28px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 0 0 8px 8px;
 }

 .container_8c38d2f95d0b {
   position: absolute !important;
   overflow: visible;
   width: 420.43px;
   height: 321.28px;
   left: 635.43px;
   top: 163.72px;
 }

 .container_70cd455fdd57 {
   width: 420.43px;
   height: 320.99px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_279b9556e77d {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_279b9556e77d img {
   width: 100%;
   height: 100%;
 }

 .text_620ae21442c0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_ae0154d74d6c {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ae0154d74d6c {
   overflow: visible;
 }

 .container_0a29a887145a {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e846944aa728 {
   padding: 0 26px 0 26px;
   width: 346px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 36.03px;
   top: 23.85px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #f0f3eb;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_4abf1514edfe {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4abf1514edfe img {
   width: 100%;
   height: 100%;
 }

 .text_062afcefec86 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d167347e580c {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d167347e580c {
   overflow: visible;
 }

 .container_380ccbd81a77 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac2ed9e3ca4b {
   width: 296px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 61.16px;
   top: 93.3px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_072edb922bea {
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_072edb922bea img {
   width: 100%;
   height: 100%;
 }

 .text_c3a81c5dd1b4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_d5cbf195b9f2 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d5cbf195b9f2 {
   overflow: visible;
 }

 .container_7668bcceb235 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_09927cedbf61 {
   width: 296px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 61.16px;
   top: 153.3px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cf9cb553c251 {
   width: 39px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_cf9cb553c251 img {
   width: 100%;
   height: 100%;
 }

 .text_a670d965e02d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Manrope';
 }

 .text_3b8c817558bf {
   margin: -4px 0 0 0 !important;
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 2;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3b8c817558bf {
   overflow: visible;
 }

 .container_b8f20ed8c3a7 {
   width: 233px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9889913cec7f {
   padding: 0 63px 0 63px;
   width: 420px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 0.03px;
   top: 238.28px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
   background: #0d2b22;
   border-radius: 0 0 8px 8px;
 }

 .container_bb7a87ec6bee {
   position: absolute !important;
   overflow: visible;
   width: 420.43px;
   height: 321.28px;
   left: 635.43px;
   top: 705.15px;
 }

 .imageview_8a9fc3786b95 {
   width: 1917.71px;
   height: 1px;
   position: absolute !important;
   left: 1.07px;
   top: 556.72px;
 }

 .imageview_8a9fc3786b95 img {
   width: 100%;
   height: 100%;
 }

 .text_efbf77fed8c5 {
   width: max-content;
   position: absolute !important;
   left: 185.39px;
   top: 853.02px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .imageview_8ba79aa21af7 {
   width: 36.31px;
   height: 36.31px;
   z-index: 1;
   position: absolute !important;
   left: 1008.74px;
   top: 776.13px;
 }

 .imageview_8ba79aa21af7 img {
   width: 100%;
   height: 100%;
 }

 .text_d908b5dbf14e {
   width: max-content;
   position: absolute !important;
   left: 185.39px;
   top: 296.45px;
   line-height: 33.6px;
   font-family: 'Manrope';
 }

 .viewport_29d6c8f40c8d {
   width: 1920px;
   height: 1080px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #b2b2b2;
 }