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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_99d646a5886a {
   width: 166.63px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_4c84e159f564 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 32px;
   z-index: 0;
   left: 716px;
   top: 6108px;
 }

 .container_c73ac99b2514 {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_3777c4e7731f {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_910bfdf0ed6b {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_dee2956776ae {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_2ba6deff2d5b {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

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

 .container_48588a17a8a1 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_4ceae1ba15f1 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_5ed332ddd462 {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_e3ef98ae4520 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_c7f9bbc6a7c0 {
   width: 230px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 462px;
   top: 4027px;
 }

 .imageview_9e57243af867 {
   width: 15px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 1304px;
   top: 4042px;
 }

 .imageview_9e57243af867 img {
   position: absolute;
   width: 18.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: -1.5px;
   top: -1.5px;
 }

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

 .imageview_c062b2e73e49 {
   width: 18px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 279.5px;
   top: 4040.5px;
   transform-origin: 0 0;
 }

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

 .container_8ef8f5e8ce48 {
   width: 700px;
   height: 378px;
   z-index: 2;
   position: absolute !important;
   left: 84px;
   top: 144px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .container_04d11efb29f7 {
   width: 783px;
   height: 408px;
   z-index: 3;
   position: absolute !important;
   left: 41px;
   top: 78px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .container_533b21a086f7 {
   width: 864px;
   height: 450px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_3a6253ff8087 {
   width: 397px;
   height: 192px;
   z-index: 5;
   position: absolute !important;
   left: 405px;
   top: 135px;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3a6253ff8087 {
   overflow: visible;
 }

 .text_6c5aef0d0df4 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 405px;
   top: 332px;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_6bd7cfa2ad97 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 405px;
   top: 364px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_3bf5e2dbd76c {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 450px;
   z-index: 4;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_82b48d6f8119 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 522px;
   z-index: 2;
   left: 368px;
   top: 3824px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_63703bb8c0ce {
   width: 37px;
   height: 27px;
   z-index: 0;
   position: absolute !important;
   left: 1126px;
   top: 3882px;
 }

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

 .imageview_4071f5c7b0ff {
   width: 258px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 448px;
   top: 4019px;
 }

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

 .container_f5f7ce315119 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4463px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_4a4c4d3469b3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325px;
   top: 4484px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_32c31beba1f1 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4515px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_49b23d55e465 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4502px;
 }

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

 .container_ee4102e9e5b7 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_830e5ac39d6c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 36px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_48873973a872 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_027f2fcff2e9 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_0ae23b7cdee0 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 648px;
   top: 4463px;
 }

 .container_wrapper_0ae23b7cdee0 {
   position: absolute !important;
   overflow: visible;
   left: 648px;
   top: 4463px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_0ae23b7cdee0 {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_c4cce3aec389 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4463px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_3da16c291bff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1180px;
   top: 4499px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_d50f5191f213 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4529px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_e820c8915889 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4502px;
 }

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

 .container_f45d8b2da5e7 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4647px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_d17c285698e2 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4680px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_d17c285698e2 {
   overflow: visible;
 }

 .text_acea9ef816b3 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4718px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_c47ddd0ebb61 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4686px;
 }

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

 .container_2e3e8c7ec05d {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4647px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_81bc9212a32f {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4680px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_81bc9212a32f {
   overflow: visible;
 }

 .text_53ee6035e746 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4724px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_0036d3ec3595 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4686px;
 }

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

 .container_cca90fed1359 {
   width: 1600px;
   height: 454px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3246px;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_6ce399540963 {
   width: 550px;
   height: 199px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 3370px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text-7984107137df_6ce399540963 {
   line-height: 72px;
   font-family: 'Poppins';
 }

 .text-60be8477e169_6ce399540963 {
   line-height: 72px;
   font-family: 'Poppins';
 }

 .text-b8c7b8304d2c_6ce399540963 {
   line-height: 72px;
   font-family: 'Poppins';
 }

 .imageview_0893707f5303 {
   width: 682px;
   height: 481px;
   z-index: 2;
   position: absolute !important;
   left: 740px;
   top: 3240px;
 }

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

 .container_60bb54956236 {
   width: 201px;
   height: 139px;
   z-index: 3;
   position: absolute !important;
   left: 1233px;
   top: 3436px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .imageview_bd53df6c308d {
   width: 152px;
   height: 110px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 3451px;
 }

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

 .container_a208dc992da5 {
   width: 195px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 1201px;
   top: 3332px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_0386f1f7bede {
   width: 135px;
   height: 45px;
   z-index: 4;
   position: absolute !important;
   left: 1236px;
   top: 3360px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_f2ae1950502b {
   width: 135px;
   height: 45px;
   z-index: 5;
   position: absolute !important;
   left: 1258px;
   top: 3329px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_95d6038b5fdd {
   width: 22px;
   height: 22px;
   z-index: 5;
   position: absolute !important;
   left: 1231px;
   top: 3349px;
 }

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

 .text_76f9225ff89c {
   width: 645px;
   height: 267px;
   z-index: 0;
   position: absolute !important;
   left: 200px;
   top: 1332px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text-62bab87732ef_76f9225ff89c {
   line-height: 58px;
   font-family: 'Poppins';
 }

 .text-7226db96f243_76f9225ff89c {
   line-height: 58px;
   font-family: 'Poppins';
 }

 .text-78c40228ccea_76f9225ff89c {
   line-height: 58px;
   font-family: 'Poppins';
 }

 .imageview_356405bbfd43 {
   width: 344px;
   height: 413px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_47ef6e2d352d {
   width: 265.43px;
   height: 172px;
   z-index: 1;
   -webkit-text-stroke: 1px #29bdb2ff;
   position: absolute !important;
   left: 38.33px;
   top: 83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_3132ddd4bf10 {
   width: 189.47px;
   height: 27.02px;
   z-index: 1;
   -webkit-text-stroke: 1px #29bdb2ff;
   position: absolute !important;
   left: 38.79px;
   top: 39.91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_346700976a33 {
   position: absolute !important;
   overflow: visible;
   width: 344px;
   height: 413px;
   z-index: 0;
   left: 200px;
   top: 1605px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_f964653b44ca {
   width: 340px;
   height: 413px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_7ac2bb4b6866 {
   width: 257.3px;
   height: 154px;
   z-index: 1;
   position: absolute !important;
   left: 31.65px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_74899a32bca6 {
   width: 167.35px;
   height: 25.71px;
   z-index: 1;
   position: absolute !important;
   left: 32.46px;
   top: 38px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_60392902d12c {
   position: absolute !important;
   overflow: visible;
   width: 340px;
   height: 413px;
   z-index: 0;
   left: 572px;
   top: 1605px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_e0c501c7f3ff {
   width: 213px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 1924px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_922ef38aafd1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 271px;
   top: 1943px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_79afd6cc6741 {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #161c2d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_f1bfd297f71b {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 0px;
 }

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

 .container_5053bb5e1ede {
   position: absolute !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   z-index: 2;
   left: 408px;
   top: 1934px;
 }

 .container_wrapper_5053bb5e1ede {
   position: absolute !important;
   overflow: visible;
   left: 408px;
   top: 1934px;
   width: 36px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_5053bb5e1ede {
   width: 36px;
   height: 36px;
   z-index: 2;
 }

 .container_b4566cfbe008 {
   width: 491px;
   height: 421px;
   z-index: 0;
   position: absolute !important;
   left: 944px;
   top: 1411px;
   background: #f4f6ff;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_00ddb0e9c396 {
   width: 350px;
   height: 754px;
   z-index: 1;
   position: absolute !important;
   left: 1045px;
   top: 1292px;
 }

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

 .container_b5b4a2c01ecb {
   width: 319.45px;
   height: 132.94px;
   z-index: 2;
   transform: rotate(-1.724853210548166deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 936.96px;
   top: 1608.97px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_f24468b7a168 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #29bdb2;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_cfae077e65c2 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 8.29px;
   top: 6.9px;
 }

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

 .container_af6d95153698 {
   position: absolute !important;
   overflow: visible;
   width: 50px;
   height: 50px;
   z-index: 1;
   left: 1406px;
   top: 1527px;
 }

 .container_wrapper_af6d95153698 {
   position: absolute !important;
   overflow: visible;
   left: 1406px;
   top: 1527px;
   width: 50px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_af6d95153698 {
   width: 50px;
   height: 50px;
   z-index: 1;
 }

 .container_f73aedc12050 {
   width: 127px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 978px;
   top: 1483px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_639181ed49df {
   width: 214px;
   height: 108px;
   z-index: 3;
   position: absolute !important;
   left: 954px;
   top: 1610px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_4609e0039d0f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 978px;
   top: 1605px;
   line-height: 58px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_4a1f7012fb62 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1028px;
   top: 1478px;
   line-height: 58px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_3f07a11089a5 {
   width: 135px;
   height: 45px;
   z-index: 5;
   position: absolute !important;
   left: 1011px;
   top: 1643px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .container_34512566f941 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 978px;
   top: 1663px;
   background: #29bdb2;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_35a68148eca5 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 981.32px;
   top: 1665.76px;
 }

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

 .container_9d249edd0481 {
   width: 216px;
   height: 117px;
   z-index: 3;
   position: absolute !important;
   left: 1241px;
   top: 1721px;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_b8a0e599e1a7 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 998px;
   top: 1497px;
   background: #29bdb2;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_7f26735768a8 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 1001.32px;
   top: 1499.76px;
 }

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

 .imageview_eee63abd7171 {
   width: 164px;
   height: 89px;
   z-index: 4;
   position: absolute !important;
   left: 1267px;
   top: 1733px;
 }

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

 .container_764b06194c03 {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a8c4162107d7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_a5eb60e1ad10 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_92581b93d264 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_e98941e4020f {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 604px;
   top: 1924px;
 }

 .container_wrapper_e98941e4020f {
   position: absolute !important;
   overflow: visible;
   left: 604px;
   top: 1924px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_e98941e4020f {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_501f5de14acd {
   width: 1596px;
   height: 645px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5158px;
   background: #f5f7f9;
 }

 .text_5694a0c10421 {
   width: 192px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_788ab86ab8c4 {
   width: 112px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_2f7312c878b8 {
   width: 59.84px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 972.03px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c9867440140d {
   width: 111.92px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_62b9dcf6117c {
   width: 93.09px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_9cab9fa0a1ef {
   width: 111px;
   height: 227px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_aa9b79663b87 {
   width: 281px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_d88d97577ab8 {
   width: 281px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c6c499a35c8c {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_3378050fe8b2 {
   width: 131px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a6fc082dcac1 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_3319d7f3bc1b {
   width: 127.44px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_1916b1d40488 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_f842c16fb244 {
   width: 165px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_5dfb83c31154 {
   position: relative !important;
   overflow: visible;
   width: 1293px;
   height: 282.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_9eddd6998608 {
   width: 1293px;
   height: 282.13px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 5415px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7d9b347151f4 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1356px;
   top: 5700px;
 }

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

 .imageview_d234914fb103 {
   width: 19.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1306px;
   top: 5702px;
 }

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

 .text_5edcc92672fa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 5697px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_3b2efb16c045 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285px;
   top: 5697px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_8638f0cbbe87 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 5697px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_3d9bdb4cb39e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 478px;
   top: 5697px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_ce134412c0c4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 550px;
   top: 5697px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .container_ca3710369d73 {
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_d1753947dbb5 {
   width: 1015.11px;
   height: 1.07px;
   z-index: 2;
   position: absolute !important;
   left: 133.57px;
   top: 423.98px;
   background: #d8d8d8;
 }

 .container_ce52350d3e0a {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_0f7b17d79e2d {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.57px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_092b79514878 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_54746bd5c309 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_25dd6059f439 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_8399d60234b7 {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

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

 .container_00f8293979e3 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_00f8293979e3 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_00f8293979e3 {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_cc2535171257 {
   width: 611px;
   height: 68px;
   z-index: 3;
   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;
   border-radius: 100px 100px 100px 100px;
 }

 .text_8c143f4dce6a {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Poppins';
 }

 .container_3650775d5e71 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_0b5822a83bbb {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c23b2e7dbaf {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 158.76px;
   top: 4901px;
 }

 .text_e4714da0a801 {
   width: 645px;
   height: 208px;
   z-index: 0;
   position: absolute !important;
   left: 790px;
   top: 2172px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_d2b7a3af6559 {
   width: 357px;
   height: 307px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_ae5f89fc5b4f {
   width: 262px;
   height: 29.52px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 39.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_1fe1fe2eb1f9 {
   width: 299.88px;
   height: 85.28px;
   z-index: 1;
   position: absolute !important;
   left: 28.34px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .container_baf31f7768a2 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 307px;
   z-index: 0;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_39f69165de36 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 307px;
   z-index: 0;
   left: 776px;
   top: 2462px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_d58141bfe59d {
   width: 357px;
   height: 307px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

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

 .text_24d0d26d1375 {
   width: 234px;
   height: 29.52px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_5b3e30bf6b4e {
   width: 299.88px;
   height: 85.28px;
   z-index: 1;
   position: absolute !important;
   left: 28.78px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .container_4a0c36ee8a8a {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 307px;
   z-index: 0;
   left: 1151px;
   top: 2462px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_5338727b6a15 {
   width: 357px;
   height: 325px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_77317af0fa99 {
   width: 314px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_f90714661b88 {
   width: 285px;
   height: 85px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .container_ded41e23cdf8 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 325px;
   z-index: 0;
   left: 776px;
   top: 2785px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_56aa0494c3c1 {
   width: 357px;
   height: 325px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

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

 .text_36e616e48f75 {
   width: 261px;
   height: 29.52px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_847f56450fc7 {
   width: 299.88px;
   height: 85.28px;
   z-index: 1;
   position: absolute !important;
   left: 28.78px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_599d087667b8 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 325px;
   z-index: 0;
   left: 1151px;
   top: 2785px;
   border-radius: 10px 10px 10px 10px;
 }

 .text_8483cb5ef0b0 {
   width: 641px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 790px;
   top: 2376px;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   mix-blend-mode: normal;
   opacity: 0.699999988079071;
   font-family: 'Poppins';
 }

 .text_autoheight_8483cb5ef0b0 {
   overflow: visible;
 }

 .container_7ab9ab7f86f7 {
   width: 213px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_756169003bf6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_5e8415e5dfe6 {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_4f689fec6470 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_727b5fd37868 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 804px;
   top: 3021px;
 }

 .container_wrapper_727b5fd37868 {
   position: absolute !important;
   overflow: visible;
   left: 804px;
   top: 3021px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_727b5fd37868 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_99f11ca12abc {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a68f5e79173e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_a5e52647e0cc {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_784a923a72df {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_6e771f1b0d5a {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 804px;
   top: 2696px;
 }

 .container_wrapper_6e771f1b0d5a {
   position: absolute !important;
   overflow: visible;
   left: 804px;
   top: 2696px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_6e771f1b0d5a {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_75d9a5fdba6c {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_ff54732f884f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_f922dee53530 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_47c5b7fc523a {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_680c0d62f76b {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 1180px;
   top: 2696px;
 }

 .container_wrapper_680c0d62f76b {
   position: absolute !important;
   overflow: visible;
   left: 1180px;
   top: 2696px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_680c0d62f76b {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_3e1e78eefb36 {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_dba9fdd4401e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_0781828655e6 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_aceb921e92b9 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_a4601fb00c9a {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 1180px;
   top: 3021px;
 }

 .container_wrapper_a4601fb00c9a {
   position: absolute !important;
   overflow: visible;
   left: 1180px;
   top: 3021px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_a4601fb00c9a {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .imageview_a5a172487557 {
   width: 1023.2px;
   height: 543px;
   z-index: 0;
   position: absolute !important;
   left: -438.2px;
   top: 2349px;
 }

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

 .imageview_a5a172487557 img {
   position: absolute;
   width: 585.0px !important;
   height: 543.0px !important;
   max-width: none !important;
   left: 438.2px;
   top: 0.0px;
 }

 .imageview_abb8cdfe082a {
   width: 486px;
   height: 541px;
   z-index: 1;
   position: absolute !important;
   left: -13px;
   top: 2357px;
 }

 .imageview_abb8cdfe082a.wp-block-image {
   width: 473px !important;
   height: 541px !important;
   left: 0px !important;
   top: 2357px !important;
   overflow: hidden;
 }

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

 .imageview_7f2ba534c64d {
   width: 347px;
   height: 229px;
   z-index: 2;
   position: absolute !important;
   left: 173px;
   top: 2708px;
 }

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

 .container_aad92a385a8f {
   width: 218px;
   height: 218px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 32px 64px #161c2d42;
 }

 .text_aca3ef69f364 {
   width: 153.75px;
   height: 30px;
   z-index: 3;
   position: absolute !important;
   left: 32.13px;
   top: 123px;
   line-height: 14.52px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_aca3ef69f364 {
   overflow: visible;
 }

 .text_add50c4c82ad {
   width: 110.15px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 53.93px;
   top: 154px;
   line-height: 15.73px;
   word-wrap: break-word;
   white-space: normal;
   mix-blend-mode: normal;
   opacity: 0.7056128978729248;
   font-family: 'Inter';
 }

 .text_autoheight_add50c4c82ad {
   overflow: visible;
 }

 .imageview_350da1a2d0d4 {
   width: 53px;
   height: 53px;
   z-index: 3;
   border-top: 3px solid #33d5b8ff;
   border-right: 3px solid #33d5b8ff;
   border-bottom: 3px solid #33d5b8ff;
   border-left: 3px solid #33d5b8ff;
   position: absolute !important;
   left: 70.78px;
   top: -1.5px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_350da1a2d0d4.wp-block-image {
   width: 53px !important;
   height: 52px !important;
   left: 71px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_dc5d84491921 {
   width: 53px;
   height: 53px;
   z-index: 3;
   border-top: 3px solid #33d5b8ff;
   border-right: 3px solid #33d5b8ff;
   border-bottom: 3px solid #33d5b8ff;
   border-left: 3px solid #33d5b8ff;
   position: absolute !important;
   left: -1.5px;
   top: -1.5px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_dc5d84491921.wp-block-image {
   width: 52px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_0ec0c22ff496 {
   width: 53px;
   height: 53px;
   z-index: 4;
   border-top: 3px solid #33d5b8ff;
   border-right: 3px solid #33d5b8ff;
   border-bottom: 3px solid #33d5b8ff;
   border-left: 3px solid #33d5b8ff;
   position: absolute !important;
   left: 37.51px;
   top: -1.5px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_0ec0c22ff496.wp-block-image {
   width: 53px !important;
   height: 52px !important;
   left: 38px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_450bdbea02b2 {
   position: absolute !important;
   overflow: visible;
   width: 125.06px;
   height: 52.78px;
   z-index: 3;
   left: 47.04px;
   top: 40.16px;
 }

 .container_90fcd3ee8d97 {
   position: absolute !important;
   overflow: visible;
   width: 218px;
   height: 218px;
   z-index: 2;
   left: 359px;
   top: 2398px;
 }

 .imageview_ecdfafb95d89 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .imageview_49c7f932f3ea {
   width: 175px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 533px;
   top: 17px;
 }

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

 .imageview_1c7c719d2dad {
   width: 97px;
   height: 46px;
   z-index: 0;
   position: absolute !important;
   left: 1358px;
   top: 36px;
 }

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

 .container_76ac96f8b93c {
   width: 126px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 1343px;
   top: 17px;
 }

 .imageview_631590963956 {
   width: 105px;
   height: 49px;
   z-index: 0;
   position: absolute !important;
   left: 1716px;
   top: 22px;
 }

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

 .container_b52cd7d39750 {
   width: 105px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 1716px;
   top: 20px;
 }

 .container_2a00f2714c7b {
   width: 137px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 1700px;
   top: 17px;
 }

 .container_9753d4c96d91 {
   width: 173px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 939px;
   top: 17px;
 }

 .imageview_0dc411cb6e4c {
   width: 166px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 943px;
   top: 32px;
 }

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

 .container_37cc0ec4fba8 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .imageview_efd49b02f1df {
   width: 1600px;
   height: 993px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_b6af797c4838 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 993px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_940197c6298c {
   width: 371.57px;
   height: 154.62px;
   z-index: 1;
   transform: rotate(-1.724853210548166deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 879.27px;
   top: 513.68px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .imageview_4ce81f540ea9 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 48px;
 }

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

 .imageview_1cbe04179ac4 {
   width: 806px;
   height: 516px;
   z-index: 2;
   position: absolute !important;
   left: 813px;
   top: 265.99px;
 }

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

 .imageview_61234b0205eb {
   width: 502px;
   height: 340px;
   z-index: 3;
   position: absolute !important;
   left: 1079.2px;
   top: 519.24px;
 }

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

 .imageview_f111edf5dcde {
   width: 384.06px;
   height: 221.51px;
   z-index: 4;
   position: absolute !important;
   left: 1138.32px;
   top: 558.86px;
 }

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

 .imageview_4f22177aaf80 {
   width: 260.83px;
   height: 150.44px;
   z-index: 5;
   position: absolute !important;
   left: 1222.6px;
   top: 581.33px;
   mix-blend-mode: multiply;
 }

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

 .imageview_3280a0332fc6 {
   width: 190.19px;
   height: 109.69px;
   z-index: 6;
   position: absolute !important;
   left: 1191.66px;
   top: 641.81px;
 }

 .imageview_3280a0332fc6 img {
   position: absolute;
   width: 191.2px !important;
   height: 110.7px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

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

 .imageview_4a9b3eb282d6 {
   width: 190.19px;
   height: 109.69px;
   z-index: 7;
   position: absolute !important;
   left: 1236.89px;
   top: 615.72px;
 }

 .imageview_4a9b3eb282d6 img {
   position: absolute;
   width: 191.2px !important;
   height: 110.7px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

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

 .imageview_b863c64b2963 {
   width: 190.19px;
   height: 109.69px;
   z-index: 8;
   position: absolute !important;
   left: 1282.25px;
   top: 589.57px;
 }

 .imageview_b863c64b2963 img {
   position: absolute;
   width: 191.2px !important;
   height: 110.7px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

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

 .imageview_8635d8a0bd40 {
   width: 260.83px;
   height: 150.44px;
   z-index: 12;
   position: absolute !important;
   left: 1222.6px;
   top: 571.7px;
   mix-blend-mode: overlay;
 }

 .imageview_8635d8a0bd40 img {
   position: absolute;
   width: 262.8px !important;
   height: 151.6px !important;
   max-width: none !important;
   left: -1.0px;
   top: -0.6px;
 }

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

 .text_2daadb56582b {
   width: 170.14px;
   height: 22.9px;
   z-index: 13;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1344px;
   top: 583.52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_ad53db9a0989 {
   width: 112.88px;
   height: 22.9px;
   z-index: 15;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1299.82px;
   top: 609.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_5bc790a4ae3d {
   width: 260.83px;
   height: 150.44px;
   z-index: 14;
   position: absolute !important;
   left: 1222.6px;
   top: 558.28px;
 }

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

 .imageview_71cefc8b539d {
   width: 18.46px;
   height: 10.64px;
   z-index: 15;
   position: absolute !important;
   left: 1256.21px;
   top: 577.66px;
 }

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

 .text_bab2b5b44040 {
   width: 170.14px;
   height: 22.9px;
   z-index: 16;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1232.47px;
   top: 627.34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_869b57f7a6f9 {
   width: 112.88px;
   height: 22.9px;
   z-index: 17;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1188.28px;
   top: 652.82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_8702f984dd82 {
   width: 163.6px;
   height: 22.9px;
   z-index: 17;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1306.91px;
   top: 594.81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_83378101bedf {
   width: 298px;
   height: 222px;
   z-index: 4;
   position: absolute !important;
   left: 839.62px;
   top: 542.78px;
 }

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

 .imageview_d62279761c84 {
   width: 180.12px;
   height: 103.91px;
   z-index: 5;
   position: absolute !important;
   left: 898.81px;
   top: 579.48px;
 }

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

 .imageview_041749452104 {
   width: 527px;
   height: 354px;
   z-index: 6;
   position: absolute !important;
   left: 776px;
   top: 243.83px;
 }

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

 .imageview_577eb0320972 {
   width: 408.34px;
   height: 235.53px;
   z-index: 7;
   position: absolute !important;
   left: 835.23px;
   top: 286.61px;
 }

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

 .imageview_110e9cb83d89 {
   width: 364.8px;
   height: 210.41px;
   z-index: 8;
   position: absolute !important;
   left: 866.8px;
   top: 293.5px;
 }

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

 .imageview_af099fd30d60 {
   width: 324.25px;
   height: 163.85px;
   z-index: 10;
   position: absolute !important;
   left: 907.36px;
   top: 293.5px;
   mix-blend-mode: screen;
 }

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

 .imageview_a7ba8bf30693 {
   width: 113.63px;
   height: 65.54px;
   z-index: 11;
   position: absolute !important;
   left: 992.39px;
   top: 365.94px;
   mix-blend-mode: multiply;
 }

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

 .imageview_f1622005e002 {
   width: 48.49px;
   height: 30.74px;
   z-index: 12;
   position: absolute !important;
   left: 1021.08px;
   top: 380.13px;
 }

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

 .imageview_5daa30472c88 {
   width: 485px;
   height: 329px;
   z-index: 9;
   position: absolute !important;
   left: 1298.35px;
   top: 402.72px;
 }

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

 .imageview_dfc7172e3f48 {
   width: 366.25px;
   height: 211.26px;
   z-index: 10;
   position: absolute !important;
   left: 1357.55px;
   top: 438.27px;
 }

 .imageview_dfc7172e3f48 img {
   position: absolute;
   width: 242.4px !important;
   height: 211.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_4349646f2e81 {
   width: 121.79px;
   height: 70.25px;
   z-index: 12;
   position: absolute !important;
   left: 1449.04px;
   top: 465.56px;
 }

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

 .imageview_43ee6cdcab27 {
   width: 112.19px;
   height: 64.71px;
   z-index: 14;
   position: absolute !important;
   left: 1453.84px;
   top: 468.33px;
 }

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

 .imageview_e0a532398a55 {
   width: 73.98px;
   height: 42.64px;
   z-index: 15;
   position: absolute !important;
   left: 1467px;
   top: 482.78px;
 }

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

 .imageview_0cee1497e9d1 {
   width: 85.11px;
   height: 49.12px;
   z-index: 11;
   position: absolute !important;
   left: 1594.82px;
   top: 524.49px;
 }

 .imageview_0cee1497e9d1 img {
   position: absolute;
   width: 5.2px !important;
   height: 49.1px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_e56fde23a6ef {
   width: 112.05px;
   height: 60.47px;
   z-index: 15;
   position: absolute !important;
   left: 1549.7px;
   top: 530.99px;
 }

 .imageview_e56fde23a6ef img {
   position: absolute;
   width: 50.3px !important;
   height: 60.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_810f77b86118 {
   width: 93.23px;
   height: 49.62px;
   z-index: 16;
   position: absolute !important;
   left: 1526.17px;
   top: 548.71px;
 }

 .imageview_810f77b86118 img {
   position: absolute;
   width: 73.8px !important;
   height: 49.6px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_85f3a09c54cc {
   width: 99.24px;
   height: 57.25px;
   z-index: 17;
   position: absolute !important;
   left: 1499.24px;
   top: 581.27px;
 }

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

 .text_5059f00aafaf {
   width: 96.52px;
   height: 27.81px;
   z-index: 11;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1429.71px;
   top: 509.99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_6ea3fefc3adf {
   width: 66.4px;
   height: 18px;
   z-index: 13;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1416.57px;
   top: 528.99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_855d3e7e0aa1 {
   width: 58.75px;
   height: 18px;
   z-index: 11;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1534.57px;
   top: 590.99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_03d5f48717a5 {
   width: 206.91px;
   height: 162.04px;
   z-index: 9;
   position: absolute !important;
   left: 1108.83px;
   top: 240px;
 }

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

 .text_6597029d1659 {
   width: 155.42px;
   height: 37.63px;
   z-index: 11;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1159.96px;
   top: 250.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_9f2c9c0c84fb {
   width: 75.66px;
   height: 37.63px;
   z-index: 7;
   transform: rotate(44.96564159250873deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 993.56px;
   top: 594.99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_6107b195c195 {
   width: 100%;
   min-width: 0;
   height: 260px;
   z-index: 1;
   line-height: 65px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_6107b195c195 {
   overflow: visible;
 }

 .text-4702a84542da_6107b195c195 {
   line-height: 65px;
   font-family: 'Poppins';
 }

 .text-16c3472f4845_6107b195c195 {
   line-height: 65px;
   font-family: 'Poppins';
 }

 .text_420b79847547 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   mix-blend-mode: normal;
   opacity: 0.8999999761581421;
   font-family: 'Manrope';
 }

 .text_autoheight_420b79847547 {
   overflow: visible;
 }

 .container_d07cba465022 {
   width: 213px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #121d9d80;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_e2335df8645d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_22a7638e7d72 {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_8441cf75f342 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_88847941594a {
   position: relative !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_88847941594a {
   position: relative !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_88847941594a {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_4ce7ac155f1f {
   width: 567px;
   height: 464px;
   z-index: 1;
   position: absolute !important;
   left: 244px;
   top: 289px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 42px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d38d4d546b61 {
   width: 196px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_53745b8a6600 {
   width: 196px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 25.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_53745b8a6600 {
   overflow: visible;
 }

 .container_8d744c1577de {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 2;
   left: -22px;
   top: 0px;
 }

 .container_478bd606460e {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 2;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_478bd606460e {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 2;
 }

 .container_nested_478bd606460e {
   width: 174px;
   height: 50px;
   z-index: 2;
 }

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

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

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

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

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

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

 .container_0c2fc246393a {
   width: 586px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 723px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2f2a2b6df82f {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 2;
   left: 22px;
   top: 46px;
 }

 .viewport_de7ba97720ef {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_e33d88bf2e8f {
   width: 166.63px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_11188125908f {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 32px;
   z-index: 0;
   left: 716px;
   top: 6108px;
 }

 .container_df39d36bcf51 {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_3fc2f23ea8d8 {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_26dec592c9e3 {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_6a5290399eac {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_efe7e1ec8b5d {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

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

 .container_6e07932b9f41 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_d6ef03d885d5 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_404c8e45188e {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_08e2a1a2792e {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_c9e36c273e84 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4460.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_cf6bdb5f2367 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325px;
   top: 4481.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_13a2e8afbf28 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4512.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_ffd182f22732 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4499.12px;
 }

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

 .container_0fb80805fae8 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 648px;
   top: 4460.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_59d74d2bb5bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4496.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_d564fccf3f82 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4526.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_8a8f4aed31df {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 677px;
   top: 4499.12px;
 }

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

 .container_50ab98962a88 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4460.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_84520328b51c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1180px;
   top: 4496.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_e76ba60c792e {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4526.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_b55e37601bf3 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4499.12px;
 }

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

 .container_75b33e540bb6 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4644.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_56dd4ee7f41b {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4677.12px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_56dd4ee7f41b {
   overflow: visible;
 }

 .text_da8717697b84 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4715.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_52078ec5045b {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4683.12px;
 }

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

 .container_26598c187b15 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4644.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_309c4356a213 {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4677.12px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_309c4356a213 {
   overflow: visible;
 }

 .text_5dbf0cb7f2a0 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4721.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_060343fd81fb {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4683.12px;
 }

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

 .container_8ec37d62c5f2 {
   width: 1596px;
   height: 645px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5155.12px;
   background: #f5f7f9;
 }

 .text_bf3eca180e55 {
   width: 192px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_668a59219e01 {
   width: 112px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_8f0823ba5096 {
   width: 59.84px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 972.03px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_f91684919fb0 {
   width: 111.92px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_0dce696f66b0 {
   width: 93.09px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_d2fbe786bd70 {
   width: 111px;
   height: 227px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_6d2d65811338 {
   width: 281px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a1d5680be575 {
   width: 281px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_1307c0d60530 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_1f0e7a96fd36 {
   width: 131px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c64ea73db99a {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_0baf0f1246ff {
   width: 127.44px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_9fbff6847b2b {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_38f9d615a7c4 {
   width: 165px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_71bd95a5eaa5 {
   position: relative !important;
   overflow: visible;
   width: 1293px;
   height: 282.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c4f141c80e01 {
   width: 1293px;
   height: 282.13px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 5412.12px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a9a95e34f62f {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1356px;
   top: 5697.12px;
 }

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

 .imageview_fa3c37c7b60e {
   width: 19.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1306px;
   top: 5699.12px;
 }

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

 .text_eb41b9ef945f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_4599e5831fcb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_457c5c2fe73f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_f125282529b0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 478px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_95880a6bafda {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 550px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .container_cb3da74c5256 {
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_8b6f7b364ff6 {
   width: 1015.11px;
   height: 1.07px;
   z-index: 2;
   position: absolute !important;
   left: 133.57px;
   top: 423.98px;
   background: #d8d8d8;
 }

 .container_1bbe62750fa3 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_123597b8556f {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.57px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_66211c2236f2 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_bb777e8ab310 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_1a127f8d3d8e {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_c8c97bcdded5 {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

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

 .container_621fefba04e5 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_621fefba04e5 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_621fefba04e5 {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_8c56cc1cb45b {
   width: 611px;
   height: 68px;
   z-index: 3;
   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;
   border-radius: 100px 100px 100px 100px;
 }

 .text_ec1344a6d852 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Poppins';
 }

 .container_d55fb7b98c62 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_863c2688dc3a {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4938534eca44 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 158.76px;
   top: 4898.12px;
 }

 .imageview_52d3fc6e4cf3 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_e5009da772b6 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .container_1d78115c30d0 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #142684;
   border-radius: 100px 100px 100px 100px;
 }

 .text_4132bb841a68 {
   width: 196px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 25.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_4132bb841a68 {
   overflow: visible;
 }

 .container_f6c4527ccb48 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_bf08bd90fba4 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_bf08bd90fba4 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_bf08bd90fba4 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

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

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

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

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

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

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

 .container_209773a24879 {
   width: 586px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 723px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d1c7b6229c4e {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .imageview_3f86b4213f29 {
   width: 175px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 167px;
   top: 833px;
 }

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

 .imageview_fec62c4c4fd9 {
   width: 97px;
   height: 46px;
   z-index: 0;
   position: absolute !important;
   left: 992px;
   top: 852px;
 }

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

 .container_2a5ac00cf4cf {
   width: 126px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 977px;
   top: 833px;
 }

 .imageview_24da3076d5a1 {
   width: 105px;
   height: 49px;
   z-index: 0;
   position: absolute !important;
   left: 1350px;
   top: 838px;
 }

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

 .container_3518b43aaedc {
   width: 105px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 1350px;
   top: 836px;
 }

 .container_ce6690d95f29 {
   width: 137px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 1334px;
   top: 833px;
 }

 .container_cfb0202bacdb {
   width: 173px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 573px;
   top: 833px;
 }

 .imageview_f5d86eb29eed {
   width: 166px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 577px;
   top: 848px;
 }

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

 .imageview_5ed2e2d663d7 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 48px;
 }

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

 .container_544441a74380 {
   width: 5.99px;
   height: 5.99px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_5ef060db9260 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(332deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_0d8b047f6508 {
   padding: 4px 12px 4px 12px;
   width: 262.81px;
   height: 26.31px;
   z-index: 0;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 2.03px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_94611ead39e0 {
   width: fit-content;
   z-index: 0;
   line-height: 66px;
   font-family: 'Barlow Condensed';
 }

 .text-e783fc3aba37_94611ead39e0 {
   line-height: 66px;
   font-family: 'Barlow Condensed';
 }

 .text-ccf1682f4745_94611ead39e0 {
   line-height: 66px;
   font-family: 'Barlow Condensed';
 }

 .text-1eb5b34de469_94611ead39e0 {
   line-height: 66px;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

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

 .text_84264348a1cf {
   width: 448px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_84264348a1cf {
   overflow: visible;
 }

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

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

 .imageview_b278bf6c370f {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_08b342e7685f {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_08b342e7685f {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_7811d2886501 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_1813efea73a4 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_1813efea73a4 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7a7771069876 {
   padding: 32px 0 0 0;
   width: 502px;
   height: 81.81px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_37f6d9a2b82d {
   width: 502px;
   height: 443.87px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c7e2dab88cb {
   width: 533.99px;
   height: 263.1px;
   z-index: 0;
   position: absolute !important;
   left: 558px;
   top: 170.38px;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2f069e167eff {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_54fc2a06eeb5 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_6e775e08b450 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .container_46e711b83b36 {
   padding: 0 0 0 8px;
   width: 218px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_835ddf903ec5 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(337deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

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

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

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

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

 .container_84042b93bf23 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 13.33px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4ce08cd6e7dd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_74667f14e3d2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 178.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_8dedce35ceaf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 293.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_6fd7e568611b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 408.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_cdaf56b7bc70 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_6c589cf34cb2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_d96ab3c40ffc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 178.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_20e88b8925dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 293.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_2443ad2ebcaa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 408.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b86f32feed3f {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 4px 4px;
 }

 .text_59c8c2f23e5a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_89e8abb5b9a1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 178.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_f4d619351145 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 293.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_18ca393fea49 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 408.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_a14a9c8e8cc4 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_81065e719c5f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_d2f4b03cdd91 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 191.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_5ddf233c136c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 306.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_2c54c7f19940 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 421.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_43cbec98e951 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 4px 4px;
 }

 .text_c1f02ac989bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_3d50effffebb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 191.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_8517c3df8d8a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 306.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_cf143f7cf7a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 408.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_ddc158f26260 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b1d4befc93b9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_cbb891334d66 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 191.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_2676007e8ce9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 306.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_c40843498353 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 421.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_21ae82503bfc {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_e31f989b1d3f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_ce4d4770049e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 204.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_c307a15f2c0f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 319.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_d24cf5a4a018 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 434.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_f9722d3e79ca {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_6da9271a5c4d {
   width: 502px;
   height: 231.11px;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 574px;
   top: 186.38px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_3896f69d163f {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 619.87px;
   z-index: 0;
   left: 250px;
   top: 142px;
 }

 .text_67cf7a887fa7 {
   width: fit-content;
   z-index: 0;
   line-height: 77px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

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

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

 .container_cda64fcab2c1 {
   padding: 8px 0 0 0;
   width: 285.77px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_036225928060 {
   padding: 4px 0 0 0;
   width: 285.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a984cce40099 {
   padding: 32px 32px 32px 32px;
   width: 350.67px;
   height: 196.98px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6da3d3c8689b {
   width: fit-content;
   z-index: 0;
   line-height: 77px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

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

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

 .container_cda2e0d3e837 {
   padding: 8px 0 0 0;
   width: 285.77px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_710d3a04b5b5 {
   padding: 4px 0 0 0;
   width: 285.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d281d5f0d15e {
   padding: 32px 32px 32px 32px;
   width: 350.67px;
   height: 196.98px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 374.67px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c0aae697add {
   width: fit-content;
   z-index: 1;
   line-height: 77px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(274deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

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

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

 .container_212b19bb2cc4 {
   padding: 8px 0 0 0;
   width: 286.68px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_36c5e495c12f {
   padding: 4px 0 0 0;
   width: 286.68px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5be9b5fd4677 {
   padding: 32px 32px 32px 32px;
   width: 350.67px;
   height: 196.98px;
   z-index: 1;
   position: absolute !important;
   left: 725.33px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_815e60d426cc {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 357.89px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-left: 0px solid #00000014;
   left: 250px;
   top: 973.99px;
   box-shadow: inset 0 -0.91px 0 0 #00000014;
 }

 .imageview_6ee01ed3d307 {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_8f2b42c8ecfe {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_602e1a44928e {
   padding: 4px 12px 4px 12px;
   width: 190.81px;
   height: 26.31px;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_42ecfc7bff78 {
   width: 503px;
   height: 110px;
   z-index: 1;
   line-height: 55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow Condensed';
 }

 .text_autoheight_42ecfc7bff78 {
   overflow: visible;
 }

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

 .text_a520d5e94973 {
   width: 503px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_a520d5e94973 {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

 .container_2a4382937747 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_55bc8ade7b83 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b5bda1c2cece {
   padding: 24px 0 0 0;
   width: 502px;
   height: 99.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6bfc3d2324eb {
   width: 502px;
   height: 350.27px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3279a51833af {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_999b4fec9246 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_019318bc8ce6 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .container_972551cd99be {
   padding: 0 0 0 8px;
   width: 218px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47d8e14534f2 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(334deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

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

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

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

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

 .container_5d0e37115df0 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 13.33px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_a54e128f5a01 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_6645be2af02f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 138.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_9a9132b77170 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 233.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_2435962fe9d8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 328.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_75b1c1d260b9 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_d626815a294a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_ae6529d27ad9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 138.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_c168ca16dea4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 233.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_a6f23c937aa3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 328.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_c948baecc02c {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 3;
   border-radius: 4px 4px 4px 4px;
 }

 .text_08781dd1db24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_36bdd620bd47 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 138.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_5784ee7bdaae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 233.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_acc795940ac9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_8cc15e4c1f28 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b00d991bc0a3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_8d61cc02ab36 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 151.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_e42fed47929d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 246.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_401f42d16ac7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 341.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_e26e3d304853 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1335fa088783 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_607c24b6c42f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 151.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_fab13705d9ec {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 246.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_33c876621712 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 328.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_a8ffc0800c4d {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 3;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_99b657336854 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_3a4e31374d64 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 151.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_b2c20eb9c9d3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 246.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_d0ee29118b96 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 341.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_552014155946 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 4;
   border-radius: 4px 4px 4px 4px;
 }

 .text_54f5ef70bd2f {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_4ea5a06e1894 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 164.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_5001ffa121db {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 259.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_60abf5ec68b7 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 354.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_47dc55a58340 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 5;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_d2339cc8b2ab {
   width: 422.01px;
   height: 231.11px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_4b3ff10497bd {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a88611c6399f {
   padding: 0 0 0 32px;
   width: 502px;
   height: 279.11px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 115.58px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_18bb2cc0adea {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 511.18px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-left: 0px solid #00000014;
   box-shadow: inset 0 -0.91px 0 0 #00000014;
 }

 .imageview_013e349a7c84 {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_5a2db3aeffb5 {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(326deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_c89becfba2a1 {
   padding: 4px 12px 4px 12px;
   width: 221.81px;
   height: 26.31px;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_747440840144 {
   width: 503px;
   height: 110px;
   z-index: 1;
   line-height: 55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow Condensed';
 }

 .text_autoheight_747440840144 {
   overflow: visible;
 }

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

 .text_2524eb7ecf47 {
   width: 503px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_2524eb7ecf47 {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

 .container_92cce14c1951 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_13b094a48d64 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bb99d2caf0b6 {
   padding: 24px 0 0 0;
   width: 502px;
   height: 99.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c972daee370c {
   width: 502px;
   height: 350.27px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_d2f050f9a0d9 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #b9f8cfff;
   border-right: 0.91px solid #b9f8cfff;
   border-bottom: 0.91px solid #b9f8cfff;
   border-left: 0.91px solid #b9f8cfff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0fdf4;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_d2f050f9a0d9 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #b9f8cfff;
   border-right: 0.91px solid #b9f8cfff;
   border-bottom: 0.91px solid #b9f8cfff;
   border-left: 0.91px solid #b9f8cfff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0fdf4;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d80d354ff621 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_8828a59aeb62 {
   width: 388.2px;
   height: 14.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_24fcf302cc80 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_4e06c499a044 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_e47714764b61 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_b7431dc55d86 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_e2032c0a24af {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

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

 .text_5a1b6c3a8624 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(303deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

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

 .container_1f4fca329ad4 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 23.57px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_60453d56d098 {
   width: 422.01px;
   height: 206.74px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_49382b842bb7 {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_006b8dbd95e0 {
   padding: 0 32px 0 0;
   width: 502px;
   height: 254.74px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 127.76px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_faebeaf7b8e5 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 511.18px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-left: 0px solid #00000014;
   box-shadow: inset 0 -0.91px 0 0 #00000014;
 }

 .imageview_265d050664f5 {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_306ea2aaf1df {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_20165d827bb8 {
   padding: 4px 12px 4px 12px;
   width: 167.81px;
   height: 26.31px;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

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

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

 .text_756b5610e7e7 {
   width: 503px;
   height: 110px;
   z-index: 1;
   line-height: 55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow Condensed';
 }

 .text_autoheight_756b5610e7e7 {
   overflow: visible;
 }

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

 .text_ea7a9f11bd4c {
   width: 503px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_ea7a9f11bd4c {
   overflow: visible;
 }

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

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

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

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

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

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

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

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

 .container_d2d8f0448669 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_7d27f9273aa7 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6769bb110749 {
   padding: 24px 0 0 0;
   width: 502px;
   height: 99.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_54302c6ad0b4 {
   width: 502px;
   height: 350.27px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

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

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

 .container_cb9929a94b05 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .text-b5cb0339a963_0bfc4f588df8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-8d783fb42721_0bfc4f588df8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-109911a9bd9d_0bfc4f588df8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-17d7804ca997_0bfc4f588df8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .container_f3440bf5b61c {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text-8f017023e659_009c246136c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-ac1ac4da90bf_009c246136c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-2ef04a3c5089_009c246136c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-4afdd080643e_009c246136c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .container_7fbb8d11069c {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text-f9920b8f5be1_1dcbde999028 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-ef3c9bcfd617_1dcbde999028 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-4c903eb51966_1dcbde999028 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-da4d12ad1165_1dcbde999028 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .container_5bf8e3b52051 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text-85bf4084f305_b3e8124d2786 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-3da42c34e750_b3e8124d2786 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-7b50db800b76_b3e8124d2786 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-f4071c2af67e_b3e8124d2786 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .container_04774c069ec6 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text-24ea3f3cff18_242f00db9620 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-9a8630839cd0_242f00db9620 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-dfaeaf562194_242f00db9620 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-5357c26e8d78_242f00db9620 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .container_a58f47dff401 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text-e48fa950be02_5fe69976b4c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-63aa3d0d4779_5fe69976b4c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .text-486774b84058_5fe69976b4c8 {
   line-height: 16.25px;
   font-family: 'Inter';
 }

 .container_6b54ffbb8292 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_2611357722ce {
   padding: 4px 0 0 0;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_445995d0a920 {
   width: 422.01px;
   height: 223.7px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #080811;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_35e03234749c {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9a2dffbbdf12 {
   padding: 0 0 0 32px;
   width: 502px;
   height: 271.7px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 119.28px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_170591171b70 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 510.27px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_735142321096 {
   padding: 16px 24px 16px 24px;
   width: 1100px;
   height: 1564.63px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 250px;
   top: 1329px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_4f2b25c33d90 {
   width: fit-content;
   z-index: 2;
   line-height: 55px;
   font-family: 'Barlow Condensed';
 }

 .container_a2f0891b3e2f {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 122px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_b820e9450bc4 {
   width: 464.18px;
   height: 12px;
   z-index: 2;
 }

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

 .text_b972d78318a0 {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_b972d78318a0 {
   overflow: visible;
 }

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

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

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

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

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

 .container_a595e38d5899 {
   padding: 16px 0 0 0;
   width: 464.18px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_cea0dcbd6f5b {
   padding: 24px 24px 24px 24px;
   width: 514px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .imageview_2267a103806d {
   width: 464.19px;
   height: 12px;
   z-index: 2;
 }

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

 .text_58ccfa43b500 {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_58ccfa43b500 {
   overflow: visible;
 }

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

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

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

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

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

 .container_ebf057c36dba {
   padding: 16px 0 0 0;
   width: 464.19px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_2d5263903f82 {
   padding: 24px 24px 24px 24px;
   width: 514.01px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 538px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_dc39a6ab96eb {
   width: 464.18px;
   height: 12px;
   z-index: 2;
 }

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

 .text_2e7df59e7c57 {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_2e7df59e7c57 {
   overflow: visible;
 }

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

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

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

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

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

 .container_f9c637340beb {
   padding: 16px 0 0 0;
   width: 464.18px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_2f83cd988d37 {
   padding: 24px 24px 24px 24px;
   width: 514px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 0px;
   top: 222.18px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_8e29a1cce6ea {
   width: 464.19px;
   height: 12px;
   z-index: 2;
 }

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

 .text_ca14b7a88fdc {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_ca14b7a88fdc {
   overflow: visible;
 }

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

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

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

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

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

 .container_069e2a76ac20 {
   padding: 16px 0 0 0;
   width: 464.19px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ebd5342b74fb {
   padding: 24px 24px 24px 24px;
   width: 514.01px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 538px;
   top: 222.18px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b9f3c4f7869c {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 420.36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_ca9aaabc8731 {
   width: 1100px;
   height: 769.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 2893.63px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f8;
 }

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

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

 .text_67b7739ce6ae {
   width: fit-content;
   z-index: 0;
   line-height: 68.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow Condensed';
 }

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

 .text_4d757a2ce46c {
   width: 512px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_4d757a2ce46c {
   overflow: visible;
 }

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

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

 .imageview_e2057280d106 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_e51fe3952ed8 {
   padding: 16px 32px 16px 32px;
   width: 201.99px;
   height: 55.99px;
   z-index: 1;
   position: absolute !important;
   left: 425.1px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_e9d83e592ea1 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 453.98px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 3797.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .viewport_0899a3990c8d {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_ae78b35ec1f1 {
   width: 166.63px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_7f6dac7b9233 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 32px;
   z-index: 0;
   left: 716px;
   top: 6108px;
 }

 .container_7c6e88c8735a {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_a1e9b57b6f7b {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_c66314797a18 {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_cf7f966c8b43 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_b8d3212dd088 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

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

 .container_44d3c5f0557e {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_35f5dce1b0c1 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_781b18dca013 {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_277895c42972 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_53f97ecbc291 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4460.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_002cb150d4f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325px;
   top: 4481.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_f0bc830c866d {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4512.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_a0a8219f6e3a {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4499.12px;
 }

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

 .container_844963a8e155 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 648px;
   top: 4460.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_ee2856074aa2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4496.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_2c8e96379531 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4526.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_19df3c6a2d57 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 677px;
   top: 4499.12px;
 }

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

 .container_ffb393e74fb2 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4460.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_239feecfe9cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1180px;
   top: 4496.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_a0d555cb37bb {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4526.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_c134920ce83f {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4499.12px;
 }

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

 .container_591bfd64c30c {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4644.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_36c96ef01165 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4677.12px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_36c96ef01165 {
   overflow: visible;
 }

 .text_bfe59d7382cb {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4715.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_7420c0317ae9 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4683.12px;
 }

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

 .container_cc0c26c07289 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4644.12px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_e7b350b0d026 {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4677.12px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_e7b350b0d026 {
   overflow: visible;
 }

 .text_7a32cf9368b6 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4721.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_ec115dae0ee9 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4683.12px;
 }

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

 .container_00dbfdca0dc6 {
   width: 1596px;
   height: 645px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5155.12px;
   background: #f5f7f9;
 }

 .text_fbb1dfb7467f {
   width: 192px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a20a19f37d15 {
   width: 112px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_66bc06cc9ed5 {
   width: 59.84px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 972.03px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_177447fedf6d {
   width: 111.92px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_3b352d1b0cd1 {
   width: 93.09px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_82946be53b90 {
   width: 111px;
   height: 227px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_df33ab21a211 {
   width: 281px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c6ca1c963535 {
   width: 281px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_8738ef4eec11 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_d7687c984ebd {
   width: 131px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_8cf121a7c803 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_5b46b75b49fc {
   width: 127.44px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_46ab025dc668 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_af5ef05b8c67 {
   width: 165px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_0b0fc03d59fb {
   position: relative !important;
   overflow: visible;
   width: 1293px;
   height: 282.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_aedfc6a3baf4 {
   width: 1293px;
   height: 282.13px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 5412.12px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_48594334653f {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1356px;
   top: 5697.12px;
 }

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

 .imageview_04e3c44a7f0e {
   width: 19.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1306px;
   top: 5699.12px;
 }

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

 .text_6a5d07fda685 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_f67901634cf0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_08919e523f12 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_3893366ef515 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 478px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_7dcac6cfe2f1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 550px;
   top: 5694.12px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .container_95089111e9f6 {
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_02895762cbd8 {
   width: 1015.11px;
   height: 1.07px;
   z-index: 2;
   position: absolute !important;
   left: 133.57px;
   top: 423.98px;
   background: #d8d8d8;
 }

 .container_0637c254e7f5 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_e3d806c4d3fc {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.57px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_79137a9f8436 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_939824cbc50b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_f5e3aae57f2d {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_1eda4cd64a8f {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

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

 .container_82b2c999d01e {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_82b2c999d01e {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_82b2c999d01e {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_3e66bdf92b70 {
   width: 611px;
   height: 68px;
   z-index: 3;
   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;
   border-radius: 100px 100px 100px 100px;
 }

 .text_82d999abcd43 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Poppins';
 }

 .container_215e6ea8c5df {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_abb8ae89fa5c {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_babe0a4f9260 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 158.76px;
   top: 4898.12px;
 }

 .imageview_7ea0e7b10c3c {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_06273815495e {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .container_5c90ae0c7bb2 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #142684;
   border-radius: 100px 100px 100px 100px;
 }

 .text_aa281c4fa25e {
   width: 196px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 25.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_aa281c4fa25e {
   overflow: visible;
 }

 .container_06a05c758006 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_838a9b2843dd {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_838a9b2843dd {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_838a9b2843dd {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

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

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

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

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

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

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

 .container_f948fb1e42b5 {
   width: 586px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 723px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a8472bd152d4 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .imageview_219b7390b276 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 48px;
 }

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

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

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

 .text_8ace938a1e1f {
   width: fit-content;
   z-index: 0;
   line-height: 68.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow Condensed';
 }

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

 .text_e50e52a84c72 {
   width: 512px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_e50e52a84c72 {
   overflow: visible;
 }

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

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

 .imageview_564827b184ad {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_9e3894a40fdd {
   padding: 16px 32px 16px 32px;
   width: 201.99px;
   height: 55.99px;
   z-index: 1;
   position: absolute !important;
   left: 425.1px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_7b43f514d0f9 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 453.98px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 244px;
   top: 3797.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

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

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

 .text_473420909e28 {
   width: fit-content;
   z-index: 0;
   line-height: 55px;
   font-family: 'Barlow Condensed';
 }

 .container_551ff9112dc3 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 122px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_880574a65c56 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_ab1b0ab5ceec {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_99228e60de35 {
   width: 286px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_99228e60de35 {
   overflow: visible;
 }

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

 .container_0108add33c8f {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 221.12px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_096a5912c83e {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_5369233dde5a {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2dc241cd7799 {
   width: 286px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_2dc241cd7799 {
   overflow: visible;
 }

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

 .container_61a83bdafef1 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 221.12px;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 350.97px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8c779c431ee8 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_f020cf7fa021 {
   padding: 20px 0 0 0;
   width: 286.07px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1302c8df83a8 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_1302c8df83a8 {
   overflow: visible;
 }

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

 .container_1ce9a80ed3fa {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 221.12px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 701.03px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_356c32af6695 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_8e1fe8b0f826 {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab96b8277294 {
   width: 286px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_ab96b8277294 {
   overflow: visible;
 }

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

 .container_e941c1f8eb8d {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 242.95px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 0.91px;
   top: 222.02px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b7dffb29dcc3 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_93eb3eced618 {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5564d18e2a08 {
   width: 286px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_5564d18e2a08 {
   overflow: visible;
 }

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

 .container_460f96b2d768 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 242.95px;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 350.97px;
   top: 222.02px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_15db347e8dd1 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

 .container_590fe838440b {
   padding: 20px 0 0 0;
   width: 286.07px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f76ed99f8d8a {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_f76ed99f8d8a {
   overflow: visible;
 }

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

 .container_ca6f260e0203 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 242.95px;
   z-index: 0;
   position: absolute !important;
   left: 701.03px;
   top: 222.02px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55a16080089b {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 465.88px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

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

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

 .container_9f6093094d17 {
   width: 1100px;
   height: 821.79px;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 830.11px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_a65d8ce88b9c {
   width: fit-content;
   z-index: 1;
   line-height: 55px;
   font-family: 'Barlow Condensed';
 }

 .container_0c5a4dd27021 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 122px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_4d17b82c8779 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

 .text_dbabc58b6f2d {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(311deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_43a68d0dd532 {
   padding: 2px 0 0 0;
   width: 91.27px;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_af1d7ec5d4be {
   padding: 0 0 24px 0;
   width: 445.09px;
   height: 59.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2743208a1ee6 {
   width: 446px;
   height: 78px;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_2743208a1ee6 {
   overflow: visible;
 }

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

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

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

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

 .container_a064cd8052a0 {
   width: 445.09px;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_1e384127f95e {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_727b7fda589f {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_8a50df43eb1d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

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

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

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

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

 .container_1eca74baa671 {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.97px;
   z-index: 1;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_4950ea2757b6 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(304deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_d72a8411612e {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8fb8a21d692f {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_69c10cd5a592 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_66ab2a544aac {
   padding: 0 0 2px 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_9ee8e69511fc {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

 .container_c24e7ae843de {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: linear-gradient(330deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

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

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

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

 .container_8b69f37b7bc9 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_fb673348874a {
   padding: 0 0 2px 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_81ae95406f21 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

 .container_694bcf955f90 {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: linear-gradient(330deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

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

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

 .text_13ec0af31b65 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(274deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

 .container_b37a9ead62d4 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   background: linear-gradient(transparent, transparent) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-color: transparent;
 }

 .container_62fc461a462f {
   padding: 0 0 2px 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_6900f8e0a488 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

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

 .container_075427bf2120 {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: #00000014;
 }

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

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

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

 .container_7cfa9b5f8a9b {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f8;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_caf902188c7a {
   padding: 0 0 2px 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_b2f5f61be7e4 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

 .container_6101c0453d4f {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: #00000014;
 }

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

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

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

 .container_be4c9098bb8e {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f8;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_5c631aabb276 {
   padding: 0 0 2px 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_17e8843b95a3 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

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

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

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

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

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

 .container_bfc44b4c8f10 {
   width: 100%;
   min-width: 0;
   height: 13.33px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_0f95470fabcd {
   padding: 6px 0 0 0;
   width: 350.19px;
   height: 19.33px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_ec4b441c2bf5 {
   padding: 6px 0 0 0;
   width: 350.19px;
   height: 19.33px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_294fd87ca1a8 {
   padding: 6px 0 0 0;
   width: 350.19px;
   height: 19.33px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b6bfdbcb90a {
   padding: 12px 0 0 0;
   width: 350.19px;
   height: 83.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_1121094b4fad {
   width: 384px;
   height: 177.81px;
   max-width: 384px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_2d47a931710a {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.96px;
   z-index: 1;
   position: absolute !important;
   left: 526px;
   top: 0.91px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

 .container_ada09eecd202 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 371.78px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

 .imageview_c479682dee32 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

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

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

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

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

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

 .container_68335c49ba14 {
   padding: 0 0 24px 0;
   width: 445.09px;
   height: 59.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_036fd219d7fe {
   width: 446px;
   height: 78px;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_036fd219d7fe {
   overflow: visible;
 }

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

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

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

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

 .container_68ada4b2e326 {
   width: 445.09px;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_48db96414711 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_1bb1b5178a75 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

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

 .container_b65bdb87843f {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.97px;
   z-index: 2;
   position: absolute !important;
   left: 526px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_e207025813b2 {
   padding: 10px 12px 10px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

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

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

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

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

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

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

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

 .container_b954f6739f18 {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .text_db561b77ded7 {
   width: fit-content;
   z-index: 2;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

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

 .container_7320df7be826 {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_575d1e8e764e {
   width: fit-content;
   z-index: 3;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

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

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

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

 .text_1128776a2815 {
   width: fit-content;
   z-index: 3;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

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

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

 .text_55b7dbe1be4d {
   width: fit-content;
   z-index: 3;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

 .container_6037a0cf0c0f {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f8;
 }

 .container_ad18dd1565c5 {
   width: 220px;
   height: 198.27px;
   max-width: 220px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_cec9143afa6d {
   width: 384px;
   height: fit-content;
   max-width: 384px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c2165cb0ec5d {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.96px;
   z-index: 2;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e8edff;
 }

 .container_9ff90ca93b7c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 371.78px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

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

 .imageview_cbc2c9e8b1c1 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .container_b8f5d5a19823 {
   padding: 2px 0 0 0;
   width: 91.27px;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_26fd3650cbe3 {
   padding: 0 0 24px 0;
   width: 445.09px;
   height: 59.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_53d1f3bc95e4 {
   width: 446px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_53d1f3bc95e4 {
   overflow: visible;
 }

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

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

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

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

 .container_674007a6e2b4 {
   width: 445.09px;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_532f9400e955 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_3b87c2ae2b1f {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

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

 .container_ee5fa6e92bcd {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.97px;
   z-index: 1;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_ca8a6f88dffb {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff4d9c919573 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

 .text_838230638087 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 160.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_9099fb753577 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 313.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_67fabc0f0e72 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_57f8728e3159 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow';
 }

 .text_3abdcdd8e7bf {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 160.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .text_f7e6be32a826 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 313.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_e8513a51f232 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_86840616e90f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

 .text_d53901395fd0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 160.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_4b760798b5c3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 307.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_3c76f3f6dcb6 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 4;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_99c5d642eef0 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

 .text_97c38b2a7830 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 160.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_5b3041e3b3cb {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 307.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_3abc08b3d6e3 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 5;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_86187d3b93cc {
   width: 384px;
   height: 175.31px;
   max-width: 384px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_f93500a9a47e {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.96px;
   z-index: 1;
   position: absolute !important;
   left: 526px;
   top: 0.91px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e4eaff;
 }

 .container_54368400271b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 371.78px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

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

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

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

 .container_567808dd69ea {
   width: 1100px;
   height: 1519.24px;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 1651.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f8;
 }

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

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

 .text_d402ccc0813e {
   width: fit-content;
   z-index: 0;
   line-height: 55px;
   font-family: 'Barlow Condensed';
 }

 .text-d287812ec868_d402ccc0813e {
   line-height: 55px;
   font-family: 'Barlow Condensed';
 }

 .text-7b68f83c61e1_d402ccc0813e {
   line-height: 55px;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

 .container_a567ce09d7f9 {
   padding: 16px 0 0 0;
   width: 494px;
   height: 126px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d904bd85a57 {
   width: 448px;
   height: 78px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_7d904bd85a57 {
   overflow: visible;
 }

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

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

 .imageview_6e3398f9114e {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_d35f447184ff {
   padding: 12px 24px 12px 24px;
   width: 158.2px;
   height: 47.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_eba262cba08a {
   width: 494px;
   height: 320.47px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 102px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_e0f6ce08c6a4 {
   padding: 20px 28px 20px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_fd0943ed0bfe {
   padding: 2px 0 0 0;
   width: 14px;
   height: 19px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_9e4fa386b913 {
   padding: 2px 0 0 0;
   width: 291.08px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_42ca26871ae3 {
   padding: 20px 28px 20px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

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

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

 .container_1b6ce316419d {
   padding: 20px 28px 20px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cd3a02400982 {
   width: 494.01px;
   height: 332.47px;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 582px;
   top: 95.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_265b2911800c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 524.46px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_d3592a2b78f6 {
   width: 1100px;
   height: 525.37px;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 3171.14px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d131485b1f4 {
   width: 550px;
   height: 633.11px;
   z-index: 0;
   position: absolute !important;
   left: 550px;
   top: 0px;
   background: #f3f4f8;
 }

 .container_993fe3444ab5 {
   width: 5.99px;
   height: 5.99px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_3897590ad975 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_65ef55fcd660 {
   padding: 4px 12px 4px 12px;
   width: 185.81px;
   height: 26.31px;
   z-index: 0;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 2.03px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_c5b98324de20 {
   width: fit-content;
   z-index: 0;
   line-height: 66px;
   font-family: 'Barlow Condensed';
 }

 .text-02456f02e3e7_c5b98324de20 {
   line-height: 66px;
   font-family: 'Barlow Condensed';
 }

 .text-bbaa995e8d5f_c5b98324de20 {
   line-height: 66px;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

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

 .text_4856a1ec71a2 {
   width: 448px;
   height: 117px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_4856a1ec71a2 {
   overflow: visible;
 }

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

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

 .imageview_30d6ff419def {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_4d9b3aee7a2d {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_4d9b3aee7a2d {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_606fb9c94d86 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_606fb9c94d86 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_81efab6f96e1 {
   padding: 32px 0 0 0;
   width: 462px;
   height: 81.81px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d74ecf64f21b {
   padding: 80px 64px 80px 0;
   width: 526px;
   height: 633.11px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_729652ace262 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

 .text_297896c2823b {
   width: 160px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 78.65px;
   top: 22.27px;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_297896c2823b {
   overflow: visible;
 }

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

 .text_b01eb8ef9d36 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

 .text_88d77d0e8948 {
   width: 160px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 94.32px;
   top: 22.27px;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_88d77d0e8948 {
   overflow: visible;
 }

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

 .text_030c81657d9e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Barlow Condensed';
 }

 .text_5d21bd88a084 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 52.91px;
   top: 22.27px;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow';
 }

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

 .container_4ff16017d3c9 {
   padding: 80px 0 80px 64px;
   width: 526px;
   height: 384.8px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 124.15px;
   align-items: flex-start;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3d4c3cd8547 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 633.11px;
   z-index: 0;
   left: 250px;
   top: 197px;
 }

 .viewport_e7c1b763ca0c {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_14f224b290a1 {
   width: 166.63px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_7cc58070de61 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 32px;
   z-index: 0;
   left: 716px;
   top: 6108px;
 }

 .container_fcd9b0c7cc58 {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_388b89270a07 {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_11acddabca92 {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_54ce79e35416 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_c015b8c5c017 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

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

 .container_2bb6f4a479ce {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_2bfbe2762216 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_59f55fac71bb {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_dc4c098bb5e1 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_8d2862e84d5b {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_f7c3d7a7c76f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325px;
   top: 4265px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_80fbe0529ae2 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4296px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_7284c89d48b4 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4283px;
 }

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

 .container_97cbb46298d1 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_85c9f9992059 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 36px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_d0905bc368c8 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_33273cdddcf8 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_22ae32ab7a32 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 648px;
   top: 4244px;
 }

 .container_wrapper_22ae32ab7a32 {
   position: absolute !important;
   overflow: visible;
   left: 648px;
   top: 4244px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_22ae32ab7a32 {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_4100b3f8ea46 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_b99724a7aa52 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1180px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_c77e0d60badb {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_50c819b96691 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4283px;
 }

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

 .container_349946f52312 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_82d16f389bdf {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_82d16f389bdf {
   overflow: visible;
 }

 .text_d0861a876b6b {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_83bd25b1702e {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4467px;
 }

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

 .container_4c4a120b010d {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_f49e368725ed {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_f49e368725ed {
   overflow: visible;
 }

 .text_d36f290da30e {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4505px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_321f67958474 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4467px;
 }

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

 .container_4f75220a3172 {
   width: 1596px;
   height: 645px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 4939px;
   background: #f5f7f9;
 }

 .text_c46713b38dde {
   width: 192px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c54af53b41d7 {
   width: 112px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_fd76d9381b87 {
   width: 59.84px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 972.03px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_944c4603d80a {
   width: 111.92px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_371c9ece5edb {
   width: 93.09px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_6583e70f5f77 {
   width: 111px;
   height: 227px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_89d730d7d5fc {
   width: 281px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a1be57a6efad {
   width: 281px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_4917e4bb3a7e {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_b8cde6b460e8 {
   width: 131px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_00d450338290 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_f0e4db0e1148 {
   width: 127.44px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a499f6b8e5f0 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_074d637bfe3b {
   width: 165px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_72d30f5c12de {
   position: relative !important;
   overflow: visible;
   width: 1293px;
   height: 282.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_cbb061e449ad {
   width: 1293px;
   height: 282.13px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 5196px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_959c56b1b05e {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1356px;
   top: 5481px;
 }

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

 .imageview_7187a9861490 {
   width: 19.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1306px;
   top: 5483px;
 }

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

 .text_d5f6e962507d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_ee7dcb5ff480 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_5e25adc14d58 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_5e7455daec17 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 478px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_0e47fa7f8518 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 550px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .container_9a4989156bf2 {
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_d833e41a36c2 {
   width: 1015.11px;
   height: 1.07px;
   z-index: 2;
   position: absolute !important;
   left: 133.57px;
   top: 423.98px;
   background: #d8d8d8;
 }

 .container_a3a005031882 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_c1a7eccf1855 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.57px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_8e089d25382c {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_af4f838aa960 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_f45b4bb56a6a {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_a33822c591cb {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_a9abd5874da5 {
   width: 611px;
   height: 68px;
   z-index: 3;
   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;
   border-radius: 100px 100px 100px 100px;
 }

 .text_801b0b8448ac {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Poppins';
 }

 .container_59e247d68f31 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_59e247d68f31 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_59e247d68f31 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_c9004e5215c8 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_076a16da2228 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 158.76px;
   top: 4682px;
 }

 .imageview_48b2d74a7401 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_5d10f0405818 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .container_b8a7190ff4aa {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #142684;
   border-radius: 100px 100px 100px 100px;
 }

 .text_90364f8006df {
   width: 196px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 25.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_90364f8006df {
   overflow: visible;
 }

 .container_cce03c039eb0 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_87dba9b741ba {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_87dba9b741ba {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_87dba9b741ba {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

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

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

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

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

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

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

 .container_62d4039e629b {
   width: 586px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 723px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e3f3a2d919a7 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .imageview_6b193ddbdbcf {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 48px;
 }

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

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

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

 .text_22753865c7eb {
   width: fit-content;
   z-index: 0;
   line-height: 68.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Barlow Condensed';
 }

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

 .text_05db7311e7e3 {
   width: 512px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Barlow';
 }

 .text_autoheight_05db7311e7e3 {
   overflow: visible;
 }

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

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

 .imageview_f1797275fdcf {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_fec99422cd8e {
   padding: 16px 32px 16px 32px;
   width: 201.99px;
   height: 55.99px;
   z-index: 0;
   position: absolute !important;
   left: 425.1px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_nested_42466448f6a7 {
   width: 100%;
   min-width: 0;
   height: 55.98px;
   z-index: 0;
 }

 .container_bfa0eaa5d86e {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 453.98px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 244px;
   top: 3581px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_4feda5a9e8cd {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .container_2ecd50cffe60 {
   padding: 2px 0 0 0;
   width: 74.88px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_6d2e980059c1 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .container_206236d7e77e {
   padding: 2px 0 0 0;
   width: 112.68px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_c058aa7ab98b {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .container_6e310e99a193 {
   padding: 2px 0 0 0;
   width: 139.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_0d5c56d85feb {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .container_e09bfd68cf3a {
   padding: 2px 0 0 0;
   width: 130.02px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_34cdd2e07564 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .container_1f04d5d6dce2 {
   padding: 2px 0 0 0;
   width: 129.99px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_0e2d6cebae1f {
   width: 1100px;
   height: 79.82px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 753.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_6d65131026c8 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(328deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

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

 .text_68b0b10b9aee {
   width: 576px;
   height: 90px;
   z-index: 2;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_68b0b10b9aee {
   overflow: visible;
 }

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

 .container_557d6c7a8d05 {
   width: 575.99px;
   height: fit-content;
   max-width: 576px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_dbb7b8582664 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_6655542a8e6b {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_9c1bbb765ae8 {
   width: 287px;
   height: 56px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_9c1bbb765ae8 {
   overflow: visible;
 }

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

 .text_14502934c4be {
   width: 287px;
   height: 91px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_14502934c4be {
   overflow: visible;
 }

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

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

 .text_6c66fa9e19a3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(281deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_63d04e39d510 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 52.03px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_7f2c10a13c9a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_bda7e007ccf8 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 347.9px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_623f25e87bdd {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_ab5554f0a575 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_8bf603badcc5 {
   width: 287px;
   height: 56px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_8bf603badcc5 {
   overflow: visible;
 }

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

 .text_da1638ca43f0 {
   width: 287px;
   height: 91px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_da1638ca43f0 {
   overflow: visible;
 }

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

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

 .text_3d1e9af3060c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_83d9338bbb72 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 33.55px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_2d55b833e56d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_4d1dca567c86 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 347.9px;
   z-index: 2;
   position: absolute !important;
   left: 350.99px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_57c285e97651 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_4b1bd036c5ce {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_4b1bd036c5ce {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_3d72fc060005 {
   width: 287px;
   height: 56px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_3d72fc060005 {
   overflow: visible;
 }

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

 .text_4bb42bc2028e {
   width: 287px;
   height: 69px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_4bb42bc2028e {
   overflow: visible;
 }

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

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

 .text_2f6c16fcaacd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_978cb814d77d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 56.88px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_1233bc52d002 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_90ee267b517b {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .container_b3d158920b78 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 347.83px;
   z-index: 2;
   position: absolute !important;
   left: 702px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_5c2d590ad008 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_9d1aebeadc1d {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_9d1aebeadc1d {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_832c4e9b46fd {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

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

 .text_276418e5d3cd {
   width: 287px;
   height: 91px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_276418e5d3cd {
   overflow: visible;
 }

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

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

 .text_720c9f5a35c3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_4c6d8e048d83 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 33.66px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_cc228ef6b7bb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_205af9ebb375 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .container_98da7be6ce4a {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 347.83px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 348.83px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_0d7cbba2c63e {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_bc331d3f5b22 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_bc331d3f5b22 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_7e4841557917 {
   width: 287px;
   height: 56px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_7e4841557917 {
   overflow: visible;
 }

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

 .text_bbc792776305 {
   width: 287px;
   height: 91px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_bbc792776305 {
   overflow: visible;
 }

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

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

 .text_e8abba257f5b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(281deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_eac63d568c54 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 51.13px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b63396eb8cda {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_0d8919ef952a {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 347.9px;
   z-index: 2;
   position: absolute !important;
   left: 350.99px;
   top: 348.83px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_ea014fb3a981 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_6b3a38dc6056 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_6b3a38dc6056 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_8e6ce963deb2 {
   width: 287px;
   height: 56px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_8e6ce963deb2 {
   overflow: visible;
 }

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

 .text_c476c1f0982a {
   width: 287px;
   height: 69px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_c476c1f0982a {
   overflow: visible;
 }

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

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

 .text_3e2c489fbe7e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_ac34651883c8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 62.77px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_927e22f56584 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 2;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_1e3cf670d455 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .container_b2068aeccf0d {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 347.83px;
   z-index: 2;
   position: absolute !important;
   left: 702px;
   top: 348.83px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .container_a711a94c5374 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 696.66px;
   flex-shrink: 0;
   z-index: 2;
   background: #12213a1a;
 }

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

 .container_17b777283283 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 1070.66px;
   max-width: 1280px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 833.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f4a15e5a9a0b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(324deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

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

 .text_84d061137bb0 {
   width: fit-content;
   z-index: 1;
   line-height: 45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_6cdd6bd966b2 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 57px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_ed2a96d3fab2 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_c79f010be590 {
   width: 260px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8c52b899bbed {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_8c52b899bbed {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_cd3b6bc16807 {
   width: 260px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_d02eb03d918e {
   width: 260px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9bb3a1a0f746 {
   width: 300px;
   height: 176px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_7f6fb5db601c {
   width: 100%;
   min-width: 0;
   height: 289.82px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .text_a1cf6eb15ccb {
   width: 512px;
   height: 52px;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_a1cf6eb15ccb {
   overflow: visible;
 }

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

 .text_4ce56d7e2fcf {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Sans';
 }

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

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

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

 .container_9a60448a70f1 {
   width: 704.01px;
   height: 409.82px;
   z-index: 2;
   position: absolute !important;
   left: 348px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e56a405f2dcb {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 409.81px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_7a800bec1aa7 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 722.81px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1903.79px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .text_9363b92260ac {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

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

 .text_163e05ec6066 {
   width: fit-content;
   z-index: 1;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_c49e4df9a021 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_4756d90db817 img {
   position: absolute;
   width: 268.8px !important;
   height: 14.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_9d4035ca0bac {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_9d4035ca0bac {
   overflow: visible;
 }

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

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

 .container_198f8e942d4f {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

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

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

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

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

 .container_80170a8eaa9e {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b91c55813bd5 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 271.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_fc9c839e0fa4 img {
   position: absolute;
   width: 268.8px !important;
   height: 14.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_e4a3b6235795 {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_e4a3b6235795 {
   overflow: visible;
 }

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

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

 .container_fcaaba75a22a {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

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

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

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

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

 .container_3e0dcfede65b {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_08a813bdf1f7 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 271.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 358.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_04503a94916b img {
   position: absolute;
   width: 268.8px !important;
   height: 14.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_a4894a22c006 {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_a4894a22c006 {
   overflow: visible;
 }

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

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

 .container_5b5f50642988 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

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

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

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

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

 .container_be3bc114984b {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ce3dde11a409 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 271.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 717.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_99e5804c79f4 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 271.67px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f6bc5cdad698 {
   padding: 48px 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_27f8e7dad26b {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 579.67px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2626.6px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ba7565c78c8 {
   width: 503px;
   height: 90px;
   z-index: 1;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_8ba7565c78c8 {
   overflow: visible;
 }

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

 .text_02b949be4ba3 {
   width: 503px;
   height: 52px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_02b949be4ba3 {
   overflow: visible;
 }

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

 .container_871d41805fe4 {
   width: 502px;
   height: 158px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_2cbf2d3a8117 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_dbee0fe7a5d2 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

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

 .container_nested_dbee0fe7a5d2 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

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

 .container_ad465b2fe28e {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_ad465b2fe28e {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_83c9fe7c8dc1 {
   width: 502px;
   height: 57.81px;
   z-index: 1;
   position: absolute !important;
   left: 574px;
   top: 130.09px;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c47401926f2a {
   width: 1100px;
   height: 318.91px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 3206.27px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_d2f69f329de4 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_39d39c4c7e98 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(339deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Sans';
 }

 .container_572b8ac385e9 {
   padding: 6px 12px 6px 12px;
   width: 334.81px;
   height: 29.82px;
   z-index: 1;
   border-top: 0.91px solid #d4891a33;
   border-right: 0.91px solid #d4891a33;
   border-bottom: 0.91px solid #d4891a33;
   border-left: 0.91px solid #d4891a33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4891a1a;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_c74b621eaf8a {
   width: fit-content;
   z-index: 1;
   line-height: 66px;
   font-family: 'Roboto Slab';
 }

 .text-a345b870f7e9_c74b621eaf8a {
   line-height: 66px;
   font-family: 'Roboto Slab';
 }

 .text-da4a4381d47b_c74b621eaf8a {
   line-height: 66px;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

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

 .text_52e803651f2a {
   width: 448px;
   height: 88px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_52e803651f2a {
   overflow: visible;
 }

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

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

 .imageview_67f67fdbe982 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_223273142fbb {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

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

 .container_nested_223273142fbb {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

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

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

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

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

 .container_67b3b04f368e {
   padding: 40px 0 0 0;
   width: 502px;
   height: 92px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4d3cf6f5642a {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

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

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

 .container_2c1199bf07d1 {
   padding: 2px 0 0 0;
   width: 151.34px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a59bf99d363b {
   width: 151.34px;
   height: 49.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_25bb2f2d1448 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

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

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

 .container_3a22f2911dbd {
   padding: 2px 0 0 0;
   width: 151.34px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd801fa40182 {
   width: 151.34px;
   height: 49.99px;
   z-index: 1;
   position: absolute !important;
   left: 175.33px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e997403fab5 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

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

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

 .container_67058e16d738 {
   padding: 2px 0 0 0;
   width: 151.34px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cc7b2341283 {
   width: 151.34px;
   height: 49.99px;
   z-index: 1;
   position: absolute !important;
   left: 350.67px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8da2d761f71d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 82.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

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

 .container_75ccfdba4f31 {
   width: 502px;
   height: 512.41px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 144.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_36a21346a62a {
   width: 502px;
   height: 344.8px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 574px;
   top: 228.71px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_61e9fa1c8958 {
   position: relative !important;
   overflow: visible;
   width: 1100px;
   height: 3870.92px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_308066752b46 {
   width: 1100px;
   height: 785.45px;
   z-index: 1;
   position: absolute !important;
   left: 250px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_09b4efd4ec64 {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_24f3636815cc {
   width: 166.63px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_45436977fd9f {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 32px;
   z-index: 0;
   left: 716px;
   top: 6108px;
 }

 .container_922c6ee8ab94 {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_66bc293599b3 {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_d3e0d34bf63b {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_a0a8dd3521d4 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_277184b90f82 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

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

 .container_14f68eac843f {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_fe3cfc54d24f {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_c4a43b1f71d8 {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_65ce46298d87 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_a9c0f2dc9f8d {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_a8dec77d1a0f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325px;
   top: 4265px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_486035d8bb76 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4296px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_7c2329be71a5 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4283px;
 }

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

 .container_589e6697719a {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 648px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_59292dd8011f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_b1e3edbb6444 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_64771670728b {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 677px;
   top: 4283px;
 }

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

 .container_fb31dcd75d7d {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_d9183e58b5ed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1180px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_da23b12d813b {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_d725b72c6699 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4283px;
 }

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

 .container_e125ea79492e {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_9254422718ca {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_9254422718ca {
   overflow: visible;
 }

 .text_22304e12877f {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_851e94b65256 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4467px;
 }

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

 .container_033d774f60e3 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_92c8b6482c3c {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_92c8b6482c3c {
   overflow: visible;
 }

 .text_9f5a186dba38 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4505px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_c41bc3cb2098 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4467px;
 }

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

 .container_46076319d03d {
   width: 1596px;
   height: 645px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 4939px;
   background: #f5f7f9;
 }

 .text_bcb65bb338fa {
   width: 192px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_7980bc7ab69a {
   width: 112px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_b53a22fd171f {
   width: 59.84px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 972.03px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a370bc5c400b {
   width: 111.92px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_59fd845af0f1 {
   width: 93.09px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c8f882a80eea {
   width: 111px;
   height: 227px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a30a726eb6ea {
   width: 281px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_12adcdd6e60c {
   width: 281px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_9dfb1e0e2abd {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_a48b13be605f {
   width: 131px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c6562a9e2d7e {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_11fb587d5631 {
   width: 127.44px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_e5e52dc4abf4 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_d83b60c45ec4 {
   width: 165px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_de47c32cac77 {
   position: relative !important;
   overflow: visible;
   width: 1293px;
   height: 282.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_758209b95e72 {
   width: 1293px;
   height: 282.13px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 5196px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a22b3cb5b673 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1356px;
   top: 5481px;
 }

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

 .imageview_f80c612aa6f8 {
   width: 19.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1306px;
   top: 5483px;
 }

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

 .text_8cba1624cffb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_c1feaac806fb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_481b3dfee885 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_eb056d4c6d11 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 478px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_b6fca8363ac4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 550px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .container_c1fbdba256a2 {
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_8ef71ffdb77a {
   width: 1015.11px;
   height: 1.07px;
   z-index: 2;
   position: absolute !important;
   left: 133.57px;
   top: 423.98px;
   background: #d8d8d8;
 }

 .container_f91c368617a9 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_4baa24187365 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.57px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_83abe1e75984 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_e2ebc9df1500 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_18b9bffd8752 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_eccd90139220 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_7ff067be07f9 {
   width: 611px;
   height: 68px;
   z-index: 3;
   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;
   border-radius: 100px 100px 100px 100px;
 }

 .text_29dca1badd6a {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Poppins';
 }

 .container_9ae683a62ee6 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_9ae683a62ee6 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_9ae683a62ee6 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_70c34a24edb5 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_92675b0cfeba {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 158.76px;
   top: 4682px;
 }

 .imageview_2bc2681f71eb {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_175eb3a86009 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .container_cec266e43ad6 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #142684;
   border-radius: 100px 100px 100px 100px;
 }

 .text_4036e1850fca {
   width: 196px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 25.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_4036e1850fca {
   overflow: visible;
 }

 .container_11fe1d48e11c {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_c4feb2665938 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_c4feb2665938 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_c4feb2665938 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

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

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

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

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

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

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

 .container_ed58dc5284ff {
   width: 586px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 723px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7104e040210e {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .imageview_2d5228a1b9f2 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 48px;
 }

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

 .text_7cfde264d0ae {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(334deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

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

 .text_42fbddea4750 {
   width: 576px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_42fbddea4750 {
   overflow: visible;
 }

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

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

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

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

 .text_298e396c3ea6 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Sans';
 }

 .container_76d82250d8f1 {
   padding: 12px 20px 12px 20px;
   width: 151px;
   height: 45.82px;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 0px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_f20a750c8daf {
   position: relative !important;
   overflow: visible;
   width: 151px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_f20a750c8daf {
   position: relative !important;
   overflow: visible;
   width: 151px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_f20a750c8daf {
   width: 151px;
   height: 44.81px;
   z-index: 0;
 }

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

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

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

 .container_6f759a12d454 {
   padding: 12px 20px 12px 20px;
   width: 186px;
   height: 45.82px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cdfbaafdb83e {
   position: relative !important;
   overflow: visible;
   width: 186px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .container_2628ed6fe0d2 {
   padding: 12px 20px 12px 20px;
   width: 130px;
   height: 45.82px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e98b76d74f33 {
   position: relative !important;
   overflow: visible;
   width: 130px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_9d3cf71ada52 {
   width: 1052px;
   height: 45.72px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_97ec11025dac {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_aef45d218e6c {
   padding: 4px 12px 4px 12px;
   width: 121.81px;
   height: 25.82px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_a6d463f305a0 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

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

 .text_fb5c4ba97cb4 {
   width: 494px;
   height: 104px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_fb5c4ba97cb4 {
   overflow: visible;
 }

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

 .imageview_256a1743049c {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

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

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

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

 .imageview_93da76892acf {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

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

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

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

 .imageview_1c2aa37fd1d1 {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

 .text_a57bba9b6932 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_aa559dcebe11 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1d9c6cfd4772 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_efe5010d7702 {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

 .imageview_efe5010d7702 img {
   width: 100%;
   height: 100%;
 }

 .text_7eba19c695cb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_c1ad0785e165 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_94520bf4142e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5223846d8e9d {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

 .imageview_5223846d8e9d img {
   width: 100%;
   height: 100%;
 }

 .text_706521fa6916 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_cde210d0d0e6 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d560c956fb7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0930764e648d {
   padding: 32px 0 0 0;
   width: 494px;
   height: 180px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5809e3994c1b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 24.91px;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .text_a4ed3e8daa7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 77.19px;
   top: 44.45px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_66b6652edf66 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 64.91px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_d838c0824e42 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5aa9a78db14f {
   width: 494px;
   height: 490.66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fe56ec0ae3ad {
   width: 492px;
   height: 418px;
   z-index: 1;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
 }

 .imageview_fe56ec0ae3ad img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4b3719d75875 {
   width: 492.19px;
   height: 418.18px;
   z-index: 2;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   background: linear-gradient(0deg, #12213a40 0%, #00000000 100%);
 }

 .container_a18bd761f173 {
   position: absolute !important;
   overflow: visible;
   width: 494.01px;
   height: 420px;
   z-index: 1;
   left: 558px;
   top: 35.33px;
   background: #eef1f7;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 0.91px #12213a1a;
 }

 .container_1dfea60e8b9c {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 490.66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5e5f8a8599f4 {
   padding: 48px 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_631c6eb72d4c {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 950.38px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 1051.22px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f22e7cba7da1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(322deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_1c0d9122b506 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_697c42d234c2 {
   width: 448px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_697c42d234c2 {
   overflow: visible;
 }

 .container_9006a3e69537 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   max-width: 448px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55668d5631ed {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2140bb8b0d0f {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2140bb8b0d0f img {
   width: 100%;
   height: 100%;
 }

 .text_c25ba6ece2a3 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_d3f16f3790d6 {
   padding: 20px 0 0 0;
   width: 286.01px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ebdf1cd4acde {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_ebdf1cd4acde {
   overflow: visible;
 }

 .container_00f2163ae5ff {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ddf4cf3e45a {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .imageview_3ddc2b43610e {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3ddc2b43610e img {
   width: 100%;
   height: 100%;
 }

 .text_6d5c3c034e54 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_b4efbbed7e91 {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58b402aea0c3 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_58b402aea0c3 {
   overflow: visible;
 }

 .container_5c9e4ac97b89 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f3f247a0ea0 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .imageview_ea3bdccd0e3f {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ea3bdccd0e3f img {
   width: 100%;
   height: 100%;
 }

 .text_dc1b4c8afbfe {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_0e4944ee86d1 {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ea8f8c550594 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_ea8f8c550594 {
   overflow: visible;
 }

 .container_c1f0331aa293 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b1ca8008ba9d {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .imageview_456065a556fb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_456065a556fb img {
   width: 100%;
   height: 100%;
 }

 .text_266e3832d7ea {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_27f3f16f86fa {
   padding: 20px 0 0 0;
   width: 286.01px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_69e3dec89d71 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_69e3dec89d71 {
   overflow: visible;
 }

 .container_912fcedd9b75 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c996744ad903 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 229.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .imageview_fa92593c9958 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fa92593c9958 img {
   width: 100%;
   height: 100%;
 }

 .text_09619e693d8d {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_e26c4b529aa6 {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c36b566c8ebb {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_c36b566c8ebb {
   overflow: visible;
 }

 .container_857d558b8b7a {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb192488bf18 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 229.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .imageview_eccfe0e58bab {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_eccfe0e58bab img {
   width: 100%;
   height: 100%;
 }

 .text_559dcc780aea {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_1cc51dd83ac2 {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_81dc03fd391b {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_81dc03fd391b {
   overflow: visible;
 }

 .container_3196b44d9e76 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_641f8c6443f9 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 229.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .container_535d26e8204e {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 457.4px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffffff1a;
 }

 .container_e695ff4ad2ca {
   padding: 64px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_694fb092fe4b {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 831.4px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 2001.6px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .text_ca76ea14ba7e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_29bb2548fc3d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_10216df78f7c {
   width: fit-content;
   z-index: 1;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_feb281ee067b {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_733e86914235 {
   width: 1052px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0df257a46ed {
   width: 350.67px;
   height: 0.99px;
   z-index: 1;
   position: absolute !important;
   left: 350.67px;
   top: 40px;
   background: #12213a1a;
 }

 .text_8ee4a2c1db52 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_483fee28dfaf {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_56dcb07dc9b1 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(#f8f7f4, #f8f7f4) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   border-color: transparent;
 }

 .container_5031d38ff92b {
   padding: 0 0 24px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bbae25cfe4ef {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_f6d448f4f6ae {
   padding: 0 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fded4e5fd604 {
   width: 287px;
   height: 69px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_fded4e5fd604 {
   overflow: visible;
 }

 .container_c019a33acaf9 {
   padding: 40px 32px 40px 32px;
   width: 351px;
   height: 268.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1433f687cbbb {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_720733a1f8f2 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f388e7121ae {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(#f8f7f4, #f8f7f4) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   border-color: transparent;
 }

 .container_165dd66aa0df {
   padding: 0 0 24px 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b312f7145c1 {
   width: fit-content;
   z-index: 3;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_4dd8d293cf6e {
   padding: 0 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3569a7cb1751 {
   width: 287px;
   height: 69px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_3569a7cb1751 {
   overflow: visible;
 }

 .container_71d5845e5d32 {
   padding: 40px 32px 40px 32px;
   width: 351px;
   height: 268.99px;
   z-index: 3;
   position: absolute !important;
   left: 350.67px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5d887cbc7966 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_13dfb813f531 {
   width: fit-content;
   height: fit-content;
   z-index: 4;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8a8217ad7a7 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(#f8f7f4, #f8f7f4) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   border-color: transparent;
 }

 .container_4ff28c385343 {
   padding: 0 0 24px 0;
   width: fit-content;
   height: fit-content;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_325ebbbec714 {
   width: fit-content;
   z-index: 4;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_e6ea3a47cd0e {
   padding: 0 0 12px 0;
   width: fit-content;
   height: fit-content;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3720c026ce4d {
   width: 287px;
   height: 69px;
   z-index: 4;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_3720c026ce4d {
   overflow: visible;
 }

 .container_ac2c189bc1f7 {
   padding: 40px 32px 40px 32px;
   width: 351px;
   height: 268.99px;
   z-index: 4;
   position: absolute !important;
   left: 701.34px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1084975187fc {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 268.2px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a6e8103c41ce {
   padding: 64px 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_9c6079208fd1 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 592.2px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 250px;
   top: 2833px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f3b95897622b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_41e5712d24a9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_05110796a182 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_b3f3ce39d603 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_21ab29f18e46 {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_077c925af5cf {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
 }

 .imageview_077c925af5cf img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_077c925af5cf.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_5a5fa844f8de {
   width: 269px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_5a5fa844f8de {
   overflow: visible;
 }

 .container_894881374b46 {
   width: 100%;
   min-width: 0;
   height: 113.68px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ccc2ca92c490 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_9880d875669d {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dbeafe;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_30dc5cc8961e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_dea9c8f0fc02 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dbe46df81dd7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_193be5d1037c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b825d5d2f11 {
   width: 99.86px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b038f50c4bd {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7ba489889f60 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 293.41px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_13601a7c9717 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
 }

 .imageview_13601a7c9717 img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_13601a7c9717.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_6893f345917f {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_6893f345917f {
   overflow: visible;
 }

 .container_06cdfcb8cb5f {
   width: 100%;
   min-width: 0;
   height: 113.68px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_956d8c338c08 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_a9e3f21d4a40 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_wrapper_a9e3f21d4a40 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_a9e3f21d4a40 {
   width: 35.99px;
   height: 35.99px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_009d64326ad8 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b22895a3054f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8736de735104 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_d3ffd1cab321 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_23644f7b0c56 {
   width: 103.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5e63f669200 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ec0177788ac {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 293.41px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 358.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_f9213784744a {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
 }

 .imageview_f9213784744a img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_f9213784744a.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_82e08636c98c {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_82e08636c98c {
   overflow: visible;
 }

 .container_e466ee89c3f8 {
   width: 100%;
   min-width: 0;
   height: 113.68px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_df37d80d51a9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_de9916cb74a8 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_wrapper_de9916cb74a8 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_de9916cb74a8 {
   width: 35.99px;
   height: 35.99px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_474ba4c684b5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_5a6b675295d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef2a6a1a7434 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_0c33dd83aed6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_13e3d9a326ed {
   width: 167.01px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0536ddb2c3b9 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_155ae768db97 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 293.41px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 717.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
   border-radius: 4px 4px 4px 4px;
 }

 .container_c2b8c728936a {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 293.41px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_837535c090c1 {
   padding: 48px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b02cf3a3112 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_45374e8b7028 {
   width: 1100px;
   height: 602.32px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 3425.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_d70d645b2f3c {
   width: 1100px;
   height: 766.4px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #12213aff 0.13%, #00000000 0.13%);
   mix-blend-mode: normal;
 }

 .container_00479bf82d53 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 766.4px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #12213aff 0.09%, #00000000 0.09%);
   opacity: 0.029999999329447746;
 }

 .imageview_7bae93fe1120 {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7bae93fe1120 img {
   width: 100%;
   height: 100%;
 }

 .text_6b4a7c5370fd {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(336deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Sans';
 }

 .container_923662605d58 {
   padding: 6px 12px 6px 12px;
   width: 293.81px;
   height: 29.82px;
   z-index: 1;
   border-top: 0.91px solid #d4891a33;
   border-right: 0.91px solid #d4891a33;
   border-bottom: 0.91px solid #d4891a33;
   border-left: 0.91px solid #d4891a33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4891a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_fb18d5ba4c28 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 53.81px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_47dca88686c2 {
   width: fit-content;
   z-index: 1;
   line-height: 66px;
   font-family: 'Roboto Slab';
 }

 .text-1739694a21dc_47dca88686c2 {
   line-height: 66px;
   font-family: 'Roboto Slab';
 }

 .text-7c98b97675f3_47dca88686c2 {
   line-height: 66px;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .container_b426ec0a3b11 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9e20d907508a {
   width: 448px;
   height: 88px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_9e20d907508a {
   overflow: visible;
 }

 .container_d678613c8bbd {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_00ad58885835 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .imageview_d072edbdb87b {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d072edbdb87b img {
   width: 100%;
   height: 100%;
 }

 .container_33bec57ac29a {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_33bec57ac29a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_33bec57ac29a {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .imageview_fa643eda6539 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fa643eda6539 img {
   width: 100%;
   height: 100%;
 }

 .text_e0aba3382751 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_68591106766f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d3969a5beed9 {
   padding: 40px 0 0 0;
   width: 494px;
   height: 92px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_12de4fe95f90 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_3186821baf31 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d5a10d21194 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_70a51429566d {
   padding: 2px 0 0 0;
   width: 148.66px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0bc8d70d24f7 {
   width: 148.66px;
   height: 45.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3d4ecd655c5b {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_a9e6bf03dd2b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_428ab3c54cc2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_9f46f2e4504e {
   padding: 2px 0 0 0;
   width: 148.66px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7e4f2cd89cad {
   width: 148.66px;
   height: 45.99px;
   z-index: 1;
   position: absolute !important;
   left: 172.66px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f14de622aa53 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_0509a65c2038 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3e4d77ff910e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_061491eb1430 {
   padding: 2px 0 0 0;
   width: 148.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f65ff35ba5c {
   width: 148.67px;
   height: 45.99px;
   z-index: 1;
   position: absolute !important;
   left: 345.33px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cecb9bde6736 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_2c560b5d0994 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_593d7cb511cf {
   width: 494px;
   height: 574.4px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6959217d6790 {
   width: 201px;
   height: 351px;
   z-index: 1;
   position: absolute !important;
   left: 3.64px;
   top: 3.64px;
 }

 .imageview_6959217d6790 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_066e781fcb74 {
   width: 201px;
   height: 351px;
   z-index: 2;
   position: absolute !important;
   left: 3.5px;
   top: 4px;
   background: #12213a33;
 }

 .container_08c4f7d054f3 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 359px;
   z-index: 1;
   transform: rotate(-5.999999940167531deg);
   transform-origin: 0 0;
   left: -2.2px;
   top: 43.62px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 3.64px #ffffffff;
   opacity: 0.800000011920929;
 }

 .imageview_eb8e7419548b {
   width: 185px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 3.64px;
   top: 3.64px;
 }

 .imageview_eb8e7419548b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_25f834007fd2 {
   width: 185px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 3.5px;
   top: 3.5px;
   background: #eef1f74d;
 }

 .container_a915176af05f {
   position: absolute !important;
   overflow: visible;
   width: 192px;
   height: 327px;
   z-index: 1;
   transform: rotate(4.9999999854766894deg);
   transform-origin: 0 0;
   left: 300.63px;
   top: 153.03px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 3.64px #ffffffff;
   opacity: 0.75;
 }

 .imageview_dfd3ad79ff66 {
   width: 233px;
   height: 392px;
   z-index: 2;
   position: absolute !important;
   left: 3.64px;
   top: 3.64px;
 }

 .imageview_dfd3ad79ff66 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e8553c92d67f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e8553c92d67f img {
   width: 100%;
   height: 100%;
 }

 .text_7822fdf7f48b {
   width: fit-content;
   z-index: 3;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_ef0e10f2dbaa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ff80078c23a {
   width: fit-content;
   z-index: 3;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_97caf0f2c0e9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec977671f636 {
   width: 105px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_71dc361c9a66 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ea949cd5c459 {
   padding: 10px 12px 10px 12px;
   width: 176px;
   height: 50.82px;
   z-index: 3;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 32px;
   top: 313.44px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_401a2c8e5c7c {
   position: absolute !important;
   overflow: visible;
   width: 240px;
   height: 399.23px;
   z-index: 2;
   left: 127px;
   top: 60.38px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 3.64px #ffffffff;
 }

 .container_5c144b2d07a0 {
   position: absolute !important;
   overflow: visible;
   width: 494.01px;
   height: 520px;
   z-index: 1;
   left: 582px;
   top: 107.2px;
 }

 .container_e820eeb33833 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 766.4px;
   z-index: 0;
   left: 250px;
   top: 144px;
 }

 .imageview_67fe035d5fcc {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_67fe035d5fcc img {
   width: 100%;
   height: 100%;
 }

 .text_a1b9ce840972 {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_89a42f703a15 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0aa088de3f6f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_69a76fb92e7b {
   padding: 2px 0 0 0;
   width: 74.88px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27045a0d1e0d {
   width: 74.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31461b0c3848 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_dc82a2322970 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_dc82a2322970 img {
   width: 100%;
   height: 100%;
 }

 .text_c2b60176c332 {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_db9e6c5b6bb3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2c2e2c7440f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_26373ea62cb0 {
   padding: 2px 0 0 0;
   width: 112.68px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a074e7a9a0d {
   width: 112.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b82ff2e96ff {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_04ef0ab0d04c {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_04ef0ab0d04c img {
   width: 100%;
   height: 100%;
 }

 .text_594ba3d4f5ef {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_730efbbc36cf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_76464996fe4b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_9eb580f4dde3 {
   padding: 2px 0 0 0;
   width: 139.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6ba00564c2bb {
   width: 139.22px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b57265e985ec {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fec6448629a6 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fec6448629a6 img {
   width: 100%;
   height: 100%;
 }

 .text_05ce80d97ba3 {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_ebaeb61345b7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e679fd2cbae {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_78b57b907fd2 {
   padding: 2px 0 0 0;
   width: 130.02px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad68c1258928 {
   width: 130.02px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ea2118f27a4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_491828e9188b {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_491828e9188b img {
   width: 100%;
   height: 100%;
 }

 .text_1a95f667e820 {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_0ce9bbc48c08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_00234c55edd2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f82e86d2b37f {
   padding: 2px 0 0 0;
   width: 129.99px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2f5b8436373 {
   width: 129.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_746092a8f82c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_713e4419271c {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_3dc6bff74cb6 {
   width: 1100px;
   height: 79.82px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 910px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_c2efe83cb09e {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_f3b6939819af {
   width: 166.63px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_33c35f806778 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 32px;
   z-index: 0;
   left: 716px;
   top: 6108px;
 }

 .container_3fa1117811ce {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_ed6b0803edbd {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_ad1640c92119 {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_77e56d8c7d94 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_77e56d8c7d94 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_93585a0c5ac3 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

 .imageview_93585a0c5ac3 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_69ab18d4988b {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_cc3660ec5f12 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_76238b899cb9 {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_357efa019921 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_c4f12d91f165 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_baf5827b99de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325px;
   top: 4265px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_305b0905ce55 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4296px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .imageview_b484e9daa975 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4283px;
 }

 .imageview_b484e9daa975 img {
   width: 100%;
   height: 100%;
 }

 .container_29dcd05d241a {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 648px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_c61020a38c9b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_f3aa97230da4 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_b5ef71dd455e {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 677px;
   top: 4283px;
 }

 .imageview_b5ef71dd455e img {
   width: 100%;
   height: 100%;
 }

 .container_1855c4138afb {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_30674abe2de3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1180px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_cbb6e14a4b9a {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_66f34a516a6a {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4283px;
 }

 .imageview_66f34a516a6a img {
   width: 100%;
   height: 100%;
 }

 .container_db4122f06d62 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_99bc0814ebf1 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_99bc0814ebf1 {
   overflow: visible;
 }

 .text_eaebdfdf8db4 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_087a4975dcd8 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4467px;
 }

 .imageview_087a4975dcd8 img {
   width: 100%;
   height: 100%;
 }

 .container_bf3b8d1545db {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_be80f74a932e {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_be80f74a932e {
   overflow: visible;
 }

 .text_d4ed3d9cf212 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4505px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_356b7645c7be {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4467px;
 }

 .imageview_356b7645c7be img {
   width: 100%;
   height: 100%;
 }

 .container_676abba4fcd8 {
   width: 1596px;
   height: 645px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 4939px;
   background: #f5f7f9;
 }

 .text_bdbe1f5651c9 {
   width: 192px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_22e570534f49 {
   width: 112px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1101px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c97b5487a0fc {
   width: 59.84px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 972.03px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_3a1f581c98cc {
   width: 111.92px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_665785b85ff0 {
   width: 93.09px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 800px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_fbfb50370cc0 {
   width: 111px;
   height: 227px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_cc950b31117e {
   width: 281px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_d54b651572b1 {
   width: 281px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_00d595e133ac {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_06db71c83e10 {
   width: 131px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 55.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_d00f68f66d45 {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 468px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_aa6804281f04 {
   width: 127.44px;
   height: 226.07px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 55.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_c0e1f083f5ed {
   width: 87.55px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 634px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.78px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_d3023ddeb6ea {
   width: 165px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d3023ddeb6ea img {
   width: 100%;
   height: 100%;
 }

 .container_cf77ad5d61ea {
   position: relative !important;
   overflow: visible;
   width: 1293px;
   height: 282.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_de802515892f {
   width: 1293px;
   height: 282.13px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 5196px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ae8cd03a3246 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 1356px;
   top: 5481px;
 }

 .imageview_ae8cd03a3246 img {
   width: 100%;
   height: 100%;
 }

 .imageview_0a470f04c637 {
   width: 19.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1306px;
   top: 5483px;
 }

 .imageview_0a470f04c637 img {
   width: 100%;
   height: 100%;
 }

 .text_b89602bcaf41 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_c2ff33bdd510 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 285px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_0924a77caaf4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_2eb6e02be5e1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 478px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .text_3da83093b59e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 550px;
   top: 5478px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   opacity: 0.7200000286102295;
   font-family: 'Manrope';
 }

 .container_41b441cf835d {
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_c337ab71bcd4 {
   width: 1015.11px;
   height: 1.07px;
   z-index: 2;
   position: absolute !important;
   left: 133.57px;
   top: 423.98px;
   background: #d8d8d8;
 }

 .container_c49327f4cac6 {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_eb7d8aaffcce {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.57px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .container_20ed0193f8e7 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_0f63043e5244 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_6471d1777b5e {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_30a3d770c48f {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_30a3d770c48f img {
   width: 100%;
   height: 100%;
 }

 .container_1a6caae73538 {
   width: 611px;
   height: 68px;
   z-index: 3;
   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;
   border-radius: 100px 100px 100px 100px;
 }

 .text_f3106a470ecd {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Poppins';
 }

 .container_1f888de87d7d {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_1f888de87d7d {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_1f888de87d7d {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_214ff9dc2d40 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_899fd7de122d {
   position: absolute !important;
   overflow: visible;
   width: 1282.24px;
   height: 425.05px;
   z-index: 1;
   left: 158.76px;
   top: 4682px;
 }

 .imageview_e38d2d8c39d9 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

 .imageview_e38d2d8c39d9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2ed19e0a6502 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .container_40c8335f59b8 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #142684;
   border-radius: 100px 100px 100px 100px;
 }

 .text_002b2e57f14d {
   width: 196px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 25.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_002b2e57f14d {
   overflow: visible;
 }

 .container_292d77d22aec {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_cfcbed95c711 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_cfcbed95c711 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_cfcbed95c711 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_7015cba1dc66 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_5a32f512db48 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_e7f8cb484dff {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_1820c7e11672 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_1a35797b0e6f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_c066e3588e7d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_4a67a11aec61 {
   width: 586px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 723px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_72503daa241a {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .imageview_0f9d12984460 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 48px;
 }

 .imageview_0f9d12984460 img {
   width: 100%;
   height: 100%;
 }

 .imageview_0eb6cc29201e {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0eb6cc29201e img {
   width: 100%;
   height: 100%;
 }

 .text_c0a5dd98b681 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_6a62d3f69432 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0eee0012602c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f7f0af4c9e42 {
   padding: 2px 0 0 0;
   width: 74.88px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d631b00155c {
   width: 74.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_38b4fb8f16c6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9f0747d137cd {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9f0747d137cd img {
   width: 100%;
   height: 100%;
 }

 .text_abb5f5ba5280 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_7f870392f0ae {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_751420749830 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_f77e7d7254c6 {
   padding: 2px 0 0 0;
   width: 112.68px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_add6c4b4b445 {
   width: 112.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_629cc017f484 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_08e1c76e278f {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_08e1c76e278f img {
   width: 100%;
   height: 100%;
 }

 .text_ae35d0f29c18 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_755e52b23597 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_81f3294fc3c7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_c08c4df6612e {
   padding: 2px 0 0 0;
   width: 139.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_828c37f53ae0 {
   width: 139.22px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_726fda40e7f1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_eb0784a430f0 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_eb0784a430f0 img {
   width: 100%;
   height: 100%;
 }

 .text_235d9f4f6251 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_75c49ef5db60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dff485b13904 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_55c2133a52ac {
   padding: 2px 0 0 0;
   width: 156.56px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c0f01a267b0c {
   width: 156.56px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_997bbeacca97 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2fd671b52a40 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2fd671b52a40 img {
   width: 100%;
   height: 100%;
 }

 .text_c149818944e9 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_62e24b9dd78e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5ca350709b2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_69938fc9575c {
   padding: 2px 0 0 0;
   width: 129.99px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2f2150050fa3 {
   width: 129.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00cb4a6ecdaf {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5c41b3783365 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_eafa6e6bfead {
   width: 1100px;
   height: 78.91px;
   z-index: 0;
   border-top: 0px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 275px;
   top: 781.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_db2d783066ee {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(322deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_837737e9e7fd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc7ffd16d7af {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   font-family: 'Roboto Slab';
 }

 .container_6f6a1fa60d45 {
   padding: 12px 0 0 0;
   width: 329.33px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b28c3443862 {
   width: 329.33px;
   height: 118px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_af4f736a1721 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_5cae6e656455 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aeceeb6e631d {
   width: 292px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_aeceeb6e631d {
   overflow: visible;
 }

 .container_cb4e579ac0f7 {
   padding: 8px 0 0 0;
   width: 291.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d19757390982 {
   padding: 0 0 0 20px;
   width: 313.34px;
   height: 149.69px;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   position: absolute !important;
   left: 393.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .text_7ab74f869286 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_6695b705869f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16d7f11485ad {
   width: 292px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_16d7f11485ad {
   overflow: visible;
 }

 .container_a9538bc88928 {
   padding: 8px 0 0 0;
   width: 291.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddb004ace90d {
   padding: 0 0 0 20px;
   width: 313.34px;
   height: 149.69px;
   z-index: 0;
   border-top: 0px solid #12213a4d;
   border-right: 0px solid #12213a4d;
   border-bottom: 0px solid #12213a4d;
   border-left: 1.82px solid #12213a4d;
   position: absolute !important;
   left: 738.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_22ff59c999b4 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 149.69px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a53506823be9 {
   padding: 80px 24px 80px 24px;
   width: 1100px;
   height: 309.69px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 860.03px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_20182812471b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(328deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_eaa8f3aac156 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_545f5bbc5cf5 {
   width: 512px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_545f5bbc5cf5 {
   overflow: visible;
 }

 .container_219aa1f14ee0 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   max-width: 512px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ed810e8cb2c {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_08e5237b2a07 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_ee991c681ca2 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_ee991c681ca2 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_ee991c681ca2 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .text_f320a878a19a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_8c4b7aeb7f4b {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_8c4b7aeb7f4b {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_8c4b7aeb7f4b {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b8855b279f02 {
   padding: 4px 4px 4px 4px;
   width: 334.6px;
   height: 47.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9c54a082756f {
   padding: 56px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_68478032d32c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_68478032d32c img {
   width: 100%;
   height: 100%;
 }

 .text_6d13177a0f44 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_001db40ee318 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_12f2914bd193 {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_12f2914bd193 {
   overflow: visible;
 }

 .container_1b780edc3483 {
   padding: 6px 0 0 0;
   width: 286px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_73e36dea883a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4dbbd4bcc829 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 241px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_d3aeba0d0801 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d3aeba0d0801 img {
   width: 100%;
   height: 100%;
 }

 .text_f89fc4b46109 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_16d93cd771d2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_192676b77680 {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_192676b77680 {
   overflow: visible;
 }

 .container_1a6aca63deed {
   padding: 6px 0 0 0;
   width: 286.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_01161a29c90d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e68c004f82a5 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 241px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_e6db0e1328dd {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e6db0e1328dd img {
   width: 100%;
   height: 100%;
 }

 .text_4bca7cb8cf06 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_555606238221 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_84ff544592e7 {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_84ff544592e7 {
   overflow: visible;
 }

 .container_7c045363c46f {
   padding: 6px 0 0 0;
   width: 286.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9172028fff31 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b725180383f2 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 241px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_c6d466b9c1a2 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c6d466b9c1a2 img {
   width: 100%;
   height: 100%;
 }

 .text_5312fd71fc74 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_bfb1e5f9ba6d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e14f538191e {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_5e14f538191e {
   overflow: visible;
 }

 .container_51a9602529ee {
   padding: 6px 0 0 0;
   width: 286px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_49cfcbb3e6f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d571d9e7fc95 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 240.94px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 241.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_36eb9b8c88eb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_36eb9b8c88eb img {
   width: 100%;
   height: 100%;
 }

 .text_5f30218dd7b2 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_2aa4ae27dfdd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a478914c0159 {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_a478914c0159 {
   overflow: visible;
 }

 .container_75a6099b6403 {
   padding: 6px 0 0 0;
   width: 286.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5bf14291622b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b0ce443d536 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 241px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 241.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .imageview_78aa732dcfe3 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_78aa732dcfe3 img {
   width: 100%;
   height: 100%;
 }

 .text_44c9b4076ae7 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_ec0fc080c205 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f095ff295ef {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_6f095ff295ef {
   overflow: visible;
 }

 .container_9ecbfa3e68ef {
   padding: 6px 0 0 0;
   width: 286.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8e49259a3a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba0879c5cb3d {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 241px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 241.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
 }

 .container_e74c642adf64 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 482.88px;
   flex-shrink: 0;
   z-index: 0;
   background: #12213a1a;
 }

 .container_28bf932b3ec1 {
   padding: 48px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_620d02505d15 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_01182f1a10cf {
   width: 1100px;
   height: 945.78px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 1169.73px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83a644648571 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_42d7b20605ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_40d4deb6ac41 {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_f23dca1dfe20 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 57px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_638b8d4461bb {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d5a2e3640a0c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_15698b2a9460 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f7d0143793f {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.91px solid #d4891a80;
   border-right: 0.91px solid #d4891a80;
   border-bottom: 0.91px solid #d4891a80;
   border-left: 0.91px solid #d4891a80;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_5b530d4fcd74 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_5ecf77d6816f {
   padding: 24px 0 0 0;
   width: 285.77px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1aa52c46698b {
   width: 286px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_1aa52c46698b {
   overflow: visible;
 }

 .container_cadc3049e5cc {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5cbed5a9b0f6 {
   padding: 40px 32px 40px 32px;
   width: 350.67px;
   height: 290.94px;
   z-index: 0;
   border-top: 0px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_77107962e856 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_76db154a50a3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c37a1ea6d8cf {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.91px solid #d4891a80;
   border-right: 0.91px solid #d4891a80;
   border-bottom: 0.91px solid #d4891a80;
   border-left: 0.91px solid #d4891a80;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_2111c485eccd {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_0934ee334a5d {
   padding: 24px 0 0 0;
   width: 285.77px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9a567df1c4b3 {
   width: 286px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_9a567df1c4b3 {
   overflow: visible;
 }

 .container_afc1d024f126 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d00aaaac2ea {
   padding: 40px 32px 40px 32px;
   width: 350.67px;
   height: 290.94px;
   z-index: 0;
   border-top: 0px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 350.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1ce403e40020 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_043042b63fdc {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2e852d9576d6 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #d4891a80;
   border-right: 0.91px solid #d4891a80;
   border-bottom: 0.91px solid #d4891a80;
   border-left: 0.91px solid #d4891a80;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_40eed8d0621d {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_1ac9853d7dd0 {
   padding: 24px 0 0 0;
   width: 286.68px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b2ad32d9475c {
   width: 287px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_b2ad32d9475c {
   overflow: visible;
 }

 .container_a1694be28418 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_28bfd1df68dc {
   padding: 40px 32px 40px 32px;
   width: 350.67px;
   height: 290.94px;
   z-index: 1;
   position: absolute !important;
   left: 701.34px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca77353c6492 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 290.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_f6bca147dba8 {
   padding: 64px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3de4b4666abe {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 619.94px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 2115.51px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #12213a;
 }

 .imageview_12b9c09b891d {
   width: 100%;
   min-width: 0;
   height: 418px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_12b9c09b891d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_348bc4a06dae {
   width: 494px;
   height: 420px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 69.47px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f7;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_da4db0b0833c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(318deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_52073192f818 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_625be52043d2 {
   width: 495px;
   height: 135px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_625be52043d2 {
   overflow: visible;
 }

 .container_e11b2b095e37 {
   padding: 12px 0 0 0;
   width: 494.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6282c5a88eff {
   width: 495px;
   height: 104px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_6282c5a88eff {
   overflow: visible;
 }

 .container_48170295cf77 {
   padding: 20px 0 0 0;
   width: 494.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5bd23146942f {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

 .imageview_5bd23146942f img {
   width: 100%;
   height: 100%;
 }

 .text_1907eed9911b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_09b69984cd70 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_51e22efcfb2c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4830773f9428 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

 .imageview_4830773f9428 img {
   width: 100%;
   height: 100%;
 }

 .text_17682c684849 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_14bc03416e6d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b16c6824d749 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4613a8886d12 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

 .imageview_4613a8886d12 img {
   width: 100%;
   height: 100%;
 }

 .text_4f0558fd536a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_212765af0b6c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e125d0ffdfb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_dee8b7e39074 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

 .imageview_dee8b7e39074 img {
   width: 100%;
   height: 100%;
 }

 .text_fadd4f61ff25 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_0db375ade8b8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_186b2796112f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e956c5b49ca0 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

 .imageview_e956c5b49ca0 img {
   width: 100%;
   height: 100%;
 }

 .text_c29714be5ac5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_faf49eea9dbf {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf13ce7aff9d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_00acb256c747 {
   padding: 32px 0 40px 0;
   width: 494.01px;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_132e7841edba {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .imageview_0b938742e574 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0b938742e574 img {
   width: 100%;
   height: 100%;
 }

 .container_36ed66db4d92 {
   padding: 14px 24px 14px 24px;
   width: 195.99px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ff073797853c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_ff073797853c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_ff073797853c {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 0;
 }

 .container_5c8c1d4b621f {
   width: 494.01px;
   height: 558.94px;
   z-index: 0;
   position: absolute !important;
   left: 558px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dba489348f4c {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 558.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_646ba41b91b2 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 750.94px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 2735.45px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9b86fe19badc {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Mono';
 }

 .container_4818e7ac5b8d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_038b020e8c72 {
   width: fit-content;
   z-index: 1;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Roboto Slab';
 }

 .container_b7164beeefbe {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e85c0ac29aca {
   width: 1052px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_913e384c4e09 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
 }

 .imageview_913e384c4e09 img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_913e384c4e09.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_4072ae0a8693 {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_4072ae0a8693 {
   overflow: visible;
 }

 .container_694c53943a5a {
   width: 100%;
   min-width: 0;
   height: 90.94px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_daa875452dcb {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_c9ce31e3d488 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dbeafe;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_c167bdf98f9c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_2a675859104a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_391cc9ba2614 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_169a0a03455e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0fe5e3afdc2d {
   width: 131.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e20e59f4a6ca {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_58f2df0ea6f8 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 270.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_cd4d8bb52496 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
 }

 .imageview_cd4d8bb52496 img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_cd4d8bb52496.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_a022f5628c92 {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_a022f5628c92 {
   overflow: visible;
 }

 .container_e9d081cacd6a {
   width: 100%;
   min-width: 0;
   height: 90.94px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_da843c74551f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_8dcf94314c78 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_wrapper_8dcf94314c78 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_8dcf94314c78 {
   width: 35.99px;
   height: 35.99px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_b643c673db42 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_191ab24b88f3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8d64d63b372 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_b062dba0e729 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1454bf8440a0 {
   width: 193.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c066c19f77c {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0f23ac1e47dd {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 270.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 358.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_11675ef72c5e {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 1;
 }

 .imageview_11675ef72c5e img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_11675ef72c5e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_20ed302f66c0 {
   width: 269px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_20ed302f66c0 {
   overflow: visible;
 }

 .container_f968c6731095 {
   width: 100%;
   min-width: 0;
   height: 74.94px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f6930cb3333 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_68e71ce42a2a {
   width: 28.83px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_88a346c1815a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_8c71468687ea {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_70de11902fe7 {
   width: 229px;
   height: 32px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_70de11902fe7 {
   overflow: visible;
 }

 .container_f9cfdb3d1889 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b104681d479 {
   width: 228.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ebcb48cedad {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c8780fc46f0d {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 270.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 717.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f8f7f4;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a51d614bc6f7 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 270.67px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6ebb31d054f2 {
   padding: 48px 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_2f09194e403b {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_855d7de71d06 {
   width: 1100px;
   height: 579.58px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 3486.39px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_99f14939928a {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_99f14939928a img {
   width: 100%;
   height: 100%;
 }

 .text_9134757fa951 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(333deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'DM Sans';
 }

 .container_6cdf113bfb9d {
   padding: 6px 12px 6px 12px;
   width: 263.81px;
   height: 29.82px;
   z-index: 1;
   border-top: 0.91px solid #d4891a33;
   border-right: 0.91px solid #d4891a33;
   border-bottom: 0.91px solid #d4891a33;
   border-left: 0.91px solid #d4891a33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4891a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_dc8b289517d4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 53.81px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_693aaaa662fc {
   width: 494px;
   height: 264px;
   z-index: 1;
   line-height: 66px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Roboto Slab';
 }

 .text_autoheight_693aaaa662fc {
   overflow: visible;
 }

 .text-e3755eac281d_693aaaa662fc {
   line-height: 66px;
   font-family: 'Roboto Slab';
 }

 .text-6447e82b676e_693aaaa662fc {
   line-height: 66px;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .container_f0744464dec4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d29882d132e {
   width: 448px;
   height: 88px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'DM Sans';
 }

 .text_autoheight_2d29882d132e {
   overflow: visible;
 }

 .container_481b8a225050 {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c9d3bb3bea9 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .imageview_16feabf3f25e {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_16feabf3f25e img {
   width: 100%;
   height: 100%;
 }

 .container_8d026057d8f2 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_8d026057d8f2 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_8d026057d8f2 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #12213a;
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .text_706c55d47be5 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_e71e5106076f {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_e71e5106076f {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_e71e5106076f {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_cce11e5e3691 {
   padding: 40px 0 0 0;
   width: 494px;
   height: 93.81px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aa797266a810 {
   width: 494px;
   height: 523.32px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 95.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d6195ea75962 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .container_052b9e617087 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5d3d3508b550 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_7f46f53cdf7d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b23a30d535cb {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_5fb926716bf4 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .container_6115278fd9a4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_62097aba2763 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_424d5d1b7b95 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c7b93fc74837 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_3686896b0679 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Roboto Slab';
 }

 .container_f7b1c36ea679 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_607a73caf31f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Sans';
 }

 .container_cf69deb3f984 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6600ee5b4d61 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_848bf1e408f1 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'DM Mono';
 }

 .container_861a9dd9b5ee {
   width: 444.19px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e87c2930179b {
   height: 10.08px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_25aaac18b5fb {
   height: 16.8px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_28535fa3569a {
   height: 12.32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_8b1e151e8e0b {
   height: 23.52px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_1e0cf6f56d63 {
   height: 20.16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_687fc7dfb90a {
   height: 32.47px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_ce5320493358 {
   height: 26.87px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_ff16562e662c {
   height: 40.31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_6c56b9cb6b26 {
   height: 35.83px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_bb8a82c182fd {
   height: 49.27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_88b91031a574 {
   height: 42.55px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff26;
 }

 .container_6f9e28fcf828 {
   height: 55.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: linear-gradient(275deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_e7cc8c600e1f {
   padding: 12px 0 0 0;
   width: 444.19px;
   height: 67.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_83f9b53191d2 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .container_10b35a597975 {
   width: 494.01px;
   height: 431.27px;
   z-index: 1;
   position: absolute !important;
   left: 582px;
   top: 142.03px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac7f8c23e725 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 715.31px;
   min-height: 540px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0d485378865b {
   width: 1100px;
   height: 716.21px;
   z-index: 1;
   border-top: 0px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 64.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_811ebe8fce69 {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }