 /*
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=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("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_2cc90730c169 {
   width: 1920px;
   height: 1200px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_960644b9d405 {
   width: 1920px;
   height: 1200px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(135deg, #0a2342ed 0%, #0a2342cc 60%, #2f5d9fb3 100%);
 }

 .container_53a3ce9bca00 {
   width: 1920px;
   height: 1200px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at -4700% -4700%, #ffffff66 1%, #ffffff00 1%);
   opacity: 0.05000000074505806;
 }

 .imageview_0fe84ce86cc8 {
   width: 14px;
   height: 14px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 12px;
 }

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

 .text_53bde9f132ff {
   width: 265.63px;
   height: 19px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_f363a4d90bde {
   position: absolute !important;
   overflow: visible;
   width: 321.33px;
   height: 38px;
   z-index: 3;
   left: 576px;
   top: 128px;
   background: #ffffff1f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #ffffff33;
 }

 .text_b3ce198fa5b5 {
   width: 759.7px;
   height: 336.56px;
   z-index: 3;
   position: absolute !important;
   left: 576px;
   top: 188px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 79.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text-155808bf0b01_b3ce198fa5b5 {
   line-height: 79.2px;
   font-family: 'Manrope';
 }

 .text-d4f34cd80323_b3ce198fa5b5 {
   line-height: 79.2px;
   font-family: 'Manrope';
 }

 .text-67f83306fa51_b3ce198fa5b5 {
   line-height: 79.2px;
   background: linear-gradient(90deg, #5b89c8ff 0%, #8fb4e8ff 100%);
   font-family: 'Manrope';
 }

 .text_5282759b3e05 {
   width: 570.7px;
   height: 92px;
   z-index: 3;
   position: absolute !important;
   left: 576px;
   top: 548.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_ce29f5d7b55b {
   width: 219.23px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_56fa0c27c796 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 258.86px;
   top: 20px;
 }

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

 .container_1c624075564a {
   position: absolute !important;
   overflow: visible;
   width: 306.86px;
   height: 56px;
   z-index: 3;
   left: 576px;
   top: 692.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_1c624075564a {
   position: absolute !important;
   overflow: visible;
   left: 576px;
   top: 692.25px;
   width: 306.86px;
   height: 56px;
   z-index: 3;
 }

 .container_nested_1c624075564a {
   width: 306.86px;
   height: 56px;
   z-index: 3;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a5c0749289b3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 20px;
 }

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

 .text_d45314e39106 {
   width: 142.47px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 56px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4306337b69c6 {
   position: absolute !important;
   overflow: visible;
   width: 230.16px;
   height: 56px;
   z-index: 3;
   left: 898.86px;
   top: 692.25px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_4306337b69c6 {
   position: absolute !important;
   overflow: visible;
   left: 898.86px;
   top: 692.25px;
   width: 230.16px;
   height: 56px;
   z-index: 3;
 }

 .container_nested_4306337b69c6 {
   width: 230.16px;
   height: 56px;
   z-index: 3;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .text_6c330eeabdc5 {
   width: 98.04px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 89.16px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1adf9876031d {
   width: 136.08px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 70.11px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_afbcd5e715c6 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 110px;
   z-index: 3;
   left: 384px;
   top: 1026px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .text_000d84f99622 {
   width: 48.74px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 113.8px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_21be197382ef {
   width: 134.22px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 71.03px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_367af633a194 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 110px;
   z-index: 3;
   left: 676px;
   top: 1026px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .text_b6d2c96fbd67 {
   width: 64.76px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 105.81px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_434f7c1a09d4 {
   width: 131.44px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 72.42px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8d3ff06c4c53 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 110px;
   z-index: 3;
   left: 968px;
   top: 1026px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .text_ef08dd1aeb17 {
   width: 55.43px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 110.47px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_175cd1617c52 {
   width: 132.77px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 71.77px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a36ac856499b {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 110px;
   z-index: 3;
   left: 1260px;
   top: 1026px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .container_a5dc3308a1b9 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1200px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_46677b04d5c9 {
   width: 101.25px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_973ca281e77c {
   position: absolute !important;
   overflow: visible;
   width: 124.89px;
   height: 28px;
   z-index: 0;
   left: 1000px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_318f9130935b {
   width: 388.34px;
   height: 245px;
   z-index: 0;
   position: absolute !important;
   left: 1000px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_604216484a2a {
   width: 505.4px;
   height: 82.5px;
   z-index: 0;
   position: absolute !important;
   left: 1000px;
   top: 422px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_8af7e209aabe {
   width: 491.25px;
   height: 111.75px;
   z-index: 0;
   position: absolute !important;
   left: 1000px;
   top: 525.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_316b880d1b61 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_581aa301f834 {
   width: 79.54px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_067525474ff4 {
   width: 205.89px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_fed63963be8c {
   position: absolute !important;
   overflow: visible;
   width: 260px;
   height: 176.5px;
   z-index: 0;
   left: 1000px;
   top: 680.75px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .imageview_f0f6fc755f6f {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_58544cae8e6a {
   width: 74.65px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_b61a7451de7e {
   width: 214.93px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_29b044096747 {
   position: absolute !important;
   overflow: visible;
   width: 260px;
   height: 176.5px;
   z-index: 0;
   left: 1276px;
   top: 680.75px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .imageview_8ce64cb593ca {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_41ab0dc94f23 {
   width: 73.45px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_6398a4bfa684 {
   width: 199.75px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_eff5c7ebc7e2 {
   position: absolute !important;
   overflow: visible;
   width: 260px;
   height: 176.5px;
   z-index: 0;
   left: 1000px;
   top: 873.25px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .imageview_4c826556f4d1 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_b5af4049315c {
   width: 175.72px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_52f40acabee5 {
   width: 182.62px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4d636a7fb523 {
   position: absolute !important;
   overflow: visible;
   width: 260px;
   height: 176.5px;
   z-index: 0;
   left: 1276px;
   top: 873.25px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .container_d2309d62a847 {
   width: 128px;
   height: 128px;
   z-index: 0;
   position: absolute !important;
   left: 360px;
   top: 276.88px;
   background: #2f5d9f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.10000000149011612;
 }

 .imageview_f6e8b62a1f33 {
   width: 448px;
   height: 560px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_08983b98e3be {
   position: absolute !important;
   overflow: visible;
   width: 448px;
   height: 560px;
   z-index: 1;
   left: 384px;
   top: 300.88px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_63aa1db52879 {
   width: 355.05px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .text_563a78c22386 {
   width: 48.74px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_9bae9dfaab11 {
   width: 315.37px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_215c33d8b6b7 {
   position: absolute !important;
   overflow: visible;
   width: 355.05px;
   height: 100px;
   z-index: 2;
   left: 596.95px;
   top: 784.88px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_c8b0d855cdd0 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1161.75px;
   z-index: 0;
   left: 0px;
   top: 1200px;
   background: #ffffff;
 }

 .text_c03e5519d9ed {
   width: 69.54px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_c51b404fc731 {
   position: absolute !important;
   overflow: visible;
   width: 93.23px;
   height: 28px;
   z-index: 0;
   left: 913.38px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f9b0dfbaaafd {
   width: 634.38px;
   height: 125px;
   z-index: 0;
   position: absolute !important;
   left: 642.91px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_28b562a578e5 {
   width: 632.38px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 643.97px;
   top: 298px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_54cba8c6dd77 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_8a863a2f7695 {
   width: 182.79px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_88a4a2c1f34e {
   width: 287.09px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_bb21ac3011ea {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_682ffb718b6e {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .text_0c15bb8161dc {
   width: 45.29px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_e18067e9da69 {
   position: absolute !important;
   overflow: visible;
   width: 64.95px;
   height: 24px;
   z-index: 0;
   left: 284.7px;
   top: 21px;
   background: #fef3c7;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_fec42f3f4824 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 270.25px;
   z-index: 0;
   left: 384px;
   top: 416px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_8f0f322c451a {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_b8faaf05025e {
   width: 213.2px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f2f3e148cd37 {
   width: 286.59px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_37d1c45116a4 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_acc0e8586261 {
   position: absolute !important;
   overflow: visible;
   width: 312.67px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_e33542f87687 {
   position: absolute !important;
   overflow: visible;
   width: 370.67px;
   height: 270.25px;
   z-index: 0;
   left: 774.66px;
   top: 416px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_245c890ad07a {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_6ffc9eafdbd7 {
   width: 131.57px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a4372c771dcc {
   width: 277.31px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_b7ee25fa3266 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_f965cd16e658 {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .text_ebc0313c5d51 {
   width: 56.75px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a8f778fee0bb {
   position: absolute !important;
   overflow: visible;
   width: 76.38px;
   height: 24px;
   z-index: 0;
   left: 273.28px;
   top: 21px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_450ea39d5ce2 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 270.25px;
   z-index: 0;
   left: 1165.33px;
   top: 416px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_4ba7220f2e9b {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_cd2689920ef3 {
   width: 198.43px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_390abdf9fd2a {
   width: 286.75px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_5e6d3a517891 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_c4afd184a930 {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_1cc21bd49491 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 247.5px;
   z-index: 0;
   left: 384px;
   top: 706.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_6d911959e08c {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_8d2b6008b126 {
   width: 210.78px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_322b4e10bc98 {
   width: 290.4px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_692272f3bbdb {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_9f314724727f {
   position: absolute !important;
   overflow: visible;
   width: 312.67px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .text_8097b240263f {
   width: 56.75px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a1a7cfb39c56 {
   position: absolute !important;
   overflow: visible;
   width: 76.38px;
   height: 24px;
   z-index: 0;
   left: 273.29px;
   top: 21px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_b1644c2e2940 {
   position: absolute !important;
   overflow: visible;
   width: 370.67px;
   height: 247.5px;
   z-index: 0;
   left: 774.66px;
   top: 706.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_69fca474d284 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_5d2c6e7d64ba {
   width: 180.42px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_381b7c449e2d {
   width: 303.98px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_34af7d27c345 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_377aa2258f43 {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_2b55ff31dfe7 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 247.5px;
   z-index: 0;
   left: 1165.33px;
   top: 706.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_494b94ada1b5 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_05873c6534e2 {
   width: 177.64px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_cf7d58eee922 {
   width: 296.25px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_98391c33b42c {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_0b5eefe812fd {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_9b0cda2ad924 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 270.25px;
   z-index: 0;
   left: 384px;
   top: 973.75px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_77a01b057a2c {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_0647e47b25f5 {
   width: 160.02px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a82bc319d811 {
   width: 309.2px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_7d2c3f07c5b8 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_c0de86ae8e38 {
   position: absolute !important;
   overflow: visible;
   width: 312.67px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_c283f0fba5f1 {
   position: absolute !important;
   overflow: visible;
   width: 370.67px;
   height: 270.25px;
   z-index: 0;
   left: 774.66px;
   top: 973.75px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_91797a9741c3 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_e1d0397dd8e6 {
   width: 210.13px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_d494d72d5c05 {
   width: 289.81px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_9a393bff02cd {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_709fca0054d8 {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_fb7beef699ad {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 270.25px;
   z-index: 0;
   left: 1165.33px;
   top: 973.75px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_f91e34d10271 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_5f585283671d {
   width: 203.36px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_506ba1ce6f71 {
   width: 293.76px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_6d2eb804380a {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_59e1477c3007 {
   position: absolute !important;
   overflow: visible;
   width: 312.66px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_32e312b6c090 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 247.5px;
   z-index: 0;
   left: 384px;
   top: 1264px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_905cf71db206 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_1436ba7a3880 {
   width: 228.63px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4b6bb8f7c3aa {
   width: 309.81px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_2abfd998eac2 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_0a5cf1170c7c {
   position: absolute !important;
   overflow: visible;
   width: 312.67px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 198.5px;
 }

 .container_3648fa9811bb {
   position: absolute !important;
   overflow: visible;
   width: 370.67px;
   height: 247.5px;
   z-index: 0;
   left: 774.66px;
   top: 1264px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .container_e9b4d82aa2f0 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1623.5px;
   z-index: 0;
   left: 0px;
   top: 2361.75px;
   background: #f7f8fa;
 }

 .text_da29020addb1 {
   width: 179.81px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a4e086c77849 {
   position: absolute !important;
   overflow: visible;
   width: 203.47px;
   height: 28px;
   z-index: 0;
   left: 858.27px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_c035ba2c0be1 {
   width: 645.9px;
   height: 125px;
   z-index: 0;
   position: absolute !important;
   left: 637.14px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1e65cb9b4502 {
   width: 570.87px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 674.66px;
   top: 298px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_034d523d5cd5 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_a5e58715c27b {
   width: 101.7px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_18e0e18e9393 {
   position: absolute !important;
   overflow: visible;
   width: 164.34px;
   height: 54px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -2px 0 0 #0a2342ff;
 }

 .imageview_d4f0bfbab406 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_25cf31edf6b9 {
   width: 99.51px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_36465cf69289 {
   position: absolute !important;
   overflow: visible;
   width: 162.16px;
   height: 54px;
   z-index: 1;
   left: 164.34px;
   top: 0px;
 }

 .imageview_104811bdbaea {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_0e1165ef0ee6 {
   width: 136.62px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_7275b6b4e66d {
   position: absolute !important;
   overflow: visible;
   width: 199.31px;
   height: 54px;
   z-index: 0;
   left: 326.5px;
   top: 0px;
 }

 .imageview_fe1827c01608 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_f18d0ad7adb5 {
   width: 74.01px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_e666085eecc2 {
   position: absolute !important;
   overflow: visible;
   width: 136.7px;
   height: 54px;
   z-index: 0;
   left: 525.81px;
   top: 0px;
 }

 .imageview_ae1b50592684 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_8738c651092c {
   width: 123.47px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_5bccab64fe84 {
   position: absolute !important;
   overflow: visible;
   width: 186.08px;
   height: 54px;
   z-index: 0;
   left: 662.52px;
   top: 0px;
 }

 .imageview_4c710c8d7638 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_f95cc3e9cce8 {
   width: 60.83px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_319dbb468df7 {
   position: absolute !important;
   overflow: visible;
   width: 123.44px;
   height: 54px;
   z-index: 1;
   left: 848.59px;
   top: 0px;
 }

 .container_7bea0d3891b6 {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 55px;
   z-index: 0;
   left: 1px;
   top: 1px;
   background: #f7f8fa;
   box-shadow: inset 0 -1px 0 0 #0a234214;
 }

 .text_1270c0ed1ada {
   width: 589.78px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_e599de54b0bf {
   position: absolute !important;
   overflow: visible;
   width: 903.5px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_12ec484e111e {
   width: 937.5px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_12ec484e111e {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 72px;
   width: 937.5px;
   height: 46px;
 }

 .input_text_12ec484e111e::placeholder {
   width: 157.15px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .imageview_85ad23170f77 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 16px;
 }

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

 .text_701c3ca7d0e8 {
   width: 66.8px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 46px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_0c67922e45bc {
   position: absolute !important;
   overflow: visible;
   width: 136.5px;
   height: 46px;
   z-index: 0;
   left: 981.5px;
   top: 72px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_0c67922e45bc {
   position: absolute !important;
   overflow: visible;
   left: 981.5px;
   top: 72px;
   width: 136.5px;
   height: 46px;
   z-index: 0;
 }

 .container_nested_0c67922e45bc {
   width: 136.5px;
   height: 46px;
   z-index: 0;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_d908e43fbb48 {
   width: 50.04px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_0beb54adc69d {
   position: absolute !important;
   overflow: visible;
   width: 75.69px;
   height: 30px;
   z-index: 0;
   left: 32px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_0beb54adc69d {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 142px;
   width: 75.69px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_0beb54adc69d {
   width: 75.69px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_fc4988a37864 {
   width: 50.01px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_d582ac7cb5e5 {
   position: absolute !important;
   overflow: visible;
   width: 75.66px;
   height: 30px;
   z-index: 0;
   left: 115.69px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_d582ac7cb5e5 {
   position: absolute !important;
   overflow: visible;
   left: 115.69px;
   top: 142px;
   width: 75.66px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_d582ac7cb5e5 {
   width: 75.66px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_482eafd5d2d2 {
   width: 46.26px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6013df7bcf82 {
   position: absolute !important;
   overflow: visible;
   width: 71.92px;
   height: 30px;
   z-index: 0;
   left: 199.34px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_6013df7bcf82 {
   position: absolute !important;
   overflow: visible;
   left: 199.34px;
   top: 142px;
   width: 71.92px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_6013df7bcf82 {
   width: 71.92px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_d29b967fcdd0 {
   width: 43.61px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_3ada4069349d {
   position: absolute !important;
   overflow: visible;
   width: 69.28px;
   height: 30px;
   z-index: 0;
   left: 279.27px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_3ada4069349d {
   position: absolute !important;
   overflow: visible;
   left: 279.27px;
   top: 142px;
   width: 69.28px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_3ada4069349d {
   width: 69.28px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_cde8c18ba960 {
   width: 44.57px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6fa93ccc2f5e {
   position: absolute !important;
   overflow: visible;
   width: 70.23px;
   height: 30px;
   z-index: 0;
   left: 356.55px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_6fa93ccc2f5e {
   position: absolute !important;
   overflow: visible;
   left: 356.55px;
   top: 142px;
   width: 70.23px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_6fa93ccc2f5e {
   width: 70.23px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5daa2cec41cf {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 228px;
   z-index: 0;
   left: 1px;
   top: 56px;
   background: #ffffff;
 }

 .container_33a19ac2143e {
   position: absolute !important;
   overflow: visible;
   width: 1152px;
   height: 285px;
   z-index: 0;
   left: 384px;
   top: 416px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a, inset 0 0 0 1px #0a23421a;
 }

 .container_wrapper_33a19ac2143e {
   position: absolute !important;
   overflow: visible;
   left: 384px;
   top: 416px;
   width: 1152px;
   height: 285px;
   z-index: 0;
 }

 .container_nested_33a19ac2143e {
   width: 1152px;
   height: 285px;
   z-index: 0;
   border-top: 1px solid #0a23421a;
   border-right: 1px solid #0a23421a;
   border-bottom: 1px solid #0a23421a;
   border-left: 1px solid #0a23421a;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .container_257d88c63410 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 813px;
   z-index: 0;
   left: 0px;
   top: 3985.25px;
   background: #ffffff;
 }

 .text_2d46df0ed3bd {
   width: 129.46px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_ab93d6f8492c {
   position: absolute !important;
   overflow: visible;
   width: 153.16px;
   height: 28px;
   z-index: 0;
   left: 384px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_66a2aee80d54 {
   width: 494.03px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_9e6d30dc2eec {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 137.95px;
   top: 3px;
 }

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

 .container_0fd1b3102808 {
   position: absolute !important;
   overflow: visible;
   width: 151.95px;
   height: 20px;
   z-index: 0;
   left: 1384.05px;
   top: 181px;
 }

 .imageview_7199d5c90ba2 {
   width: 366px;
   height: 244px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_8a0a2aeea921 {
   width: 57.8px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_ad9d2b2c889b {
   position: absolute !important;
   overflow: visible;
   width: 77.42px;
   height: 24px;
   z-index: 0;
   left: 25px;
   top: 269px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_0da3ee02ccb2 {
   width: 11px;
   height: 11px;
   z-index: 0;
   position: absolute !important;
   left: 260.8px;
   top: 275.5px;
 }

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

 .text_288e1b272a5a {
   width: 67.5px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 275.8px;
   top: 272px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_fb1784945511 {
   width: 276.18px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_474e5284dbb4 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 44px;
   z-index: 0;
   left: 25px;
   top: 305px;
 }

 .text_af4ad5a29214 {
   width: 295.17px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8a4e53edc4f9 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 45.5px;
   z-index: 0;
   left: 25px;
   top: 357px;
 }

 .text_3f9a9f2b9dcb {
   width: 10.59px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 8.86px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_aed1312d0383 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 0;
   left: 0px;
   top: 13px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_aed1312d0383 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 13px;
   width: 28px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_aed1312d0383 {
   width: 28px;
   height: 28px;
   z-index: 0;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_ba4a6a00670c {
   width: 106.86px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1c54963b7105 {
   width: 64.1px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 254.3px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_1bd1df67cd6a {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 41px;
   z-index: 0;
   border-right: 0px solid #0a234212;
   border-bottom: 0px solid #0a234212;
   border-left: 0px solid #0a234212;
   left: 25px;
   top: 418.5px;
   box-shadow: inset 0 1px 0 0 #0a234212;
 }

 .container_b130653953b4 {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 484.5px;
   z-index: 0;
   left: 384px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_dd7fc789b0a8 {
   width: 366px;
   height: 244px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_fbb84a66b12e {
   width: 100.1px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_277e50711e00 {
   position: absolute !important;
   overflow: visible;
   width: 119.75px;
   height: 24px;
   z-index: 0;
   left: 25px;
   top: 269px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_277e50711e00 {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 269px;
   width: 119.75px;
   height: 24px;
   z-index: 0;
 }

 .container_nested_277e50711e00 {
   width: 119.75px;
   height: 24px;
   z-index: 0;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_00877c30f22f {
   width: 11px;
   height: 11px;
   z-index: 0;
   position: absolute !important;
   left: 260.33px;
   top: 275.5px;
 }

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

 .text_8b0fd0fe7df7 {
   width: 67.97px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 275.33px;
   top: 272px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_830277643f80 {
   width: 284.64px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a5c898278fe0 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 44px;
   z-index: 0;
   left: 25px;
   top: 305px;
 }

 .text_25a600b6c25d {
   width: 317.75px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_0dab80af3541 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 45.5px;
   z-index: 0;
   left: 25px;
   top: 357px;
 }

 .text_f4ed8ab028be {
   width: 8.43px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 9.97px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_d756f4260074 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 0;
   left: 0px;
   top: 13px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_d756f4260074 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 13px;
   width: 28px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_d756f4260074 {
   width: 28px;
   height: 28px;
   z-index: 0;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_06f9f3ec9a07 {
   width: 77.16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0c91552a6e0d {
   width: 66.68px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 251.63px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_63dcb103e986 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 41px;
   z-index: 0;
   border-right: 0px solid #0a234212;
   border-bottom: 0px solid #0a234212;
   border-left: 0px solid #0a234212;
   left: 25px;
   top: 418.5px;
   box-shadow: inset 0 1px 0 0 #0a234212;
 }

 .container_b4593ea35c86 {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 484.5px;
   z-index: 0;
   left: 776px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_6b916fac022e {
   width: 366px;
   height: 244px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_bd0e0ff38a4a {
   width: 87.86px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8084377caf20 {
   position: absolute !important;
   overflow: visible;
   width: 107.52px;
   height: 24px;
   z-index: 0;
   left: 25px;
   top: 269px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_8084377caf20 {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 269px;
   width: 107.52px;
   height: 24px;
   z-index: 0;
 }

 .container_nested_8084377caf20 {
   width: 107.52px;
   height: 24px;
   z-index: 0;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_d7e07af07686 {
   width: 11px;
   height: 11px;
   z-index: 0;
   position: absolute !important;
   left: 260.84px;
   top: 275.5px;
 }

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

 .text_585d08642b3b {
   width: 67.46px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 275.84px;
   top: 272px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_d1a77ec3988d {
   width: 284.59px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_1ec4f103efdd {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 44px;
   z-index: 0;
   left: 25px;
   top: 305px;
 }

 .text_2c338165859f {
   width: 301.04px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_cda3e9e56f39 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 45.5px;
   z-index: 0;
   left: 25px;
   top: 357px;
 }

 .text_18642de0abe8 {
   width: 9.28px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 9.56px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_f36706673202 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 0;
   left: 0px;
   top: 13px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_f36706673202 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 13px;
   width: 28px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_f36706673202 {
   width: 28px;
   height: 28px;
   z-index: 0;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_52b976de2231 {
   width: 88.04px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_3a26ede0a05f {
   width: 66.55px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 251.75px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_83d56a81b631 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 41px;
   z-index: 0;
   border-right: 0px solid #0a234212;
   border-bottom: 0px solid #0a234212;
   border-left: 0px solid #0a234212;
   left: 25px;
   top: 418.5px;
   box-shadow: inset 0 1px 0 0 #0a234212;
 }

 .container_2a0f5f4df7fb {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 484.5px;
   z-index: 0;
   left: 1168px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_4773d0250440 {
   width: 90.98px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 48px;
   top: 48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_577255baeca6 {
   width: 507.34px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 48px;
   top: 76px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a6d8e4a475b6 {
   width: 418.92px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 48px;
   top: 116px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_c07b42363ef8 {
   position: absolute !important;
   overflow: visible;
   width: 222px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_dfe5811c4902 {
   width: 256px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #ffffff26;
   border-right: 1px solid #ffffff26;
   border-bottom: 1px solid #ffffff26;
   border-left: 1px solid #ffffff26;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_dfe5811c4902 {
   position: absolute !important;
   overflow: visible;
   left: 724.06px;
   top: 69px;
   width: 256px;
   height: 46px;
 }

 .input_text_dfe5811c4902::placeholder {
   width: 119.18px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #ffffff80;
   font-family: 'Manrope';
 }

 .imageview_e39945e5ac03 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 16px;
 }

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

 .text_bbf8582cf31a {
   width: 50.29px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 42px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_3d7874995c3b {
   position: absolute !important;
   overflow: visible;
   width: 111.94px;
   height: 46px;
   z-index: 0;
   left: 992.06px;
   top: 69px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_3d7874995c3b {
   position: absolute !important;
   overflow: visible;
   left: 992.06px;
   top: 69px;
   width: 111.94px;
   height: 46px;
   z-index: 0;
 }

 .container_nested_3d7874995c3b {
   width: 111.94px;
   height: 46px;
   z-index: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_c689b20d6260 {
   position: absolute !important;
   overflow: visible;
   width: 1152px;
   height: 184px;
   z-index: 0;
   left: 384px;
   top: 797.5px;
   background: #0a2342;
   border-radius: 24px 24px 24px 24px;
 }

 .container_c6e174b24819 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1093.5px;
   z-index: 0;
   left: 0px;
   top: 4798.25px;
   background: #f7f8fa;
 }

 .text_1beb5e3490d6 {
   width: 99.07px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_1968f43f19c8 {
   position: absolute !important;
   overflow: visible;
   width: 122.72px;
   height: 28px;
   z-index: 0;
   left: 898.64px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_5faedca469a6 {
   width: 508.76px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 705.81px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_1d31bd55b846 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .imageview_cbf445a4f45c {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 45px;
   top: 29px;
 }

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

 .imageview_84b694946c5c {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 61px;
   top: 29px;
 }

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

 .imageview_c4c915d7b4db {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 29px;
 }

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

 .imageview_64a11dfcc914 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 93px;
   top: 29px;
 }

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

 .text_9b6b05fdfb60 {
   width: 312.26px;
   height: 87.25px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_e73e772e4ed9 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 178px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .text_e6ed24085f29 {
   width: 99.44px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_8c11ab61085a {
   width: 121.7px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 199px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_134212bad734 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 247px;
   z-index: 0;
   left: 384px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_4305cb69251c {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .imageview_b4883657e6d2 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 45px;
   top: 29px;
 }

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

 .imageview_7d4393d7c371 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 61px;
   top: 29px;
 }

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

 .imageview_d486e2457065 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 29px;
 }

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

 .imageview_48ed57019dd6 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 93px;
   top: 29px;
 }

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

 .text_0cd2ddf50299 {
   width: 295.01px;
   height: 87.25px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0d001a6891ad {
   width: 107px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4848f2c7be22 {
   width: 188.77px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 199px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_f6c64f37dc43 {
   position: absolute !important;
   overflow: visible;
   width: 370.67px;
   height: 247px;
   z-index: 0;
   left: 774.66px;
   top: 257px;
   background: #0a2342;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_c29ebb8dd732 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .imageview_2452832ed2d9 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 45px;
   top: 29px;
 }

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

 .imageview_d8a1fe329b95 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 61px;
   top: 29px;
 }

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

 .imageview_28f74625531b {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 29px;
 }

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

 .imageview_b52459390f25 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 93px;
   top: 29px;
 }

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

 .text_c27898f68258 {
   width: 308.29px;
   height: 87.25px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_905b292cc580 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 178px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .text_e15e1b497d94 {
   width: 80.38px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2f33eab1fc90 {
   width: 186.32px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 199px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_02c6bb07cd50 {
   position: absolute !important;
   overflow: visible;
   width: 370.66px;
   height: 247px;
   z-index: 0;
   left: 1165.33px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_e5811966cab6 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 864px;
   top: 536px;
 }

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

 .container_2b6ceeb8d621 {
   width: 11.2px;
   height: 11.2px;
   z-index: 0;
   position: absolute !important;
   left: 914.4px;
   top: 550.4px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d35173a3e2cb {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 936px;
   top: 552px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_2a2a13c03ac8 {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 956px;
   top: 552px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_cdeae31f0bc6 {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 976px;
   top: 552px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1e03977e67c5 {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 996px;
   top: 552px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_e10a18a8339d {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 1016px;
   top: 536px;
 }

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

 .container_05342ccb085d {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 688px;
   z-index: 0;
   left: 0px;
   top: 5891.75px;
   background: #ffffff;
 }

 .text_1265e22931f6 {
   width: 26.92px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a6d3d5000ffd {
   position: absolute !important;
   overflow: visible;
   width: 50.56px;
   height: 28px;
   z-index: 0;
   left: 384px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_68ad264176ad {
   width: 399.42px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_5dfdaf9a024b {
   width: 414.97px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 223px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_3a7bd41b2603 {
   width: 147.5px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_c163ad1f7e1f {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 179.19px;
   top: 15px;
 }

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

 .container_c6248ed6c30b {
   position: absolute !important;
   overflow: visible;
   width: 217.19px;
   height: 44px;
   z-index: 0;
   left: 384px;
   top: 305px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_c6248ed6c30b {
   position: absolute !important;
   overflow: visible;
   left: 384px;
   top: 305px;
   width: 217.19px;
   height: 44px;
   z-index: 0;
 }

 .container_nested_c6248ed6c30b {
   width: 217.19px;
   height: 44px;
   z-index: 0;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_20af7984c948 {
   width: 395.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_ece2d1022ce1 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_c8b4bdb6cab7 {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_cf736adf18bc {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 112px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_f2bf1362ca32 {
   width: 304.09px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_ea6531d46057 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_5fcc6e7c8c99 {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_97cfc2e380be {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 186px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_cfadb517066b {
   width: 346.25px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_eeecc808fe41 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_8f951377064a {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_0e80b42b4dcc {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 260px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_16dd985da622 {
   width: 416.05px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_5527d62f05f3 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_316f2097c769 {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_cb9a733ba809 {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 334px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_8004f439c1d5 {
   width: 316.6px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_09a7bec102c0 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_0adbdccabe85 {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_9b414cd212cf {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 408px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_77844c99e389 {
   width: 301.87px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_05c7cb942c3d {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_3c8a12b79863 {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_7f2f3423907c {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 482px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_1464c376f524 {
   width: 291.89px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_c37a71d2d19d {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 623.61px;
   top: 22px;
 }

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

 .container_7ba529cf9287 {
   position: absolute !important;
   overflow: visible;
   width: 663.61px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_0bfde1598df0 {
   position: absolute !important;
   overflow: visible;
   width: 665.61px;
   height: 62px;
   z-index: 0;
   left: 870.39px;
   top: 556px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .container_4105d04f3480 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 730px;
   z-index: 0;
   left: 0px;
   top: 6579.75px;
   background: #f7f8fa;
 }

 .text_c1eaaba7288f {
   width: 65.82px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_3c18c7afb27c {
   position: absolute !important;
   overflow: visible;
   width: 89.52px;
   height: 28px;
   z-index: 0;
   left: 384px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_62fe98b195c5 {
   width: 511.51px;
   height: 94px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1e0c33e72d16 {
   width: 519.25px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 268px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_b0111f4290b1 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 358px;
 }

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

 .text_ca4572ec952d {
   width: 116.02px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 358px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a925e8441471 {
   width: 111.62px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 376px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_1268641d95b5 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 418px;
 }

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

 .text_dd56d92d4e78 {
   width: 34.63px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 418px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0256e335a64b {
   width: 233.66px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 436px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_b88739ef005a {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 478px;
 }

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

 .text_2d95799700d2 {
   width: 53.2px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 478px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_3b261dfcdbce {
   width: 218.75px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 496px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_c72cb6f9f4d0 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 384px;
   top: 538px;
 }

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

 .text_f7b529c7f006 {
   width: 131.05px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 538px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_90b508d0f79c {
   width: 230.83px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 440px;
   top: 556px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_f2aefb647fc3 {
   width: 18px;
   height: 18px;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 19px;
 }

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

 .text_dbbb66337ac7 {
   width: 225.68px;
   height: 22px;
   z-index: 0;
   position: absolute !important;
   left: 58px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_54682407e107 {
   position: absolute !important;
   overflow: visible;
   width: 315.3px;
   height: 56px;
   z-index: 0;
   left: 384px;
   top: 618px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_54682407e107 {
   position: absolute !important;
   overflow: visible;
   left: 384px;
   top: 618px;
   width: 315.3px;
   height: 56px;
   z-index: 0;
 }

 .container_nested_54682407e107 {
   width: 315.3px;
   height: 56px;
   z-index: 0;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .text_0ab0d41bca8a {
   width: 279.34px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1ae455e6f213 {
   width: 100.46px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_7f8d211da053 {
   position: absolute !important;
   overflow: visible;
   width: 197px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_157c6bd2f944 {
   width: 231px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_157c6bd2f944 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 74px;
   width: 231px;
   height: 46px;
 }

 .input_text_157c6bd2f944::placeholder {
   width: 64.9px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_995d282dfbce {
   width: 43.97px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 247px;
   top: 52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_d45f016474b7 {
   position: absolute !important;
   overflow: visible;
   width: 197px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_655317645cb5 {
   width: 231px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_655317645cb5 {
   position: absolute !important;
   overflow: visible;
   left: 247px;
   top: 74px;
   width: 231px;
   height: 46px;
 }

 .input_text_655317645cb5::placeholder {
   width: 102.27px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_e0ef2ff523ad {
   width: 119.71px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_eb84e53c5748 {
   position: absolute !important;
   overflow: visible;
   width: 197px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_a156db438ede {
   width: 231px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_a156db438ede {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 158px;
   width: 231px;
   height: 46px;
 }

 .input_text_a156db438ede::placeholder {
   width: 110.09px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_e69e40209590 {
   width: 102.55px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 247px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_8aa17ab8e002 {
   position: absolute !important;
   overflow: visible;
   width: 197px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_d658a06d7a90 {
   width: 231px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_d658a06d7a90 {
   position: absolute !important;
   overflow: visible;
   left: 247px;
   top: 158px;
   width: 231px;
   height: 46px;
 }

 .input_text_d658a06d7a90::placeholder {
   width: 119.15px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_a6c194a83de2 {
   width: 116.93px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 220px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_17a7b0f790d7 {
   width: 136.7px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 13.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .input_text_744b4d3f9d48 {
   width: 478px;
   height: 47px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_744b4d3f9d48 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 242px;
   width: 478px;
   height: 47px;
 }

 .input_text_744b4d3f9d48::placeholder {
   width: 136.7px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e;
   font-family: 'Manrope';
 }

 .text_044c16a35f09 {
   width: 63.09px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 305px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f38f85c9346a {
   width: 262.71px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 17px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .input_text_24f8cfd5773f {
   width: 478px;
   height: 106px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_24f8cfd5773f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 327px;
   width: 478px;
   height: 106px;
 }

 .input_text_24f8cfd5773f::placeholder {
   width: 262.71px;
   height: 20px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_e6c8c6a1e426 {
   width: 119.19px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 168.59px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_0e747bb576f2 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 295.41px;
   top: 19px;
 }

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

 .container_cd8b695952b9 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 52px;
   z-index: 0;
   left: 0px;
   top: 463px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_cd8b695952b9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 463px;
   width: 478px;
   height: 52px;
   z-index: 0;
 }

 .container_nested_cd8b695952b9 {
   width: 478px;
   height: 52px;
   z-index: 0;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_af82cd70e7d8 {
   width: 473.08px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 2.64px;
   top: 530px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text-efcabed05286_af82cd70e7d8 {
   line-height: 16px;
   font-family: 'Manrope';
 }

 .text-b1a3f86bcbdb_af82cd70e7d8 {
   line-height: 16px;
   font-family: 'Manrope';
   text-decoration-color: #6b7280 !important;
 }

 .container_e318121e1579 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 547px;
   z-index: 0;
   left: 33px;
   top: 33px;
 }

 .container_e1ff895499a1 {
   position: absolute !important;
   overflow: visible;
   width: 544px;
   height: 613px;
   z-index: 0;
   left: 992px;
   top: 112px;
   background: #f7f8fa;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .container_wrapper_e1ff895499a1 {
   position: absolute !important;
   overflow: visible;
   left: 992px;
   top: 112px;
   width: 544px;
   height: 613px;
   z-index: 0;
 }

 .container_nested_e1ff895499a1 {
   width: 544px;
   height: 613px;
   z-index: 0;
   border-top: 1px solid #0a23421a;
   border-right: 1px solid #0a23421a;
   border-bottom: 1px solid #0a23421a;
   border-left: 1px solid #0a23421a;
   background: #f7f8fa;
   border-radius: 24px 24px 24px 24px;
 }

 .container_44667148a607 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 837px;
   z-index: 0;
   left: 0px;
   top: 7309.75px;
   background: #ffffff;
 }

 .text_70552a015495 {
   width: 175.68px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 872.33px;
   top: 80px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_46fa77c15eac {
   width: 898.32px;
   height: 113px;
   z-index: 1;
   position: absolute !important;
   left: 511.03px;
   top: 103px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1cdec41a7df5 {
   width: 990.45px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 464.97px;
   top: 228px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4d42fa414f2a {
   width: 219.23px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_f907d02fa48b {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 258.86px;
   top: 20px;
 }

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

 .container_475e6c979176 {
   position: absolute !important;
   overflow: visible;
   width: 306.86px;
   height: 56px;
   z-index: 1;
   left: 683.48px;
   top: 296px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_475e6c979176 {
   position: absolute !important;
   overflow: visible;
   left: 683.48px;
   top: 296px;
   width: 306.86px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_475e6c979176 {
   width: 306.86px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ad9bcf949463 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 20px;
 }

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

 .text_72ba501d6d1b {
   width: 142.47px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 56px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_65576f3e20ee {
   position: absolute !important;
   overflow: visible;
   width: 230.16px;
   height: 56px;
   z-index: 1;
   left: 1006.34px;
   top: 296px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_65576f3e20ee {
   position: absolute !important;
   overflow: visible;
   left: 1006.34px;
   top: 296px;
   width: 230.16px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_65576f3e20ee {
   width: 230.16px;
   height: 56px;
   z-index: 1;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_b31d53928233 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 432px;
   z-index: 1;
   left: 0px;
   top: 8146.75px;
   background: #0a2342;
 }

 .container_b39f122977d2 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 9080px;
   z-index: 0;
   left: 0px;
   top: -0.14px;
 }

 .text_fb014ade1c52 {
   width: 40.62px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: -0.2px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4f0c56962491 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 384px;
   top: 64px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_ad6cc37462a8 {
   width: 158.96px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 436px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_88b2702c4f52 {
   width: 103.94px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 436px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_232e28da4da2 {
   width: 254.2px;
   height: 64.5px;
   z-index: 1;
   position: absolute !important;
   left: 384px;
   top: 125px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_a3b84f3bc242 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 384px;
   top: 216.25px;
 }

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

 .imageview_aa188dbd8335 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 432px;
   top: 216.25px;
 }

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

 .imageview_466dabc6d8fd {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 480px;
   top: 216.25px;
 }

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

 .imageview_7e7c1e754619 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 528px;
   top: 216.25px;
 }

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

 .text_c9a514df3294 {
   width: 69.54px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 682px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0a7d2a5ae4de {
   width: 135.6px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_30a428b85e1b {
   width: 91px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_37e664adf29c {
   width: 97.18px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4d217de94bb3 {
   width: 147.33px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_6cda0f87ccac {
   width: 154.63px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_6c1abbe2023d {
   width: 27.98px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_651511efee0c {
   position: absolute !important;
   overflow: visible;
   width: 258px;
   height: 204px;
   z-index: 1;
   left: 682px;
   top: 100px;
 }

 .text_9a256c7f258c {
   width: 99.38px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 980px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_9e6216463eae {
   width: 98.54px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4219a3fb642d {
   width: 96.4px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_980aad09926a {
   width: 131.27px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_977eaf97fd76 {
   width: 170.55px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_5480be0ba2ef {
   width: 138.09px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8cf0ee0b435f {
   position: absolute !important;
   overflow: visible;
   width: 258px;
   height: 168px;
   z-index: 1;
   left: 980px;
   top: 100px;
 }

 .text_7599ba3fb7c1 {
   width: 106.69px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1278px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f4be9d5269b2 {
   width: 66.53px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_6a3397d45156 {
   width: 28.79px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_66b7bb9ec6aa {
   width: 25.99px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_17a1efc0f9c8 {
   width: 53.97px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_21395ae6ed18 {
   width: 144.58px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2644807b97ad {
   width: 34.92px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_756ae0a7dca6 {
   width: 95.74px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 219px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_d76cbc8fdede {
   position: absolute !important;
   overflow: visible;
   width: 258px;
   height: 240px;
   z-index: 1;
   left: 1278px;
   top: 100px;
 }

 .text_8f548c745aec {
   width: 322.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_fa3016520110 {
   width: 124.05px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 884.92px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_e9f69be37eb1 {
   width: 30.04px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1024.58px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_373b6217bf73 {
   width: 82.1px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1070.23px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_114aecda0b84 {
   position: absolute !important;
   overflow: visible;
   width: 1152px;
   height: 49px;
   z-index: 1;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   left: 384px;
   top: 420px;
   box-shadow: inset 0 1px 0 0 #ffffff14;
 }

 .container_5db8eb0f6d9f {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 501px;
   z-index: 1;
   left: 0px;
   top: 8578.75px;
   background: #060f1e;
 }

 .text_d608ba33f6c4 {
   width: 37.83px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1.19px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_c0ef7d9d7daf {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_59849e1bb0af {
   width: 46.01px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 52px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_e91429403259 {
   width: 81.1px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 52px;
   top: 24px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_655041505bef {
   position: absolute !important;
   overflow: visible;
   width: 132.78px;
   height: 40px;
   z-index: 1;
   left: 384px;
   top: 20px;
 }

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

 .text_0199fe11617e {
   width: 40.01px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 68.01px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0b80d75f50a4 {
   width: 58.04px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 139.7px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_5e52f28a0574 {
   width: 84.69px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 229.36px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_92fedd35e269 {
   width: 29.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 345.72px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4dc4fcb0efac {
   width: 55.73px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 407.22px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_fccf5b14343d {
   position: absolute !important;
   overflow: visible;
   width: 462.58px;
   height: 20px;
   z-index: 1;
   left: 625.19px;
   top: 30px;
 }

 .container_wrapper_fccf5b14343d {
   position: absolute !important;
   overflow: visible;
   left: 625.19px;
   top: 30px;
   width: 462.58px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_fccf5b14343d {
   width: 462.58px;
   height: 20px;
   z-index: 1;
 }

 .imageview_3d28ab741061 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 12.5px;
 }

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

 .text_ce834f645af4 {
   width: 70.04px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_1b24851c10d7 {
   position: absolute !important;
   overflow: visible;
   width: 132.73px;
   height: 40px;
   z-index: 1;
   left: 1196.17px;
   top: 20px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_1b24851c10d7 {
   position: absolute !important;
   overflow: visible;
   left: 1196.17px;
   top: 20px;
   width: 132.73px;
   height: 40px;
   z-index: 1;
 }

 .container_nested_1b24851c10d7 {
   width: 132.73px;
   height: 40px;
   z-index: 1;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .text_34d11a9db780 {
   width: 133.39px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_67e533f12d95 {
   width: 14px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 161.09px;
   top: 13px;
 }

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

 .container_d1ea3a448cba {
   position: absolute !important;
   overflow: visible;
   width: 195.09px;
   height: 40px;
   z-index: 1;
   left: 1340.91px;
   top: 20px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_d1ea3a448cba {
   position: absolute !important;
   overflow: visible;
   left: 1340.91px;
   top: 20px;
   width: 195.09px;
   height: 40px;
   z-index: 1;
 }

 .container_nested_d1ea3a448cba {
   width: 195.09px;
   height: 40px;
   z-index: 1;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_c425e6cedf0d {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 80px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_c425e6cedf0d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 80px;
   z-index: 1;
 }

 .container_nested_c425e6cedf0d {
   width: 1920px;
   height: 80px;
   z-index: 1;
 }

 .container_ac6ffd9844f8 {
   width: 56px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .imageview_39d559492744 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .container_ccaee4826259 {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 9999;
   left: 1840px;
   top: 8999.75px;
   background: #25d366;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .viewport_dd62dd8a74c0 {
   width: 1920px;
   height: 9079.75px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f8fa;
 }

 .imageview_c5ba31944bc6 {
   width: 1024px;
   height: 1002px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_0b5ec9129a65 {
   width: 1024px;
   height: 1002.25px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(135deg, #0a2342ed 0%, #0a2342cc 60%, #2f5d9fb3 100%);
 }

 .container_ebd69b5f3837 {
   width: 1024px;
   height: 1002.25px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at -4700% -4700%, #ffffff66 1%, #ffffff00 1%);
   opacity: 0.05000000074505806;
 }

 .imageview_1991a8b0aaae {
   width: 14px;
   height: 14px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 12px;
 }

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

 .text_7f849a961e6d {
   width: 265.63px;
   height: 19px;
   z-index: 3;
   position: absolute !important;
   left: 39px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_5da03d39072f {
   position: absolute !important;
   overflow: visible;
   width: 321.33px;
   height: 38px;
   z-index: 3;
   left: 128px;
   top: 128px;
   background: #ffffff1f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #ffffff33;
 }

 .text_f7e1f3fd5d7a {
   width: 759.7px;
   height: 336.56px;
   z-index: 3;
   position: absolute !important;
   left: 128px;
   top: 188px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 79.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text-6e75b64b9438_f7e1f3fd5d7a {
   line-height: 79.2px;
   font-family: 'Manrope';
 }

 .text-4d749d3ea78f_f7e1f3fd5d7a {
   line-height: 79.2px;
   font-family: 'Manrope';
 }

 .text-66a6409a4b21_f7e1f3fd5d7a {
   line-height: 79.2px;
   background: linear-gradient(90deg, #5b89c8ff 0%, #8fb4e8ff 100%);
   font-family: 'Manrope';
 }

 .text_fce262d400e8 {
   width: 570.7px;
   height: 92px;
   z-index: 3;
   position: absolute !important;
   left: 128px;
   top: 548.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_bc5b23661909 {
   width: 219.23px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_9884d84fd0da {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 258.86px;
   top: 20px;
 }

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

 .container_c4ba606e59f9 {
   position: absolute !important;
   overflow: visible;
   width: 306.86px;
   height: 56px;
   z-index: 3;
   left: 128px;
   top: 692.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_c4ba606e59f9 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 692.25px;
   width: 306.86px;
   height: 56px;
   z-index: 3;
 }

 .container_nested_c4ba606e59f9 {
   width: 306.86px;
   height: 56px;
   z-index: 3;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_46d8b47f8aaa {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 20px;
 }

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

 .text_9f0aa23e2653 {
   width: 142.47px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 56px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_720d2f8ca6b6 {
   position: absolute !important;
   overflow: visible;
   width: 230.16px;
   height: 56px;
   z-index: 3;
   left: 450.86px;
   top: 692.25px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_720d2f8ca6b6 {
   position: absolute !important;
   overflow: visible;
   left: 450.86px;
   top: 692.25px;
   width: 230.16px;
   height: 56px;
   z-index: 3;
 }

 .container_nested_720d2f8ca6b6 {
   width: 230.16px;
   height: 56px;
   z-index: 3;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .text_50c93c945558 {
   width: 98.04px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 67.16px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_afa458c04720 {
   width: 136.08px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 48.11px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_03932b43861f {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 110px;
   z-index: 3;
   left: 24px;
   top: 828.25px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .text_bd17dae5c53f {
   width: 48.74px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 91.8px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_528505576fd1 {
   width: 134.22px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 49.03px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_212cc449b7af {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 110px;
   z-index: 3;
   left: 272px;
   top: 828.25px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .text_7ed90b0f722c {
   width: 64.76px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 83.81px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0bbea6171c82 {
   width: 131.44px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 50.42px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6f164e4f4218 {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 110px;
   z-index: 3;
   left: 520px;
   top: 828.25px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .text_44d0ede89274 {
   width: 55.43px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 88.47px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_c61c4451436f {
   width: 132.77px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 49.77px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_7b870a6562fd {
   position: absolute !important;
   overflow: visible;
   width: 232px;
   height: 110px;
   z-index: 3;
   left: 768px;
   top: 828.25px;
   background: #ffffff17;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff26;
 }

 .container_a4235d8b13a1 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 1002.25px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_db0f3af8a11e {
   width: 101.25px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_5ddc749b0976 {
   position: absolute !important;
   overflow: visible;
   width: 124.89px;
   height: 28px;
   z-index: 0;
   left: 552px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_e719aea28692 {
   width: 388.34px;
   height: 245px;
   z-index: 0;
   position: absolute !important;
   left: 552px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4f68bf75a14c {
   width: 409.58px;
   height: 111.75px;
   z-index: 0;
   position: absolute !important;
   left: 552px;
   top: 422px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_c11d1d77b73a {
   width: 426.92px;
   height: 141px;
   z-index: 0;
   position: absolute !important;
   left: 552px;
   top: 555px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_9d227745aee2 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_a72fffd5f738 {
   width: 79.54px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1b3f4e20f404 {
   width: 160.39px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_99817a0587e7 {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 176.5px;
   z-index: 0;
   left: 552px;
   top: 739.25px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .imageview_9cd93f6fad8d {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_2af13127ba9c {
   width: 74.65px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_125139fe78d5 {
   width: 167.67px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_b1500e65b2cb {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 176.5px;
   z-index: 0;
   left: 784px;
   top: 739.25px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .imageview_0ff6c65fe29c {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_7fcec6a64eca {
   width: 73.45px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1fc0d9d535d2 {
   width: 167.68px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 98px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_65b619a79898 {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 196.5px;
   z-index: 0;
   left: 552px;
   top: 931.75px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .imageview_4e6e322fe3b1 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 21px;
 }

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

 .text_54dd2fd791a3 {
   width: 88.18px;
   height: 39px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_6630b86bb0d9 {
   width: 153.73px;
   height: 56px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4419735c230a {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 196.5px;
   z-index: 0;
   left: 784px;
   top: 931.75px;
   background: #f7f8fa;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .container_519118abed51 {
   width: 128px;
   height: 128px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 316.13px;
   background: #2f5d9f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.10000000149011612;
 }

 .imageview_a1b953f43fb8 {
   width: 448px;
   height: 560px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_c6e03748bb7e {
   position: absolute !important;
   overflow: visible;
   width: 448px;
   height: 560px;
   z-index: 1;
   left: 24px;
   top: 340.13px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_3db01fc0a6f7 {
   width: 355.05px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .text_7354003dfbe9 {
   width: 48.74px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2d8115c477b5 {
   width: 315.37px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_3f8926e02ce4 {
   position: absolute !important;
   overflow: visible;
   width: 355.05px;
   height: 100px;
   z-index: 2;
   left: 148.95px;
   top: 824.13px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_a00295aa72f0 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 1240.25px;
   z-index: 0;
   left: 0px;
   top: 1002.25px;
   background: #ffffff;
 }

 .text_df4f456099a9 {
   width: 69.54px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_026cf32af320 {
   position: absolute !important;
   overflow: visible;
   width: 93.23px;
   height: 28px;
   z-index: 0;
   left: 465.38px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_75915d88c2bb {
   width: 634.38px;
   height: 125px;
   z-index: 0;
   position: absolute !important;
   left: 194.91px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4d1a0610ad55 {
   width: 632.38px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 195.97px;
   top: 298px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_4e916bb571ef {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_843bd33bdd56 {
   width: 182.79px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_891001941c05 {
   width: 236.36px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_ab80615fdee5 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_1adfecb45efc {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .text_b2bafa56ded4 {
   width: 45.29px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4d9644d87ad4 {
   position: absolute !important;
   overflow: visible;
   width: 64.95px;
   height: 24px;
   z-index: 0;
   left: 226.05px;
   top: 21px;
   background: #fef3c7;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_df534c17dece {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 24px;
   top: 416px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_eee62b186ebf {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_34f2cc892657 {
   width: 213.2px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_7dd6b4fec4f4 {
   width: 248.18px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_8dd87bfa5e08 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_29424caf73ab {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_884563aab728 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 356px;
   top: 416px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_cc847ae912d0 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_44496b993f04 {
   width: 131.57px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f0171fa081ed {
   width: 252.25px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_0cd0e243e2ea {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_6972fb65f767 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .text_5a8b9f3cbb58 {
   width: 56.75px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_7a9fd4d9ae53 {
   position: absolute !important;
   overflow: visible;
   width: 76.38px;
   height: 24px;
   z-index: 0;
   left: 214.63px;
   top: 21px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_59a06bdca0a5 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 688px;
   top: 416px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_bcd775701688 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_38430cc15479 {
   width: 198.43px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4c370d085b47 {
   width: 250.9px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_040fa3e15a01 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_e3ebe1184304 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_c3bc055e9291 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 24px;
   top: 706.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_521ab5087340 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_4765224b88cf {
   width: 210.78px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_273e48476ec0 {
   width: 218.04px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_061494e494ac {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_e6508420255d {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .text_e923e76a20d1 {
   width: 56.75px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_7b4ef8ec1872 {
   position: absolute !important;
   overflow: visible;
   width: 76.38px;
   height: 24px;
   z-index: 0;
   left: 214.63px;
   top: 21px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f2ba8a23d0f8 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 356px;
   top: 706.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_27c08a150641 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_9ba861c1453b {
   width: 180.42px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_cf83afdae57d {
   width: 228.37px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_635b3ecc3dd9 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_41ba0e67d5b2 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_c9a92bee62d5 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 688px;
   top: 706.25px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_471e20818ba6 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_c62c7c5a0753 {
   width: 177.64px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_d58f6fe427fc {
   width: 231.7px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_9c2c4d64dc9b {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_ff0a0e87272e {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_7e0ffe6b0f88 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 24px;
   top: 996.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_1ccc7bb0d59c {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_74b153eb7539 {
   width: 160.02px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_dfe4bfef22ed {
   width: 227.47px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_115e1cfb4812 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_5a5e2a92c0b2 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_d8b5a357ef0e {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 356px;
   top: 996.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_a167e03bd7f4 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_7a475ec5bbc3 {
   width: 210.13px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1b22529ca433 {
   width: 228.42px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_deb6bf2b8117 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_67e4ea25ed73 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_c384b68889b3 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 688px;
   top: 996.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_756cf3528249 {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_c762f303ebf6 {
   width: 203.36px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_cc95747338ea {
   width: 242.48px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_bf55f6b4134a {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_3e4a8dc90ca0 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_658ec0b64cb6 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 24px;
   top: 1286.75px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_d89bbf92eaae {
   width: 48px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .text_f3ff6b0816bf {
   width: 228.63px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f6a969dc5aa6 {
   width: 222.67px;
   height: 64.5px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 134px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_966594756d5a {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77.5px;
   top: 3px;
 }

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

 .container_f71f3d1fb235 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 20px;
   z-index: 0;
   left: 29px;
   top: 221.25px;
 }

 .container_44def282aca7 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 270.25px;
   z-index: 0;
   left: 356px;
   top: 1286.75px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .container_81aaad47509c {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 1669px;
   z-index: 0;
   left: 0px;
   top: 2242.5px;
   background: #f7f8fa;
 }

 .text_ed260c71cbe6 {
   width: 179.81px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_810134e85fde {
   position: absolute !important;
   overflow: visible;
   width: 203.47px;
   height: 28px;
   z-index: 0;
   left: 410.27px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_3770210ab7df {
   width: 645.9px;
   height: 125px;
   z-index: 0;
   position: absolute !important;
   left: 189.14px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_b11f2d0a8f1b {
   width: 570.87px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 226.66px;
   top: 298px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_e6fdd2ad3198 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_e2911a0404d5 {
   width: 101.7px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_1203e419ca8d {
   position: absolute !important;
   overflow: visible;
   width: 164.34px;
   height: 54px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -2px 0 0 #0a2342ff;
 }

 .imageview_0c2fd1172e58 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_52a3941706d9 {
   width: 99.51px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_23d7fd485f26 {
   position: absolute !important;
   overflow: visible;
   width: 162.16px;
   height: 54px;
   z-index: 0;
   left: 164.34px;
   top: 0px;
 }

 .imageview_1abda40fb5fd {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_7735eadf46d2 {
   width: 136.62px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_0ef7eed92582 {
   position: absolute !important;
   overflow: visible;
   width: 199.31px;
   height: 54px;
   z-index: 0;
   left: 326.5px;
   top: 0px;
 }

 .imageview_fae411e8ddb1 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_1a2443515a41 {
   width: 74.01px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8e926f6c3e06 {
   position: absolute !important;
   overflow: visible;
   width: 136.7px;
   height: 54px;
   z-index: 0;
   left: 525.81px;
   top: 0px;
 }

 .imageview_60a72f57ec81 {
   width: 15px;
   height: 15px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_8f9d0b4903ef {
   width: 123.47px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_cabe7d749e78 {
   position: absolute !important;
   overflow: visible;
   width: 186.08px;
   height: 54px;
   z-index: 0;
   left: 662.52px;
   top: 0px;
 }

 .imageview_bf2c57889704 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 18.5px;
 }

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

 .text_f787a9049c89 {
   width: 60.83px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_89adeac5eebc {
   position: absolute !important;
   overflow: visible;
   width: 123.44px;
   height: 54px;
   z-index: 1;
   left: 848.59px;
   top: 0px;
 }

 .container_741cda09ada7 {
   position: absolute !important;
   overflow: visible;
   width: 974px;
   height: 55px;
   z-index: 0;
   left: 1px;
   top: 1px;
   background: #f7f8fa;
   box-shadow: inset 0 -1px 0 0 #0a234214;
 }

 .text_3688bd32bc91 {
   width: 589.78px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_aafbf0402325 {
   position: absolute !important;
   overflow: visible;
   width: 727.5px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_72a15641c340 {
   width: 761.5px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_72a15641c340 {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 72px;
   width: 761.5px;
   height: 46px;
 }

 .input_text_72a15641c340::placeholder {
   width: 157.15px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .imageview_885bd5e0e5e1 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 16px;
 }

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

 .text_6f7ef862190f {
   width: 66.8px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 46px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4c089d979c05 {
   position: absolute !important;
   overflow: visible;
   width: 136.5px;
   height: 46px;
   z-index: 0;
   left: 805.5px;
   top: 72px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_4c089d979c05 {
   position: absolute !important;
   overflow: visible;
   left: 805.5px;
   top: 72px;
   width: 136.5px;
   height: 46px;
   z-index: 0;
 }

 .container_nested_4c089d979c05 {
   width: 136.5px;
   height: 46px;
   z-index: 0;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_de5bf1f13a81 {
   width: 50.04px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a8c06b6682de {
   position: absolute !important;
   overflow: visible;
   width: 75.69px;
   height: 30px;
   z-index: 0;
   left: 32px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_a8c06b6682de {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 142px;
   width: 75.69px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_a8c06b6682de {
   width: 75.69px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_faea32e0e738 {
   width: 50.01px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_e8dee834d046 {
   position: absolute !important;
   overflow: visible;
   width: 75.66px;
   height: 30px;
   z-index: 0;
   left: 115.69px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_e8dee834d046 {
   position: absolute !important;
   overflow: visible;
   left: 115.69px;
   top: 142px;
   width: 75.66px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_e8dee834d046 {
   width: 75.66px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_59cddaf08389 {
   width: 46.26px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a54f2f323679 {
   position: absolute !important;
   overflow: visible;
   width: 71.92px;
   height: 30px;
   z-index: 0;
   left: 199.34px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_a54f2f323679 {
   position: absolute !important;
   overflow: visible;
   left: 199.34px;
   top: 142px;
   width: 71.92px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_a54f2f323679 {
   width: 71.92px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_74f75ea9b8d9 {
   width: 43.61px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_11c2c52bbc53 {
   position: absolute !important;
   overflow: visible;
   width: 69.28px;
   height: 30px;
   z-index: 0;
   left: 279.27px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_11c2c52bbc53 {
   position: absolute !important;
   overflow: visible;
   left: 279.27px;
   top: 142px;
   width: 69.28px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_11c2c52bbc53 {
   width: 69.28px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_d3317a779c6c {
   width: 44.57px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 13px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_322cb7ba2de5 {
   position: absolute !important;
   overflow: visible;
   width: 70.23px;
   height: 30px;
   z-index: 0;
   left: 356.55px;
   top: 142px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #0a234226;
 }

 .container_wrapper_322cb7ba2de5 {
   position: absolute !important;
   overflow: visible;
   left: 356.55px;
   top: 142px;
   width: 70.23px;
   height: 30px;
   z-index: 0;
 }

 .container_nested_322cb7ba2de5 {
   width: 70.23px;
   height: 30px;
   z-index: 0;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_41eba16b553a {
   position: absolute !important;
   overflow: visible;
   width: 974px;
   height: 228px;
   z-index: 0;
   left: 1px;
   top: 56px;
   background: #ffffff;
 }

 .container_f2e90cb80e74 {
   position: absolute !important;
   overflow: visible;
   width: 976px;
   height: 285px;
   z-index: 0;
   left: 24px;
   top: 416px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a, inset 0 0 0 1px #0a23421a;
 }

 .container_wrapper_f2e90cb80e74 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 416px;
   width: 976px;
   height: 285px;
   z-index: 0;
 }

 .container_nested_f2e90cb80e74 {
   width: 976px;
   height: 285px;
   z-index: 0;
   border-top: 1px solid #0a23421a;
   border-right: 1px solid #0a23421a;
   border-bottom: 1px solid #0a23421a;
   border-left: 1px solid #0a23421a;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .container_de5109349431 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 813px;
   z-index: 0;
   left: 0px;
   top: 3911.5px;
   background: #ffffff;
 }

 .text_153254390fe3 {
   width: 129.46px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_27e75cc136f9 {
   position: absolute !important;
   overflow: visible;
   width: 153.16px;
   height: 28px;
   z-index: 0;
   left: 24px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_bf02687893ed {
   width: 494.03px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .imageview_143130a61749 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 137.95px;
   top: 3px;
 }

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

 .container_61d5537a2b1d {
   position: absolute !important;
   overflow: visible;
   width: 151.95px;
   height: 20px;
   z-index: 0;
   left: 848.05px;
   top: 181px;
 }

 .imageview_2c5e8e678f9d {
   width: 307px;
   height: 205px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_bbdc403a8be1 {
   width: 57.8px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_88a8d25b85ec {
   position: absolute !important;
   overflow: visible;
   width: 77.42px;
   height: 24px;
   z-index: 0;
   left: 25px;
   top: 229.88px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_c2b5656a7423 {
   width: 11px;
   height: 11px;
   z-index: 0;
   position: absolute !important;
   left: 202.13px;
   top: 236.38px;
 }

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

 .text_62f2c8e1e74e {
   width: 67.5px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 217.13px;
   top: 232.88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_d57c8c6b3a0a {
   width: 234.87px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_bfbb2185778f {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 44px;
   z-index: 0;
   left: 25px;
   top: 265.88px;
 }

 .text_658be8428b70 {
   width: 244.95px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a348536d6777 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 45.5px;
   z-index: 0;
   left: 25px;
   top: 317.88px;
 }

 .text_efea8956dbaf {
   width: 10.59px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 8.86px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_472c1568e6b9 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 0;
   left: 0px;
   top: 13px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_472c1568e6b9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 13px;
   width: 28px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_472c1568e6b9 {
   width: 28px;
   height: 28px;
   z-index: 0;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_b4f3864ff5c3 {
   width: 106.86px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_64095c3534f6 {
   width: 64.1px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 195.63px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_85fe52f8278b {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 41px;
   z-index: 0;
   border-right: 0px solid #0a234212;
   border-bottom: 0px solid #0a234212;
   border-left: 0px solid #0a234212;
   left: 25px;
   top: 379.38px;
   box-shadow: inset 0 1px 0 0 #0a234212;
 }

 .container_e3bfea1dda46 {
   position: absolute !important;
   overflow: visible;
   width: 309.33px;
   height: 445.39px;
   z-index: 0;
   left: 24px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_b7b66002ae12 {
   width: 307px;
   height: 205px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_b36dd9eadbf0 {
   width: 100.1px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_d79380974b1f {
   position: absolute !important;
   overflow: visible;
   width: 119.75px;
   height: 24px;
   z-index: 0;
   left: 25px;
   top: 229.88px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_d79380974b1f {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 229.88px;
   width: 119.75px;
   height: 24px;
   z-index: 0;
 }

 .container_nested_d79380974b1f {
   width: 119.75px;
   height: 24px;
   z-index: 0;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_f91189618d62 {
   width: 11px;
   height: 11px;
   z-index: 0;
   position: absolute !important;
   left: 201.65px;
   top: 236.38px;
 }

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

 .text_bd787739ce8a {
   width: 67.98px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 216.65px;
   top: 232.88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_b31d269d77f7 {
   width: 229.17px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_4e181aa26cc1 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 44px;
   z-index: 0;
   left: 25px;
   top: 265.88px;
 }

 .text_ddbcbf48e794 {
   width: 254.68px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_00f6a07aa1d2 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 45.5px;
   z-index: 0;
   left: 25px;
   top: 317.88px;
 }

 .text_dd469ada8aac {
   width: 8.43px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 9.97px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_c4e4d9f56491 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 0;
   left: 0px;
   top: 13px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_c4e4d9f56491 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 13px;
   width: 28px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_c4e4d9f56491 {
   width: 28px;
   height: 28px;
   z-index: 0;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_56f4ae3d7690 {
   width: 77.16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1b9643b45313 {
   width: 66.68px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 192.95px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_53982d159bf4 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 41px;
   z-index: 0;
   border-right: 0px solid #0a234212;
   border-bottom: 0px solid #0a234212;
   border-left: 0px solid #0a234212;
   left: 25px;
   top: 379.38px;
   box-shadow: inset 0 1px 0 0 #0a234212;
 }

 .container_dde7864fc162 {
   position: absolute !important;
   overflow: visible;
   width: 309.33px;
   height: 445.39px;
   z-index: 0;
   left: 357.33px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_1dd495181954 {
   width: 307px;
   height: 205px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_047586941aab {
   width: 87.86px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 10px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6a6ab16edc2a {
   position: absolute !important;
   overflow: visible;
   width: 107.52px;
   height: 24px;
   z-index: 0;
   left: 25px;
   top: 229.89px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_6a6ab16edc2a {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 229.89px;
   width: 107.52px;
   height: 24px;
   z-index: 0;
 }

 .container_nested_6a6ab16edc2a {
   width: 107.52px;
   height: 24px;
   z-index: 0;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_01d4561a97cd {
   width: 11px;
   height: 11px;
   z-index: 0;
   position: absolute !important;
   left: 202.18px;
   top: 236.39px;
 }

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

 .text_db79f3cad363 {
   width: 67.46px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 217.18px;
   top: 232.89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_0461bcbd6c2d {
   width: 239.4px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_949730efa37c {
   position: absolute !important;
   overflow: visible;
   width: 259.34px;
   height: 44px;
   z-index: 0;
   left: 25px;
   top: 265.89px;
 }

 .text_0642b3c214c7 {
   width: 259.4px;
   height: 41.75px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_9681da422773 {
   position: absolute !important;
   width: 259.34px;
   height: 45.5px;
   z-index: 0;
   left: 25px;
   top: 317.89px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_d0e1ec367647 {
   width: 9.28px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 9.56px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8f4b290e6b7e {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 0;
   left: 0px;
   top: 13px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_8f4b290e6b7e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 13px;
   width: 28px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_8f4b290e6b7e {
   width: 28px;
   height: 28px;
   z-index: 0;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_fe0efa050e13 {
   width: 88.04px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_65b595803df9 {
   width: 66.55px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 193.09px;
   top: 19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_c943c8f26b43 {
   position: absolute !important;
   overflow: visible;
   width: 259.34px;
   height: 41px;
   z-index: 0;
   border-right: 0px solid #0a234212;
   border-bottom: 0px solid #0a234212;
   border-left: 0px solid #0a234212;
   left: 25px;
   top: 379.39px;
   box-shadow: inset 0 1px 0 0 #0a234212;
 }

 .container_f5eb5496581a {
   position: absolute !important;
   overflow: visible;
   width: 309.34px;
   height: 445.39px;
   z-index: 0;
   left: 690.66px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_8ec6d82da366 {
   width: 90.98px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 48px;
   top: 48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_6056975b3be5 {
   width: 368.01px;
   height: 65px;
   z-index: 0;
   position: absolute !important;
   left: 48px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_881cb1b26fc1 {
   width: 418.92px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 48px;
   top: 148px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_f4a59595d000 {
   position: absolute !important;
   overflow: visible;
   width: 222px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_39f623bd1d1a {
   width: 256px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #ffffff26;
   border-right: 1px solid #ffffff26;
   border-bottom: 1px solid #ffffff26;
   border-left: 1px solid #ffffff26;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_39f623bd1d1a {
   position: absolute !important;
   overflow: visible;
   left: 548.06px;
   top: 85px;
   width: 256px;
   height: 46px;
 }

 .input_text_39f623bd1d1a::placeholder {
   width: 119.18px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #ffffff80;
   font-family: 'Manrope';
 }

 .imageview_108d2fdbafb1 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 20px;
   top: 16px;
 }

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

 .text_4955908a166b {
   width: 50.29px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 42px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_eec4287a0986 {
   position: absolute !important;
   overflow: visible;
   width: 111.94px;
   height: 46px;
   z-index: 0;
   left: 816.06px;
   top: 85px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_eec4287a0986 {
   position: absolute !important;
   overflow: visible;
   left: 816.06px;
   top: 85px;
   width: 111.94px;
   height: 46px;
   z-index: 0;
 }

 .container_nested_eec4287a0986 {
   width: 111.94px;
   height: 46px;
   z-index: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_894f3ec78677 {
   position: absolute !important;
   overflow: visible;
   width: 976px;
   height: 216px;
   z-index: 0;
   left: 24px;
   top: 758.39px;
   background: #0a2342;
   border-radius: 24px 24px 24px 24px;
 }

 .container_615e2ea72f89 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 1086.39px;
   z-index: 0;
   left: 0px;
   top: 4724.5px;
   background: #f7f8fa;
 }

 .text_3c64e3060266 {
   width: 99.07px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_2fda0cbefcfd {
   position: absolute !important;
   overflow: visible;
   width: 122.72px;
   height: 28px;
   z-index: 0;
   left: 450.64px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_755436b11c03 {
   width: 508.76px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 257.81px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_391c8c183355 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .imageview_0ab8ee173c8f {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 45px;
   top: 29px;
 }

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

 .imageview_2f5e562e8e81 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 61px;
   top: 29px;
 }

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

 .imageview_50d5e113a475 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 29px;
 }

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

 .imageview_4e310a6459d3 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 93px;
   top: 29px;
 }

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

 .text_9fad986903ad {
   width: 242.29px;
   height: 110px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_446a20787c01 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 200.75px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .text_1444ff568b3b {
   width: 99.44px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 202.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_47c223b08896 {
   width: 121.7px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 221.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_46f05c0fe2cf {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 269.75px;
   z-index: 0;
   left: 24px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_e2ceb493e2d3 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .imageview_b1e9ce764b9c {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 45px;
   top: 29px;
 }

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

 .imageview_2f9b338bb915 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 61px;
   top: 29px;
 }

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

 .imageview_64171caa068b {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 29px;
 }

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

 .imageview_70adde0e3765 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 93px;
   top: 29px;
 }

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

 .text_d64496bbd7dc {
   width: 250.56px;
   height: 87.25px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_7aecdf620331 {
   width: 107px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_47a56c4e9d8f {
   width: 188.77px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 199px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_b85aebd2acd9 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 269.75px;
   z-index: 0;
   left: 356px;
   top: 257px;
   background: #0a2342;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_4e659926da17 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 29px;
 }

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

 .imageview_42a921eeba19 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 45px;
   top: 29px;
 }

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

 .imageview_6d2fcc2f0a70 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 61px;
   top: 29px;
 }

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

 .imageview_e8c95144b7da {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 29px;
 }

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

 .imageview_5da206ecc763 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 93px;
   top: 29px;
 }

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

 .text_56843086e032 {
   width: 248.25px;
   height: 87.25px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_5e3f3ba58e76 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 29px;
   top: 178px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .text_1e5bf09b33c2 {
   width: 80.38px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 180px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f6c85d2e463d {
   width: 186.32px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 199px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_e3abe50a71c4 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 269.75px;
   z-index: 0;
   left: 688px;
   top: 257px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .imageview_11ec3b9ba6e7 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 416px;
   top: 558.75px;
 }

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

 .container_50ba9125c22a {
   width: 11.2px;
   height: 11.2px;
   z-index: 0;
   position: absolute !important;
   left: 466.4px;
   top: 573.15px;
   background: #0a2342;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5cd3f74c0094 {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 488px;
   top: 574.75px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_7d0238d2ee08 {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 508px;
   top: 574.75px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1a324d2cbbfd {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 528px;
   top: 574.75px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f778bc3c0314 {
   width: 8px;
   height: 8px;
   z-index: 0;
   position: absolute !important;
   left: 548px;
   top: 574.75px;
   background: #0a234233;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_00a3a245eabc {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 568px;
   top: 558.75px;
 }

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

 .container_b9357dec2969 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 710.75px;
   z-index: 0;
   left: 0px;
   top: 5810.89px;
   background: #ffffff;
 }

 .text_1b183742f997 {
   width: 26.92px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_b77865d6e9a7 {
   position: absolute !important;
   overflow: visible;
   width: 50.56px;
   height: 28px;
   z-index: 0;
   left: 24px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_ab6ba2c15ec0 {
   width: 208.11px;
   height: 94px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_64503b62bea4 {
   width: 326.17px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 268px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_e986f0d46f6b {
   width: 147.5px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_d7cde40fa42a {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 179.19px;
   top: 15px;
 }

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

 .container_407ca9e5cde2 {
   position: absolute !important;
   overflow: visible;
   width: 217.19px;
   height: 44px;
   z-index: 0;
   left: 24px;
   top: 350px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_407ca9e5cde2 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 350px;
   width: 217.19px;
   height: 44px;
   z-index: 0;
 }

 .container_nested_407ca9e5cde2 {
   width: 217.19px;
   height: 44px;
   z-index: 0;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_98cb25f7f9c8 {
   width: 395.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_92cade994b6a {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_6489705b1273 {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_c4b77224a6b0 {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 112px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_9c23980437f9 {
   width: 304.09px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_42234510d774 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_da4d827662fb {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_ceaa2475129b {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 186px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_2046f62b8e08 {
   width: 346.25px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_af8f2d80ebb8 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_7175923a089f {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_b44b931deadd {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 260px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_777caf839a9a {
   width: 416.05px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_e43b196d77ea {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_52a469993965 {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_85c2c6ae46d3 {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 334px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_d8f6fe21f234 {
   width: 316.6px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_02945ca549f6 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_e32ce1d3f5cd {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_a39d7dde921b {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 408px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_4d6dac117e77 {
   width: 301.87px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_51f76b299c50 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_0c3c0c580bab {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_0cc613700249 {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 482px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .text_ba9863fbbbbc {
   width: 291.89px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_5f4f4f5847db {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 22px;
 }

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

 .container_b11cdeddce39 {
   position: absolute !important;
   overflow: visible;
   width: 558px;
   height: 60px;
   z-index: 0;
   left: 1px;
   top: 1px;
 }

 .container_a03334a1e741 {
   position: absolute !important;
   overflow: visible;
   width: 560px;
   height: 62px;
   z-index: 0;
   left: 440px;
   top: 556px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #0a234214;
 }

 .container_9f99ef275c8e {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 730px;
   z-index: 0;
   left: 0px;
   top: 6521.64px;
   background: #f7f8fa;
 }

 .text_6462e4f94d66 {
   width: 65.82px;
   height: 17px;
   z-index: 0;
   position: absolute !important;
   left: 12px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_ba8fac104ee1 {
   position: absolute !important;
   overflow: visible;
   width: 89.52px;
   height: 28px;
   z-index: 0;
   left: 24px;
   top: 112px;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_ba8fac104ee1 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 112px;
   width: 89.52px;
   height: 28px;
   z-index: 0;
 }

 .container_nested_ba8fac104ee1 {
   width: 89.52px;
   height: 28px;
   z-index: 0;
   background: #eef3fb;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f54cb5237262 {
   width: 439.84px;
   height: 94px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_ca44bad73c2c {
   width: 440.59px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 268px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_5b9057b07132 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 358px;
 }

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

 .text_0449d57d48f4 {
   width: 116.02px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 358px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_bc6ac308072d {
   width: 111.62px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 376px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_eb4001f0a779 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 418px;
 }

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

 .text_c0a4b7bf8b45 {
   width: 34.63px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 418px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_7ed315311898 {
   width: 233.66px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 436px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_3684d772b63b {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 478px;
 }

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

 .text_5899fc3fe6f6 {
   width: 53.2px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 478px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2945138512c6 {
   width: 218.75px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 496px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_20b586651efe {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 538px;
 }

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

 .text_0e4477575978 {
   width: 131.05px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 538px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_b128964ce809 {
   width: 230.83px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 556px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_28a2f7875015 {
   width: 18px;
   height: 18px;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 19px;
 }

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

 .text_3f0ecafc0369 {
   width: 225.68px;
   height: 22px;
   z-index: 0;
   position: absolute !important;
   left: 58px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_461ea117758a {
   position: absolute !important;
   overflow: visible;
   width: 315.3px;
   height: 56px;
   z-index: 0;
   left: 24px;
   top: 618px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_461ea117758a {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 618px;
   width: 315.3px;
   height: 56px;
   z-index: 0;
 }

 .container_nested_461ea117758a {
   width: 315.3px;
   height: 56px;
   z-index: 0;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .text_f37ec9d9cbb1 {
   width: 279.34px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2311fd8a1bf2 {
   width: 100.46px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_eae5e3807468 {
   position: absolute !important;
   overflow: visible;
   width: 153px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_f3949b0d5ee2 {
   width: 187px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_f3949b0d5ee2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 74px;
   width: 187px;
   height: 46px;
 }

 .input_text_f3949b0d5ee2::placeholder {
   width: 64.9px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_c41889350409 {
   width: 43.97px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 203px;
   top: 52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_a1f8c0705395 {
   position: absolute !important;
   overflow: visible;
   width: 153px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_text_7651f759b331 {
   width: 187px;
   height: 46px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_7651f759b331 {
   position: absolute !important;
   overflow: visible;
   left: 203px;
   top: 74px;
   width: 187px;
   height: 46px;
 }

 .input_text_7651f759b331::placeholder {
   width: 102.27px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_a1bfde6b53bc {
   width: 119.71px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_97c96bb97fc4 {
   position: absolute !important;
   overflow: visible;
   width: 153px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_select_bba64df7107f {
   width: 187px;
   height: 46px;
   z-index: 9998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   position: absolute !important;
   left: 0px;
   top: 158px;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Manrope';
 }

 .input_select_bba64df7107f option {
   width: 110.09px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_ad7cfeb13bad {
   width: 102.55px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 203px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

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

 .container_1f0e2c3b7de5 {
   position: absolute !important;
   overflow: visible;
   width: 153px;
   height: 19px;
   z-index: 0;
   left: 17px;
   top: 13px;
 }

 .input_select_5971cf2a7598 {
   width: 187px;
   height: 46px;
   z-index: 9998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   position: absolute !important;
   left: 203px;
   top: 158px;
   border-radius: 16px 16px 16px 16px;
   font-family: 'Manrope';
 }

 .input_select_5971cf2a7598 option {
   width: 119.15px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.12px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_d31b3fc68e31 {
   width: 116.93px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 220px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a35ace175fae {
   width: 136.7px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 13.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .input_text_2302a5363f62 {
   width: 390px;
   height: 47px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_2302a5363f62 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 242px;
   width: 390px;
   height: 47px;
 }

 .input_text_2302a5363f62::placeholder {
   width: 136.7px;
   height: 19px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e;
   font-family: 'Manrope';
 }

 .text_4336e28f16bc {
   width: 63.09px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 305px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a59edd0481dd {
   width: 262.71px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 17px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .input_text_babef967b26d {
   width: 390px;
   height: 106px;
   z-index: 998;
   border-top: 1px solid #0a234226;
   border-right: 1px solid #0a234226;
   border-bottom: 1px solid #0a234226;
   border-left: 1px solid #0a234226;
   border-radius: 16px 16px 16px 16px;
 }

 .wrapper_input_text_babef967b26d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 327px;
   width: 390px;
   height: 106px;
 }

 .input_text_babef967b26d::placeholder {
   width: 262.71px;
   height: 20px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a1a2e80;
   font-family: 'Manrope';
 }

 .text_dbf8a3b0cf60 {
   width: 119.19px;
   height: 19px;
   z-index: 0;
   position: absolute !important;
   left: 124.59px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_6b3dfb5198d0 {
   width: 14px;
   height: 14px;
   z-index: 0;
   position: absolute !important;
   left: 251.41px;
   top: 19px;
 }

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

 .container_9d94621a54e0 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 52px;
   z-index: 0;
   left: 0px;
   top: 463px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_nested_9d94621a54e0 {
   width: 390px;
   height: 52px;
   z-index: 0;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_496e482b2614 {
   width: 383px;
   height: 33px;
   z-index: 0;
   position: absolute !important;
   left: 3.59px;
   top: 530px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text-f3233378fadc_496e482b2614 {
   line-height: 16px;
   font-family: 'Manrope';
 }

 .text-b234cf94330b_496e482b2614 {
   line-height: 16px;
   font-family: 'Manrope';
   text-decoration-color: #6b7280 !important;
 }

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

 .container_d9eb4f0e3d5e {
   position: absolute !important;
   overflow: visible;
   width: 456px;
   height: 629px;
   z-index: 0;
   left: 544px;
   top: 112px;
   background: #f7f8fa;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #0a23421a;
 }

 .container_wrapper_d9eb4f0e3d5e {
   position: absolute !important;
   overflow: visible;
   left: 544px;
   top: 112px;
   width: 456px;
   height: 629px;
   z-index: 0;
 }

 .container_nested_d9eb4f0e3d5e {
   width: 456px;
   height: 629px;
   z-index: 0;
   border-top: 1px solid #0a23421a;
   border-right: 1px solid #0a23421a;
   border-bottom: 1px solid #0a23421a;
   border-left: 1px solid #0a23421a;
   background: #f7f8fa;
   border-radius: 24px 24px 24px 24px;
 }

 .container_81dc85ad6a9b {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 853px;
   z-index: 0;
   left: 0px;
   top: 7251.64px;
   background: #ffffff;
 }

 .text_833eef965b36 {
   width: 175.68px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 424.33px;
   top: 80px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_7a2f00f72265 {
   width: 898.32px;
   height: 113px;
   z-index: 0;
   position: absolute !important;
   left: 63.03px;
   top: 103px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_9d727c2f5445 {
   width: 902.66px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 60.86px;
   top: 230px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_dfabb6e3a15c {
   width: 219.23px;
   height: 22px;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_33d8cdea280f {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 258.86px;
   top: 20px;
 }

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

 .container_47b6486340d7 {
   position: absolute !important;
   overflow: visible;
   width: 306.86px;
   height: 56px;
   z-index: 0;
   left: 235.48px;
   top: 324px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_47b6486340d7 {
   position: absolute !important;
   overflow: visible;
   left: 235.48px;
   top: 324px;
   width: 306.86px;
   height: 56px;
   z-index: 0;
 }

 .container_nested_47b6486340d7 {
   width: 306.86px;
   height: 56px;
   z-index: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e23a4a6ce9e8 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 32px;
   top: 20px;
 }

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

 .text_4db6458d2d86 {
   width: 142.47px;
   height: 22px;
   z-index: 0;
   position: absolute !important;
   left: 56px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_86ff967d9d67 {
   position: absolute !important;
   overflow: visible;
   width: 230.16px;
   height: 56px;
   z-index: 0;
   left: 558.34px;
   top: 324px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_86ff967d9d67 {
   position: absolute !important;
   overflow: visible;
   left: 558.34px;
   top: 324px;
   width: 230.16px;
   height: 56px;
   z-index: 0;
 }

 .container_nested_86ff967d9d67 {
   width: 230.16px;
   height: 56px;
   z-index: 0;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_414fd5ebca3c {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 460px;
   z-index: 0;
   left: 0px;
   top: 8104.64px;
   background: #0a2342;
 }

 .container_373d7bc15540 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 9066px;
   z-index: 0;
   left: 0px;
   top: -0.14px;
 }

 .text_b9a946ec88a5 {
   width: 40.62px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: -0.2px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6ff87f329483 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 64px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .text_e14b7bb5caff {
   width: 158.96px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 76px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_c69a655a7c39 {
   width: 103.94px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 76px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_96b55316b887 {
   width: 185.14px;
   height: 64.5px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 125px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_b379e3f0cc5b {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 216.25px;
 }

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

 .imageview_cfbd49c2ba2d {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 216.25px;
 }

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

 .imageview_c2df1c660244 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 120px;
   top: 216.25px;
 }

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

 .imageview_5ff703f37fab {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 168px;
   top: 216.25px;
 }

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

 .text_25ebd8a7a78d {
   width: 69.54px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 278px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2281cdcfe4b2 {
   width: 135.6px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_c2bd31f51ce5 {
   width: 91px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_56ee2b2b6031 {
   width: 97.18px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_aca2888f141d {
   width: 147.33px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_914b8ef3748e {
   width: 154.63px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f3794abdac32 {
   width: 27.98px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_cf856ffbb149 {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 204px;
   z-index: 1;
   left: 278px;
   top: 100px;
 }

 .text_48a7d322fdc4 {
   width: 99.38px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 532px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_32fffce99a6f {
   width: 98.54px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1d5c7403e11f {
   width: 96.4px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_aed39a13f95c {
   width: 131.27px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_eedec64ae81b {
   width: 170.55px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_e73d49099ffd {
   width: 138.09px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_a555a376de5c {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 168px;
   z-index: 1;
   left: 532px;
   top: 100px;
 }

 .text_e494cf26a302 {
   width: 106.69px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 786px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_be2c36b77414 {
   width: 66.53px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_8fffc4374a57 {
   width: 28.79px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_8a56c5712638 {
   width: 25.99px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_8166bee2ba4b {
   width: 53.97px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_a659cafdc556 {
   width: 144.58px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 147px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_1ce39e056a5b {
   width: 34.92px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_f07cc232b0ac {
   width: 95.74px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 219px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_57b7fc9e7069 {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 240px;
   z-index: 1;
   left: 786px;
   top: 100px;
 }

 .text_d816af366e8e {
   width: 322.49px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_558f714f17f2 {
   width: 124.05px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 708.92px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4386af18108c {
   width: 30.04px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 848.58px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_2d11e0bdfbd2 {
   width: 82.1px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 894.23px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_6f20fbd0ef0b {
   position: absolute !important;
   overflow: visible;
   width: 976px;
   height: 49px;
   z-index: 1;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   left: 24px;
   top: 420px;
   box-shadow: inset 0 1px 0 0 #ffffff14;
 }

 .container_23d1b6c996ae {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 501px;
   z-index: 1;
   left: 0px;
   top: 8564.64px;
   background: #060f1e;
 }

 .text_89cc670efdd3 {
   width: 37.83px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 1.19px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_9aae08fd0bf9 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_28253e226a4f {
   width: 46.01px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 52px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_9a6e4e9b4c69 {
   width: 81.1px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 52px;
   top: 24px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_922aa85df278 {
   position: absolute !important;
   overflow: visible;
   width: 132.78px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 20px;
 }

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

 .text_41a9d3984528 {
   width: 40.01px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 68.01px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_441c850af993 {
   width: 58.04px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 139.7px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_e513e23f6a48 {
   width: 84.69px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 229.36px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_e21b161893a9 {
   width: 29.88px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 345.72px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .text_4592c85a8dab {
   width: 55.73px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 407.22px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_8f2346720e35 {
   position: absolute !important;
   overflow: visible;
   width: 462.58px;
   height: 20px;
   z-index: 1;
   left: 177.19px;
   top: 30px;
 }

 .container_wrapper_8f2346720e35 {
   position: absolute !important;
   overflow: visible;
   left: 177.19px;
   top: 30px;
   width: 462.58px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_8f2346720e35 {
   width: 462.58px;
   height: 20px;
   z-index: 1;
 }

 .imageview_595d3397e926 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 12.5px;
 }

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

 .text_5073c788be67 {
   width: 70.04px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .container_54c3bc37c4ef {
   position: absolute !important;
   overflow: visible;
   width: 132.73px;
   height: 40px;
   z-index: 1;
   left: 660.17px;
   top: 20px;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_54c3bc37c4ef {
   position: absolute !important;
   overflow: visible;
   left: 660.17px;
   top: 20px;
   width: 132.73px;
   height: 40px;
   z-index: 1;
 }

 .container_nested_54c3bc37c4ef {
   width: 132.73px;
   height: 40px;
   z-index: 1;
   background: #25d366;
   border-radius: 16px 16px 16px 16px;
 }

 .text_f5734c7dc586 {
   width: 133.39px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Manrope';
 }

 .imageview_bfa4bc0f7625 {
   width: 14px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 161.09px;
   top: 13px;
 }

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

 .container_a7581e0380f0 {
   position: absolute !important;
   overflow: visible;
   width: 195.09px;
   height: 40px;
   z-index: 1;
   left: 804.91px;
   top: 20px;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_a7581e0380f0 {
   position: absolute !important;
   overflow: visible;
   left: 804.91px;
   top: 20px;
   width: 195.09px;
   height: 40px;
   z-index: 1;
 }

 .container_nested_a7581e0380f0 {
   width: 195.09px;
   height: 40px;
   z-index: 1;
   background: #0a2342;
   border-radius: 16px 16px 16px 16px;
 }

 .container_e7a9048185ba {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 80px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_e7a9048185ba {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1024px;
   height: 80px;
   z-index: 1;
 }

 .container_nested_e7a9048185ba {
   width: 1024px;
   height: 80px;
   z-index: 1;
 }

 .container_736f7209e14f {
   width: 56px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .imageview_3a4e42ace85e {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .container_503308bd888b {
   position: fixed !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 9999;
   left: 944px;
   top: 8985.64px;
   background: #25d366;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .viewport_687e8ea4698d {
   width: 1024px;
   height: 9065.64px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f8fa;
 }


 @media (max-width: 1024px) {
   .page_1920w_light .yotako-main {
     display: none !important;
   }

   .page_1920w_light .vp_1024 {
     display: flex !important;
   }
 }

 @media (min-width: 1025px) {
   .page_1920w_light .yotako-main {
     display: none !important;
   }

   .page_1920w_light .vp_1920 {
     display: flex !important;
   }
 }