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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

 body .wp-block-video video {
   width: 100%;
 }

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

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

 [class^="vp_"],
 [class*=" vp_"] {
   display: flex;
   flex-direction: column;
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_31adc6e8f252 {
   width: 782px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_70f854cf0d7d {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_7802be20535c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_96aaf9a98df4 {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_7d8588a13aa7 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7d8588a13aa7 {
   overflow: visible;
 }

 .container_b403689a0c2f {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_255c2a111125 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7cb6bb421e60 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_09a6fd68870a {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09a6fd68870a {
   overflow: visible;
 }

 .container_13610011b276 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_4fdb976d2568 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_368b21b75704 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_368b21b75704 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_368b21b75704 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_2180280e636f {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_1fe2568fc791 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_313a3ba6a356 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_74355477706b {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_71e2cdee8665 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_71e2cdee8665 {
   overflow: visible;
 }

 .container_3f9a1992b603 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_8d5ab0c8c279 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f70745d1758c {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_ed0b898e999b {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ed0b898e999b {
   overflow: visible;
 }

 .container_a96fc0a73613 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_ca3d38fedea3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e54f3dba64a {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_37a91775608b {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_b2bec546c269 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_f77913a220a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b59a6b70ba92 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_d4f901e0c771 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4f901e0c771 {
   overflow: visible;
 }

 .container_9e18370e9657 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_47c1a8833b3f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ceeb2ff11fd9 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_d26dd6ec7a02 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d26dd6ec7a02 {
   overflow: visible;
 }

 .container_a51a835c4b2f {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_56139ca136ca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_62d8822b934d {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_f0f1bc92bb35 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_a7711224b176 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_5e73e1ca4947 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_39679cbd4d22 {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_e5512dd1b67e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d77f173b5b6c {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_b43b39aabb41 {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_66a0dca0d8da {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_66a0dca0d8da {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_66a0dca0d8da {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d99e54624042 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_bc0fb945304a {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_7a829d42dee8 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_0ce29a74b578 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_0ce29a74b578 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_e06b2438943b {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_e06b2438943b img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_c6d6cdf73a41 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_80f823a82763 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_80f823a82763 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_80f823a82763 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c50309f32737 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_1be2c9c9d4d1 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_7e2114cab4b1 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e2114cab4b1 {
   overflow: visible;
 }

 .container_6b00142bda22 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_bf099c238788 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_a8642bf6db76 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_4857f56493b2 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_6183dd717ddd {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6183dd717ddd {
   overflow: visible;
 }

 .container_436490719b10 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_8d8bc27f56e2 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_8d8bc27f56e2 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_8d8bc27f56e2 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_e4a7c730ef30 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_0b237a78a432 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_18feea67a694 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_652a1dbf6576 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_aef5b6a9f2a9 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_142316bb2394 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_142316bb2394 {
   overflow: visible;
 }

 .container_55e9e6bfd1d8 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b251e04d942b {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_0488e4573374 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_15040c774c29 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_15040c774c29 {
   overflow: visible;
 }

 .container_ff259ae8aa15 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_250fbd9e89c4 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_705e73096dad {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_705e73096dad {
   overflow: visible;
 }

 .container_3f91f8af2e7f {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_3f91f8af2e7f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_3f91f8af2e7f {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_7baf10246e80 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_7baf10246e80 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7baf10246e80 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_db0df357285f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_db0df357285f {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_06ff5a1df336 {
   width: 850px;
   height: 240px;
   position: absolute !important;
   left: 30px;
   top: 192px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a4f81121b846 {
   width: 800px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 419px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_acde221bccf6 {
   width: max-content;
   position: absolute !important;
   left: 29px;
   top: 5px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_3a45d3005c7f {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 38px;
   left: 0px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_3a45d3005c7f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 204px;
   height: 38px;
 }

 .container_nested_3a45d3005c7f {
   width: 204px;
   height: 38px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_9464afa6a795 {
   width: max-content;
   position: absolute !important;
   left: 24.48px;
   top: 5px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_356873b790f7 {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 38px;
   left: 219.52px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_356873b790f7 {
   position: absolute !important;
   overflow: visible;
   left: 219.52px;
   top: 0px;
   width: 205px;
   height: 38px;
 }

 .container_nested_356873b790f7 {
   width: 205px;
   height: 38px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_bcce7628e9d6 {
   position: absolute !important;
   overflow: visible;
   width: 425.63px;
   height: 40px;
   left: 900px;
   top: 520px;
 }

 .container_ae2761c0f0be {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 700px;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #00434fe6 0%, #00434f99 100%);
 }

 .container_491e281770e1 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 700px;
   left: 0px;
   top: 100px;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2001:884.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_09c57e5aa708 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_5bc099e29dfe {
   width: 355.33px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5bc099e29dfe {
   overflow: visible;
 }

 .container_3c3306a4f755 {
   position: absolute !important;
   overflow: visible;
   width: 355.33px;
   height: 33.59px;
   left: 0px;
   top: 0px;
 }

 .text_5a15c58002cd {
   width: 355.33px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 39.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_eea65eb70c4f {
   width: 13.33px;
   height: 13.33px;
   position: absolute !important;
   left: -0.33px;
   top: 78px;
 }

 .imageview_eea65eb70c4f img {
   position: absolute;
   width: 14.7px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .text_502888cae121 {
   width: max-content;
   position: absolute !important;
   left: 25px;
   top: 75px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_feab06dcb940 {
   width: max-content;
   position: absolute !important;
   left: 25px;
   top: 107px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-0cf038e96dd7_feab06dcb940 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-c526b534ac2e_feab06dcb940 {
   line-height: 20px;
   font-family: 'General Sans';
 }

 .imageview_6fe33f9535e4 {
   width: 13.26px;
   height: 13.29px;
   position: absolute !important;
   left: 0px;
   top: 110px;
 }

 .imageview_6fe33f9535e4 img {
   position: absolute;
   width: 14.6px !important;
   height: 14.6px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .text_09f83e916c90 {
   width: max-content;
   position: absolute !important;
   left: 24.67px;
   top: 138px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_ed93447e5268 {
   width: 13.33px;
   height: 10.67px;
   position: absolute !important;
   left: -0.33px;
   top: 143px;
 }

 .imageview_ed93447e5268 img {
   position: absolute;
   width: 14.7px !important;
   height: 12.0px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .container_217ffb886611 {
   position: absolute !important;
   overflow: visible;
   width: 355.33px;
   height: 30.67px;
   left: 80.33px;
   top: 0px;
 }

 .container_94d90b8907f6 {
   position: absolute !important;
   overflow: visible;
   width: 435.33px;
   height: 161.59px;
   left: 25px;
   top: 25px;
 }

 .container_3705a44acbe0 {
   position: absolute !important;
   overflow: visible;
   width: 485px;
   height: 230px;
   left: 30px;
   top: 64px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_3705a44acbe0 {
   position: absolute !important;
   overflow: visible;
   left: 30px;
   top: 64px;
   width: 485px;
   height: 230px;
 }

 .container_nested_3705a44acbe0 {
   width: 485px;
   height: 230px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2996f8a51562 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_fa9a1b31a61a {
   width: max-content;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b93fb6d76d5 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 40px;
   left: 70px;
   top: 31.59px;
 }

 .text_e0440346641b {
   width: 355.33px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e0440346641b {
   overflow: visible;
 }

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

 .imageview_f4d06b0ed188 {
   width: 13.33px;
   height: 13.33px;
   z-index: 2;
   position: absolute !important;
   left: -0.33px;
   top: 78px;
 }

 .imageview_f4d06b0ed188 img {
   position: absolute;
   width: 14.7px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .text_e156e8933f6a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 75px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_32c29698a31a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 107px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_dfe5d7d9ee43 {
   width: 13.26px;
   height: 13.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 110px;
 }

 .imageview_dfe5d7d9ee43 img {
   position: absolute;
   width: 14.6px !important;
   height: 14.6px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .text_2ed61ffb8b95 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24.67px;
   top: 138px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_d0d07aca578b {
   width: 13.33px;
   height: 10.67px;
   z-index: 2;
   position: absolute !important;
   left: -0.33px;
   top: 143px;
 }

 .imageview_d0d07aca578b img {
   position: absolute;
   width: 14.7px !important;
   height: 12.0px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .container_a5538a210d19 {
   position: absolute !important;
   overflow: visible;
   width: 355.33px;
   height: 30.67px;
   z-index: 2;
   left: 80.33px;
   top: 0px;
 }

 .container_4e73f63b0c2d {
   position: absolute !important;
   overflow: visible;
   width: 435.33px;
   height: 161.59px;
   left: 25px;
   top: 25px;
 }

 .container_fff2e6187b95 {
   position: absolute !important;
   overflow: visible;
   width: 486px;
   height: 230px;
   left: 539px;
   top: 64px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_fff2e6187b95 {
   position: absolute !important;
   overflow: visible;
   left: 539px;
   top: 64px;
   width: 486px;
   height: 230px;
 }

 .container_nested_fff2e6187b95 {
   width: 486px;
   height: 230px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_ec6d5eb99bdb {
   width: 355.34px;
   height: 20px;
   position: absolute !important;
   left: 80.67px;
   top: 41.59px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ec6d5eb99bdb {
   overflow: visible;
 }

 .text_cd34e02a5187 {
   width: 355.34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd34e02a5187 {
   overflow: visible;
 }

 .container_6df32af55c60 {
   position: absolute !important;
   overflow: visible;
   width: 355.34px;
   height: 33.59px;
   left: 80.67px;
   top: 0px;
 }

 .imageview_3aa6724af2a3 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: -0.33px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_ed5eb8f005ed {
   width: 13.33px;
   height: 13.33px;
   z-index: 1;
   position: absolute !important;
   left: -0.33px;
   top: 78px;
 }

 .imageview_ed5eb8f005ed img {
   position: absolute;
   width: 14.7px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .text_677ace4a50ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 70px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_4873f3671704 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 122px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_3d9c4df3b90b {
   width: 13.26px;
   height: 13.29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 125px;
 }

 .imageview_3d9c4df3b90b img {
   position: absolute;
   width: 14.6px !important;
   height: 14.6px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .text_2e794e17eac8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.67px;
   top: 153px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_fa3ae8203007 {
   width: 13.33px;
   height: 10.67px;
   z-index: 1;
   position: absolute !important;
   left: -0.33px;
   top: 158px;
 }

 .imageview_fa3ae8203007 img {
   position: absolute;
   width: 14.7px !important;
   height: 12.0px !important;
   max-width: none !important;
   left: -0.7px;
   top: -0.7px;
 }

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

 .container_cd4cebfdf306 {
   position: absolute !important;
   overflow: visible;
   width: 355.33px;
   height: 30.67px;
   z-index: 1;
   left: 82.01px;
   top: 0px;
 }

 .container_1eec6f0dbcf8 {
   position: absolute !important;
   overflow: visible;
   width: 435.34px;
   height: 161.59px;
   left: 25px;
   top: 25px;
 }

 .container_b0880746ff0d {
   position: absolute !important;
   overflow: visible;
   width: 485px;
   height: 230px;
   left: 1049px;
   top: 64px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_b0880746ff0d {
   position: absolute !important;
   overflow: visible;
   left: 1049px;
   top: 64px;
   width: 485px;
   height: 230px;
 }

 .container_nested_b0880746ff0d {
   width: 485px;
   height: 230px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_dce9a64cc1ea {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 330px;
   left: 0px;
   top: 800px;
   background: #f7e7dd;
 }

 .imageview_3c0654002449 {
   width: 356px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_b699682e4f82 {
   width: 356px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 272px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_0e1c3229121f {
   width: 356px;
   height: 256px;
   position: absolute !important;
   left: 372px;
   top: 32px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_681cdbafe687 {
   width: 356px;
   height: 256px;
   position: absolute !important;
   left: 372px;
   top: 304px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_7f07fb663df7 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 512px;
   left: 792px;
   top: 1175px;
 }

 .text_d6a272abff2d {
   width: max-content;
   position: absolute !important;
   left: 11px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_569c61495969 {
   position: absolute !important;
   overflow: visible;
   width: 200px;
   height: 36px;
   left: 682px;
   top: 1790px;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_569c61495969 {
   position: absolute !important;
   overflow: visible;
   left: 682px;
   top: 1790px;
   width: 200px;
   height: 36px;
 }

 .container_nested_569c61495969 {
   width: 200px;
   height: 36px;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f523f823fc69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_fdc3a966f317 {
   position: absolute !important;
   overflow: visible;
   width: 417px;
   height: 42px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_3006252b30c0 {
   width: 725px;
   height: 392px;
   z-index: 1;
   position: absolute !important;
   left: 1.5px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3006252b30c0 {
   overflow: visible;
 }

 .container_80950563b102 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 84px;
   z-index: 1;
   left: 0px;
   top: 64px;
 }

 .text_5d2cfec863e9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_21fa2a4e7da6 {
   position: absolute !important;
   overflow: visible;
   width: 136px;
   height: 24px;
   z-index: 1;
   left: 28.67px;
   top: 0px;
 }

 .imageview_329cc6f2325b {
   width: 20.67px;
   height: 20.67px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

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

 .container_ba8cb226aaa0 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_90d36c81cce5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b25171f1e6ff {
   position: absolute !important;
   overflow: visible;
   width: 112px;
   height: 24px;
   z-index: 1;
   left: 28.67px;
   top: 0px;
 }

 .imageview_370c6513daac {
   width: 20.67px;
   height: 20.67px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

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

 .container_f5a92265d06d {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 24px;
   z-index: 1;
   left: 372px;
   top: 0px;
 }

 .text_a62cff3c8afb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fb38c55ec0eb {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 24px;
   z-index: 1;
   left: 28.67px;
   top: 0px;
 }

 .imageview_c41c48dfae8a {
   width: 20.67px;
   height: 20.67px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

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

 .container_5812cce72553 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 40px;
 }

 .text_88e189fef2bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_02ce8aab522b {
   position: absolute !important;
   overflow: visible;
   width: 190px;
   height: 24px;
   z-index: 1;
   left: 28.67px;
   top: 0px;
 }

 .imageview_7f14b99b3b65 {
   width: 20.67px;
   height: 20.67px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

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

 .container_59c0fa3a469c {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 24px;
   z-index: 1;
   left: 372px;
   top: 40px;
 }

 .container_021461bf5263 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 490px;
 }

 .container_bd2b2ce4dd9a {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 42px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_dd8f0d9703bb {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 1;
   left: 30px;
   top: 1180px;
 }

 .text_96eaac7d457e {
   width: max-content;
   position: absolute !important;
   left: 660.5px;
   top: 60px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .text_d629b1951b46 {
   width: max-content;
   position: absolute !important;
   left: 527.5px;
   top: 120px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .imageview_ae96519de537 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .text_eab2ac536c5a {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eab2ac536c5a {
   overflow: visible;
 }

 .container_95273da3f0f4 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_52746c938f9f {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 772px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_52746c938f9f {
   position: absolute !important;
   overflow: visible;
   left: 772px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_52746c938f9f {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_28f58cbd71c0 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 145px;
   top: 25px;
 }

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

 .text_a3a2fa4890ae {
   width: 304px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a3a2fa4890ae {
   overflow: visible;
 }

 .container_aae6cae05920 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_9634bbb24c51 {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_9634bbb24c51 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_9634bbb24c51 {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_b7a208c5f131 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b7a208c5f131 {
   overflow: visible;
 }

 .container_86da7a4bc0ca {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_7c0cd3961083 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 145px;
   top: 25px;
 }

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

 .container_d2222fa7f52d {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 386px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_d2222fa7f52d {
   position: absolute !important;
   overflow: visible;
   left: 386px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_d2222fa7f52d {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_96e353264d08 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_96e353264d08 {
   overflow: visible;
 }

 .container_aac563989a7c {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_967631b1bea3 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .container_3875e0ead26a {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 1156px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_3875e0ead26a {
   position: absolute !important;
   overflow: visible;
   left: 1156px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_3875e0ead26a {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_9177d8217b33 {
   position: absolute !important;
   overflow: visible;
   width: 1508px;
   height: 200px;
   left: 30px;
   top: 184px;
 }

 .text_2e4bffa85138 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2e4bffa85138 {
   overflow: visible;
 }

 .container_8e137d276e0a {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_3d421031d345 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 145px;
   top: 25px;
 }

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

 .container_5a30b4242b81 {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_5a30b4242b81 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_5a30b4242b81 {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_bbd70b89bc41 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 145px;
   top: 25px;
 }

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

 .text_da4d947e4bdd {
   width: 304px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da4d947e4bdd {
   overflow: visible;
 }

 .container_9513f232ccb0 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_031ed1fc1135 {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 386px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_031ed1fc1135 {
   position: absolute !important;
   overflow: visible;
   left: 386px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_031ed1fc1135 {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_b62def2ea3fe {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .text_c6a95af8ea92 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c6a95af8ea92 {
   overflow: visible;
 }

 .container_d8b050ff3852 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_a8f0c10b1a50 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 772px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_a8f0c10b1a50 {
   position: absolute !important;
   overflow: visible;
   left: 772px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_a8f0c10b1a50 {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_cd4625c76e1c {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd4625c76e1c {
   overflow: visible;
 }

 .container_5434345c8306 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_7546adc7007f {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .container_b3d5d636e15e {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 1156px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_b3d5d636e15e {
   position: absolute !important;
   overflow: visible;
   left: 1156px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_b3d5d636e15e {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_a7084108b50f {
   position: absolute !important;
   overflow: visible;
   width: 1508px;
   height: 200px;
   left: 28px;
   top: 400px;
 }

 .text_7cdcbde8dfc6 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7cdcbde8dfc6 {
   overflow: visible;
 }

 .container_afa200ce704f {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_867a59b6fdd3 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 145px;
   top: 25px;
 }

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

 .container_9c649e52d883 {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_9c649e52d883 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_9c649e52d883 {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ef6849ebdd9e {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 145px;
   top: 25px;
 }

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

 .text_2798e20205d8 {
   width: 304px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2798e20205d8 {
   overflow: visible;
 }

 .container_e835c9f71d61 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_d5ee5bdd0a62 {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 386px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_d5ee5bdd0a62 {
   position: absolute !important;
   overflow: visible;
   left: 386px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_d5ee5bdd0a62 {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a6721cb65ca3 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .text_74b94343f193 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_74b94343f193 {
   overflow: visible;
 }

 .container_7a5ff9ccc4b0 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_212846740af7 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 772px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_212846740af7 {
   position: absolute !important;
   overflow: visible;
   left: 772px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_212846740af7 {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_76d536ab33d3 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_76d536ab33d3 {
   overflow: visible;
 }

 .container_3b350b3d57a4 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_f39057392581 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .container_4a03e76b05dc {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 1156px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_4a03e76b05dc {
   position: absolute !important;
   overflow: visible;
   left: 1156px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_4a03e76b05dc {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_c86530b395bc {
   position: absolute !important;
   overflow: visible;
   width: 1508px;
   height: 200px;
   left: 28px;
   top: 620px;
 }

 .imageview_2506c9725c75 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .text_d1e24f55c14d {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d1e24f55c14d {
   overflow: visible;
 }

 .container_cf9f5202b368 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_9b9d2449c73e {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_9b9d2449c73e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_9b9d2449c73e {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_a95dce9c1fa3 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a95dce9c1fa3 {
   overflow: visible;
 }

 .container_ce70619708c3 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_86a8ee897971 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .container_24718df5e635 {
   position: absolute !important;
   overflow: visible;
   width: 354px;
   height: 200px;
   left: 386px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_24718df5e635 {
   position: absolute !important;
   overflow: visible;
   left: 386px;
   top: 0px;
   width: 354px;
   height: 200px;
 }

 .container_nested_24718df5e635 {
   width: 354px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0d741af572c7 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

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

 .text_4c84f6d55201 {
   width: 304px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4c84f6d55201 {
   overflow: visible;
 }

 .container_f5312e8ebb5a {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .container_29bdf7053bd8 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 772px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_29bdf7053bd8 {
   position: absolute !important;
   overflow: visible;
   left: 772px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_29bdf7053bd8 {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_eda48d5431c4 {
   width: 302px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eda48d5431c4 {
   overflow: visible;
 }

 .container_1bf3fd7e93d5 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_e66412795176 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

 .imageview_e66412795176 img {
   position: absolute;
   width: 80.0px !important;
   height: 68.0px !important;
   max-width: none !important;
   left: -8.0px;
   top: -2.0px;
 }

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

 .container_b8b9c86251d8 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 200px;
   left: 1156px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_b8b9c86251d8 {
   position: absolute !important;
   overflow: visible;
   left: 1156px;
   top: 0px;
   width: 352px;
   height: 200px;
 }

 .container_nested_b8b9c86251d8 {
   width: 352px;
   height: 200px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_b871cde45c56 {
   position: absolute !important;
   overflow: visible;
   width: 1508px;
   height: 200px;
   left: 28px;
   top: 840px;
 }

 .container_45e7d6580c86 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 603px;
   left: 0px;
   top: 1830px;
   background: #ffffff;
 }

 .text_dc4dabd77ced {
   width: fit-content;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_ba452f05cf54 {
   width: fit-content;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_4bf876351087 {
   padding: 0 570px 0 570px;
   width: 1504px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 17px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7cb333f720f3 {
   width: 96.67px;
   height: 15.89px;
   position: absolute !important;
   left: 25.83px;
   top: 25.83px;
 }

 .imageview_7cb333f720f3 img {
   position: absolute;
   width: 98.3px !important;
   height: 17.6px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_beb36dd0e228 {
   width: 426px;
   height: 180px;
   position: absolute !important;
   left: 0px;
   top: 0.61px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_beb36dd0e228 {
   overflow: visible;
 }

 .container_1281f36feb70 {
   position: absolute !important;
   overflow: visible;
   width: 426px;
   height: 181px;
   left: 25px;
   top: 70px;
 }

 .text_13be050bd667 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_72704e3329f5 {
   position: absolute !important;
   overflow: visible;
   width: 102px;
   height: 26px;
   left: 25px;
   top: 270px;
 }

 .container_d43a22570017 {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 330px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_d43a22570017 {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 330px;
   flex-shrink: 0;
 }

 .container_nested_d43a22570017 {
   width: 480px;
   height: 330px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_f6f48f68f0bf {
   width: 96.67px;
   height: 15.89px;
   position: absolute !important;
   left: 25.83px;
   top: 25.83px;
 }

 .imageview_f6f48f68f0bf img {
   position: absolute;
   width: 98.3px !important;
   height: 17.6px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_3df95007bf4c {
   width: 408px;
   height: 640px;
   position: absolute !important;
   left: 0px;
   top: 0.61px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3df95007bf4c {
   overflow: visible;
 }

 .container_3e163100e10b {
   position: absolute !important;
   overflow: visible;
   width: 408px;
   height: 53.22px;
   left: 25px;
   top: 70px;
 }

 .text_2b8d56d1b695 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_f1a83d2bcbca {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 26px;
   left: 25px;
   top: 750px;
 }

 .container_be9f2eb013f9 {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 800px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_be9f2eb013f9 {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 800px;
   flex-shrink: 0;
 }

 .container_nested_be9f2eb013f9 {
   width: 480px;
   height: 800px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a36563815c7a {
   width: 96.67px;
   height: 15.89px;
   position: absolute !important;
   left: 25.83px;
   top: 25.83px;
 }

 .imageview_a36563815c7a img {
   position: absolute;
   width: 98.3px !important;
   height: 17.6px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_3964102c3917 {
   width: 414px;
   height: 103px;
   position: absolute !important;
   left: 0px;
   top: 0.61px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3964102c3917 {
   overflow: visible;
 }

 .container_19be6411c98c {
   position: absolute !important;
   overflow: visible;
   width: 408px;
   height: 53.22px;
   left: 25px;
   top: 65px;
 }

 .text_002855dc4e45 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_079863632855 {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 26px;
   left: 25px;
   top: 190px;
 }

 .container_57fcf8075a0c {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 250px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_57fcf8075a0c {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 250px;
   flex-shrink: 0;
 }

 .container_nested_57fcf8075a0c {
   width: 480px;
   height: 250px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_72255f29775f {
   width: 1504px;
   height: 800px;
   flex-shrink: 0;
   justify-content: center;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_690e6272f406 {
   padding: 80px 30px 0 30px;
   width: 1564px;
   height: 1220.38px;
   position: absolute !important;
   left: 0px;
   top: 2913px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7e7dd;
 }

 .text_cbeaf0cb5f98 {
   width: 651px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cbeaf0cb5f98 {
   overflow: visible;
 }

 .container_9a6e49bb19eb {
   width: 651px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 456.5px;
   top: 146px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_f7f54bb935a5 {
   padding: 0 12px 0 12px;
   width: 203.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .container_nested_f7f54bb935a5 {
   padding: 0 12px 0 12px;
   width: 203.52px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .container_wrapper_fcadc058d4a5 {
   width: 116.67px;
   height: fit-content;
   z-index: 1;
 }

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

 .container_75d9f570ef3c {
   padding: 0 10px 0 10px;
   width: 136.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .container_nested_75d9f570ef3c {
   padding: 0 10px 0 10px;
   width: 136.67px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_45d89ae0f89b {
   padding: 0 573.91px 0 573.91px;
   width: 1504px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 240px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_1ea1e886c9da {
   width: 506px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 531.5px;
   top: 80px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ef34a943477d {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 346px;
   z-index: 1;
   left: 0px;
   top: 4000px;
   background: #00434f;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 1px #00434fff;
 }

 .imageview_cd07c730f531 {
   width: 782px;
   height: 387px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e3cebcbe8fd5 {
   width: 782px;
   height: 387px;
   z-index: 2;
   position: absolute !important;
   left: 782px;
   top: 0.25px;
   _scaling-factor: 0.5;
 }

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

 .imageview_a9e6cf2f7343 {
   width: 263px;
   height: auto !important;
   z-index: 3;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_20d4bf000d0c {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_568cba928ce8 {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_72aa01a6e541 {
   width: 313px;
   height: 26px;
   z-index: 4;
   position: absolute !important;
   left: 50px;
   top: 95px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_72aa01a6e541 {
   overflow: visible;
 }

 .text_3655288982bc {
   width: 352px;
   height: 203.19px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_ccd6205ede10 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b7a19461df3b {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .text_e0570a720bdf {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_bdaa155e5251 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 76px;
 }

 .text_de4aaafe3645 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cb99d4ac85b0 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 108px;
 }

 .text_82745424006d {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_924b39a90c61 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 140px;
 }

 .container_50a9b028db95 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 4;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_50a9b028db95 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 4;
 }

 .container_nested_50a9b028db95 {
   width: 250px;
   height: 203px;
   z-index: 4;
 }

 .text_559dc35615e7 {
   width: 352px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_559dc35615e7 {
   overflow: visible;
 }

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

 .text_189b07614135 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b8f9c7f73995 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_8f5d1b592247 {
   width: 250px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2af43d495efd {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 64px;
 }

 .text_7ac9e6d65632 {
   width: 250px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_80874fdb8080 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 128px;
 }

 .container_c06204c66ed9 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 4;
   left: 0px;
   top: 44px;
 }

 .container_0bad72d02b4d {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 4;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_0bad72d02b4d {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 4;
 }

 .container_nested_0bad72d02b4d {
   width: 250px;
   height: 203px;
   z-index: 4;
 }

 .text_ad0f044b9084 {
   width: 352px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ad0f044b9084 {
   overflow: visible;
 }

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

 .text_6018e1a67491 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_682629513827 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 4;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_3d9d839297ef {
   width: 16.57px;
   height: 16.61px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_3d9d839297ef img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_f69bb65e7aa7 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_4be5118c0bff {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cd1e4d346b14 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_cd1e4d346b14 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 5;
 }

 .container_nested_cd1e4d346b14 {
   width: 130px;
   height: 44px;
   z-index: 5;
 }

 .imageview_61b4bbad7509 {
   width: 16.67px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_61b4bbad7509 img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_663422400802 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 4;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_663422400802 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 4;
 }

 .container_nested_663422400802 {
   width: 250px;
   height: 203px;
   z-index: 4;
 }

 .container_22497414e157 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 4;
   left: 30px;
   top: 48px;
 }

 .container_b192df01e0b8 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_3828a3e72ee1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_36563f9ba630 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 4;
   left: 0px;
   top: 33px;
 }

 .container_445267e7140c {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 4;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_4cb10b95014c {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 2;
   left: 0px;
   top: 4345.75px;
   background: #00434f;
 }

 .container_wrapper_4cb10b95014c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4345.75px;
   width: 1564px;
   height: 386.58px;
   z-index: 2;
 }

 .container_nested_4cb10b95014c {
   width: 1564px;
   height: 386.58px;
   z-index: 2;
   background: #00434f;
 }

 .viewport_8ec20826fe74 {
   width: 1564px;
   height: 4732px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_ee7f87c3b714 {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_dcd6167358fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8542029c20e8 {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_df6d1a771849 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_585bfe9bd9a7 {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_65235b440f25 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

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

 .container_f83f477abe41 {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_f83f477abe41 {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_f83f477abe41 {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_058d4614d5bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_460811876e93 {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_f36a85d2b9d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_47e666000c40 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_9054ce0161f4 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-bcff14f9b87e_9054ce0161f4 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-61556c19f6a8_9054ce0161f4 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_ff11de6e6d80 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_0f6830397d9e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c44795e308aa {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_63cafc06af6d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a74d32960217 {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_d5cdb6458d37 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_ae9a249dd149 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_b8da86980818 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f6049c6a8d13 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_fb7e51d73026 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_db9375a570dc {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_06dee0029a40 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-307dfb9fcdf5_06dee0029a40 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-b0c9f513e83e_06dee0029a40 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_c1e8c0cb63a4 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_c1e8c0cb63a4 {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_c1e8c0cb63a4 {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_48cd569a7aec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_be1ca96aab41 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_2415a3ae1fa9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_110e628bc27b {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_9193fc407359 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_03204bcc22b6 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_d11a9fc2bf2c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_19024f186545 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_bc1e115b8c9a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e5dcad56e4b8 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_0d18fe0a8a03 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-72bb197d3f86_0d18fe0a8a03 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-80e9d1703fd7_0d18fe0a8a03 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_b3a02a8d1d75 {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_ebfad1a17b1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5f45526e07d2 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_ddb469b9f937 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cd64651ffa2e {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_87c45d769d94 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_b66256d58858 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_74b4ed082bc0 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 144px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_d6dcd1d723d3 {
   width: 102.14px;
   height: 63.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b1b95354e3c2 {
   width: 23.99px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

 .container_f1a56babe28c {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   z-index: 2;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_f1a56babe28c {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
   z-index: 2;
 }

 .container_nested_f1a56babe28c {
   width: 39.98px;
   height: 39.98px;
   z-index: 2;
 }

 .container_127eb32050d1 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   z-index: 2;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .text_2990e174bad3 {
   width: max-content;
   position: absolute !important;
   left: 61.96px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_4ed1f634d2b0 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 42px;
   left: 16px;
   top: 1700px;
 }

 .text_d4b683713502 {
   width: 295px;
   height: 56px;
   position: absolute !important;
   left: 15.96px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4b683713502 {
   overflow: visible;
 }

 .container_6f5eb31d27af {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 56px;
   left: 16px;
   top: 1750px;
 }

 .text_e525c12eabd8 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e525c12eabd8 {
   overflow: visible;
 }

 .container_01f5161801c9 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .imageview_e814c41df0ae {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

 .imageview_e814c41df0ae img {
   position: absolute;
   width: 80.0px !important;
   height: 68.0px !important;
   max-width: none !important;
   left: -8.0px;
   top: -2.0px;
 }

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

 .container_2746e7567576 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 657px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_2746e7567576 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 657px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_2746e7567576 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_618e561b0d57 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_308e3ae4f801 {
   width: 304px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_308e3ae4f801 {
   overflow: visible;
 }

 .container_2adeaf26d035 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .container_dd1468c3930c {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 438px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_dd1468c3930c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 438px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_dd1468c3930c {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_4e40e22693a3 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e40e22693a3 {
   overflow: visible;
 }

 .container_4a99c2de4a16 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .imageview_1c78d50dd4ad {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_d7c061efedf0 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 219px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_d7c061efedf0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 219px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_d7c061efedf0 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_db35d3b5162a {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_76f4a6280a8f {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_76f4a6280a8f {
   overflow: visible;
 }

 .container_94b3788c8bba {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .container_14d328838586 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_14d328838586 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_14d328838586 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_5d5d550cff96 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 2628px;
 }

 .imageview_0306dc7dc89c {
   width: 22.67px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 143.67px;
   top: 1359px;
 }

 .imageview_0306dc7dc89c img {
   position: absolute;
   width: 25.3px !important;
   height: 26.7px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

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

 .imageview_8f8744fa3cf8 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_ca1956723a88 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca1956723a88 {
   overflow: visible;
 }

 .container_c9796e2eed91 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .container_4d9c72f80dbc {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 219px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_4d9c72f80dbc {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 219px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_4d9c72f80dbc {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_dea7c54e694c {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_87403514c5b3 {
   width: 304px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_87403514c5b3 {
   overflow: visible;
 }

 .container_3bad184b8d62 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .container_ebf8f99dc590 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_ebf8f99dc590 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_ebf8f99dc590 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_be655ad853b6 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_be655ad853b6 {
   overflow: visible;
 }

 .container_ca6b985e72c1 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .imageview_c1b8057bd212 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_91b78d39cf3b {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 438px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_91b78d39cf3b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 438px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_91b78d39cf3b {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_8bc4540b532e {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8bc4540b532e {
   overflow: visible;
 }

 .container_fce632bf67b9 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .imageview_674abe52322f {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_166804a622c0 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 657px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_166804a622c0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 657px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_166804a622c0 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_144ef9bc4579 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_144ef9bc4579 {
   overflow: visible;
 }

 .container_7a64b1718070 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .imageview_6296aa5684d4 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_1cd65b66e57d {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 876px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_1cd65b66e57d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 876px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_1cd65b66e57d {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7a3ecbabfd8f {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_aa0b53325617 {
   width: 304px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aa0b53325617 {
   overflow: visible;
 }

 .container_f2d65331dde0 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .container_e1608e6e2e4d {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 1095px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_e1608e6e2e4d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1095px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_e1608e6e2e4d {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_caf0825d03a8 {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_b7c61c1a577c {
   width: 302px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b7c61c1a577c {
   overflow: visible;
 }

 .container_a9813e65a8a6 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 2;
   left: 4px;
   top: 125px;
 }

 .container_1b9ceaa0b7da {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 2;
   left: 0px;
   top: 1314px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_1b9ceaa0b7da {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1314px;
   width: 310px;
   height: 200px;
   z-index: 2;
 }

 .container_nested_1b9ceaa0b7da {
   width: 310px;
   height: 200px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c54296ccaf30 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c54296ccaf30 {
   overflow: visible;
 }

 .container_25f0b64b1343 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .imageview_97e5ef97e537 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_5db2712a7582 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 1533px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_5db2712a7582 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1533px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_5db2712a7582 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_83508289a156 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_83508289a156 {
   overflow: visible;
 }

 .container_4880bdb08386 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .imageview_3f0678d3f4d6 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_7bd21173ebaa {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 1752px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_7bd21173ebaa {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1752px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_7bd21173ebaa {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_6832064d6414 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_cfee158b7bca {
   width: 304px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cfee158b7bca {
   overflow: visible;
 }

 .container_927d7de6b72e {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 33.59px;
   z-index: 1;
   left: 3px;
   top: 125px;
 }

 .container_bd220c829916 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 1971px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_bd220c829916 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1971px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_bd220c829916 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c49b0a2a5089 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .text_8b734b061f97 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8b734b061f97 {
   overflow: visible;
 }

 .container_fee0a7803e80 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .container_5d37dd47a8f0 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 2190px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_5d37dd47a8f0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2190px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_5d37dd47a8f0 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_61013bef5956 {
   width: 302px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_61013bef5956 {
   overflow: visible;
 }

 .container_67aa234e5d2a {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 1;
   left: 4px;
   top: 125px;
 }

 .imageview_a5028ba823f9 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 25px;
 }

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

 .container_aade39d15ca7 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 2409px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_aade39d15ca7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2409px;
   width: 310px;
   height: 200px;
   z-index: 1;
 }

 .container_nested_aade39d15ca7 {
   width: 310px;
   height: 200px;
   z-index: 1;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_197772f9fce2 {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 0px;
   top: 100px;
 }

 .container_ce2e472b4c7f {
   position: absolute !important;
   overflow: visible;
   width: 310px;
   height: 200px;
   z-index: 1;
   left: 24px;
   top: 1750px;
 }

 .container_31e70fb8c3dd {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 7000px;
   left: 0px;
   top: 1660px;
   background: #ffffff;
 }

 .imageview_89748bb307a4 {
   width: 155px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 171.47px;
   top: 31.99px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_938030f7be28 {
   width: 155px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_94ef272d4e2d {
   width: 155px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 271.99px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_2c5d220daaf1 {
   width: 155px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 171.47px;
   top: 303.98px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_3a9bf4212b30 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 256px;
   z-index: 1;
   left: 0px;
   top: 1000px;
 }

 .text_9612bf77ea41 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_005ab886e530 {
   position: absolute !important;
   overflow: visible;
   width: 167px;
   height: 34px;
   z-index: 1;
   left: 80.26px;
   top: 900px;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_005ab886e530 {
   position: absolute !important;
   overflow: visible;
   left: 80.26px;
   top: 900px;
   width: 167px;
   height: 34px;
   z-index: 1;
 }

 .container_nested_005ab886e530 {
   width: 167px;
   height: 34px;
   z-index: 1;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .imageview_806067e83eff {
   width: 19.99px;
   height: 20.66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

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

 .text_613af4d62df0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_aaee769d5655 {
   position: absolute !important;
   overflow: visible;
   width: 112.37px;
   height: 23.99px;
   z-index: 1;
   left: 27.99px;
   top: 0px;
 }

 .container_09de71dbd2f5 {
   position: absolute !important;
   overflow: visible;
   width: 155.47px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .imageview_68a96439e5be {
   width: 19.99px;
   height: 20.66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

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

 .text_07f7fc6b97d5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7d0566271999 {
   position: absolute !important;
   overflow: visible;
   width: 85.68px;
   height: 23.99px;
   z-index: 1;
   left: 27.99px;
   top: 0px;
 }

 .container_44d3b787cec3 {
   position: absolute !important;
   overflow: visible;
   width: 155.47px;
   height: 23.99px;
   z-index: 1;
   left: 171.47px;
   top: 0px;
 }

 .imageview_31242213a3ce {
   width: 19.99px;
   height: 20.66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 13.66px;
 }

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

 .text_1d82594fb319 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a73592036999 {
   position: absolute !important;
   overflow: visible;
   width: 119.38px;
   height: 23.99px;
   z-index: 1;
   left: 27.99px;
   top: 12px;
 }

 .container_5e5337d11c69 {
   position: absolute !important;
   overflow: visible;
   width: 155.47px;
   height: 47.98px;
   z-index: 1;
   left: 0px;
   top: 38.99px;
 }

 .imageview_06d5d8c0472c {
   width: 16.91px;
   height: 20.91px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 13.53px;
 }

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

 .text_c1b41eecd8df {
   width: 109px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c1b41eecd8df {
   overflow: visible;
 }

 .container_e462c1fd1bc8 {
   position: absolute !important;
   overflow: visible;
   width: 109px;
   height: 48px;
   z-index: 1;
   left: 24.91px;
   top: -0.01px;
 }

 .container_7758da779dd0 {
   position: absolute !important;
   overflow: visible;
   width: 155.47px;
   height: 47.98px;
   z-index: 1;
   left: 171.47px;
   top: 38.99px;
 }

 .container_94c7d24b8bd0 {
   position: absolute !important;
   overflow: visible;
   width: 326.94px;
   height: 86.97px;
   z-index: 1;
   left: 0px;
   top: 780px;
 }

 .text_049f3d48b923 {
   width: 314px;
   height: 700px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_049f3d48b923 {
   overflow: visible;
 }

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

 .text_55bb486e9b65 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_8b1919cf0372 {
   position: absolute !important;
   overflow: visible;
   width: 278px;
   height: 42px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_3e797b89e50e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5167168bb7bc {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 1;
   left: 15.99px;
   top: 1700px;
 }

 .imageview_f2b500a8480d {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_b39d7e154af0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_eec54d8386f0 {
   position: absolute !important;
   overflow: visible;
   width: 113px;
   height: 34px;
   z-index: 1;
   left: 79.98px;
   top: 0px;
 }

 .text_7730ec498549 {
   width: 187px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7730ec498549 {
   overflow: visible;
 }

 .container_0f62546a2bbf {
   position: absolute !important;
   overflow: visible;
   width: 187px;
   height: 40px;
   z-index: 1;
   left: 79.98px;
   top: 35px;
 }

 .imageview_db088bd2157f {
   width: 15.33px;
   height: 15.33px;
   z-index: 1;
   position: absolute !important;
   left: 79.98px;
   top: 91.56px;
 }

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

 .text_b9a351dbf5b3 {
   width: 180px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 99.9px;
   top: 88.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_9cfa3f9fa140 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 79.98px;
   top: 155.55px;
 }

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

 .text_681e1da19b4c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 99.97px;
   top: 152.56px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_1332ed058cef {
   width: 15.99px;
   height: 16.66px;
   z-index: 1;
   position: absolute !important;
   left: 79.98px;
   top: 183.53px;
 }

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

 .text_c63653fa14cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 99.97px;
   top: 180.54px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e732c5fc4d13 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 181.53px;
   z-index: 1;
   left: 25.1px;
   top: 25.1px;
 }

 .container_fae64f917323 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 251.73px;
   z-index: 1;
   left: 16px;
   top: 603.46px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_fae64f917323 {
   position: absolute !important;
   overflow: visible;
   left: 16px;
   top: 603.46px;
   width: 326px;
   height: 251.73px;
   z-index: 1;
 }

 .container_nested_fae64f917323 {
   width: 326px;
   height: 251.73px;
   z-index: 1;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_8f7a131fae9b {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 25.1px;
   top: 25.1px;
   _scaling-factor: 0.5;
 }

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

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

 .container_bd037769569c {
   position: absolute !important;
   overflow: visible;
   width: 84px;
   height: 34px;
   z-index: 2;
   left: 79.98px;
   top: 0px;
 }

 .text_80008d936cfb {
   width: 168px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_80008d936cfb {
   overflow: visible;
 }

 .container_bbb778a2bfa0 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 40px;
   z-index: 2;
   left: 79.98px;
   top: 35px;
 }

 .imageview_62d9479c9284 {
   width: 15.33px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 79.98px;
   top: 100px;
 }

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

 .text_4c7db6ef8caa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 99.98px;
   top: 98px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_3ed942f50994 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 79.98px;
   top: 135.55px;
 }

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

 .text_9a18e230923d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 99.98px;
   top: 132.56px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_423936417a42 {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 79.98px;
   top: 170px;
 }

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

 .text_064aa94e90ec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 99.98px;
   top: 168px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_825e18dec266 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 181.53px;
   z-index: 2;
   left: 25.1px;
   top: 25.1px;
 }

 .container_61f2d2b76da8 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 251.73px;
   z-index: 1;
   left: 16px;
   top: 333.73px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_61f2d2b76da8 {
   position: absolute !important;
   overflow: visible;
   left: 16px;
   top: 333.73px;
   width: 326px;
   height: 251.73px;
   z-index: 1;
 }

 .container_nested_61f2d2b76da8 {
   width: 326px;
   height: 251.73px;
   z-index: 1;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a479bfb56d4c {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_0e64684ec396 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_e2467388139c {
   position: absolute !important;
   overflow: visible;
   width: 177px;
   height: 34px;
   z-index: 1;
   left: 79.98px;
   top: 0px;
 }

 .text_13382350a793 {
   width: 187px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_13382350a793 {
   overflow: visible;
 }

 .container_fc5853f1024a {
   position: absolute !important;
   overflow: visible;
   width: 187px;
   height: 40px;
   z-index: 1;
   left: 79.98px;
   top: 35px;
 }

 .imageview_d55d59c7b399 {
   width: 15.33px;
   height: 15.33px;
   z-index: 1;
   position: absolute !important;
   left: 79.98px;
   top: 98px;
 }

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

 .text_bdb281156666 {
   width: 150px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 99.9px;
   top: 95px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_ae9ec76ccd20 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 79.98px;
   top: 148px;
 }

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

 .text_e37efab4daa9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 99.98px;
   top: 146px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-d58e131d10f5_e37efab4daa9 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-56b31f902c7e_e37efab4daa9 {
   line-height: 20px;
   font-family: 'General Sans';
 }

 .imageview_f09f99395afd {
   width: 15.99px;
   height: 16.66px;
   z-index: 1;
   position: absolute !important;
   left: 79.98px;
   top: 180px;
 }

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

 .text_2bf198808d4b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 99.98px;
   top: 178px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f0b556c9b508 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 181.53px;
   z-index: 1;
   left: 25.1px;
   top: 25.1px;
 }

 .container_28c2ac7ce112 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 251.73px;
   z-index: 1;
   left: 16px;
   top: 64px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_28c2ac7ce112 {
   position: absolute !important;
   overflow: visible;
   left: 16px;
   top: 64px;
   width: 326px;
   height: 251.73px;
   z-index: 1;
 }

 .container_nested_28c2ac7ce112 {
   width: 326px;
   height: 251.73px;
   z-index: 1;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_a4b9b25e50fc {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 881.19px;
   z-index: 1;
   left: 0px;
   top: 787px;
   background: #f7e7dd;
 }

 .imageview_329008d15183 {
   width: 358px;
   height: 600px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .container_f714ced914d9 {
   width: 358px;
   height: 600px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 208px;
   background: linear-gradient(90deg, #00434fe6 0%, #00434f99 100%);
 }

 .text_a44ef6ef31c7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 32px;
   top: 5px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5b5c96d59a02 {
   position: absolute !important;
   overflow: visible;
   width: 201px;
   height: 38px;
   z-index: 4;
   left: 63.21px;
   top: 0px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_5b5c96d59a02 {
   position: absolute !important;
   overflow: visible;
   left: 63.21px;
   top: 0px;
   width: 201px;
   height: 38px;
   z-index: 4;
 }

 .container_nested_5b5c96d59a02 {
   width: 201px;
   height: 38px;
   z-index: 4;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_a80fc3e9b67f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 5px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_036348f6b7b8 {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 38px;
   z-index: 4;
   left: 61.01px;
   top: 56.97px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_036348f6b7b8 {
   position: absolute !important;
   overflow: visible;
   left: 61.01px;
   top: 56.97px;
   width: 205px;
   height: 38px;
   z-index: 4;
 }

 .container_nested_036348f6b7b8 {
   width: 205px;
   height: 38px;
   z-index: 4;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_9942964be8e5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 95.96px;
   z-index: 4;
   left: 15.99px;
   top: 650px;
 }

 .text_7427ff97889e {
   width: 285px;
   height: 92px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.04px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_77ee509d3b59 {
   position: absolute !important;
   overflow: visible;
   width: 285px;
   height: 56px;
   z-index: 4;
   left: 16.99px;
   top: 510px;
 }

 .text_f4c41f9006dd {
   width: 327.93px;
   height: 447.92px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_46d5c2a6e446 {
   position: absolute !important;
   overflow: visible;
   width: 327.93px;
   height: 447.92px;
   z-index: 5;
   left: 16px;
   top: 262.98px;
 }

 .text_01963f3e5db8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_b044adf68221 {
   position: absolute !important;
   overflow: visible;
   width: 114px;
   height: 26px;
   z-index: 1;
   left: 25.1px;
   top: 240px;
 }

 .text_dec098fdf29d {
   width: 273px;
   height: 180px;
   z-index: 1;
   position: absolute !important;
   left: -0.09px;
   top: -0.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bdce23f8c490 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 77px;
   z-index: 1;
   left: 25.1px;
   top: 75px;
 }

 .imageview_b294a46a0132 {
   width: 276.73px;
   height: 19.99px;
   z-index: 1;
   position: absolute !important;
   left: 25.1px;
   top: 25.1px;
 }

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

 .container_6122a9cee50a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 292.48px;
   z-index: 1;
   left: 0px;
   top: 1574.55px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_724475a1ebb1 {
   width: 273px;
   height: 922px;
   z-index: 1;
   position: absolute !important;
   left: -0.09px;
   top: 0.39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b50da8d8ee39 {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 103px;
   z-index: 1;
   left: 25.01px;
   top: 75.39px;
 }

 .text_01e56ff0eb70 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_8787093a673c {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 26px;
   z-index: 1;
   left: 25.1px;
   top: 970px;
 }

 .imageview_cdefcd35d993 {
   width: 276.73px;
   height: 19.99px;
   z-index: 1;
   position: absolute !important;
   left: 25.1px;
   top: 25.1px;
 }

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

 .container_6938891ec6d3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 1032.48px;
   z-index: 1;
   left: 0px;
   top: 510.07px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_a571df497ea2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_6fafbe651ab2 {
   position: absolute !important;
   overflow: visible;
   width: 104px;
   height: 26px;
   z-index: 1;
   left: 25.1px;
   top: 415px;
 }

 .text_5ff5fde2953e {
   width: 273px;
   height: 308px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ff5fde2953e {
   overflow: visible;
 }

 .container_6f33d8fc8ae6 {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 308px;
   z-index: 1;
   left: 25.1px;
   top: 75px;
 }

 .imageview_07b25bb69b41 {
   width: 276.73px;
   height: 19.99px;
   z-index: 1;
   position: absolute !important;
   left: 25.1px;
   top: 25.1px;
 }

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

 .container_8ffe9e0fac2e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 478.07px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_ecc3862a53e6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 278.07px;
   z-index: 1;
   left: 15.99px;
   top: 241.54px;
 }

 .text_e843fc9e43f9 {
   width: 230px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e843fc9e43f9 {
   overflow: visible;
 }

 .container_88d872973191 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 57.59px;
 }

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

 .container_9a104b8f7986 {
   width: 333px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b4d83e5eaa63 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 113.56px;
   z-index: 1;
   left: 15.99px;
   top: 79.98px;
 }

 .container_88b0c0207371 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 2168px;
   z-index: 1;
   left: 0px;
   top: 7065px;
   background: #f7e7dd;
 }

 .text_31a67ab4c83e {
   width: max-content;
   position: absolute !important;
   left: 22px;
   top: 5px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_38ab9ffe663c {
   position: absolute !important;
   overflow: visible;
   width: 137px;
   height: 38px;
   left: 94.96px;
   top: 56px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_38ab9ffe663c {
   position: absolute !important;
   overflow: visible;
   left: 94.96px;
   top: 56px;
   width: 137px;
   height: 38px;
 }

 .container_nested_38ab9ffe663c {
   width: 137px;
   height: 38px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_03cc85f0be3b {
   width: max-content;
   position: absolute !important;
   left: 24.46px;
   top: 5px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9dafdb39c113 {
   position: absolute !important;
   overflow: visible;
   width: 202.92px;
   height: 38px;
   left: 62px;
   top: 0px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_9dafdb39c113 {
   position: absolute !important;
   overflow: visible;
   left: 62px;
   top: 0px;
   width: 202.92px;
   height: 38px;
 }

 .container_nested_9dafdb39c113 {
   width: 202.92px;
   height: 38px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_90a203e1765f {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 38px;
   left: 16px;
   top: 323px;
 }

 .text_ad0a35a3161b {
   width: 327px;
   height: 112px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ad0a35a3161b {
   overflow: visible;
 }

 .container_608031e15517 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 112px;
   left: 16px;
   top: 180px;
 }

 .text_3ebee2616194 {
   width: 327px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3ebee2616194 {
   overflow: visible;
 }

 .container_813331c788c6 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   left: 16px;
   top: 65px;
 }

 .container_74505d540693 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 499px;
   left: 0px;
   top: 9233px;
   background: #00434f;
 }

 .imageview_ae2ced5f5806 {
   width: 358px;
   height: 771px;
   position: absolute !important;
   left: 0px;
   top: 9732px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5303203f2171 {
   width: 358px;
   height: 217px;
   position: absolute !important;
   left: 0px;
   top: 10503px;
   _scaling-factor: 0.5;
 }

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

 .text_e7d73511794b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_c445a115c83e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 1;
   left: 0px;
   top: 33.09px;
 }

 .container_8a0fe11492cf {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 1;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

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

 .container_f73c4d9815cf {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 1;
   left: 15.01px;
   top: 120px;
 }

 .imageview_7de074d7e07b {
   width: 227px;
   height: auto !important;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .container_e6a9da56c565 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 1;
   left: 15.99px;
   top: 20px;
 }

 .text_bba2926c9ec6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_93aef0327166 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_7da045ed0e43 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_38b8bb4c1d60 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 31.99px;
 }

 .text_e1a061bbb717 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4ba569882d9b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 63.97px;
 }

 .text_f33ec2f6b4ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8a97de48b085 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 95.96px;
 }

 .container_8049232bc8f7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 1;
   left: 15px;
   top: 43.98px;
 }

 .text_f3a32f38ba46 {
   width: 326.93px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f3a32f38ba46 {
   overflow: visible;
 }

 .container_68408de1a048 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 1;
   left: 15px;
   top: 0px;
 }

 .container_7211612cbb86 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 1;
   left: 15.99px;
   top: 250px;
 }

 .text_a1a1b551dfc5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1c75341c073d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_1952393998fe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d6a927506d11 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 31.99px;
 }

 .text_501e1fab2f54 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3558cf3e0a61 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 63.97px;
 }

 .container_5882228d0462 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 1;
   left: 15px;
   top: 43.98px;
 }

 .text_8fe6aa1da93d {
   width: 326.93px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8fe6aa1da93d {
   overflow: visible;
 }

 .container_def3e57893f8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 1;
   left: 15px;
   top: 0px;
 }

 .container_ec5ddd6a8838 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 1;
   left: 15.99px;
   top: 440px;
 }

 .text_76468e8ae304 {
   width: 326.93px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_76468e8ae304 {
   overflow: visible;
 }

 .container_291db560f27c {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 1;
   left: 15px;
   top: 0px;
 }

 .text_ecce2427d565 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4875d7602586 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 1;
   left: 27.99px;
   top: 0px;
 }

 .imageview_d4b428d5282e {
   width: 19.99px;
   height: 19.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

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

 .container_c20fda6f846f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 61.57px;
 }

 .text_155b4e027964 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_9ea5fae498b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_8d001a380d4c {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_b8d326e6e5d6 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 1;
   left: 27.99px;
   top: 0px;
 }

 .imageview_7cebd1b1b34a {
   width: 20.57px;
   height: 20.6px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

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

 .container_b5a43c12f5af {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ed845eb59785 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 1;
   left: 15px;
   top: 43.98px;
 }

 .container_a21bced64559 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 1;
   left: 15.99px;
   top: 615px;
 }

 .imageview_2a0a7cf56df4 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

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

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

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

 .container_4200fa851aa7 {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 1;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_6b6d421b45df {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 1;
   left: 0px;
   top: 9732px;
   background: #00434fe6;
 }

 .viewport_280a3bf8413c {
   width: 359px;
   height: 10720px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_3246f6db579c {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_684778c57b8a {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_b424a3ea9d45 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fd136fe24f81 {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_50646c41c863 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_50646c41c863 {
   overflow: visible;
 }

 .container_631bcf2d0362 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_22ebbe3f4e5b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3b00d306b1d5 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_0d6248623ee6 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0d6248623ee6 {
   overflow: visible;
 }

 .container_0175ec9e84aa {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_7151e624c88b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_765762928262 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_765762928262 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_765762928262 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_1088e970d551 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_7947fa0c8bbf {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_b63a08b19f0a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_eebbdd4e145a {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_ab59141d642e {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ab59141d642e {
   overflow: visible;
 }

 .container_85832d25ce40 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_fb18c07062ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1a0cba6504de {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_dd80b21f40e2 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dd80b21f40e2 {
   overflow: visible;
 }

 .container_c23493cc3c3c {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_642866f6c57e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9541d545c521 {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_826784f705ce {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_7b769c9776c1 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_c086ced88f10 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4a9acf27094c {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_284442e54d96 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_284442e54d96 {
   overflow: visible;
 }

 .container_251b6c4d6b60 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_bbcad8a81896 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7383566f3b30 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_ddf28eb711da {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ddf28eb711da {
   overflow: visible;
 }

 .container_f5d1ed054094 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_24fe9de2fd9b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_af175ba0dccb {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_1c0f07740a35 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_9628bdf1ab94 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_948b2326a55f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3d70459cb7d6 {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_87c9910d587f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ada53d643411 {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_717e2003e029 {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_23272d532374 {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_23272d532374 {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_23272d532374 {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_775820f3d0f5 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_5161c2955cb6 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_79b9eb632cb4 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_d1e4a67e242c {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_d1e4a67e242c img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_ebfbfa4165c7 {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_ebfbfa4165c7 img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_32dd63dcbcdf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_abc934727d65 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_abc934727d65 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_abc934727d65 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_8e348d564a68 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_de0a4db965c0 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_5abfb50fc785 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5abfb50fc785 {
   overflow: visible;
 }

 .container_da93e5dbf969 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_631d8b115c90 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_9091e7964aea {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_e1b5cecdabe6 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_87a0b5295483 {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_87a0b5295483 {
   overflow: visible;
 }

 .container_cd9b0184c97c {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_12b517871d4c {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_12b517871d4c {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_12b517871d4c {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_ed45bcdb8573 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_05acfc88c6a6 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ba86fd2e3913 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5c18c0eb2e2c {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_2317ea0d5b92 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_ac329551c2fc {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac329551c2fc {
   overflow: visible;
 }

 .container_f8fc1e885cec {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_801729ef482a {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_b406dc92dee8 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_2a0515dbce12 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2a0515dbce12 {
   overflow: visible;
 }

 .container_3f9d6a204cbc {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b843c3e2082f {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_16a9410186d6 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16a9410186d6 {
   overflow: visible;
 }

 .container_b72ba2385715 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_b72ba2385715 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b72ba2385715 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_d50f219a4abc {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_d50f219a4abc {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_d50f219a4abc {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_1fac37673b55 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_1fac37673b55 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_3f5ef04cdf9d {
   width: fit-content;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_0de9c26d5542 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 16px;
   top: 140px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_05fd8a307d9b {
   width: 637px;
   height: 84px;
   flex-shrink: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_05fd8a307d9b {
   overflow: visible;
 }

 .container_50fd4796c9c1 {
   width: 637px;
   height: 84px;
   position: absolute !important;
   left: 16px;
   top: 204px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eaa1b9b64313 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 400px;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #00434fe6 0%, #00434f99 100%);
   mix-blend-mode: normal;
 }

 .container_fe6774d3be18 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 400px;
   left: 0px;
   top: 100px;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2025:1064.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_fafd6ca0c529 {
   width: max-content;
   position: absolute !important;
   left: 338px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7c88bcfac257 {
   position: absolute !important;
   overflow: visible;
   width: 748px;
   height: 29px;
   left: 3px;
   top: 3.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .text_23b0811e1ab7 {
   width: max-content;
   position: absolute !important;
   left: 338.5px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_226a120f251d {
   position: absolute !important;
   overflow: visible;
   width: 748px;
   height: 29px;
   left: 751px;
   top: 3.5px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_0b54ea157918 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .text_08856967075f {
   width: 725px;
   height: 84px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_08856967075f {
   overflow: visible;
 }

 .container_b5b841ad372c {
   position: absolute !important;
   overflow: visible;
   width: 727px;
   height: 84px;
   left: 0px;
   top: 448.2px;
 }

 .text_2d58d03dd4ce {
   width: 710px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d58d03dd4ce {
   overflow: visible;
 }

 .container_d8246a52a221 {
   position: absolute !important;
   overflow: visible;
   width: 710px;
   height: 84px;
   left: 0px;
   top: 345.2px;
 }

 .text_04170d324046 {
   width: 723px;
   height: 84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_04170d324046 {
   overflow: visible;
 }

 .container_eb967bc07ca5 {
   position: absolute !important;
   overflow: visible;
   width: 727px;
   height: 84px;
   left: 0px;
   top: 242.2px;
 }

 .text_2bb04aaddd43 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_89ce093a6c62 {
   position: absolute !important;
   overflow: visible;
   width: 153px;
   height: 42px;
   left: 0px;
   top: 181.2px;
 }

 .imageview_e75b8e84e19a {
   width: 727px;
   height: 256px;
   position: absolute !important;
   left: 775px;
   top: 92px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_8d701fc6968a {
   width: 727px;
   height: 256px;
   position: absolute !important;
   left: 775px;
   top: 364px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_ee408edc335d {
   width: 421px;
   height: 52px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ee408edc335d {
   overflow: visible;
 }

 .container_dda408e6b8a5 {
   position: absolute !important;
   overflow: visible;
   width: 429px;
   height: 52px;
   left: 25px;
   top: 194.59px;
 }

 .text_3b656b247c9b {
   width: 429.34px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3b656b247c9b {
   overflow: visible;
 }

 .container_eebc3bb68c49 {
   position: absolute !important;
   overflow: visible;
   width: 429.34px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_0fe8b1a30545 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 207.67px;
   top: 25px;
 }

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

 .container_5b0f278ce85d {
   position: absolute !important;
   overflow: visible;
   width: 479px;
   height: 290px;
   left: 1023px;
   top: 668px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_5b0f278ce85d {
   position: absolute !important;
   overflow: visible;
   left: 1023px;
   top: 668px;
   width: 479px;
   height: 290px;
 }

 .container_nested_5b0f278ce85d {
   width: 479px;
   height: 290px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_7c21e3f8f7e3 {
   width: 406px;
   height: 52px;
   position: absolute !important;
   left: 11.66px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c21e3f8f7e3 {
   overflow: visible;
 }

 .container_d8753b8dcaf2 {
   position: absolute !important;
   overflow: visible;
   width: 429.33px;
   height: 52px;
   left: 25px;
   top: 194.59px;
 }

 .text_a9f3ce3bc897 {
   width: 429.33px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a9f3ce3bc897 {
   overflow: visible;
 }

 .container_d0c6fb3a6d8d {
   position: absolute !important;
   overflow: visible;
   width: 429.33px;
   height: 33.59px;
   left: 25px;
   top: 125px;
 }

 .imageview_15dcfb1594dc {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 207.66px;
   top: 25px;
 }

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

 .container_0b9706b4637a {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 290px;
   left: 511px;
   top: 668px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_0b9706b4637a {
   position: absolute !important;
   overflow: visible;
   left: 511px;
   top: 668px;
   width: 480px;
   height: 290px;
 }

 .container_nested_0b9706b4637a {
   width: 480px;
   height: 290px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_738b47f5ebc3 {
   width: 405px;
   height: 52px;
   position: absolute !important;
   left: 12.16px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_738b47f5ebc3 {
   overflow: visible;
 }

 .container_97fb8b57acfd {
   position: absolute !important;
   overflow: visible;
   width: 429.33px;
   height: 52px;
   left: 25px;
   top: 193.59px;
 }

 .text_3a56652d2f66 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3a56652d2f66 {
   overflow: visible;
 }

 .container_85a300a693df {
   width: 429.33px;
   height: 33.59px;
   position: absolute !important;
   left: 25px;
   top: 124px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d1f029b2850b {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 207.66px;
   top: 24px;
 }

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

 .container_83b3453a59ae {
   position: absolute !important;
   overflow: visible;
   width: 479px;
   height: 290px;
   left: 0px;
   top: 668px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_83b3453a59ae {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 668px;
   width: 479px;
   height: 290px;
 }

 .container_nested_83b3453a59ae {
   width: 479px;
   height: 290px;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_6b4d8ec67eff {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 938.78px;
   left: 31px;
   top: 520px;
 }

 .text_acbcecb5ba0d {
   width: max-content;
   position: absolute !important;
   left: 19px;
   top: 11px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a657a84571fb {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 46px;
   left: 654px;
   top: 240px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_a657a84571fb {
   position: absolute !important;
   overflow: visible;
   left: 654px;
   top: 240px;
   width: 256px;
   height: 46px;
 }

 .container_nested_a657a84571fb {
   width: 256px;
   height: 46px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_68fbd388463b {
   width: 635px;
   height: 56px;
   position: absolute !important;
   left: 18px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_68fbd388463b {
   overflow: visible;
 }

 .container_a45e661150d4 {
   position: absolute !important;
   overflow: visible;
   width: 671px;
   height: 56px;
   left: 446.5px;
   top: 130px;
 }

 .text_24d5ad06b4dc {
   width: max-content;
   position: absolute !important;
   left: 636.5px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_5bfcc8534f43 {
   position: absolute !important;
   overflow: visible;
   width: 1500px;
   height: 42px;
   left: 32px;
   top: 80px;
 }

 .container_fc9b2756f7ee {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 352px;
   left: 0px;
   top: 1520px;
   background: #f7e7dd;
 }

 .imageview_d29bd40f158c {
   width: 782px;
   height: 387px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   _scaling-factor: 0.5;
 }

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

 .imageview_29c0fd38d139 {
   width: 782px;
   height: 387px;
   z-index: 1;
   position: absolute !important;
   left: 782px;
   top: 0.25px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1aaeb70d2d97 {
   width: 227px;
   height: auto !important;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_790261acd7c1 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_373a519d5932 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_950a178464d1 {
   width: 313px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_950a178464d1 {
   overflow: visible;
 }

 .text_98c624229e41 {
   width: 352px;
   height: 203.19px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_f4c90085b72f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_721fa8b33a57 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 44px;
 }

 .text_ecfe61fd1f94 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_23160e538ad3 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 76px;
 }

 .text_3a662b6156aa {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c8d86e0f3cda {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 108px;
 }

 .text_540cbce2540e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6a72c15d63ba {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 140px;
 }

 .container_2812df5799b8 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_2812df5799b8 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_2812df5799b8 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .text_51e385dc9391 {
   width: 352px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_51e385dc9391 {
   overflow: visible;
 }

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

 .text_d6f6d088349a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4233bfce877e {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_1b02ece00f16 {
   width: 250px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_afef031eb312 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 64px;
 }

 .text_9b51ce3fd86f {
   width: 250px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9a21ae0edcb5 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 128px;
 }

 .container_67093be8a28c {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 3;
   left: 0px;
   top: 44px;
 }

 .container_6100ee05f418 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_6100ee05f418 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_6100ee05f418 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .text_07a60d2469e7 {
   width: 352px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_07a60d2469e7 {
   overflow: visible;
 }

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

 .text_f6ca6e4f7dfe {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1eafbf034cb1 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 3;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_e75f290ae117 {
   width: 16.57px;
   height: 16.61px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_e75f290ae117 img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_044da729eb08 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_84772da329f1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8dc41315af2e {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 4;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_8dc41315af2e {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 4;
 }

 .container_nested_8dc41315af2e {
   width: 130px;
   height: 44px;
   z-index: 4;
 }

 .imageview_82262fd678fc {
   width: 16.67px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_82262fd678fc img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_3fdebe491425 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_3fdebe491425 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_3fdebe491425 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_ec0db4383060 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 3;
   left: 30px;
   top: 48px;
 }

 .container_b796ecdbf6b5 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_d452aed9c805 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_09360484c18b {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 3;
   left: 0px;
   top: 33px;
 }

 .container_c7d607a37d10 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 3;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_b86ee0359075 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 1;
   left: 0px;
   top: 1870px;
   background: #00434f;
 }

 .container_wrapper_b86ee0359075 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1870px;
   width: 1564px;
   height: 386.58px;
   z-index: 1;
 }

 .container_nested_b86ee0359075 {
   width: 1564px;
   height: 386.58px;
   z-index: 1;
   background: #00434f;
 }

 .viewport_824c1871fac1 {
   width: 1564px;
   height: 2257px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_761195d556ba {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_61067639a1ab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_621741658c7c {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_35461f98a305 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_2db4e19728a0 {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_ed5fedcdc4f7 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

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

 .container_e9c7f8379f19 {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_e9c7f8379f19 {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_e9c7f8379f19 {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_44717403f418 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7f567fac5d3c {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_ecef226aa146 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ffdf2b5d2797 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_501ea2b7915a {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-c5b044d9018e_501ea2b7915a {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-f578d1aeba23_501ea2b7915a {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_3bec05748dd5 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_1d3b83ea97f8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f86e64ebbf96 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_53c0eed67b54 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c2b2fdef3eb9 {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_a1318e5cd1af {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_26ca11f3e605 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_d714fd8bd0aa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_70b0f9662bf2 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_c75e9c505f89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0917d227ffed {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_22f9aa8f1712 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-bb5efa0e02b5_22f9aa8f1712 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-01803b8842a1_22f9aa8f1712 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_89c94c258311 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_89c94c258311 {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_89c94c258311 {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_f08225fd6175 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_de3d998cb25e {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_beab90ee5080 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2ebd6ddcbc66 {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_4d2802238b73 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_7fd69f59bb23 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_821aa427c272 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5315cd97f17a {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_a260d9c6f364 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_99d9e0a1bf97 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_a6968d73b478 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-03ea4b6d9048_a6968d73b478 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-f4f4c4cfbffd_a6968d73b478 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_8996dc92a33f {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_613ef49e923f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a29d8e050201 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_b7baf4e54e72 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_be7066b99d64 {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_8542b1904ec3 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_d754c533946b {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_bb7ee2566c52 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_f87cbe8e3621 {
   width: 102.14px;
   height: 63.99px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_14fa88b042da {
   width: 23.99px;
   height: 24px;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

 .container_31e56e8f843b {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_31e56e8f843b {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
 }

 .container_nested_31e56e8f843b {
   width: 39.98px;
   height: 39.98px;
 }

 .container_ab8950ddf624 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .imageview_9544684dbba4 {
   width: 359px;
   height: 293px;
   position: absolute !important;
   left: 0px;
   top: 207.84px;
   _scaling-factor: 0.5;
 }

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

 .container_78a1a2321bc9 {
   width: 359px;
   height: 293px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 207.84px;
   background: linear-gradient(90deg, #00434fe6 0%, #00434f99 100%);
   box-shadow: 0px 4px 4px #00000040;
 }

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

 .container_16f4c99ea47a {
   position: absolute !important;
   overflow: visible;
   width: 222px;
   height: 48px;
   z-index: 2;
   left: 15.99px;
   top: 290px;
 }

 .text_f73cbf6ecfcf {
   width: 322px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f73cbf6ecfcf {
   overflow: visible;
 }

 .container_a5ec40b6f634 {
   position: absolute !important;
   overflow: visible;
   width: 322px;
   height: 84px;
   z-index: 2;
   left: 15.99px;
   top: 340px;
 }

 .text_cfe6ae563674 {
   width: max-content;
   position: absolute !important;
   left: 48.73px;
   top: 4.6px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8dfbd6fe9f19 {
   position: absolute !important;
   overflow: visible;
   width: 160.47px;
   height: 29.2px;
   left: 163.47px;
   top: 3px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #000000ff;
 }

 .container_wrapper_8dfbd6fe9f19 {
   position: absolute !important;
   overflow: visible;
   left: 163.47px;
   top: 3px;
   width: 160.47px;
   height: 29.2px;
 }

 .container_nested_8dfbd6fe9f19 {
   width: 160.47px;
   height: 29.2px;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_995add7bbb0d {
   width: max-content;
   position: absolute !important;
   left: 48.73px;
   top: 4.6px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ea9806b397df {
   position: absolute !important;
   overflow: visible;
   width: 160.47px;
   height: 29.2px;
   left: 3px;
   top: 3px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #000000ff;
 }

 .container_wrapper_ea9806b397df {
   position: absolute !important;
   overflow: visible;
   left: 3px;
   top: 3px;
   width: 160.47px;
   height: 29.2px;
 }

 .container_nested_ea9806b397df {
   width: 160.47px;
   height: 29.2px;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_261773036dd4 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 35.2px;
   left: 15.54px;
   top: 540px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .text_604c1e71ad74 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_6352de0994d7 {
   position: absolute !important;
   overflow: visible;
   width: 153px;
   height: 42px;
   left: 15.54px;
   top: 631.98px;
 }

 .text_793f69dbbdf7 {
   width: 325px;
   height: 196px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_793f69dbbdf7 {
   overflow: visible;
 }

 .container_8b76e0549c9a {
   position: absolute !important;
   overflow: visible;
   width: 325px;
   height: 196px;
   left: 15.54px;
   top: 697.98px;
 }

 .text_d04f8da65379 {
   width: 323px;
   height: 196px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d04f8da65379 {
   overflow: visible;
 }

 .container_d00549bffe10 {
   position: absolute !important;
   overflow: visible;
   width: 323px;
   height: 196px;
   left: 15.54px;
   top: 917.98px;
 }

 .text_6552188bc337 {
   width: 316px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6552188bc337 {
   overflow: visible;
 }

 .container_3f8757fcafec {
   position: absolute !important;
   overflow: visible;
   width: 316px;
   height: 168px;
   left: 15.54px;
   top: 1137.98px;
 }

 .imageview_863cd2117a01 {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 131.01px;
   top: 25.1px;
 }

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

 .text_1c5eabd85b6b {
   width: max-content;
   position: absolute !important;
   left: 17px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_ce26cc7d7671 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 34px;
   left: 25px;
   top: 115px;
 }

 .text_21550f6ee03a {
   width: 238px;
   height: 77px;
   position: absolute !important;
   left: 19px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_21550f6ee03a {
   overflow: visible;
 }

 .container_05748ba6aa77 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 77px;
   left: 25px;
   top: 175px;
 }

 .container_a28e0db0daba {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 270.92px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_4824de4233a9 {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 131.01px;
   top: 25.1px;
 }

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

 .text_edb7d761fdb5 {
   width: max-content;
   position: absolute !important;
   left: 76px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_291e295f7783 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 34px;
   left: 25px;
   top: 115px;
 }

 .text_689d2c84ec11 {
   width: 263px;
   height: 77px;
   position: absolute !important;
   left: 7px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_689d2c84ec11 {
   overflow: visible;
 }

 .container_9e5f9fc0d010 {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 77px;
   left: 25px;
   top: 175px;
 }

 .container_4a4d1b933d3f {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 271px;
   left: 0px;
   top: 318.92px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_053d4c795761 {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 131.01px;
   top: 25.1px;
 }

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

 .text_98e7b46db793 {
   width: 265px;
   height: 77px;
   position: absolute !important;
   left: 6px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_98e7b46db793 {
   overflow: visible;
 }

 .container_49d51b2ec378 {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 77px;
   left: 25px;
   top: 175px;
 }

 .text_09237b88596c {
   width: max-content;
   position: absolute !important;
   left: 78px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_1ca9903d083e {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 34px;
   left: 25px;
   top: 115px;
 }

 .container_5dffdefa8fce {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 270.92px;
   left: 0px;
   top: 637.92px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_9cb4d393b317 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 908.84px;
   left: 15.54px;
   top: 2000px;
 }

 .imageview_26b2fcf0a805 {
   width: 327px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 280px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_2d0fee88a27f {
   width: 327px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_e918179fbbd1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 256px;
   left: 15.54px;
   top: 1372px;
 }

 .text_35c393cd264c {
   width: max-content;
   position: absolute !important;
   left: 20.59px;
   top: 11.56px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3526a902b56c {
   position: absolute !important;
   overflow: visible;
   width: 255px;
   height: 47.98px;
   left: 52px;
   top: 254px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_3526a902b56c {
   position: absolute !important;
   overflow: visible;
   left: 52px;
   top: 254px;
   width: 255px;
   height: 47.98px;
 }

 .container_nested_3526a902b56c {
   width: 255px;
   height: 47.98px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_7fbb4686dd66 {
   width: 284px;
   height: 84px;
   position: absolute !important;
   left: 21px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7fbb4686dd66 {
   overflow: visible;
 }

 .container_f32ff246306a {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   left: 16px;
   top: 138px;
 }

 .text_61a10b8f7462 {
   width: max-content;
   position: absolute !important;
   left: 49px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_428106b363f6 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 42px;
   left: 16px;
   top: 64px;
 }

 .container_2ba21ed87b2c {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 381.49px;
   left: 0px;
   top: 2980px;
   background: #f7e7dd;
 }

 .imageview_65c51ca58dfa {
   width: 358px;
   height: 217px;
   position: absolute !important;
   left: 0px;
   top: 4131px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0968711cb585 {
   width: 358px;
   height: 771px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3360px;
   _scaling-factor: 0.5;
 }

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

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

 .container_ef8fc0f0c5db {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 2;
   left: 0px;
   top: 33.09px;
 }

 .container_7a5424195bcd {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 2;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_30e9766ee62b {
   width: 300px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_871518b725b4 {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 2;
   left: 15.01px;
   top: 120px;
 }

 .imageview_6f9e9e7ba8a6 {
   width: 227px;
   height: auto !important;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .container_ec8b2f4c04b9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 2;
   left: 15.99px;
   top: 20px;
 }

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

 .container_110b8910ae90 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_caa0b085eb66 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 31.99px;
 }

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

 .container_d7ca661f9e45 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 63.97px;
 }

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

 .container_3ac637346714 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 95.96px;
 }

 .container_35c630f8c943 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .text_8ef8b47f9dac {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8ef8b47f9dac {
   overflow: visible;
 }

 .container_18495ade1921 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .container_df4b26114741 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 2;
   left: 15.99px;
   top: 250px;
 }

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

 .container_e7a220350d0e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_fdca13ee2427 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 31.99px;
 }

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

 .container_cd7c3f36622d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 63.97px;
 }

 .container_9e72443f5ec1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .text_7e68ebfb4772 {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e68ebfb4772 {
   overflow: visible;
 }

 .container_6d62e547e3a3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .container_49625c4e9bfb {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 2;
   left: 15.99px;
   top: 440px;
 }

 .text_594b2b9da2c8 {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_594b2b9da2c8 {
   overflow: visible;
 }

 .container_520703125e05 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

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

 .container_67ef8c6ec2cc {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 2;
   left: 27.99px;
   top: 0px;
 }

 .imageview_a607cce5900a {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

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

 .container_ed0855106038 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 61.57px;
 }

 .text_815b2d7dacde {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_aad011e1a790 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_201e4d14000c {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 2;
   left: 27.99px;
   top: 0px;
 }

 .imageview_032e83b953d4 {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

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

 .container_406779907621 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_c154aaca6e5c {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .container_9d8ab66c0af3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 2;
   left: 15.99px;
   top: 615px;
 }

 .imageview_d632b41b5f44 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

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

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

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

 .container_5af70485ff86 {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 2;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_e721e00c185e {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 2;
   left: 0px;
   top: 3360px;
   background: #00434fe6;
 }

 .viewport_35acdff4ff72 {
   width: 358px;
   height: 4348px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_00ee97501dc5 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_08bde708d6ff {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_fd98ecb047a5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e424462a123d {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_75ae7a2e8a0e {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75ae7a2e8a0e {
   overflow: visible;
 }

 .container_abd5c487263a {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_5acc09132a8e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8fd76c31f5ee {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_020ee42a2f15 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_020ee42a2f15 {
   overflow: visible;
 }

 .container_aa033ab1e737 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_6cce296f75dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_707e0284887d {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_707e0284887d {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_707e0284887d {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_ee6fb4b4ad1f {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_1de372c8e0a8 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_7b99febae038 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6754fc35c4e {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_2cf27700172d {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2cf27700172d {
   overflow: visible;
 }

 .container_a747dd58066d {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_c2a60224ae5f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_32b5d280f7b3 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_b2a4116ee2ec {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b2a4116ee2ec {
   overflow: visible;
 }

 .container_7be7d69af187 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_f77848ddde38 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_002dc55837d9 {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_12f21a670520 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_f212cf94ca77 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_8184c599eaf4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2aa3e6baf7ad {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_12563f3798d8 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12563f3798d8 {
   overflow: visible;
 }

 .container_57dd35847b84 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_752c077fe990 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_92bc8ee8d2e0 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_1e4b099f41ca {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1e4b099f41ca {
   overflow: visible;
 }

 .container_10fce72e74a7 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_c3908f3da31d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7de1dd33fb3d {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_cb05a7fd0adb {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_2c9f25bbe0a1 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_1854551f10d8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_43f84daf3317 {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_426ae31283af {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fa6f6178ba89 {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_a08ffd83722b {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_401557da950e {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_401557da950e {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_401557da950e {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5c72c67ae3ca {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_4a82b9517585 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_f3a6df14f345 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_1cd144994d38 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_1cd144994d38 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_5cbd20118b4d {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_5cbd20118b4d img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_79401118e8e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_936a84e90156 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_936a84e90156 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_936a84e90156 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1c1902d7c759 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_a8dd665186c4 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_267ff9e62461 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_267ff9e62461 {
   overflow: visible;
 }

 .container_44fba4f390bf {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_088891cbd62e {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_49aeb1e17563 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_e0cdc3878b7b {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_97b1fc8e68aa {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_97b1fc8e68aa {
   overflow: visible;
 }

 .container_5a1f7222a505 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_969ae773fc88 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_969ae773fc88 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_969ae773fc88 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_114a83224dde {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_1424b432ab39 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6b812e48434a {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_78ce8606a4d3 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_bcabc6e27edc {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_0afa47baabe0 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0afa47baabe0 {
   overflow: visible;
 }

 .container_981c2c211a45 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_37694a6f4234 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_cc379d50084a {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_d4a90eaa1465 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4a90eaa1465 {
   overflow: visible;
 }

 .container_f5b6168c08b2 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b9178ad7b2ec {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_eae1b5fc05d4 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eae1b5fc05d4 {
   overflow: visible;
 }

 .container_a4542f22b3e5 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_a4542f22b3e5 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_a4542f22b3e5 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_7f84289010a6 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_7f84289010a6 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7f84289010a6 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_ca8cc5cd9367 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_ca8cc5cd9367 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

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

 .container_fc95af1ce3f7 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 48px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

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

 .container_049826e5d149 {
   position: absolute !important;
   overflow: visible;
   width: 627px;
   height: 56px;
   z-index: 2;
   left: 468.5px;
   top: 144px;
 }

 .container_753f648d502f {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 280px;
   z-index: 2;
   left: 0px;
   top: 100px;
   background: #f7e7dd;
 }

 .text_065ed1cfca59 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_dcdbbc248864 {
   width: 14.67px;
   height: 14.67px;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 10px;
 }

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

 .container_8ad4deec4670 {
   position: absolute !important;
   overflow: visible;
   width: 147px;
   height: 34px;
   z-index: 3;
   left: 165px;
   top: 1.27px;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #00434fff;
 }

 .container_wrapper_8ad4deec4670 {
   position: absolute !important;
   overflow: visible;
   left: 165px;
   top: 1.27px;
   width: 147px;
   height: 34px;
   z-index: 3;
 }

 .container_nested_8ad4deec4670 {
   width: 147px;
   height: 34px;
   z-index: 3;
   border-top: 1px solid #00434fff;
   border-right: 1px solid #00434fff;
   border-bottom: 1px solid #00434fff;
   border-left: 1px solid #00434fff;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_691ca8501026 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 16.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fefb3c662969 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_fefb3c662969 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 3;
 }

 .container_nested_fefb3c662969 {
   width: 152.97px;
   height: 36px;
   z-index: 3;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_3b99b8fd7d54 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 36px;
   z-index: 3;
   left: 799px;
   top: 680.73px;
 }

 .text_a8601b736b3f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1b989a91b2d5 {
   position: absolute !important;
   overflow: visible;
   width: 131.81px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_c0e76aa7bfe1 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7.27px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_e4a8fc112db7 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_ecb0650d4c7d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8dadf0116f7d {
   position: absolute !important;
   overflow: visible;
   width: 94.64px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_e765d55202f9 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_9852755c16ce {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 331.5px;
   top: 0px;
 }

 .text_755d3857f7cf {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3f3de9b4895d {
   position: absolute !important;
   overflow: visible;
   width: 62.5px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_44e2d6699995 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_fefc18c5bc58 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_3e07f6597f15 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_613ccfc158d8 {
   position: absolute !important;
   overflow: visible;
   width: 135.08px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_789335f31f94 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0.5px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_84a5c0a480a3 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 331.5px;
   top: 28px;
 }

 .container_13e203a08bad {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 48px;
   z-index: 3;
   left: 0px;
   top: 40px;
 }

 .text_a5f53e190798 {
   width: 655px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a5f53e190798 {
   overflow: visible;
 }

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

 .container_ed20bb724041 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 88px;
   z-index: 3;
   left: 799px;
   top: 560.73px;
 }

 .imageview_47bb055f5c08 {
   width: 19.33px;
   height: 20.67px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_97a2842bb3a3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_18861b7dbbfe {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_388bbdfc1e1f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_4ca9f0ba5edf {
   position: absolute !important;
   overflow: visible;
   width: 179px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 25.59px;
 }

 .text_63130f261dad {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_f7b4b47cdc28 {
   position: absolute !important;
   overflow: visible;
   width: 114px;
   height: 26px;
   z-index: 5;
   left: 0px;
   top: 51.19px;
 }

 .container_fafd896b686b {
   position: absolute !important;
   overflow: visible;
   width: 146.64px;
   height: 76.78px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .container_d6193a6855f6 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 76.78px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_4dd5384f0db6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e857f505b2af {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 24px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .imageview_aaa83aa4a3ab {
   width: 20.57px;
   height: 20.61px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_3cf39d3a20a0 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 92.78px;
 }

 .imageview_14809dbf850b {
   width: 20px;
   height: 19.33px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

 .text_09465462d267 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3ef78d16e4a8 {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 24px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .container_ab61f2b0c21c {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 132.78px;
 }

 .text_c9055cfde62b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_5cc2228a8e27 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: -0.37px;
 }

 .imageview_3b41e4529052 {
   width: 20.67px;
   height: 20.67px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2.63px;
 }

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

 .container_c635bc78250f {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 20.67px;
   z-index: 3;
   left: 0px;
   top: 172.78px;
 }

 .imageview_9cec31b86b61 {
   width: 22px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_b455e0ecddf3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_f252e29fdf86 {
   position: absolute !important;
   overflow: visible;
   width: 543px;
   height: 23px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_f9cdc465812f {
   width: 350px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_a308ac46c338 {
   position: absolute !important;
   overflow: visible;
   width: 591px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 33px;
 }

 .container_wrapper_a308ac46c338 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 33px;
   width: 591px;
   height: 20px;
   z-index: 3;
 }

 .container_nested_a308ac46c338 {
   width: 591px;
   height: 20px;
   z-index: 3;
 }

 .text_32e7383d0685 {
   width: 539px;
   height: 45px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_32e7383d0685 {
   overflow: visible;
 }

 .container_ddac6b55e0a1 {
   position: absolute !important;
   overflow: visible;
   width: 539px;
   height: 45px;
   z-index: 3;
   left: 0px;
   top: 63px;
 }

 .text_ef8fd088d276 {
   width: 300px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_00a4f03d0e74 {
   position: absolute !important;
   overflow: visible;
   width: 591px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 118px;
 }

 .container_892d65fdb169 {
   position: absolute !important;
   overflow: visible;
   width: 591px;
   height: 138px;
   z-index: 3;
   left: 0px;
   top: 29.59px;
 }

 .text_6bff6077d142 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_6f8436c235a0 {
   position: absolute !important;
   overflow: visible;
   width: 591px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_04eda5550a09 {
   position: absolute !important;
   overflow: visible;
   width: 591px;
   height: 168.77px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .container_ab5621f96beb {
   position: absolute !important;
   overflow: visible;
   width: 623px;
   height: 168.77px;
   z-index: 3;
   left: 16px;
   top: 16px;
 }

 .container_61f203a6b6f4 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 200.77px;
   z-index: 3;
   left: 0px;
   top: 214.38px;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .container_2b7f9a2fcba0 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 415.14px;
   z-index: 3;
   left: 799px;
   top: 113.59px;
 }

 .text_3776ee627d4e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 7px;
   top: 3.5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c859b9f09f00 {
   position: absolute !important;
   overflow: visible;
   width: 48.98px;
   height: 24px;
   z-index: 3;
   left: 415px;
   top: 9px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_c859b9f09f00 {
   position: absolute !important;
   overflow: visible;
   left: 415px;
   top: 9px;
   width: 48.98px;
   height: 24px;
   z-index: 3;
 }

 .container_nested_c859b9f09f00 {
   width: 48.98px;
   height: 24px;
   z-index: 3;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_b43802caa00a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_897080f40378 {
   position: absolute !important;
   overflow: visible;
   width: 395px;
   height: 42px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_da96451ffc3a {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 41.59px;
   z-index: 3;
   left: 799px;
   top: 48px;
 }

 .container_dfde7b8000da {
   width: 751px;
   height: 764.73px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #eeeeee;
 }

 .container_6bfbb5ee8b9a {
   position: absolute !important;
   overflow: visible;
   width: 1454px;
   height: 1399.88px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_fa27eb49fa85 {
   position: absolute !important;
   width: 1504px;
   height: 766.73px;
   z-index: 3;
   left: 16px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_993c6a14a698 {
   width: 751px;
   height: 670.34px;
   z-index: 3;
   position: absolute !important;
   left: 703px;
   top: 0px;
   background: #eeeeee;
 }

 .text_f9c932f124a8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 42.67px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_9b3456f807a1 {
   width: 14.67px;
   height: 14.67px;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 9.67px;
 }

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

 .container_1c8c5396b72e {
   position: absolute !important;
   overflow: visible;
   width: 148px;
   height: 34px;
   z-index: 3;
   left: 164.97px;
   top: 0px;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #00434fff;
 }

 .container_wrapper_1c8c5396b72e {
   position: absolute !important;
   overflow: visible;
   left: 164.97px;
   top: 0px;
   width: 148px;
   height: 34px;
   z-index: 3;
 }

 .container_nested_1c8c5396b72e {
   width: 148px;
   height: 34px;
   z-index: 3;
   border-top: 1px solid #00434fff;
   border-right: 1px solid #00434fff;
   border-bottom: 1px solid #00434fff;
   border-left: 1px solid #00434fff;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_53769b99eef9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 16.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f6f5d2a86ba3 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_451570aed063 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_451570aed063 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 3;
 }

 .container_nested_451570aed063 {
   width: 152.97px;
   height: 36px;
   z-index: 3;
 }

 .container_b64b9c62c6bc {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 36px;
   z-index: 3;
   left: 32px;
   top: 585px;
 }

 .container_wrapper_b64b9c62c6bc {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 585px;
   width: 655px;
   height: 36px;
   z-index: 3;
 }

 .container_nested_b64b9c62c6bc {
   width: 655px;
   height: 36px;
   z-index: 3;
 }

 .text_94d48a014298 {
   width: 655px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_94d48a014298 {
   overflow: visible;
 }

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

 .text_12cb90484ed6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f088664ae0d2 {
   position: absolute !important;
   overflow: visible;
   width: 135.52px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_53d92ee65470 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.92px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_a6f2fcfbeec5 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_cdfd21b3c5d1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_14f88efda18c {
   position: absolute !important;
   overflow: visible;
   width: 76.38px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_96924a6f35ed {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0.5px;
   top: 6.92px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_653f0317c202 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 331.5px;
   top: 0px;
 }

 .text_2e8c7ba7a499 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ad0a03cfb965 {
   position: absolute !important;
   overflow: visible;
   width: 72.14px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_350f9949ab74 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.92px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_44c3542f6285 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_b2145091d369 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3cca750ccd0d {
   position: absolute !important;
   overflow: visible;
   width: 120.02px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_6b0876e373ac {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0.5px;
   top: 6.92px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_b05c6ebba609 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 331.5px;
   top: 28px;
 }

 .container_b5b99d0eaee8 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 48px;
   z-index: 3;
   left: 0px;
   top: 40px;
 }

 .container_1060d72f4a06 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 88px;
   z-index: 3;
   left: 32px;
   top: 460px;
 }

 .imageview_0fa9fc16449a {
   width: 19px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 2.67px;
 }

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

 .text_e9ec46b6fafb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_116538d62892 {
   position: absolute !important;
   overflow: visible;
   width: 171px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_14f71f3e07cb {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_c45d44058141 {
   position: absolute !important;
   overflow: visible;
   width: 114px;
   height: 26px;
   z-index: 5;
   left: 0px;
   top: 25.59px;
 }

 .text_11901d3e350a {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_5c47b46639be {
   position: absolute !important;
   overflow: visible;
   width: 103px;
   height: 26px;
   z-index: 6;
   left: 0px;
   top: 51.19px;
 }

 .container_cb351cd53669 {
   position: absolute !important;
   overflow: visible;
   width: 149.02px;
   height: 76.78px;
   z-index: 4;
   left: 32.33px;
   top: 0px;
 }

 .container_884606b17c5b {
   position: absolute !important;
   overflow: visible;
   width: 19.33px;
   height: 20.67px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .imageview_593fc1373353 {
   width: 20.57px;
   height: 20.61px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_197959a040a1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8d65d0e735e0 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 24px;
   z-index: 4;
   left: 32px;
   top: 0px;
 }

 .container_49b9367d6984 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 92.78px;
 }

 .imageview_bcd0223bb522 {
   width: 20px;
   height: 19.33px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

 .text_e9fa93c10aee {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_14d20c40fac8 {
   position: absolute !important;
   overflow: visible;
   width: 156px;
   height: 24px;
   z-index: 4;
   left: 32px;
   top: 0px;
 }

 .container_88cb3ac2cf25 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 132.78px;
 }

 .text_7f50387ca77f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_ec76c422145f {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 26px;
   z-index: 4;
   left: 32px;
   top: 0px;
 }

 .imageview_b39dcee2f332 {
   width: 20.67px;
   height: 20.67px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_9c6ff2ccfc9a {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 20.67px;
   z-index: 4;
   left: 0px;
   top: 172.78px;
 }

 .imageview_e1ab0ebdb910 {
   width: 20px;
   height: 18px;
   z-index: 4;
   position: absolute !important;
   left: 3px;
   top: 4px;
 }

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

 .text_2ce9d2ed3580 {
   width: 582px;
   height: 45px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ce9d2ed3580 {
   overflow: visible;
 }

 .container_f95ee80c9d44 {
   position: absolute !important;
   overflow: visible;
   width: 582px;
   height: 45px;
   z-index: 4;
   left: 0px;
   top: 29.59px;
 }

 .text_77e7911dd045 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_9504d56580ed {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_ce35487fcb70 {
   position: absolute !important;
   overflow: visible;
   width: 591px;
   height: 74.38px;
   z-index: 4;
   left: 32px;
   top: 0px;
 }

 .container_b5a857d553b6 {
   position: absolute !important;
   overflow: visible;
   width: 623px;
   height: 74.38px;
   z-index: 4;
   left: 16px;
   top: 16px;
 }

 .container_e212731af2af {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 106.38px;
   z-index: 4;
   left: 0px;
   top: 214.38px;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6fd19eb37daf {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 415px;
   z-index: 4;
   left: 32px;
   top: 113.27px;
 }

 .text_230108df680a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_4ef975412a71 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 42px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_2f35d728aaa2 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 41.59px;
   z-index: 3;
   left: 32px;
   top: 48px;
 }

 .container_967b0101ba08 {
   position: absolute !important;
   overflow: visible;
   width: 1454px;
   height: 1102.05px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_c92b8125bdd7 {
   position: absolute !important;
   width: 1504px;
   height: 672.34px;
   z-index: 3;
   left: 16px;
   top: 846.73px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_d9b0b0c8a4c9 {
   width: 751px;
   height: 647.95px;
   z-index: 3;
   position: absolute !important;
   left: -751px;
   top: 0px;
   background: #eeeeee;
 }

 .text_8dd64437261a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_f6beef028cfb {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 42px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_7a81c848ed9d {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 41.59px;
   z-index: 3;
   left: 48px;
   top: 48px;
 }

 .text_a3314dc67e07 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_615cf305ce4c {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_4be6a2988c97 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_3b3fa0c93f50 {
   position: absolute !important;
   overflow: visible;
   width: 79px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 25.59px;
 }

 .text_cb8096c32432 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_59535ccf850c {
   position: absolute !important;
   overflow: visible;
   width: 103px;
   height: 26px;
   z-index: 5;
   left: 0px;
   top: 51.19px;
 }

 .container_a4dc3c8aafe8 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 76px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .imageview_4ff1e3c7a80c {
   width: 19.33px;
   height: 20.67px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_dd239931c3fe {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 20.67px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_b79e0c577de7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5bd18fc900b5 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 24px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .imageview_44678fe9b408 {
   width: 20.57px;
   height: 20.61px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1.7px;
 }

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

 .container_548b254aea1c {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 92.78px;
 }

 .imageview_087223847f9b {
   width: 20px;
   height: 19.33px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

 .text_073784e79256 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c8e37797863a {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 24px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .container_3f4a4f6c0158 {
   position: absolute !important;
   overflow: visible;
   width: 193px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_e4f85daafb37 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 132.78px;
 }

 .text_e7d43d288598 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_471ecb53c27c {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 26px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .imageview_ff6652194b86 {
   width: 20.67px;
   height: 20.67px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_07a9fd841bd3 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 20.67px;
   z-index: 3;
   left: 0px;
   top: 172.78px;
 }

 .imageview_39460ddfd3a9 {
   width: 20px;
   height: 18px;
   z-index: 3;
   position: absolute !important;
   left: 3px;
   top: 4.33px;
 }

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

 .text_7b64dbc45138 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-46d1adf5a861_7b64dbc45138 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-5ebd59daa8cb_7b64dbc45138 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_bb146e68f9e8 {
   position: absolute !important;
   overflow: visible;
   width: 336.67px;
   height: 23px;
   z-index: 3;
   left: 0px;
   top: 29.59px;
 }

 .text_5359f349f72a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_64a81f7a93ac {
   position: absolute !important;
   overflow: visible;
   width: 336.67px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_4c806c744a49 {
   position: absolute !important;
   overflow: visible;
   width: 336.67px;
   height: 51.98px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .container_e1e599e6fa43 {
   position: absolute !important;
   overflow: visible;
   width: 623px;
   height: 51.98px;
   z-index: 3;
   left: 16px;
   top: 16px;
 }

 .container_fb56f559850f {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 83.98px;
   z-index: 3;
   left: 0px;
   top: 214.38px;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_fb56f559850f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 214.38px;
   width: 655px;
   height: 83.98px;
   z-index: 3;
 }

 .container_nested_fb56f559850f {
   width: 655px;
   height: 83.98px;
   z-index: 3;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .container_7fb339679ac9 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 298.36px;
   z-index: 3;
   left: 48px;
   top: 118.59px;
 }

 .text_8ad4c44ab9ed {
   width: 655px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8ad4c44ab9ed {
   overflow: visible;
 }

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

 .text_d25feffccb12 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_18be901447d6 {
   position: absolute !important;
   overflow: visible;
   width: 65.48px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_f232c9dd7d9b {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.97px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1b0204822ef1 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_eabd78340819 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8a338743a4bb {
   position: absolute !important;
   overflow: visible;
   width: 128.42px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_ce6242f4de8c {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.97px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_4bc098742e7d {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_bbdb6c327a8e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c84c431305be {
   position: absolute !important;
   overflow: visible;
   width: 146.09px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_4a2e75e55d98 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0.5px;
   top: 6.97px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_57fefdb92612 {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 331.5px;
   top: 0px;
 }

 .text_d0742bf91801 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fef36c150ceb {
   position: absolute !important;
   overflow: visible;
   width: 79.08px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_bbe699acddcd {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0.5px;
   top: 6.97px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_894c12b2c0bd {
   position: absolute !important;
   overflow: visible;
   width: 323.5px;
   height: 20px;
   z-index: 3;
   left: 331.5px;
   top: 28px;
 }

 .container_e84fe935e333 {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 48px;
   z-index: 3;
   left: 0px;
   top: 40px;
 }

 .container_0e3d16e09ffa {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 88px;
   z-index: 3;
   left: 48px;
   top: 445px;
 }

 .text_dda6112f02e7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7138f96c2ff3 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_7138f96c2ff3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 3;
 }

 .container_nested_7138f96c2ff3 {
   width: 152.97px;
   height: 36px;
   z-index: 3;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_956520ba4a10 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 34.67px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_af16824f7416 {
   width: 14.67px;
   height: 14.67px;
   z-index: 3;
   position: absolute !important;
   left: 13px;
   top: 9.97px;
 }

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

 .container_c5bbec65276c {
   position: absolute !important;
   overflow: visible;
   width: 147px;
   height: 34px;
   z-index: 3;
   left: 165px;
   top: 0.97px;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 1px #00434fff;
 }

 .container_wrapper_c5bbec65276c {
   position: absolute !important;
   overflow: visible;
   left: 165px;
   top: 0.97px;
   width: 147px;
   height: 34px;
   z-index: 3;
 }

 .container_nested_c5bbec65276c {
   width: 147px;
   height: 34px;
   z-index: 3;
   border-top: 1px solid #00434fff;
   border-right: 1px solid #00434fff;
   border-bottom: 1px solid #00434fff;
   border-left: 1px solid #00434fff;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_8ae60e61a14f {
   position: absolute !important;
   overflow: visible;
   width: 655px;
   height: 36px;
   z-index: 3;
   left: 48px;
   top: 570px;
 }

 .container_3b8b80516de1 {
   position: absolute !important;
   overflow: visible;
   width: 751px;
   height: 137.59px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_6ba625a97f98 {
   position: absolute !important;
   overflow: visible;
   width: 751px;
   height: 647.95px;
   z-index: 3;
   left: 703px;
   top: 1px;
 }

 .container_68f0be42d6b1 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 649.95px;
   z-index: 3;
   left: 16px;
   top: 1599.08px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_c4e1f25dd0b6 {
   position: absolute !important;
   overflow: visible;
   width: 1536px;
   height: 2249.03px;
   z-index: 3;
   left: 14px;
   top: 460px;
 }

 .text_d8eed64e84ac {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 569.08px;
   top: -2px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

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

 .text_6761901e148e {
   width: 663px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 4.66px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6761901e148e {
   overflow: visible;
 }

 .container_5c0ff45019f7 {
   position: relative !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d75fa6261ebc {
   width: 15.26px;
   height: 15.29px;
   z-index: 3;
 }

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

 .text_d3cc5c37c011 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fba3edb91af4 {
   padding: 9px 9px 9px 9px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_fba3edb91af4 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
 }

 .container_nested_fba3edb91af4 {
   padding: 9px 9px 9px 9px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ff69dd7f29c2 {
   padding: 80px 30px 80px 30px;
   width: 1564px;
   height: 343.59px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2789.03px;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #00434f;
 }

 .container_f3f9e67d21e8 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 347.59px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_568ee2b62908 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 3521.2px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_9113df22bba9 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fc8d5838a1e4 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fb9c8da7edaf {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_309dc1dfaff8 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_87b84c135159 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_4f5200659098 {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4f5200659098 {
   overflow: visible;
 }

 .text_9100674105d7 {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_f4578f23a770 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_71889e9d921b {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_1410b205b924 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_819458fa339d {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_7439a2e3edd2 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0e4bc64facb1 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_85fdb02defa7 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_bb75dd279fd3 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_a36139512853 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_a36139512853 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_a36139512853 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_09b884605875 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09b884605875 {
   overflow: visible;
 }

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

 .text_50fd43ac01e6 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_03956bcc413c {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_e3836e1ad9da {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3cebd13fd1fa {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_d05e8d3ba4cc {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3369d3477e92 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_dbf4a5a2d8b7 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_00daad2d2446 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_00daad2d2446 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_00daad2d2446 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_71c11a725eb1 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_71c11a725eb1 {
   overflow: visible;
 }

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

 .text_12fc1f091aee {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_de6119b4c691 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_11b22a8d2820 {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_11b22a8d2820 img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_d034669834c0 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_b3e0ab2170bd {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f09bfd758db1 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_f09bfd758db1 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_f09bfd758db1 {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_1de948c205e9 {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_1de948c205e9 img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_c4f4182388ac {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_c4f4182388ac {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_c4f4182388ac {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_402904aaf142 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_4c79b8ede802 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_fc3d4e63be26 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_44f091aeadc8 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_707fdc584532 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_2106055e8c60 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   left: 0px;
   top: 3132px;
   background: #00434f;
 }

 .container_wrapper_2106055e8c60 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3132px;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
 }

 .container_nested_2106055e8c60 {
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_8ca7de48a4f3 {
   width: 1564px;
   height: 3519px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_0b67d9a1124a {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_79b89291613a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2fb352b7bd8e {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_2cda01b1712a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_edea6836ed91 {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_e45b4472c02b {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

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

 .container_bd3a8f8cb058 {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_bd3a8f8cb058 {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_bd3a8f8cb058 {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_4d6be06e8a61 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9c58f994e66c {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_53e7c9c9123f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1f80defbfe70 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_cd71e3323bce {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-49c7a1231a1a_cd71e3323bce {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-f39df3129da4_cd71e3323bce {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_5f3c4c61f29a {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_3212555c4322 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4b3a19dde23e {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_c0bb5ec023c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fc28ace89b6b {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_92b5a07d2fb3 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_3d84e2c76f44 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_974e9f22ffe6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f35e4351c783 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_390bc7847626 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_397ed449c3cd {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_9d857929c854 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-e41d5ab193a9_9d857929c854 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-7029a9f38cd8_9d857929c854 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_24b3f4e8528a {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_24b3f4e8528a {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_24b3f4e8528a {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_0d96220a4819 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_a4b13e0b7349 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_c765454984a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3478aad30428 {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_5d7d669313ce {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_78ad54817cfd {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_59e1295920c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c3f141809761 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_a632828bf774 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8b8c4f905e40 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_b714ccd0ae65 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-976c340139cf_b714ccd0ae65 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-eda410b1b9b5_b714ccd0ae65 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_2f7025d9253b {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_af4fe31f14c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bfc1475c354f {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_30870bc79be0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_df7b467b2e52 {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_6b0b5a6afff9 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_7ee17725a1ed {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_e4c7f45e0b94 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_87547303dae5 {
   width: 102.14px;
   height: 63.99px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d4567389c0c4 {
   width: 23.99px;
   height: 24px;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

 .container_152006cc45c3 {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   left: 286.95px;
   top: 12px;
 }

 .container_0905dc68a8ec {
   position: absolute !important;
   overflow: visible;
   width: 360px;
   height: 64px;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .text_f5939c8dc376 {
   width: max-content;
   position: absolute !important;
   left: 36px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_2bbce9779c3d {
   position: absolute !important;
   overflow: visible;
   width: 323px;
   height: 84px;
   left: 16px;
   top: 57px;
 }

 .text_7c5ce30bb7c7 {
   width: 321px;
   height: 112px;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c5ce30bb7c7 {
   overflow: visible;
 }

 .container_316a3ccbc695 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 112px;
   left: 16px;
   top: 163px;
 }

 .imageview_b4b799baf74c {
   width: 15.25px;
   height: 15.28px;
   position: absolute !important;
   left: 16px;
   top: 11.36px;
 }

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

 .text_a7903df8dd68 {
   width: max-content;
   position: absolute !important;
   left: 38px;
   top: 8.8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_78692f678bdd {
   position: absolute !important;
   overflow: visible;
   width: 201.25px;
   height: 38px;
   left: 79px;
   top: 310px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_78692f678bdd {
   position: absolute !important;
   overflow: visible;
   left: 79px;
   top: 310px;
   width: 201.25px;
   height: 38px;
 }

 .container_nested_78692f678bdd {
   width: 201.25px;
   height: 38px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_1db6c25c556f {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 392px;
   left: 0px;
   top: 4485px;
   background: #00434f;
 }

 .text_02993b253c28 {
   width: 298px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_02993b253c28 {
   overflow: visible;
 }

 .container_6b28492d6b5b {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 112px;
   z-index: 2;
   left: 15.99px;
   top: 106px;
 }

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

 .container_4c3a653846a1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 48px;
   z-index: 2;
   left: 15.99px;
   top: 46px;
 }

 .container_b0eebeb52514 {
   position: absolute !important;
   overflow: visible;
   width: 359px;
   height: 250px;
   z-index: 2;
   left: 0px;
   top: 164px;
   background: #f7e7dd;
 }

 .container_99891d7b61f3 {
   width: 324.71px;
   height: 399.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #eeeeee;
 }

 .imageview_52f9ad9614ce {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

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

 .container_3a13d1d6211f {
   position: absolute !important;
   overflow: visible;
   width: 56.13px;
   height: 23.99px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .container_50b76e04b95b {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 92.74px;
 }

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

 .container_aad85689ea1f {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 26px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_636f180bb382 {
   width: 20.66px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_684ecd454465 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 20.66px;
   z-index: 2;
   left: 0px;
   top: 165.32px;
 }

 .imageview_488ff6752d3e {
   width: 31px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: -2.1px;
   top: 0.98px;
 }

 .imageview_488ff6752d3e.wp-block-image {
   width: 29px !important;
   height: 22px !important;
   left: 0px !important;
   top: 1px !important;
   overflow: hidden;
 }

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

 .text_be16d1f579d0 {
   width: 195px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_be16d1f579d0 {
   overflow: visible;
 }

 .container_e519a606a99d {
   position: absolute !important;
   overflow: visible;
   width: 195px;
   height: 112px;
   z-index: 2;
   left: 0px;
   top: 29.58px;
 }

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

 .container_2d191edbce1e {
   position: absolute !important;
   overflow: visible;
   width: 156px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_10af0dccb788 {
   position: absolute !important;
   overflow: visible;
   width: 196.77px;
   height: 141.57px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .container_79fb6311950a {
   position: absolute !important;
   overflow: visible;
   width: 228.75px;
   height: 141.57px;
   z-index: 2;
   left: 15.99px;
   top: 15.99px;
 }

 .container_a2fb29a213fc {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 173.56px;
   z-index: 2;
   left: 0px;
   top: 206.89px;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .text_bb660ed3c0cb {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_969ee3080329 {
   width: 136.27px;
   height: 23.99px;
   z-index: 2;
   position: absolute !important;
   left: 31.99px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bc9a8c051a05 {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_35964fe7349c {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 125.33px;
 }

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

 .container_6a9fd9268c72 {
   position: absolute !important;
   overflow: visible;
   width: 148.98px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_75a2185af846 {
   position: absolute !important;
   overflow: visible;
   width: 102px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 26px;
 }

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

 .container_50c5aa9a4c6d {
   position: absolute !important;
   overflow: visible;
   width: 91px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 52px;
 }

 .container_7b41aed9aca5 {
   position: absolute !important;
   overflow: visible;
   width: 148.98px;
   height: 78px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_a8c353348d0c {
   width: 19.33px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_44af2929ab79 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 20.66px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_7095e9ea5a1e {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 387.84px;
   z-index: 2;
   left: 32px;
   top: 92.74px;
 }

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

 .container_cc8c1ace9d01 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 27.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_04999ca5f7ff {
   width: 5.99px;
   height: 5.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_8fbcdcf3cc17 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 13.99px;
   top: 10px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b1d0f2c8bf82 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 40px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_2bc3844d08dd {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 25.01px;
 }

 .text_23efb9114d43 {
   width: 260.74px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 13.99px;
   top: 10px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23efb9114d43 {
   overflow: visible;
 }

 .container_498c6f8adb02 {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f6a98ade295d {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 65.01px;
 }

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

 .container_40b08dc4b086 {
   position: absolute !important;
   overflow: visible;
   width: 62.47px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 10px;
 }

 .container_1c0b7c7f1ab3 {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_ea038adefa05 {
   position: absolute !important;
   overflow: visible;
   width: 85px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 105.01px;
 }

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

 .container_3af65701cd4e {
   padding: 10px 0 10px 0;
   width: 126px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 13.03px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_525e0c253e8d {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17.01px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f170dab36801 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 145.01px;
 }

 .container_b1e8a6fca744 {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 200px;
   z-index: 2;
   left: 32px;
   top: 490px;
 }

 .text_9974c7e478a4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76c2e5a48dae {
   position: absolute !important;
   overflow: visible;
   width: 152px;
   height: 34px;
   z-index: 2;
   left: 54px;
   top: 0px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_76c2e5a48dae {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 152px;
   height: 34px;
   z-index: 2;
 }

 .container_nested_76c2e5a48dae {
   width: 152px;
   height: 34px;
   z-index: 2;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .imageview_2096546ed34d {
   width: 14.66px;
   height: 14.66px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 9.67px;
 }

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

 .text_8b868732f763 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 35px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ac40f62224e4 {
   position: absolute !important;
   overflow: visible;
   width: 146.66px;
   height: 34px;
   z-index: 2;
   left: 57px;
   top: 47.98px;
   background: #ffffff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   box-shadow: inset 0 0 0 1.11px #00434fff;
 }

 .container_wrapper_ac40f62224e4 {
   position: absolute !important;
   overflow: visible;
   left: 57px;
   top: 47.98px;
   width: 146.66px;
   height: 34px;
   z-index: 2;
 }

 .container_nested_ac40f62224e4 {
   width: 146.66px;
   height: 34px;
   z-index: 2;
   border-top: 1.11px solid #00434fff;
   border-right: 1.11px solid #00434fff;
   border-bottom: 1.11px solid #00434fff;
   border-left: 1.11px solid #00434fff;
   background: #ffffff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_7f412ba6501b {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 83.97px;
   z-index: 2;
   left: 32px;
   top: 690px;
 }

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

 .container_9943a145d981 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_77e505a294a9 {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 41.59px;
   z-index: 2;
   left: 32px;
   top: 25.58px;
 }

 .container_731eb8b5c526 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 793.28px;
   z-index: 2;
   left: 0px;
   top: 399.99px;
 }

 .container_7ddaea9e1733 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 399.99px;
   z-index: 2;
   left: 1.11px;
   top: 1.11px;
 }

 .container_f780da0482de {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 1200px;
   z-index: 2;
   left: 15.99px;
   top: 1480px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_5fa70380c743 {
   width: 324.71px;
   height: 399.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #eeeeee;
 }

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

 .container_926d7fe96d24 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 27.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_260952e5fdd9 {
   width: 5.99px;
   height: 5.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_a02188691748 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 13.99px;
   top: 10px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_be0a206cf497 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 40px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_32fc90619775 {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 25.01px;
 }

 .text_113cfff58792 {
   width: 260.74px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 13.99px;
   top: 10px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_113cfff58792 {
   overflow: visible;
 }

 .container_f1662b175b21 {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_8b1d2b38589a {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 65.01px;
 }

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

 .container_ac2f58706087 {
   position: absolute !important;
   overflow: visible;
   width: 62.47px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 10px;
 }

 .container_d2c68a12670f {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_a6c769943c48 {
   position: absolute !important;
   overflow: visible;
   width: 85px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 105.01px;
 }

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

 .container_459c78c77a2a {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 40px;
   z-index: 2;
   left: 13.03px;
   top: 0px;
 }

 .container_77a10bc8801b {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17.01px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_d636f4486330 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 145.01px;
 }

 .container_2dec0c2802b8 {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 200px;
   z-index: 2;
   left: 32px;
   top: 490px;
 }

 .text_8df627222e18 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_82ad6a213564 {
   position: absolute !important;
   overflow: visible;
   width: 152px;
   height: 34px;
   z-index: 2;
   left: 54px;
   top: 0px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_82ad6a213564 {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 152px;
   height: 34px;
   z-index: 2;
 }

 .container_nested_82ad6a213564 {
   width: 152px;
   height: 34px;
   z-index: 2;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .imageview_600b7799cb6d {
   width: 14.66px;
   height: 14.66px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 9.67px;
 }

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

 .text_700833c80de7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 35px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_da326f09bc06 {
   position: absolute !important;
   overflow: visible;
   width: 146.66px;
   height: 34px;
   z-index: 2;
   left: 57px;
   top: 47.98px;
   background: #ffffff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   box-shadow: inset 0 0 0 1.11px #00434fff;
 }

 .container_wrapper_da326f09bc06 {
   position: absolute !important;
   overflow: visible;
   left: 57px;
   top: 47.98px;
   width: 146.66px;
   height: 34px;
   z-index: 2;
 }

 .container_nested_da326f09bc06 {
   width: 146.66px;
   height: 34px;
   z-index: 2;
   border-top: 1.11px solid #00434fff;
   border-right: 1.11px solid #00434fff;
   border-bottom: 1.11px solid #00434fff;
   border-left: 1.11px solid #00434fff;
   background: #ffffff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_81c64bbcd49e {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 83.97px;
   z-index: 2;
   left: 32px;
   top: 690px;
 }

 .text_10ef589c83fa {
   width: 197px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: -0.12px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_10ef589c83fa {
   overflow: visible;
 }

 .text-51f4581961c3_10ef589c83fa {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-2bb882832efc_10ef589c83fa {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_13ba1f9e229f {
   position: absolute !important;
   overflow: visible;
   width: 196.77px;
   height: 45px;
   z-index: 2;
   left: 0px;
   top: 30px;
 }

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

 .container_54713c56415b {
   position: absolute !important;
   overflow: visible;
   width: 196.77px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6e7615c079d8 {
   position: absolute !important;
   overflow: visible;
   width: 196.77px;
   height: 74.38px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_aad236cfc878 {
   width: 31px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: -0.1px;
   top: -0.05px;
 }

 .imageview_aad236cfc878.wp-block-image {
   width: 28px !important;
   height: 22px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a7489bb83bb3 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 26px;
   z-index: 2;
   left: 15.99px;
   top: 15.99px;
 }

 .container_c22c149b5ebf {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 106.36px;
   z-index: 2;
   left: 0px;
   top: 265.45px;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .text_55668e30652b {
   width: 205px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55668e30652b {
   overflow: visible;
 }

 .container_ac3d78a4cfea {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 77px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_78d37e45a338 {
   width: 20.66px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_ac0e71bf91be {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 20.66px;
   z-index: 2;
   left: 0px;
   top: 172.71px;
 }

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

 .container_ceef5bf3e233 {
   position: absolute !important;
   overflow: visible;
   width: 137.02px;
   height: 23.99px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_e4aa44893b30 {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

 .container_cf017491a39e {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 132.72px;
 }

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

 .container_ad07c2f4cd50 {
   position: absolute !important;
   overflow: visible;
   width: 56.13px;
   height: 23.99px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_a20f854dd0c4 {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.7px;
 }

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

 .container_1c01d29a7cdc {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 92.74px;
 }

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

 .container_926853016627 {
   position: absolute !important;
   overflow: visible;
   width: 157.41px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_9741164abebc {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 26px;
 }

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

 .container_f619c7a8dab4 {
   position: absolute !important;
   overflow: visible;
   width: 91px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 52px;
 }

 .container_e43b93733307 {
   position: absolute !important;
   overflow: visible;
   width: 157.41px;
   height: 78px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_82b83c6f72a9 {
   width: 19.33px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_2fbbd4e5947c {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 20.66px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_df1fff19757c {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 371.81px;
   z-index: 2;
   left: 32px;
   top: 92.74px;
 }

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

 .container_a3424687bcf2 {
   position: absolute !important;
   overflow: visible;
   width: 186px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_fa35064c8f67 {
   position: absolute !important;
   overflow: visible;
   width: 260.71px;
   height: 41.59px;
   z-index: 2;
   left: 15px;
   top: 25.58px;
 }

 .container_f9e89d9e77d9 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 47.59px;
   z-index: 2;
   left: 0px;
   top: 399.99px;
 }

 .container_e12c84de5cee {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 1177.24px;
   z-index: 2;
   left: 1.11px;
   top: 1.11px;
 }

 .container_121aa54f69c3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 1200px;
   z-index: 2;
   left: 15.99px;
   top: 2720px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_f422386be752 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 2.63px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_73d7f7b20fef {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 22px;
   z-index: 2;
   left: 102px;
   top: 20px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_2e6150f51929 {
   width: 271px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_fa44260898b5 {
   position: absolute !important;
   overflow: visible;
   width: 261px;
   height: 80px;
   z-index: 3;
   left: 0px;
   top: 30.01px;
 }

 .container_dc9b007fed51 {
   position: absolute !important;
   overflow: visible;
   width: 261px;
   height: 80px;
   z-index: 2;
   left: 31.9px;
   top: 5px;
 }

 .imageview_966ab49b62b4 {
   width: 19.33px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_b4a0d928287f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_f95c4efdbe6d {
   position: absolute !important;
   overflow: visible;
   width: 99px;
   height: 26px;
   z-index: 3;
   left: 32px;
   top: 0px;
 }

 .text_ab9c61dc2689 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_d5be7bd0f790 {
   position: absolute !important;
   overflow: visible;
   width: 146.61px;
   height: 26px;
   z-index: 3;
   left: 32px;
   top: 26px;
 }

 .text_d7c5c8ceeb4a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_d6d604072f11 {
   position: absolute !important;
   overflow: visible;
   width: 103px;
   height: 26px;
   z-index: 3;
   left: 32px;
   top: 52px;
 }

 .container_002d3f734378 {
   position: absolute !important;
   overflow: visible;
   width: 146.61px;
   height: 78px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_3e50580beb19 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 78px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_6d5a0badd5f0 {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

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

 .container_f31b10324279 {
   position: absolute !important;
   overflow: visible;
   width: 56.13px;
   height: 23.99px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .container_57626a99f6f4 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 92.74px;
 }

 .imageview_31b2a4ee8904 {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

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

 .container_bfe5be9cdc01 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .container_94af2507c23b {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 125.33px;
 }

 .text_9bd192811fa3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31.99px;
   top: -0.32px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_de93b127fbd2 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 26px;
   z-index: 2;
   left: -0.09px;
   top: 0px;
 }

 .imageview_e0192d6a6ba7 {
   width: 20.66px;
   height: 20.66px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.32px;
 }

 .imageview_e0192d6a6ba7.wp-block-image {
   width: 21px !important;
   height: 20px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_c0750f9f4b58 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 20.66px;
   z-index: 2;
   left: 0px;
   top: 165.32px;
 }

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

 .container_fe88411cec20 {
   position: absolute !important;
   overflow: visible;
   width: 156px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_ef6822635dd8 {
   width: 195px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ef6822635dd8 {
   overflow: visible;
 }

 .container_eaf7f28fb751 {
   position: absolute !important;
   overflow: visible;
   width: 195px;
   height: 68px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_3b58439b2c88 {
   width: 187px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3b58439b2c88 {
   overflow: visible;
 }

 .container_64f723087b43 {
   position: absolute !important;
   overflow: visible;
   width: 187px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 78px;
 }

 .text_6d53317a7898 {
   width: 187px;
   height: 90px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6d53317a7898 {
   overflow: visible;
 }

 .container_174d5808cc8c {
   position: absolute !important;
   overflow: visible;
   width: 187px;
   height: 90px;
   z-index: 2;
   left: 0px;
   top: 128px;
 }

 .text_591618439633 {
   width: 161px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_591618439633 {
   overflow: visible;
 }

 .container_e358cadd1812 {
   position: absolute !important;
   overflow: visible;
   width: 140px;
   height: 40px;
   z-index: 2;
   left: 0.01px;
   top: 228.31px;
 }

 .container_7722fa6cc489 {
   position: absolute !important;
   overflow: visible;
   width: 195px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 29.58px;
 }

 .container_534658e5c4e9 {
   position: absolute !important;
   overflow: visible;
   width: 196.77px;
   height: 298.32px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_5b0222f16ce8 {
   width: 31px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_71248f0a15fd {
   position: absolute !important;
   overflow: visible;
   width: 31px;
   height: 22px;
   z-index: 2;
   left: 15.99px;
   top: 15.99px;
 }

 .container_350b44210506 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 330.3px;
   z-index: 2;
   left: 0px;
   top: 210px;
   background: #f7e7dd;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5fa54fa4dd44 {
   position: absolute !important;
   overflow: visible;
   width: 261px;
   height: 545px;
   z-index: 2;
   left: 25.9px;
   top: 128.01px;
 }

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

 .container_fe814f55b728 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 27.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_74546bddc4b8 {
   width: 5.99px;
   height: 5.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_6fff52257ef5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 13.99px;
   top: 10px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0d41e19ff6c8 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 40px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_3094ab25ff1f {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 25.01px;
 }

 .text_79e21f2bda9e {
   width: 260.74px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 13.99px;
   top: 10px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_79e21f2bda9e {
   overflow: visible;
 }

 .container_fe3c847dbd91 {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_e041ef4b780c {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 65.01px;
 }

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

 .container_3b76a506db12 {
   position: absolute !important;
   overflow: visible;
   width: 62.47px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 10px;
 }

 .container_1ebacf56faee {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_03c0a7a19d17 {
   position: absolute !important;
   overflow: visible;
   width: 85px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 105.01px;
 }

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

 .container_2909291c47c5 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 40px;
   z-index: 2;
   left: 13.03px;
   top: 0px;
 }

 .container_d9e7f194e022 {
   width: 5.99px;
   height: 5.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 17px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_9fd68bdf59be {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 145.01px;
 }

 .container_60bdd3ac63a2 {
   position: absolute !important;
   overflow: visible;
   width: 261px;
   height: 200px;
   z-index: 2;
   left: 31.9px;
   top: 700.01px;
 }

 .text_0300ca9f24c9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bf9ac629238b {
   position: absolute !important;
   overflow: visible;
   width: 152px;
   height: 34px;
   z-index: 2;
   left: 54px;
   top: 0px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_bf9ac629238b {
   position: absolute !important;
   overflow: visible;
   left: 54px;
   top: 0px;
   width: 152px;
   height: 34px;
   z-index: 2;
 }

 .container_nested_bf9ac629238b {
   width: 152px;
   height: 34px;
   z-index: 2;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .imageview_a45d9619b0b9 {
   width: 14.66px;
   height: 14.66px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 9.67px;
 }

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

 .text_f0d3404cab78 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 35px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1880fb773d82 {
   position: absolute !important;
   overflow: visible;
   width: 146.66px;
   height: 34px;
   z-index: 2;
   left: 57px;
   top: 47.98px;
   background: #ffffff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   box-shadow: inset 0 0 0 1.11px #00434fff;
 }

 .container_wrapper_1880fb773d82 {
   position: absolute !important;
   overflow: visible;
   left: 57px;
   top: 47.98px;
   width: 146.66px;
   height: 34px;
   z-index: 2;
 }

 .container_nested_1880fb773d82 {
   width: 146.66px;
   height: 34px;
   z-index: 2;
   border-top: 1.11px solid #00434fff;
   border-right: 1.11px solid #00434fff;
   border-bottom: 1.11px solid #00434fff;
   border-left: 1.11px solid #00434fff;
   background: #ffffff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_15e2c0d748d4 {
   position: absolute !important;
   overflow: visible;
   width: 260.74px;
   height: 83.97px;
   z-index: 2;
   left: 31.9px;
   top: 910px;
 }

 .container_c786549ffac5 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 147.97px;
   z-index: 2;
   left: 0px;
   top: 399.99px;
 }

 .container_222c82feb7c5 {
   width: 324.71px;
   height: 399.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #eeeeee;
 }

 .container_f2caea8c7a97 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 399.99px;
   z-index: 2;
   left: 1.11px;
   top: 1.11px;
 }

 .container_e02a4f2b4381 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 1435.42px;
   z-index: 2;
   left: 15.99px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_53a4eac413ab {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 3970.33px;
   z-index: 2;
   left: 0px;
   top: 480px;
 }

 .container_de76e13a0fce {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 4981.28px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_a147cfb711b7 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 5889.25px;
   z-index: 2;
   left: 0px;
   top: 44px;
 }

 .imageview_9ddb10be5e26 {
   width: 358px;
   height: 771px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 4875px;
   _scaling-factor: 0.5;
 }

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

 .imageview_83c4b633a303 {
   width: 358px;
   height: 217px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 5646px;
   _scaling-factor: 0.5;
 }

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

 .text_40082424f726 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_583849b3f65d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 4;
   left: 0px;
   top: 33.09px;
 }

 .container_23099d40559a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 4;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_fc845e720f7d {
   width: 300px;
   height: 77px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_97e1ba4d7dae {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 4;
   left: 15.01px;
   top: 120px;
 }

 .imageview_ee5b6d62cc5d {
   width: 227px;
   height: auto !important;
   z-index: 5;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .container_4154904b219c {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 4;
   left: 15.99px;
   top: 20px;
 }

 .text_ab9bc928acc9 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c73994bfd000 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_eef3f073f525 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b7bcf2de6cbc {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_5211b31f388d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_236e61dc9515 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .text_53200fd126fc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_40cd4e8be3b3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 95.96px;
 }

 .container_8d2f63a344ec {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_67511e574c86 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67511e574c86 {
   overflow: visible;
 }

 .container_27f00ac8cec6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_15e929e60002 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 4;
   left: 15.99px;
   top: 250px;
 }

 .text_d1efe9309920 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ae384f7fdc13 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_ca8bcd0d1fe6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a7a78c46a2c0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_63c374f173f7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c47ddccc4e91 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .container_573fe4d44d99 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_e2e867a3d927 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2e867a3d927 {
   overflow: visible;
 }

 .container_a39bd753adf9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_230394d80295 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 4;
   left: 15.99px;
   top: 440px;
 }

 .text_095b869b2570 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_095b869b2570 {
   overflow: visible;
 }

 .container_4afce130567d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .text_b584e72ba054 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7d4104c152a4 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_684be1014342 {
   width: 19.99px;
   height: 19.33px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

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

 .container_5fcedec6f130 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 61.57px;
 }

 .text_27f7c9459f4f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_ed6830255fd8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_45c73f225955 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_28309158a53c {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_735cc11344ef {
   width: 20.57px;
   height: 20.6px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

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

 .container_acd15d04b37d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_4fb5bd80dc62 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .container_eab85763ae92 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 4;
   left: 15.99px;
   top: 615px;
 }

 .imageview_4634f9081657 {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

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

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

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

 .container_a5b2e04a5925 {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 4;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_db07a3cb821d {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 4;
   left: 0px;
   top: 4875px;
   background: #00434fe6;
 }

 .viewport_ecaf547fbf02 {
   width: 358px;
   height: 5863px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_dc010975d512 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_aa2b52e660f6 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_8a3a78ad9c83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5c303961a92e {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_d12a971e0c87 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d12a971e0c87 {
   overflow: visible;
 }

 .container_38053aed8c44 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_726890e5afe6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6386bf23217e {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_b41aecf3c6ea {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b41aecf3c6ea {
   overflow: visible;
 }

 .container_d44031ee913b {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_16f42a094c2d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cc27daffd612 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_cc27daffd612 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_cc27daffd612 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_ec97195e9fac {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_a1ab9b6645fe {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_d00bb5b27a16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c98f36bb4546 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_5da2dea1e05d {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5da2dea1e05d {
   overflow: visible;
 }

 .container_d372f0a00891 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_298a818a330a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_121e39e33c40 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_586c9d2bb47d {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_586c9d2bb47d {
   overflow: visible;
 }

 .container_053a3fad6b80 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_f38bf43b9d60 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9fdddc78ffdc {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_a97bb95844c9 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_9f15ad9a292e {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_9a8f5ed00191 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_85549cdc699a {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_16e8661062c7 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16e8661062c7 {
   overflow: visible;
 }

 .container_e6bbf168e64a {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_56b3192132ab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_724683350633 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_fafe41560db3 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fafe41560db3 {
   overflow: visible;
 }

 .container_95c4ff04128e {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_9627445bf326 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_41ce4e974fb8 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_025feca291a8 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_1f6d81eb45e8 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_20baaeca665f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0ebd0099dd1d {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_9b6e7e19107f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_df023a75ca89 {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_76064e6f91be {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_3464f58c9632 {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_3464f58c9632 {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_3464f58c9632 {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d87b55f6195f {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_495fd8584ab3 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_d27bb0f860ff img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_a679d250b605 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_a679d250b605 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_89d6ea672570 {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_89d6ea672570 img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_d4748b0be178 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_31542cb86c10 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_31542cb86c10 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_31542cb86c10 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_2ff87d3f62b3 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_2737256c428c {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_60248f00a2bf {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60248f00a2bf {
   overflow: visible;
 }

 .container_abe6dd5fc983 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_86b3bd98ee27 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_2e2364aa7eff {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_4222cca6c50d {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_f35e7640d93d {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f35e7640d93d {
   overflow: visible;
 }

 .container_64bdbb780949 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_0dc7a04ad037 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_0dc7a04ad037 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_0dc7a04ad037 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_bcb6ff01d01a {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_79fda12dfd47 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_23c626dd48b9 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_a39be8662532 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_330ec59c24af {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_7590fe252f65 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7590fe252f65 {
   overflow: visible;
 }

 .container_cb684cd2fcd6 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0b7984f5d388 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_08ac8e410231 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_bcd34af51609 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bcd34af51609 {
   overflow: visible;
 }

 .container_e44e642b4690 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_78cd88d7ddc5 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_9b4e0e825f40 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b4e0e825f40 {
   overflow: visible;
 }

 .container_786302275078 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_786302275078 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_786302275078 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_6a9678c586bf {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_6a9678c586bf {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_6a9678c586bf {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_e23439eff7b3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_e23439eff7b3 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .imageview_5a0706f14f65 {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 11.36px;
 }

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

 .text_8ff39ba78f44 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 7px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_199485a54140 {
   position: absolute !important;
   overflow: visible;
   width: 170px;
   height: 38px;
   z-index: 2;
   left: 1364px;
   top: 42.59px;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_199485a54140 {
   position: absolute !important;
   overflow: visible;
   left: 1364px;
   top: 42.59px;
   width: 170px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_199485a54140 {
   width: 170px;
   height: 38px;
   z-index: 2;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_c95cbe2efcc2 {
   width: 32.67px;
   height: 32.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 13.26px;
 }

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

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

 .container_c79150eef142 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 37px;
   opacity: 0.8999999761581421;
 }

 .text_1ddd0dbf1a85 {
   width: 528.81px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1ddd0dbf1a85 {
   overflow: visible;
 }

 .container_705af9a67b31 {
   position: absolute !important;
   overflow: visible;
   width: 528.81px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0d4389974d42 {
   position: absolute !important;
   overflow: visible;
   width: 528.81px;
   height: 59.19px;
   z-index: 2;
   left: 48px;
   top: 0px;
 }

 .container_78b124207e49 {
   position: absolute !important;
   overflow: visible;
   width: 576.81px;
   height: 59.19px;
   z-index: 2;
   left: 30px;
   top: 32px;
 }

 .container_0290bd115e20 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 123.19px;
   z-index: 2;
   left: 0px;
   top: 500px;
   background: #fec548;
 }

 .imageview_60153aa86232 {
   width: 1564px;
   height: 400px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_da10f3b64572 {
   width: 1564px;
   height: 400px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #00434fe6 0%, #00434f99 100%);
 }

 .container_6e4cd1f57681 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_db60c06b6d7c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_0249d8ee2e2b {
   position: absolute !important;
   overflow: visible;
   width: 371px;
   height: 48px;
   z-index: 3;
   left: 16px;
   top: 0px;
 }

 .text_feaec1782880 {
   width: 700px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_daac1ec21792 {
   position: absolute !important;
   overflow: visible;
   width: 700px;
   height: 100px;
   z-index: 3;
   left: 16px;
   top: 64px;
 }

 .container_7ac1d117d30b {
   position: absolute !important;
   overflow: visible;
   width: 732px;
   height: 164px;
   z-index: 3;
   left: 14px;
   top: 154px;
 }

 .container_41eb2fc6ef58 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 100px;
 }

 .imageview_a24e8fdc1599 {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_09a35da92180 {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_a2c0d5f3eb0d {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a2c0d5f3eb0d {
   overflow: visible;
 }

 .container_e5076a3030f2 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_6c71d7fffe33 {
   width: 416px;
   height: 128px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6c71d7fffe33 {
   overflow: visible;
 }

 .container_0a56050931d3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_59b70d792649 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a9f6af42f335 {
   position: absolute !important;
   overflow: visible;
   width: 113.64px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_714f075d01c9 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c358f0aa626f {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_78f1e4e84128 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_11ac5d1c683a {
   position: absolute !important;
   overflow: visible;
   width: 119.72px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_fa710e6e2e4c {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_0ae3cbaad277 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_bdbd487bd475 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bc216e9be50c {
   position: absolute !important;
   overflow: visible;
   width: 75.13px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_b9c1eb3dc2f6 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ed4e41030ead {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_4a9e8b1eea77 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e9760e46b99f {
   position: absolute !important;
   overflow: visible;
   width: 93.91px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_f9646457255d {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ed4a64c73bc5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_292b0bb2b7af {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 300px;
 }

 .container_34bf7bac642a {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 104px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_a6049e95ac64 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_2407d8ffdef7 {
   width: 428px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2407d8ffdef7 {
   overflow: visible;
 }

 .container_f82a1956d6c1 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .text_e8e9d3811103 {
   width: 416px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e8e9d3811103 {
   overflow: visible;
 }

 .container_2c11c844692e {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 128px;
   z-index: 2;
   left: 24px;
   top: 141.59px;
 }

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

 .container_14467c73b59a {
   position: absolute !important;
   overflow: visible;
   width: 117.84px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_303fcba76672 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5ac2d4e862a8 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

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

 .container_e631a19ccec7 {
   position: absolute !important;
   overflow: visible;
   width: 109.91px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_500c07e60b3f {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1b3ca0188192 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_d76a9aba7791 {
   position: absolute !important;
   overflow: visible;
   width: 71.66px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_8a04d57c762c {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_e24bd3023670 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_56c34c1f6dcd {
   position: absolute !important;
   overflow: visible;
   width: 96.72px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_150267da85c6 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .container_d8e60547b98b {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 300px;
 }

 .text_4406cb13c26e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_7fe8f9ce8b02 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 24px;
   z-index: 2;
   left: 300px;
   top: -0.19px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_9a4dff6b396f {
   width: 56px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_9e86cceca110 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 56px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_2cc16ad47eca {
   position: absolute !important;
   overflow: visible;
   width: 476px;
   height: 104px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_5f0b6b1c054c {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 512px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 2px #fe743bff;
 }

 .text_79c44b2c808a {
   width: 405px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_79c44b2c808a {
   overflow: visible;
 }

 .container_e41fe603af9f {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 2;
   left: 24px;
   top: 143.59px;
 }

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

 .container_cdf1f54531c7 {
   position: absolute !important;
   overflow: visible;
   width: 101.89px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_f6f898968ee2 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .container_96da43d0954a {
   position: absolute !important;
   overflow: visible;
   width: 66.92px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_a78f6bf04baa {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c7627e5a9365 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_b61827412ba0 {
   position: absolute !important;
   overflow: visible;
   width: 75.72px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_ee20d491cd2e {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.19px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_106ffae22764 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_d0556c7a14ea {
   position: absolute !important;
   overflow: visible;
   width: 82.72px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_91a60baf1bd4 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_589cfd136d04 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

 .container_587d78e31fc6 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 300px;
 }

 .text_1d6f8a871d5c {
   width: 430px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d6f8a871d5c {
   overflow: visible;
 }

 .container_a53589e33809 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .imageview_ce957b6e775d {
   width: 430px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_3541dc6117de {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 1px;
   top: 0.81px;
 }

 .container_91975463f84d {
   position: absolute !important;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 0px;
   top: 512px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_c956e83972dd {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_18fe32fe5240 {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_e58651d0f522 {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e58651d0f522 {
   overflow: visible;
 }

 .container_7078d658799d {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_1e9b9c47eab6 {
   width: 383px;
   height: 180px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1e9b9c47eab6 {
   overflow: visible;
 }

 .container_96f92e1ebe4a {
   position: absolute !important;
   overflow: visible;
   width: 383px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_9dc4b7b7089a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d500433fa09c {
   position: absolute !important;
   overflow: visible;
   width: 106.59px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_99f0755e3449 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_926d0f0d97c3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_89e59960eeef {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_20a25191eb74 {
   position: absolute !important;
   overflow: visible;
   width: 115.55px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_416456023ad0 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.19px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f56a80c84904 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_ae60b78f4aae {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b683de73ece4 {
   position: absolute !important;
   overflow: visible;
   width: 147.58px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_d9c420d70f0f {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d9e7886d28f9 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_7cbc3ec3eb7e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d0e3288fd28a {
   position: absolute !important;
   overflow: visible;
   width: 108.36px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_4372307169cf {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_eb0f448b8fcf {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_fc67639da6d4 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 340px;
 }

 .container_bb4f92eb84ba {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 476.59px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_b781abfa556a {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 512px;
   top: 512px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_9255408346c3 {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 2px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_4eef38129678 {
   width: 428px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4eef38129678 {
   overflow: visible;
 }

 .container_71858b409ee6 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_8b3502616126 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9a4820273e00 {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 6px;
   z-index: 3;
   left: 14px;
   top: -0.19px;
 }

 .container_a79b1cda5aa4 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_8f2589ce476c {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_1e88c6df9e2b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f1ae1df625a1 {
   position: absolute !important;
   overflow: visible;
   width: 113px;
   height: 6px;
   z-index: 3;
   left: 14px;
   top: -0.19px;
 }

 .container_9f17d9dc84d9 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_0b24481ed668 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_c79eb8d25eec {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_caa0913601f8 {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 6px;
   z-index: 3;
   left: 14px;
   top: -0.19px;
 }

 .container_c44f61943f02 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_b685e3bd7e2d {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_9f562ec8ccd0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7ccadea04fec {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 6px;
   z-index: 3;
   left: 14px;
   top: -0.19px;
 }

 .container_b815ecb812af {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_8046fb82cb44 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_187eada0bd43 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 315px;
 }

 .text_1cfbcbbfb2a4 {
   width: 420px;
   height: 103px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1cfbcbbfb2a4 {
   overflow: visible;
 }

 .container_b5c23a97e4b5 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .imageview_943c8c8ae8d2 {
   width: 428px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_248da8a57117 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 3;
   left: 2px;
   top: 1.81px;
 }

 .container_50d2ca2c5e4c {
   position: absolute !important;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 1024px;
   top: 2048px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_6426f8160964 {
   width: 430px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_7bcccd73dd8d {
   width: 430px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7bcccd73dd8d {
   overflow: visible;
 }

 .container_16b42bc88529 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .text_a46f9375414d {
   width: 380px;
   height: 205px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a46f9375414d {
   overflow: visible;
 }

 .container_29bbff4b1837 {
   position: absolute !important;
   overflow: visible;
   width: 380px;
   height: 103px;
   z-index: 2;
   left: 24px;
   top: 143.59px;
 }

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

 .container_36a22adfc72f {
   position: absolute !important;
   overflow: visible;
   width: 117.31px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_a5a05304c26a {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1906d06379cd {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

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

 .container_989671825b97 {
   position: absolute !important;
   overflow: visible;
   width: 81.16px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_7de21472688e {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f0f77c412f9a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_e1976e9ce8ff {
   position: absolute !important;
   overflow: visible;
   width: 89.23px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_f7eaa83c7e27 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ca0dad328be0 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_d0b7a69c06c2 {
   position: absolute !important;
   overflow: visible;
   width: 89.17px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_246e7ee5364a {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

 .container_1fef5a86de03 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 360px;
 }

 .container_988721bbb63b {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 476.59px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_1e5fd89bcd60 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 1024px;
   top: 512px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_c40d8bdf2ad2 {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_0aaf7e4d3706 {
   width: 408px;
   height: 180px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0aaf7e4d3706 {
   overflow: visible;
 }

 .container_ee3f2c0ad57b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_ea74d605987e {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ea74d605987e {
   overflow: visible;
 }

 .container_10bca6af3920 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_db929c74396a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7e77ffa8d6a0 {
   position: absolute !important;
   overflow: visible;
   width: 104.39px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_da46a0218c37 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_4b28abd698f0 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_028bce37842e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f8599781b27c {
   position: absolute !important;
   overflow: visible;
   width: 120.48px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_1682a1a763fd {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_e83ec5e29ab9 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_154761bdd45c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4bf1664414c5 {
   position: absolute !important;
   overflow: visible;
   width: 129.83px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_76ff4c2f0c96 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_165999d59f55 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .container_2fc403b79e96 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 350px;
 }

 .imageview_0e6b16444a0f {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_ce14c9ad212e {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 104px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_03882ee52533 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 0px;
   top: 1024px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_2431b7ecd9a4 {
   width: 430px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2431b7ecd9a4 {
   overflow: visible;
 }

 .container_acfa1664799d {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .imageview_91692b1ac00b {
   width: 430px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_68feb983794c {
   width: 420px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_68feb983794c {
   overflow: visible;
 }

 .container_37bbfb2f1e32 {
   position: absolute !important;
   overflow: visible;
   width: 420px;
   height: 103px;
   z-index: 2;
   left: 24px;
   top: 143.59px;
 }

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

 .container_31b03e7d7153 {
   position: absolute !important;
   overflow: visible;
   width: 54.64px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_a76fd71e44bb {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .container_60ee344ab44a {
   width: 104.13px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_2b2ca84460e5 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_26a4ded4b7c6 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_5a3185a2bfd4 {
   position: absolute !important;
   overflow: visible;
   width: 165.11px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_bb0d96661d05 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_3da6affe5557 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_13cd1ddb43a2 {
   position: absolute !important;
   overflow: visible;
   width: 204.27px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_64a6e074f7bb {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_faabdd5dcb0e {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

 .container_308f688ce266 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 340px;
 }

 .container_0f790a71c3e2 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 399px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_3a7f40c94719 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 512px;
   top: 1024px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_46140436522a {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_142d4c88cfe8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_40e97f46afd6 {
   position: absolute !important;
   overflow: visible;
   width: 118.94px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_9243cf68116a {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_4ae63661ff65 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_2205347b67a6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6543d637a92d {
   position: absolute !important;
   overflow: visible;
   width: 67.98px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_e9c6149d083a {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_3f7f9102dd47 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_9025d9a54062 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b32cead3108a {
   position: absolute !important;
   overflow: visible;
   width: 97.77px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_3e02c0d4b7f2 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_6a8c184ff3f5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_308915080235 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_789f4d0abc14 {
   position: absolute !important;
   overflow: visible;
   width: 92.31px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_ee123b5734fc {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c50fc0d9927b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .text_6b2d2f0e981a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_94c27fc80875 {
   position: absolute !important;
   overflow: visible;
   width: 92.31px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_476c8cab200c {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_94efef7caca8 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 112px;
 }

 .container_d42ad8f40fdf {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 335px;
 }

 .text_22f04571bc7a {
   width: 399px;
   height: 180px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_22f04571bc7a {
   overflow: visible;
 }

 .container_c3cbf629b28c {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_37e2284cff50 {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_37e2284cff50 {
   overflow: visible;
 }

 .container_db15c853c2d9 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .imageview_a5c19d5b5735 {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_937fcfc0bf2a {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 104px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_6749702af2e0 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 1024px;
   top: 1024px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_da36126706f1 {
   width: 430px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_6e1c52d4bbc6 {
   width: 430px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6e1c52d4bbc6 {
   overflow: visible;
 }

 .container_dc5a43125bc7 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .text_e814ad72c5f5 {
   width: 422px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e814ad72c5f5 {
   overflow: visible;
 }

 .container_82b2c72291d6 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 128px;
   z-index: 2;
   left: 24px;
   top: 143.59px;
 }

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

 .container_bfc8f0c8b5d1 {
   position: absolute !important;
   overflow: visible;
   width: 108.3px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_5a8c75632abf {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .container_c933f3ece443 {
   position: absolute !important;
   overflow: visible;
   width: 105.03px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_703065232b7e {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_62c9a4bb9892 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_ac328a5ffb98 {
   position: absolute !important;
   overflow: visible;
   width: 113.69px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_11027413ddf7 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ee180a16994b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_997794870e16 {
   position: absolute !important;
   overflow: visible;
   width: 73.81px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_d4d69614c372 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5418ffb040ad {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

 .container_1534813ff81a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 345px;
 }

 .container_4f24df1a9415 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 477.59px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_11f80a5c39c7 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 479.59px;
   z-index: 2;
   left: 0px;
   top: 1536px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_c946a0facfea {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_8d7961524cd7 {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_6491287734cd {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6491287734cd {
   overflow: visible;
 }

 .container_9324849c6a2c {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_7cb7219ac626 {
   width: 422px;
   height: 154px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7cb7219ac626 {
   overflow: visible;
 }

 .container_de521ac64aa3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_38f7d1445089 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_37dead476014 {
   position: absolute !important;
   overflow: visible;
   width: 151.83px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_428b521d89ad {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ae934148aceb {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_4932d168dada {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4b2e89b46fa5 {
   position: absolute !important;
   overflow: visible;
   width: 80.53px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_f3dec2025c1b {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_830dc076d0ee {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_149085915204 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6b5bcac38df3 {
   position: absolute !important;
   overflow: visible;
   width: 122.16px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_eb44b08c988d {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d06ad7692d03 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_97d69298230b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6fdf23cc45d7 {
   position: absolute !important;
   overflow: visible;
   width: 139.72px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_8fb42df317a1 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_9a234aa3a405 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_f472d48099b5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 315px;
 }

 .container_4a5ef0e23826 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 452.59px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_22f433c2b87e {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 512px;
   top: 1536px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_2ac0cb456579 {
   width: 430px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_ef216c90d419 {
   width: 430px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ef216c90d419 {
   overflow: visible;
 }

 .container_9bc3d77c9855 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .text_f7cdae221261 {
   width: 394px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f7cdae221261 {
   overflow: visible;
 }

 .container_68e253b46979 {
   position: absolute !important;
   overflow: visible;
   width: 394px;
   height: 103px;
   z-index: 2;
   left: 24px;
   top: 143.59px;
 }

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

 .container_a6a2508ddcf6 {
   position: absolute !important;
   overflow: visible;
   width: 70.06px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_fb4ccd62facf {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .container_bbfd84e3b120 {
   position: absolute !important;
   overflow: visible;
   width: 58.36px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_fe2e355bdc88 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_664385ec5abd {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_942c4dd8eab2 {
   position: absolute !important;
   overflow: visible;
   width: 77.28px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_c90d09b29a9f {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_98c02b21e164 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_1b5d4175f07a {
   position: absolute !important;
   overflow: visible;
   width: 55.02px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_c072ed7e1dfc {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1c82b0e89693 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

 .container_dcd2c2d0eed7 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 340px;
 }

 .container_040e2d69e1e4 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 449.59px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_68c7fa8c53ae {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 1024px;
   top: 1536px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_211a79bbe515 {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

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

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

 .text_b6492ab8ea5f {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b6492ab8ea5f {
   overflow: visible;
 }

 .container_031e2723baed {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_01e55c142e28 {
   width: 429px;
   height: 77px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_01e55c142e28 {
   overflow: visible;
 }

 .container_66b6c59428bf {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 77px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_1505a4b06320 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7a4b2ac0ecad {
   position: absolute !important;
   overflow: visible;
   width: 47.38px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_4ef6c5d0a18c {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_76096c47e8b3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_e523154cd187 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76756d94636c {
   position: absolute !important;
   overflow: visible;
   width: 84.89px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_542e20fed308 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_cec4f324426d {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_c117264701b7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45340d3d13ff {
   position: absolute !important;
   overflow: visible;
   width: 74.7px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_fc4a14a54630 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_bd564d819232 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_53b6f4439070 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_afcaeb7682ce {
   position: absolute !important;
   overflow: visible;
   width: 58.36px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_0675d152fc02 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_6b3439b32621 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_035529321479 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 280px;
 }

 .container_5a0848483196 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 526px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_d9fd3349bc17 {
   position: absolute !important;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 0px;
   top: 2048px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_3e3980e385e3 {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_690ea89490d5 {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_13625e6865cd {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_13625e6865cd {
   overflow: visible;
 }

 .container_8f23470f5619 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_4d473ae70d61 {
   width: 407px;
   height: 103px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4d473ae70d61 {
   overflow: visible;
 }

 .container_ed35384b42a3 {
   position: absolute !important;
   overflow: visible;
   width: 407px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_cb87a48fe0c0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7b3a9f739e5f {
   position: absolute !important;
   overflow: visible;
   width: 61.72px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_5e2a407f3b38 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_617a03f2de53 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_19e9329953f2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4a541bd678a4 {
   position: absolute !important;
   overflow: visible;
   width: 129.83px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_990c0c81b31f {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1e18099d1419 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_0a625d0ebab4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_62686cd5a0ac {
   position: absolute !important;
   overflow: visible;
   width: 86.31px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_c3c4b38410ec {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_69187bdf34a1 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_a0d65a44f463 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_11ce9b245c15 {
   position: absolute !important;
   overflow: visible;
   width: 106.67px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_e08b74331496 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_37baa76ed58a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_e0c31a9706c4 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 300px;
 }

 .container_0be243321a1d {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 449.59px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_ad50c1b91213 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 512px;
   top: 2558px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_62bb82bc427b {
   width: 478px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_64d7bd4b6542 {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_64d7bd4b6542 {
   overflow: visible;
 }

 .container_f0d703dd07d0 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_bc6ccb44134b {
   width: 427px;
   height: 154px;
   z-index: 3;
   position: absolute !important;
   left: 1.5px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bc6ccb44134b {
   overflow: visible;
 }

 .container_a07ff285960a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 143.59px;
 }

 .text_e71e1f509e2a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_23853166e967 {
   position: absolute !important;
   overflow: visible;
   width: 30.47px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_b30889d87f63 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_14ad73ff8379 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_63465fc85649 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9729d5b85c35 {
   position: absolute !important;
   overflow: visible;
   width: 46.05px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_cc7518ec5d48 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_45f9c8af620b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 28px;
 }

 .text_e2e2aefd3b8d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cd93ebc21087 {
   position: absolute !important;
   overflow: visible;
   width: 48.31px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_a1631f173bf1 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_ecd0df27c793 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 56px;
 }

 .text_63ab9df634a8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5c0074ef460a {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_46d71cf7f799 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_154687841d30 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .container_8bc0c54b1066 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 3;
   left: 24px;
   top: 320px;
 }

 .imageview_ee0c3661811d {
   width: 430px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_3fe22cdf3252 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 104px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_7ba6bfcbfcd8 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 1024px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_2c2cb6a782a8 {
   width: 430px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2c2cb6a782a8 {
   overflow: visible;
 }

 .container_99b4d15eb196 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

 .text_8650071c91e1 {
   width: 427px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 1.5px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8650071c91e1 {
   overflow: visible;
 }

 .container_73fd25f9c281 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 2;
   left: 24px;
   top: 143.59px;
 }

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

 .container_3921d237f2c0 {
   position: absolute !important;
   overflow: visible;
   width: 30.47px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_e60a9e9fc8d5 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .container_1c06b6e0819f {
   position: absolute !important;
   overflow: visible;
   width: 46.05px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_e6935d509d85 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f5d5d8facb6d {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

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

 .container_ca31895b8e86 {
   position: absolute !important;
   overflow: visible;
   width: 48.31px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_c97d76fb0811 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c758153772c5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

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

 .container_f69e32d98b4b {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_d5e8edb974fb {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6.81px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d0cb7a0e384f {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 84px;
 }

 .container_1bafa4937109 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 104px;
   z-index: 2;
   left: 24px;
   top: 345px;
 }

 .imageview_7d91cf271216 {
   width: 66px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.19px;
   _scaling-factor: 0.5;
 }

 .imageview_7d91cf271216.wp-block-image {
   width: 66px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_527d9869d4b9 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 56px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_b295fe94c2e8 {
   width: 430px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b295fe94c2e8 {
   overflow: visible;
 }

 .container_74d31fdd1f37 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 33.59px;
   z-index: 3;
   left: 110px;
   top: 40px;
 }

 .container_fae7c8f6e6ad {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 81.59px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_fa71385d4791 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 480px;
   z-index: 2;
   left: 512px;
   top: 2048px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_c8bc9fecb82c {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 2528px;
   z-index: 2;
   left: 16px;
   top: 162px;
 }

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

 .container_83171717be3e {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_60def60ec492 {
   width: 646px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60def60ec492 {
   overflow: visible;
 }

 .container_1df87a09d835 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 2;
   left: 416px;
   top: 58px;
 }

 .container_12cba03ff040 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 114px;
   z-index: 2;
   left: 16px;
   top: -25px;
 }

 .container_a5f139dcd660 {
   position: absolute !important;
   overflow: visible;
   width: 1536px;
   height: 2689.59px;
   z-index: 2;
   left: 0px;
   top: 703.19px;
 }

 .imageview_304167c02aa0 {
   width: 768px;
   height: 40.7px;
   z-index: 2;
   position: absolute !important;
   left: 398px;
   top: 80px;
 }

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

 .text_694c8a8005b5 {
   width: 746px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_694c8a8005b5 {
   overflow: visible;
 }

 .container_d87ff98c1b35 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   z-index: 2;
   left: 398px;
   top: 144.7px;
 }

 .text_9214c7003d92 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12.98px;
   top: 10px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1ac55ab00488 {
   position: absolute !important;
   overflow: visible;
   width: 116.97px;
   height: 40px;
   z-index: 2;
   left: 418.02px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_1ac55ab00488 {
   position: absolute !important;
   overflow: visible;
   left: 418.02px;
   top: 0px;
   width: 116.97px;
   height: 40px;
   z-index: 2;
 }

 .container_nested_1ac55ab00488 {
   width: 116.97px;
   height: 40px;
   z-index: 2;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_60facb977565 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d1a0b1a70cad {
   position: absolute !important;
   overflow: visible;
   width: 169px;
   height: 38px;
   z-index: 2;
   left: 233.03px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_d1a0b1a70cad {
   position: absolute !important;
   overflow: visible;
   left: 233.03px;
   top: 0px;
   width: 169px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_d1a0b1a70cad {
   width: 169px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_6413bb35d776 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 40px;
   z-index: 2;
   left: 398px;
   top: 224.7px;
 }

 .container_cf1d8f50b680 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 344.7px;
   z-index: 2;
   left: 0px;
   top: 3972.78px;
   background: #f7e7dd;
 }

 .container_d374374a8f6b {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2890px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_7558dfb70488 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 4204.95px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_396acba36943 {
   width: 782px;
   height: 387px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c643c5d3b9ca {
   width: 782px;
   height: 387px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d695153493a9 {
   width: 227px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_53bba995003f {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_ba73a824a467 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_d6bf03e1340d {
   width: 313px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6bf03e1340d {
   overflow: visible;
 }

 .text_234b30429a54 {
   width: 352px;
   height: 203.19px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_431c1a1f5554 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cff6201bfd41 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 44px;
 }

 .text_43d97493a0b9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7ae0da0bf08e {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 76px;
 }

 .text_0d54630c5582 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1fb76b31fa97 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 108px;
 }

 .text_28a25699960b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a323bf95da7a {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 140px;
 }

 .container_1f84f0f80206 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 2;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_1f84f0f80206 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 2;
 }

 .container_nested_1f84f0f80206 {
   width: 250px;
   height: 203px;
   z-index: 2;
 }

 .text_b67ec3aa19dd {
   width: 352px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b67ec3aa19dd {
   overflow: visible;
 }

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

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

 .container_bf2fd7f7113e {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_9d61a478fcad {
   width: 250px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_da00f8794b7c {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 64px;
 }

 .text_45cf1e240746 {
   width: 250px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d66da336753b {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 128px;
 }

 .container_11a66eb76ecc {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 2;
   left: 0px;
   top: 44px;
 }

 .container_ee1e0d0489ee {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 2;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_ee1e0d0489ee {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 2;
 }

 .container_nested_ee1e0d0489ee {
   width: 250px;
   height: 203px;
   z-index: 2;
 }

 .text_2f5a735bc644 {
   width: 352px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f5a735bc644 {
   overflow: visible;
 }

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

 .text_0ce58db849b0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_af814d5b8f0f {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 2;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_f75c2ddd6d3a {
   width: 16.57px;
   height: 16.61px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_f75c2ddd6d3a img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_b37643bbc0ca {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_86d02ea8f0b9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_01034731c077 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 3;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_01034731c077 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 3;
 }

 .container_nested_01034731c077 {
   width: 130px;
   height: 44px;
   z-index: 3;
 }

 .imageview_33ca61e397ff {
   width: 16.67px;
   height: 13.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_33ca61e397ff img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_2f514f5e8359 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 2;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_2f514f5e8359 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 2;
 }

 .container_nested_2f514f5e8359 {
   width: 250px;
   height: 203px;
   z-index: 2;
 }

 .container_05304f8e3cf0 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 2;
   left: 30px;
   top: 48px;
 }

 .container_48545988c25f {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

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

 .container_dad75f85f9ed {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 2;
   left: 0px;
   top: 33px;
 }

 .container_c1c2f847dd89 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 2;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_e1d5315ffd5a {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   left: 0px;
   top: 4318.38px;
   background: #00434f;
 }

 .container_wrapper_e1d5315ffd5a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4318.38px;
   width: 1564px;
   height: 386.58px;
 }

 .container_nested_e1d5315ffd5a {
   width: 1564px;
   height: 386.58px;
   background: #00434f;
 }

 .viewport_04e97443c36d {
   width: 1564px;
   height: 4705px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_fe0924f9cc5d {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_bd68458a4724 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c03e91a57e50 {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_f74fcda9495a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_d7b54e7ac967 {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_70b540f8bfaf {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

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

 .container_bd1074f28d81 {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_bd1074f28d81 {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_bd1074f28d81 {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_2401c7460c6f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8bad56dd919a {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_f06b2fa91d9a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_94742cc73533 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_716e25d089c1 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-878d7397d26b_716e25d089c1 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-9da4d5be9c94_716e25d089c1 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_d4a1b22f5581 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_b3fae5561c6e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d1383fd4731b {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_2a2214559b0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_37a4288b2e14 {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_b214f6c94ebb {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_ffdd08fd6721 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_cf75780db172 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_376c26c32866 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_79c58f7e4228 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_698ea296afd9 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_5d9c2596017d {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-4660f6b9d664_5d9c2596017d {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-2c4191a4ffac_5d9c2596017d {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_5451a5878d5e {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_5451a5878d5e {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_5451a5878d5e {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_32e48d73ff31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_9aa0b4475273 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_340c39ffb737 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_874a92fe254e {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_18a70ec1df13 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_99c71bae3dd8 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_0f8b754df05e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5ad890732c04 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_6174e23d4ffa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_091ff281541b {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_b35d1de6b10b {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-a8344f8081a6_b35d1de6b10b {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-cd8b8f48a89f_b35d1de6b10b {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_000dcc952542 {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_c294d0ea55e4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_296259effb1f {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_189be94e3504 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_616a488892a1 {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_918e75d29ad2 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_c8d4a2f526e6 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_b35a0755f631 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_162af4ff3a3a {
   width: 102.14px;
   height: 63.99px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_24968fbd1369 {
   width: 23.99px;
   height: 24px;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

 .container_651a45526e42 {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_651a45526e42 {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
 }

 .container_nested_651a45526e42 {
   width: 39.98px;
   height: 39.98px;
 }

 .container_22e498e8dc04 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .text_43ae155fa650 {
   width: 318px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_43ae155fa650 {
   overflow: visible;
 }

 .container_92cdef328433 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   z-index: 2;
   left: 16px;
   top: 80px;
 }

 .text_fc2a67cd6fa6 {
   width: 326px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fc2a67cd6fa6 {
   overflow: visible;
 }

 .container_765dec23b111 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 112px;
   z-index: 2;
   left: 16px;
   top: 174px;
 }

 .text_c3934ae4d8d9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 9.99px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2e2953505c59 {
   position: absolute !important;
   overflow: visible;
   width: 206px;
   height: 40px;
   z-index: 2;
   left: 62.01px;
   top: 74.81px;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_2e2953505c59 {
   position: absolute !important;
   overflow: visible;
   left: 62.01px;
   top: 74.81px;
   width: 206px;
   height: 40px;
   z-index: 2;
 }

 .container_nested_2e2953505c59 {
   width: 206px;
   height: 40px;
   z-index: 2;
   background: #fec548;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_a065017d4b8b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c09c21ef17af {
   position: absolute !important;
   overflow: visible;
   width: 206.92px;
   height: 38px;
   z-index: 2;
   left: 60px;
   top: 20px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_c09c21ef17af {
   position: absolute !important;
   overflow: visible;
   left: 60px;
   top: 20px;
   width: 206.92px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_c09c21ef17af {
   width: 206.92px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_bb75e457c2a4 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 78px;
   z-index: 2;
   left: 16px;
   top: 296px;
 }

 .container_608bd55268df {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 471px;
   z-index: 2;
   left: 0px;
   top: 9242px;
   background: #f7e7dd;
 }

 .imageview_ed88bc508516 {
   width: 358px;
   height: 293px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 107px;
   _scaling-factor: 0.5;
 }

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

 .container_33e793ffff4b {
   width: 358px;
   height: 400px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 107px;
   background: linear-gradient(90deg, #00434fe6 0%, #00434f99 100%);
 }

 .container_4238f71a8a05 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 250px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b15ac1b440ee {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 100px;
 }

 .imageview_a23aa952b980 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 11.36px;
 }

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

 .text_b860257d8cea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 39.25px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2cf3e8a3a342 {
   position: absolute !important;
   overflow: visible;
   width: 166.25px;
   height: 38px;
   z-index: 2;
   left: 95.77px;
   top: 166.34px;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_2cf3e8a3a342 {
   position: absolute !important;
   overflow: visible;
   left: 95.77px;
   top: 166.34px;
   width: 166.25px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_2cf3e8a3a342 {
   width: 166.25px;
   height: 38px;
   z-index: 2;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_80c78c64de05 {
   width: 286px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 3.6px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_80c78c64de05 {
   overflow: visible;
 }

 .container_da4dcd866fe8 {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 52px;
   z-index: 2;
   left: 0px;
   top: 50px;
   opacity: 0.8999999761581421;
 }

 .text_f3568d0de207 {
   width: 293.19px;
   height: 101px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.03px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_8293600a9c35 {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 68px;
   z-index: 3;
   left: 0.23px;
   top: 0.03px;
 }

 .container_dd5a5a7b94f2 {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 118.36px;
   z-index: 2;
   left: 32.78px;
   top: 0px;
 }

 .imageview_5f6df5088247 {
   width: 16.78px;
   height: 32.78px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_3880e7fafc26 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 118.36px;
   z-index: 2;
   left: 15.99px;
   top: 31.99px;
 }

 .container_3153cf00150e {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 238.31px;
   z-index: 2;
   left: 0px;
   top: 500px;
   background: #fec548;
 }

 .text_482515b9c12f {
   width: 267px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_482515b9c12f {
   overflow: visible;
 }

 .container_17f88dcdaae8 {
   position: absolute !important;
   overflow: visible;
   width: 267px;
   height: 154px;
   z-index: 2;
   left: 24px;
   top: 110px;
 }

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

 .container_75f6394a499e {
   position: absolute !important;
   overflow: visible;
   width: 96.65px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_d07b4e45cbf9 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.1px;
   top: 7.48px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_2f33465ae5ce {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_4bcb8e4b6abd {
   position: absolute !important;
   overflow: visible;
   width: 71.62px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_13dd28ee7cf4 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.1px;
   top: 7.49px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_4e570a412abf {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_899ded6a13e1 {
   position: absolute !important;
   overflow: visible;
   width: 109.82px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_e8d969b4296c {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.1px;
   top: 6.5px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_3160ee94091b {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 55.98px;
 }

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

 .container_dc1b726659cd {
   position: absolute !important;
   overflow: visible;
   width: 117.77px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_68c512e18daf {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.1px;
   top: 6.51px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_6d2dabb1c988 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 83.96px;
 }

 .container_f47806d7c9d9 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 320px;
 }

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

 .container_4352164940bd {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 34px;
   z-index: 2;
   left: 0px;
   top: 10.56px;
 }

 .text_ac704c03f276 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_d110c2aebe06 {
   position: absolute !important;
   overflow: visible;
   width: 102px;
   height: 22px;
   z-index: 2;
   left: 180px;
   top: -25px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .imageview_f5e80da44e6d {
   width: 55.99px;
   height: 55.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_d747be1a71be {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 55.99px;
   z-index: 2;
   left: 24px;
   top: 40px;
 }

 .container_6e0137258afe {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 103.99px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_3cba5dace234 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #fe743bff;
 }

 .imageview_95d5eefd5a7e {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_3f2f7bc7aac3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 65px;
   top: 11.46px;
   line-height: 33.6px;
   font-family: 'Segoe UI';
 }

 .imageview_5974f5e5949b {
   width: 55.99px;
   height: 55.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_9fa5d8130e9c {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 55.99px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_b9a53efdb344 {
   width: 267px;
   height: 158px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b9a53efdb344 {
   overflow: visible;
 }

 .container_7b448deca0a3 {
   position: absolute !important;
   overflow: visible;
   width: 267px;
   height: 180px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_66424f3c2456 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_22e8188b22b4 {
   position: absolute !important;
   overflow: visible;
   width: 113.64px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_360014af4029 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_440a759c26ef {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_e141bcc51e2e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e4d4ccdc790a {
   position: absolute !important;
   overflow: visible;
   width: 119.72px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_f478e198cf6c {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c533e76563df {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_1cfd6f73d163 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_89d6c42e6bb4 {
   position: absolute !important;
   overflow: visible;
   width: 75.13px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_231a374ef162 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d9ff635126bf {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 55.98px;
 }

 .text_c29595474f67 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fbd7be05ba6f {
   position: absolute !important;
   overflow: visible;
   width: 93.91px;
   height: 20px;
   z-index: 3;
   left: 14px;
   top: 0px;
 }

 .container_a85d19e1dab7 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d8227c4d614f {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 83.96px;
 }

 .container_6cda4538aa92 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 300px;
 }

 .container_30ce20ba582d {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 152px;
   z-index: 3;
   left: 1.11px;
   top: 1.11px;
 }

 .container_b01d48c93d0b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 511.99px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_7433398888c5 {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_132aa6229caa {
   width: 270px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: -0.42px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .container_1e5627a841a7 {
   position: absolute !important;
   overflow: visible;
   width: 162px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 32px;
 }

 .text_41faacc5835a {
   width: 275px;
   height: 225px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: -0.42px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ffec8bd155b4 {
   position: absolute !important;
   overflow: visible;
   width: 259px;
   height: 128px;
   z-index: 3;
   left: 24px;
   top: 95px;
 }

 .text_602c49c5cc09 {
   width: 270px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0.02px;
   top: -0.42px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f4f73b6406cf {
   position: absolute !important;
   overflow: visible;
   width: 30.46px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_4dd8a0e00776 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f7cb04503862 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_a65ea4702835 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2b839118fe5a {
   position: absolute !important;
   overflow: visible;
   width: 46.01px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_5e37178cbc82 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_aa0457b4fa7a {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 37.99px;
 }

 .text_f9580005518f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2be4bba2b936 {
   position: absolute !important;
   overflow: visible;
   width: 48.27px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_b9d554c9afc0 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_5d3c222b8228 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 65.98px;
 }

 .text_c617fa1c8883 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ea5744fc8510 {
   position: absolute !important;
   overflow: visible;
   width: 96.93px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_debe45d4e3c2 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_c42ab0455c14 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 93.96px;
 }

 .container_fa59768b6e82 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 340px;
 }

 .imageview_c5bc047bec90 {
   width: 276.71px;
   height: 55.99px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_bd23ac69aa2b {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 103.99px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_6131f074a30d {
   position: absolute !important;
   width: 326.71px;
   height: 470.95px;
   z-index: 2;
   left: 0px;
   top: 1023.98px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_dfa6926a199a {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: -3.41px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

 .imageview_dfa6926a199a.wp-block-image {
   width: 325px !important;
   height: 471px !important;
   left: 1px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_005da2700a5b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_49451fd9ba86 {
   position: absolute !important;
   overflow: visible;
   width: 171px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 32px;
 }

 .imageview_242a756bd788 {
   width: 276.71px;
   height: 55.99px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_99ce538246b9 {
   width: 277px;
   height: 203px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99ce538246b9 {
   overflow: visible;
 }

 .container_809ec11b7b5e {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 128px;
   z-index: 3;
   left: 24px;
   top: 90px;
 }

 .text_2498dca0e8e6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fbf1f2fbdd51 {
   position: absolute !important;
   overflow: visible;
   width: 106.52px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_83286b7ba240 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 6.51px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_e7f3e72cde29 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_398fc25220f9 {
   width: 270px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: -0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_222a6172ecfe {
   position: absolute !important;
   overflow: visible;
   width: 115.47px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_934d626f9e71 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 6.52px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_a0516ac61982 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_9ed059965311 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e2465edf496e {
   position: absolute !important;
   overflow: visible;
   width: 147.49px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_0f3ded26a559 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 6.53px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_03467a2069c9 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 65.98px;
 }

 .text_09adfa924081 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a9de42b5673e {
   position: absolute !important;
   overflow: visible;
   width: 108.28px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_d31966293464 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 6.54px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_998feba01183 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 93.96px;
 }

 .container_5c86c00db0cb {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 320px;
 }

 .container_e78388beef11 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 401.95px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_30468548a750 {
   position: absolute !important;
   width: 326.71px;
   height: 470.95px;
   z-index: 2;
   left: 0.01px;
   top: 2047.58px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_6f4a3bd8d8a4 {
   width: 276.71px;
   height: 55.99px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_fb43468095d6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_12c1d92f257e {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 34px;
   z-index: 3;
   left: 95px;
   top: 32px;
 }

 .text_7cdf3928f928 {
   width: 270px;
   height: 225px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: -0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ff16750bafff {
   position: absolute !important;
   overflow: visible;
   width: 251px;
   height: 128px;
   z-index: 2;
   left: 24px;
   top: 100px;
 }

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

 .container_52854e9363db {
   position: absolute !important;
   overflow: visible;
   width: 54.59px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_e61499e27249 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_1c19e2881e52 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_1e2275f2b29f {
   position: absolute !important;
   overflow: visible;
   width: 104.06px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_a14103c1c70f {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_1691202dc2e5 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_0c57d4285e6e {
   position: absolute !important;
   overflow: visible;
   width: 165px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_4dc2c96bbabc {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_9a6ff07507e3 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 55.98px;
 }

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

 .container_94bb2a2d119b {
   position: absolute !important;
   overflow: visible;
   width: 204.14px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_353034956ef1 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_134264209cab {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 83.97px;
 }

 .container_41b6b3ff405f {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 335px;
 }

 .container_636e96b43d82 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 477.95px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_e31a668c2669 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.95px;
   z-index: 2;
   left: 0px;
   top: 1535.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_c0c75c32aa39 {
   width: 276.71px;
   height: 55.99px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_1a8c320c18fb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_bc9f119126c2 {
   position: absolute !important;
   overflow: visible;
   width: 136px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 32px;
 }

 .text_1d178c03bf7f {
   width: 265px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d178c03bf7f {
   overflow: visible;
 }

 .container_adff772bf766 {
   position: absolute !important;
   overflow: visible;
   width: 265px;
   height: 128px;
   z-index: 2;
   left: 24px;
   top: 100px;
 }

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

 .container_eb2700694526 {
   position: absolute !important;
   overflow: visible;
   width: 101.83px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_b5eb615c2f27 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 6.67px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_2d79dd914c65 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_178899a32120 {
   position: absolute !important;
   overflow: visible;
   width: 66.88px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_fd936b471f3d {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 6.68px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_69c6ef9093c8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_91ddd658eebb {
   position: absolute !important;
   overflow: visible;
   width: 75.67px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_b927ec22a925 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 6.69px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_e5a516d21514 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 55.98px;
 }

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

 .container_ee55ecdf1e91 {
   position: absolute !important;
   overflow: visible;
   width: 82.67px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_e51a1b92c5a7 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 6.71px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_dcda3137db1c {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 83.96px;
 }

 .container_61f42f945957 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 265px;
 }

 .container_d2a9f738e173 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 468.95px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_4bdbb2d6db59 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 470.95px;
   z-index: 2;
   left: 0px;
   top: 3583.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_624ab2ef71ce {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_a410530a82e5 {
   width: 276.71px;
   height: 55.99px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_24e46960d31f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0b55391fef83 {
   position: absolute !important;
   overflow: visible;
   width: 90.39px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_fa25f60afc0b {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_cecde3b8bce8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_f143361b698e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ff62d9741b77 {
   position: absolute !important;
   overflow: visible;
   width: 112.66px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_d7249c360181 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_64bc2c3015bf {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_345a5a36c870 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b91154df30c0 {
   position: absolute !important;
   overflow: visible;
   width: 134.84px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_001729c54e73 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_d544edb33143 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 55.98px;
 }

 .text_f234daea61ac {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2604a56e3ab6 {
   position: absolute !important;
   overflow: visible;
   width: 77.08px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_d24cacbc6812 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_8455f783de19 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 83.96px;
 }

 .container_481cb49e0fda {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 270px;
 }

 .text_6b4d20520fcc {
   width: 270px;
   height: 135px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6b4d20520fcc {
   overflow: visible;
 }

 .container_c33c3701f2df {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 154px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_710c1198b01c {
   width: 180px;
   height: 34px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1d0bef8eaaa1 {
   position: absolute !important;
   overflow: visible;
   width: 240px;
   height: 34px;
   z-index: 4;
   left: 90.01px;
   top: 32px;
 }

 .container_d82940b1193e {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 82px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_c4b7886160fc {
   position: absolute !important;
   width: 326.71px;
   height: 470.95px;
   z-index: 2;
   left: 0px;
   top: 6143.58px;
   overflow-x: clip;
   overflow-y: clip;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_0e10c372d8fd {
   width: 276.71px;
   height: 55.99px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_a6c7009126c3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_c591564bff3d {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 32px;
 }

 .text_99ebfd4c35d9 {
   width: 275px;
   height: 225px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99ebfd4c35d9 {
   overflow: visible;
 }

 .container_96fd3327f6e0 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 128px;
   z-index: 2;
   left: 24px;
   top: 90px;
 }

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

 .container_619f87c988a8 {
   position: absolute !important;
   overflow: visible;
   width: 89.11px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_92cea16592ee {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_b4eee659f8f6 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_b28f6ba53c79 {
   width: 270px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0.02px;
   top: -0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_99de9b027241 {
   position: absolute !important;
   overflow: visible;
   width: 89.17px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_42c3579f8755 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_15c590435160 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_0a04e8f90f55 {
   position: absolute !important;
   overflow: visible;
   width: 81.11px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_3d369f02d426 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_5e36b5f0b713 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 70.98px;
 }

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

 .container_309b35477477 {
   position: absolute !important;
   overflow: visible;
   width: 117.25px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_a3adf75d1961 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_fe2dee77af95 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 95.96px;
 }

 .container_ca7d6b358574 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 335px;
 }

 .container_4524ef863313 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 477.95px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_4595400b3f73 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 2559.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_47c42c588bfd {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_066435e14ed9 {
   width: 276.71px;
   height: 55.99px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_d1719560dd0e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_9839c90791e1 {
   position: absolute !important;
   overflow: visible;
   width: 240px;
   height: 34px;
   z-index: 4;
   left: 84.9px;
   top: 35px;
 }

 .text_357ea7fdc112 {
   width: 275px;
   height: 231px;
   z-index: 3;
   position: absolute !important;
   left: -0.1px;
   top: 0.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_28fbc946bb09 {
   position: absolute !important;
   overflow: visible;
   width: 275px;
   height: 154px;
   z-index: 3;
   left: 23.9px;
   top: 85px;
 }

 .text_452e72da07be {
   width: 190px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: -0.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ba130625d96c {
   position: absolute !important;
   overflow: visible;
   width: 104.32px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_41526eda7ca8 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_5e3583007570 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_428ee1119594 {
   width: 190px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: -0.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_84ecf9d890e3 {
   position: absolute !important;
   overflow: visible;
   width: 120.4px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_9e34a399f0c3 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_82b79db3ec72 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 43.99px;
 }

 .text_3a95df457042 {
   width: 190px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: -0.11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f8d07717821d {
   position: absolute !important;
   overflow: visible;
   width: 129.75px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_acb62708ede0 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_6610ab0cb0a8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 85.98px;
 }

 .container_80e0119a27ef {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 330px;
 }

 .container_e3b5aca9791a {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 393.96px;
   z-index: 3;
   left: 1.11px;
   top: 1.11px;
 }

 .container_923ba47141d0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 3071.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_df665d2aec3f {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_379411f1491d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6ccc3ba728e5 {
   position: absolute !important;
   overflow: visible;
   width: 118.86px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_27d953ee53f2 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_fd011bf84636 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_b36d8d81c080 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_88a706bc85f3 {
   position: absolute !important;
   overflow: visible;
   width: 67.94px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_d472e6dc1b9b {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_54f744a470ff {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_66757620daeb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_055ee3eb9fce {
   position: absolute !important;
   overflow: visible;
   width: 97.71px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_df1765586a9e {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_aeb458fad444 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 55.98px;
 }

 .text_478f9d4d24d5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_489db02516f6 {
   position: absolute !important;
   overflow: visible;
   width: 92.26px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_db1289f1a90d {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_4e3f085f512f {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 83.96px;
 }

 .text_0dc4d4cccb57 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_84ee4847f900 {
   position: absolute !important;
   overflow: visible;
   width: 92.26px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_514fd26fc12d {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_5f022919c915 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 111px;
 }

 .container_5ee1b673ee97 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 320px;
 }

 .text_b9bc170faa94 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_d20753a3cb12 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 35px;
 }

 .text_19ca28a6c576 {
   width: 280px;
   height: 205px;
   z-index: 3;
   position: absolute !important;
   left: -0.1px;
   top: -0.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_414823ef02c9 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 90px;
 }

 .imageview_d892a7868e4a {
   width: 276.71px;
   height: 55.99px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_22c5f474e36c {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 103.99px;
   z-index: 3;
   left: 1.11px;
   top: 1.11px;
 }

 .container_dff34c82383d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 4095.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_fc066821b283 {
   width: 276.71px;
   height: 55.99px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_fe34663a8609 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_d514169260e2 {
   position: absolute !important;
   overflow: visible;
   width: 136px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 35px;
 }

 .text_b6937ba0d8ea {
   width: 280px;
   height: 205px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: -0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_5165bbdc6cdb {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 154px;
   z-index: 2;
   left: 24px;
   top: 90px;
 }

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

 .container_6d63bd8e0f7e {
   position: absolute !important;
   overflow: visible;
   width: 108.23px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_6e9a54a6711b {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_352ee191e5e4 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_e17567cc3e36 {
   position: absolute !important;
   overflow: visible;
   width: 104.96px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_78e413b5e56e {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_b7881b35ee91 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_f90a2f728628 {
   position: absolute !important;
   overflow: visible;
   width: 113.62px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_0bcb5d3ce784 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_c76a25917537 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 55.98px;
 }

 .text_a15b80929276 {
   width: 275px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0.02px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_13a8ddeefa9d {
   position: absolute !important;
   overflow: visible;
   width: 73.77px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_d47433629da8 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_95f3c4c0fa28 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 83.96px;
 }

 .container_4d01c9dbb42b {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 320px;
 }

 .container_98da8b7d38e9 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 393.96px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_e20918a22106 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 4607.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_1b06cb0a7930 {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .imageview_1256964114b6 {
   width: 276.71px;
   height: 55.99px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_b061ba351a2b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 65px;
   top: -0.02px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_99e5c14dd02f {
   position: absolute !important;
   overflow: visible;
   width: 107px;
   height: 34px;
   z-index: 4;
   left: 24px;
   top: 35px;
 }

 .text_7aa39ad39991 {
   width: 275px;
   height: 231px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 0.39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9ce45e063022 {
   position: absolute !important;
   overflow: visible;
   width: 249px;
   height: 128px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_c1ff6e566ed7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b2a9c7e13065 {
   position: absolute !important;
   overflow: visible;
   width: 151.73px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_1bdca7b185dd {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_257aa85de976 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_0f10e3b0ec2c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a9af235af4d2 {
   position: absolute !important;
   overflow: visible;
   width: 80.49px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_4d381f76fc4d {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_1260b926939c {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_e1c2753bac12 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e6e0a5dba16a {
   position: absolute !important;
   overflow: visible;
   width: 122.08px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_1e6ad68a5566 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_bf66f5659e60 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 55.98px;
 }

 .text_a4a1eb9bd705 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2f272b6bd89f {
   position: absolute !important;
   overflow: visible;
   width: 122.08px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0.01px;
 }

 .container_bc3d8e1f7d64 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_d6fd2809dd9f {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 83.97px;
 }

 .container_33811e04201b {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 320px;
 }

 .container_29e6af8844be {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 477.95px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_c61f75636c94 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 5119.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_5057c13f2ad6 {
   width: 276.71px;
   height: 55.99px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_970cf73fa721 {
   width: 180px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: -0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bb12e1e136fb {
   position: absolute !important;
   overflow: visible;
   width: 215px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 35px;
 }

 .text_6ba1f6236b5a {
   width: 273px;
   height: 203px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ba1f6236b5a {
   overflow: visible;
 }

 .container_c5109b62faea {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 154px;
   z-index: 2;
   left: 24px;
   top: 110px;
 }

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

 .container_51d0f96ca23d {
   position: absolute !important;
   overflow: visible;
   width: 70.01px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_7a13767c98e1 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_7c3685b29786 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_83fa856b438a {
   position: absolute !important;
   overflow: visible;
   width: 58.33px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_1d08423d08b5 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_7c86d3630d93 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_c1c433822713 {
   position: absolute !important;
   overflow: visible;
   width: 77.23px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_f304bacacb08 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_43006aaed976 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 55.98px;
 }

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

 .container_6aab6228237e {
   position: absolute !important;
   overflow: visible;
   width: 54.97px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_df072357a6cd {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_d61946af0c03 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 83.96px;
 }

 .container_cc3ee7e92b68 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 340px;
 }

 .container_b0fb1e69a6b9 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 476.95px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_7ad39190e679 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 5631.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_afccbe4d34da {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_fd0cba1b3b86 {
   width: 200px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: -0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f987461ce59d {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 34px;
   z-index: 3;
   left: 90px;
   top: 30px;
 }

 .text_bfd5c1bb4af8 {
   width: 277px;
   height: 90px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bfd5c1bb4af8 {
   overflow: visible;
 }

 .container_1b517663c70c {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 100px;
 }

 .text_cb2a1c4a94a2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bcc9f751c912 {
   position: absolute !important;
   overflow: visible;
   width: 47.36px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_826b56af4d47 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f3f22bcba754 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_97049deecb92 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_77de8425b7e9 {
   position: absolute !important;
   overflow: visible;
   width: 84.85px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_f32c8c41602e {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_1d2dfc4255c3 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_c9e6e5ce2c88 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_19f806a91e71 {
   position: absolute !important;
   overflow: visible;
   width: 74.65px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_c3c3a773ee29 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_9ddd898fff70 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 55.98px;
 }

 .text_635c7508e8dd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4a2df4b6179f {
   position: absolute !important;
   overflow: visible;
   width: 58.33px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_3fd02fd3dea3 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_3d21ada060e3 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 83.96px;
 }

 .container_1c1025f7bdd6 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 230px;
 }

 .imageview_2c7a1b9decca {
   width: 276.71px;
   height: 55.99px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_835cfc51f6dd {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 103.99px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_019c7c339a1f {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.99px;
   z-index: 2;
   left: 0px;
   top: 6655.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_8de14d5b2838 {
   width: 325px;
   height: 478px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
   opacity: 0.30000001192092896;
 }

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

 .text_618a2a965c3e {
   width: 180px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_aa45696ee74a {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 34px;
   z-index: 3;
   left: 65px;
   top: 5px;
 }

 .imageview_326fe5f0667e {
   width: 55.99px;
   height: 55.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_6fc6cc5bf9a9 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 55.99px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_3a7b46e83a62 {
   width: 277px;
   height: 128px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: -0.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b43368c9832b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 103px;
   z-index: 3;
   left: 24px;
   top: 100px;
 }

 .text_955e595a1ce7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b9c78303f872 {
   position: absolute !important;
   overflow: visible;
   width: 61.69px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_76ae5dbf310f {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_4062b5338334 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_2acdd901d6ef {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7e9b8ce8323e {
   position: absolute !important;
   overflow: visible;
   width: 129.75px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_4171f796ad6b {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f01a09f5774a {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 27.99px;
 }

 .text_7ecb96fd8495 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_318cde35e44a {
   position: absolute !important;
   overflow: visible;
   width: 86.27px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_cc24f5a4b42e {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_51e52c8db073 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 55.98px;
 }

 .text_4e0adf62f3d3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_73eba1580bd2 {
   position: absolute !important;
   overflow: visible;
   width: 106.6px;
   height: 19.99px;
   z-index: 3;
   left: 13.99px;
   top: 0px;
 }

 .container_cc892cf912e4 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_26ac55ca0545 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 83.96px;
 }

 .container_749f3f2e7f90 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 3;
   left: 24px;
   top: 260px;
 }

 .container_6cc697bb64ca {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 467.95px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_9490a8e4fda4 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.77px;
   z-index: 2;
   left: 0px;
   top: 7679px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_98b47da5e89d {
   width: 66px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 24px;
   _scaling-factor: 0.5;
 }

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

 .text_25079ecdd09b {
   width: 280px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: -0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_588139a7738f {
   position: absolute !important;
   overflow: visible;
   width: 162px;
   height: 34px;
   z-index: 2;
   left: 95px;
   top: 30px;
 }

 .text_2a00c18e713d {
   width: 270px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: 0.39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_aa9fa1180a65 {
   position: absolute !important;
   overflow: visible;
   width: 259px;
   height: 128px;
   z-index: 2;
   left: 24px;
   top: 95px;
 }

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

 .container_46256ab41143 {
   position: absolute !important;
   overflow: visible;
   width: 30.46px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_1ed7e7265356 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.07px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_799f576c2110 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_83ee4a27c9d9 {
   position: absolute !important;
   overflow: visible;
   width: 46.01px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_b58953a3a45b {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.08px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f23d718675d9 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 27.99px;
 }

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

 .container_bcdc0a432769 {
   position: absolute !important;
   overflow: visible;
   width: 48.27px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_1fca7a123712 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.09px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_32f48e2112ac {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 55.98px;
 }

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

 .container_1817123728c8 {
   position: absolute !important;
   overflow: visible;
   width: 96.93px;
   height: 19.99px;
   z-index: 2;
   left: 13.99px;
   top: 0px;
 }

 .container_73d376d51ba2 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: -0.09px;
   top: 7.1px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f31e64b4a8fa {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 83.96px;
 }

 .container_d3313cf6d88e {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 103.96px;
   z-index: 2;
   left: 24px;
   top: 340px;
 }

 .container_7a61c0604207 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 477.95px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_cc78ad7f24ad {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.95px;
   z-index: 2;
   left: 0px;
   top: 7167.58px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_653e5634733b {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 479.95px;
   z-index: 2;
   left: 15.99px;
   top: 231.14px;
 }

 .text_4c0cd47ed8b3 {
   width: 310px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 8.01px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_4c0cd47ed8b3 {
   overflow: visible;
 }

 .container_cad9688b3560 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 84px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_ebbc5f8485c2 {
   width: 308px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_ebbc5f8485c2 {
   overflow: visible;
 }

 .container_97184c4ea10a {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 84px;
   z-index: 2;
   left: 0px;
   top: 99.18px;
 }

 .container_761f6db09238 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 183.14px;
   z-index: 2;
   left: 15.99px;
   top: -30px;
 }

 .container_8d952d68852c {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 7878.81px;
   z-index: 2;
   left: 0px;
   top: 818.3px;
 }

 .text_1c7a093e6f12 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_a23b18edad5e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 48px;
   z-index: 3;
   left: 15.99px;
   top: 0px;
 }

 .text_99e24731c34a {
   width: 303px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99e24731c34a {
   overflow: visible;
 }

 .container_dab8028aa838 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 56px;
   z-index: 3;
   left: 16px;
   top: 63.99px;
 }

 .container_b92c4bf077ef {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 119.97px;
   z-index: 3;
   left: 0px;
   top: 290px;
 }

 .container_a09f0fa9f0ab {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 8797px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5544a5f26b55 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 10156px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_abc7529d7718 {
   width: 358px;
   height: 771px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 9712px;
   _scaling-factor: 0.5;
 }

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

 .imageview_4fc90bd49094 {
   width: 358px;
   height: 217px;
   position: absolute !important;
   left: 0px;
   top: 10483px;
   _scaling-factor: 0.5;
 }

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

 .text_7f18aec7b46c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_6b0afb922586 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 4;
   left: 0px;
   top: 33.09px;
 }

 .container_2ef3e1d4bbbf {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 4;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_77dd3225bbe9 {
   width: 300px;
   height: 77px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3326880d3da8 {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 4;
   left: 15.01px;
   top: 120px;
 }

 .imageview_808ebe7a35be {
   width: 227px;
   height: auto !important;
   z-index: 5;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .container_7a11a0245e94 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 4;
   left: 15.99px;
   top: 20px;
 }

 .text_ac790e542f61 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7f538b1d1123 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_7ff616b6dcc2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_493a61d31470 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_a7db0eead2cd {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a92fe0a07a0f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .text_d6813498238a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b58c195f601b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 95.96px;
 }

 .container_712c60c90db8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_fd82dea2ec4c {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fd82dea2ec4c {
   overflow: visible;
 }

 .container_6f82e63d7a89 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_ccbb9949fad3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 4;
   left: 15.99px;
   top: 250px;
 }

 .text_5b78daabf833 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b1b115e13678 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_c484051b69e5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a02595688642 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_1efb188d721e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6dcb5485a0a9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .container_3c184d576a24 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_5071debee70e {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5071debee70e {
   overflow: visible;
 }

 .container_b27faea79b97 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_f30f545eedd5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 4;
   left: 15.99px;
   top: 440px;
 }

 .text_ffe8b7a39f67 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ffe8b7a39f67 {
   overflow: visible;
 }

 .container_ca12320f2756 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .text_28fa191ee666 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9466ccf655f7 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_0b313411c728 {
   width: 19.99px;
   height: 19.33px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

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

 .container_5f4be53c15aa {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 61.57px;
 }

 .text_5d7de64dd26e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_1e69dd4157b1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_203f2caf7ad8 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_e95f0e540ba1 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_77b69bbe604f {
   width: 20.57px;
   height: 20.6px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

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

 .container_26eef482f101 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_0201cca911b9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .container_c0037cca2320 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 4;
   left: 15.99px;
   top: 615px;
 }

 .imageview_b0a4f0d2d453 {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

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

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

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

 .container_82b5875445d4 {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 4;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_591d23d17105 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 4;
   left: 0px;
   top: 9712px;
   background: #00434fe6;
 }

 .viewport_2ff5b039d5ff {
   width: 358px;
   height: 10700px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6cb201b0f9b3 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7024c58caa2c {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_b9cc6142ed07 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ff2cf16b3ddd {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_ebf2e707694d {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ebf2e707694d {
   overflow: visible;
 }

 .container_38b9ab09b815 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_28d3e3e899ac {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_48aaf59f6fed {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_6f0b84c74079 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f0b84c74079 {
   overflow: visible;
 }

 .container_9e5ce8025035 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_fd8dffd5b0de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6d7f6f1b1ccf {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_6d7f6f1b1ccf {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_6d7f6f1b1ccf {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_f372ba95a9e6 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_bdb871907226 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_f14f0e163d71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ae6d60c51a43 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_80781700554a {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_80781700554a {
   overflow: visible;
 }

 .container_97a6cac64416 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_f365a8697096 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5ac9c065dac7 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_cccc64d93a16 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cccc64d93a16 {
   overflow: visible;
 }

 .container_30c70a41e4ae {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_cf63b8ede26d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c8d557665cd7 {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_613512f53c36 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_57d1ae2c342a {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_3f82393832f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2d142c180e86 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_4b0956dec227 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b0956dec227 {
   overflow: visible;
 }

 .container_3b2bdfe4ee63 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_fa71c045f70d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_804dd60db007 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_9dc590325510 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9dc590325510 {
   overflow: visible;
 }

 .container_2339230201f4 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_c5577132ca7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3076496d9544 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_6f922e1c5439 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_09537a79cb81 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_6204efc15575 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_eee6b50f363d {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_55214c58c6ea {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8441df1df24b {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_889ea60e1d9a {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_5d63d6850f92 {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_5d63d6850f92 {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_5d63d6850f92 {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_61b3386226c3 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_48619f5103c2 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_1bde55882feb img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_fb59dc77dbc1 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_fb59dc77dbc1 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_7c3937f826bc {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_7c3937f826bc img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_1dfdaf9a796f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bddaddcec287 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_bddaddcec287 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_bddaddcec287 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_a4b86dbbf602 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_5cb2fd1ef778 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_703adf95eb7c {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_703adf95eb7c {
   overflow: visible;
 }

 .container_77569faa6107 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_8c332b7b5b61 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_99e8a5405d29 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_a1eec7c1d32a {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_0df33b53c43d {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0df33b53c43d {
   overflow: visible;
 }

 .container_492bf62f949f {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_32578a70deb1 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_32578a70deb1 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_32578a70deb1 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_4d93673ebb22 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_1db3b1e8dee0 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_a8c4a81b13f3 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_c67e2df1c287 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_da04be1a1bef {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_09d7f7d0d2e9 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09d7f7d0d2e9 {
   overflow: visible;
 }

 .container_8da8c834bbae {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5876c192fd40 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_360253c9989c {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_7e0552e4bf48 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e0552e4bf48 {
   overflow: visible;
 }

 .container_3a0b6b5f68c8 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_a055bd399e4d {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_8a8e59082cd0 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8a8e59082cd0 {
   overflow: visible;
 }

 .container_f1bf538cc725 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_f1bf538cc725 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_f1bf538cc725 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_f2760f24b4a9 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_f2760f24b4a9 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_f2760f24b4a9 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_df4bcf7d92fe {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_df4bcf7d92fe {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_450ff6891ad5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 8px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_037b07ad7f7e {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 40px;
   z-index: 2;
   left: 569px;
   top: 0px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #00434fff;
 }

 .container_wrapper_037b07ad7f7e {
   position: absolute !important;
   overflow: visible;
   left: 569px;
   top: 0px;
   width: 70px;
   height: 40px;
   z-index: 2;
 }

 .container_nested_037b07ad7f7e {
   width: 70px;
   height: 40px;
   z-index: 2;
   border-top: 2px solid #00434fff;
   border-right: 2px solid #00434fff;
   border-bottom: 2px solid #00434fff;
   border-left: 2px solid #00434fff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_863159bb0fc8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 8px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2b8bd1b76079 {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 40px;
   z-index: 2;
   left: 649px;
   top: 0px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #00434fff;
 }

 .container_wrapper_2b8bd1b76079 {
   position: absolute !important;
   overflow: visible;
   left: 649px;
   top: 0px;
   width: 150px;
   height: 40px;
   z-index: 2;
 }

 .container_nested_2b8bd1b76079 {
   width: 150px;
   height: 40px;
   z-index: 2;
   border-top: 2px solid #00434fff;
   border-right: 2px solid #00434fff;
   border-bottom: 2px solid #00434fff;
   border-left: 2px solid #00434fff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_976da5f600ec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 8px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_415f69786fee {
   position: absolute !important;
   overflow: visible;
   width: 115px;
   height: 40px;
   z-index: 2;
   left: 809px;
   top: 0px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: inset 0 0 0 2px #00434fff;
 }

 .container_wrapper_415f69786fee {
   position: absolute !important;
   overflow: visible;
   left: 809px;
   top: 0px;
   width: 115px;
   height: 40px;
   z-index: 2;
 }

 .container_nested_415f69786fee {
   width: 115px;
   height: 40px;
   z-index: 2;
   border-top: 2px solid #00434fff;
   border-right: 2px solid #00434fff;
   border-bottom: 2px solid #00434fff;
   border-left: 2px solid #00434fff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_4d4057704dbb {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 40px;
   z-index: 2;
   left: 30px;
   top: 32px;
 }

 .container_7c1848bf6b5f {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 109px;
   z-index: 2;
   border-top: 0px solid #f7e7ddff;
   border-right: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 0px;
   top: 380px;
   box-shadow: inset 0 -1px 0 0 #f7e7ddff;
 }

 .text_5cab187fd6fa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_bc43226d521d {
   position: absolute !important;
   overflow: visible;
   width: 80px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5f96558eabf1 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 256px;
   z-index: 2;
   left: 1px;
   top: 1px;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2:421.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .imageview_70fe1c5d602e {
   width: 15.33px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 87px;
   top: 4.33px;
 }

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

 .container_5cb5f107b1e5 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 24px;
   z-index: 2;
   left: 24px;
   top: 232px;
 }

 .imageview_433f89dc7c8a {
   width: 16px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

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

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

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

 .imageview_b10b753b1531 {
   width: 15.33px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

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

 .container_e38e5b07e8be {
   position: absolute !important;
   overflow: visible;
   width: 109.03px;
   height: 20px;
   z-index: 2;
   left: 19.33px;
   top: 0px;
 }

 .container_58018ef8eff9 {
   position: absolute !important;
   overflow: visible;
   width: 128.36px;
   height: 20px;
   z-index: 2;
   left: 123.39px;
   top: 0px;
 }

 .container_8369619dcafa {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_55ec9b3aa5bc {
   width: 379px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55ec9b3aa5bc {
   overflow: visible;
 }

 .container_43fedcc7c89b {
   position: absolute !important;
   overflow: visible;
   width: 379px;
   height: 68px;
   z-index: 2;
   left: 24px;
   top: 48px;
 }

 .text_4c5e6bdfe852 {
   width: 424px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4c5e6bdfe852 {
   overflow: visible;
 }

 .container_b6488ea78edd {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 103px;
   z-index: 2;
   left: 24px;
   top: 120px;
 }

 .container_fdafd912c110 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 247px;
   z-index: 2;
   left: 1px;
   top: 281px;
 }

 .container_d71f9f4d5ac5 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 557.97px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_82f671279c69 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ed76b8b4f2b9 {
   position: absolute !important;
   overflow: visible;
   width: 80px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_23f65d8420e6 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 256px;
   z-index: 2;
   left: 1px;
   top: 1px;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2:451.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_325ec84dfff8 {
   width: 422px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_325ec84dfff8 {
   overflow: visible;
 }

 .container_89d1582453e4 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 68px;
   z-index: 2;
   left: 24px;
   top: 48px;
 }

 .imageview_7ecb141347f3 {
   width: 15.33px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 87px;
   top: 4.33px;
 }

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

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

 .container_de228605e4f0 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 24px;
   z-index: 2;
   left: 24px;
   top: 232px;
 }

 .text_185ca35fd69b {
   width: 427px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_185ca35fd69b {
   overflow: visible;
 }

 .container_4a6147e5a212 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 77px;
   z-index: 2;
   left: 24px;
   top: 120px;
 }

 .imageview_e6245bcace1c {
   width: 16px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

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

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

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

 .imageview_ee9c1969bc82 {
   width: 15.33px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

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

 .container_2eb736e464be {
   position: absolute !important;
   overflow: visible;
   width: 114.92px;
   height: 20px;
   z-index: 2;
   left: 19.33px;
   top: 0px;
 }

 .container_ba4a3689cb43 {
   position: absolute !important;
   overflow: visible;
   width: 134.25px;
   height: 20px;
   z-index: 2;
   left: 130.94px;
   top: 0px;
 }

 .container_e5f0073bb9c5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_9fcb8a287714 {
   position: absolute !important;
   overflow: visible;
   width: 478px;
   height: 68px;
   z-index: 2;
   left: 1px;
   top: 281px;
 }

 .container_0a55f0fe9183 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 557.97px;
   z-index: 2;
   left: 512px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_1ac95d93782e {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 529px;
   z-index: 2;
   left: 30px;
   top: 569px;
 }

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

 .container_884bd4cc2f89 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

 .text_d8b57c2bc1f4 {
   width: 655px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8b57c2bc1f4 {
   overflow: visible;
 }

 .container_5e3a45a9dd9c {
   position: absolute !important;
   overflow: visible;
   width: 671px;
   height: 56px;
   z-index: 2;
   left: 446.5px;
   top: 146px;
 }

 .text_9086d49574ff {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 12.06px;
   line-height: 24.3px;
   font-family: 'Inter';
 }

 .container_903f963a7fb6 {
   position: absolute !important;
   overflow: visible;
   width: 303px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #fec54838;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 3px #fec548ff;
 }

 .container_wrapper_903f963a7fb6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 303px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_903f963a7fb6 {
   width: 303px;
   height: 48px;
   z-index: 2;
   border-top: 3px solid #fec548ff;
   border-right: 3px solid #fec548ff;
   border-bottom: 3px solid #fec548ff;
   border-left: 3px solid #fec548ff;
   background: #fec54838;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .text_52646e4d27dc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 10.06px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d2ee3cab2f67 {
   position: absolute !important;
   overflow: visible;
   width: 133px;
   height: 44px;
   z-index: 2;
   left: 315px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_d2ee3cab2f67 {
   position: absolute !important;
   overflow: visible;
   left: 315px;
   top: 0px;
   width: 133px;
   height: 44px;
   z-index: 2;
 }

 .container_nested_d2ee3cab2f67 {
   width: 133px;
   height: 44px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d4bc9cd233b6 {
   position: absolute !important;
   overflow: visible;
   width: 448px;
   height: 48px;
   z-index: 2;
   left: 558px;
   top: 226px;
 }

 .container_5a7c66c0203c {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 354px;
   z-index: 2;
   left: 0px;
   top: 1796.94px;
   background: #00434f;
 }

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

 .container_2e2aee6dd82f {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 48px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

 .text_7abb3a96c3b9 {
   width: 650px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7abb3a96c3b9 {
   overflow: visible;
 }

 .container_99d813b63aea {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 2;
   left: 446px;
   top: 144px;
 }

 .container_ee1bd4c81475 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 280px;
   z-index: 2;
   left: 0px;
   top: 100px;
   background: #f7e7dd;
 }

 .container_eb27e461631a {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2537.11px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e124b5fff0ee {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2537.11px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_a8823f5cc5e2 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7f3d771b68be {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b22a4a84e639 {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_78f638820371 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_3bde5a3efac1 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_5aa1ae2e834a {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5aa1ae2e834a {
   overflow: visible;
 }

 .text_d08a217a76de {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_7bdfe25e7909 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b08e3142750e {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_72dc0ae5c357 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e9381dcab0ac {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_df25d67e1147 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1875d0e6ee41 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_34c3cee9dad3 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0a999bc98735 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_074bb6e39d05 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_074bb6e39d05 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_074bb6e39d05 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_52029f02cdb2 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52029f02cdb2 {
   overflow: visible;
 }

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

 .text_8037a824df0f {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d6272e012955 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_cc3835d9f724 {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_cfb03c4bd9e4 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_6aac938fd635 {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6c7720489445 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_b05d9f9bb2f5 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_7ec82a92bac1 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_7ec82a92bac1 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_7ec82a92bac1 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_7013cd37b7fc {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7013cd37b7fc {
   overflow: visible;
 }

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

 .text_44b563a70819 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c375925d90a4 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_5cbd2151d457 {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_5cbd2151d457 img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_5231346cbcaa {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_01b252229566 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4ac7a9a4fb50 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_4ac7a9a4fb50 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_4ac7a9a4fb50 {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_f9a308bce771 {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_f9a308bce771 img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_2342ea6a1118 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_2342ea6a1118 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_2342ea6a1118 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_f8480a52e89a {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_6d6067bd8d1b {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_5f384adbc227 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_c24dec9cb1cf {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_f811ed60b20a {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_923254c3cf2e {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   left: 0px;
   top: 2150.53px;
   background: #00434f;
 }

 .container_wrapper_923254c3cf2e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2150.53px;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
 }

 .container_nested_923254c3cf2e {
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_5e7ae9486859 {
   width: 1564px;
   height: 2537.11px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_a8dd68993609 {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_0834d10ee0ed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4c41ab8e932d {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_00d5d25edd4b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_2b354591c33b {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_d06b0c47a6f8 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

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

 .container_7c51e6d671a0 {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_7c51e6d671a0 {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_7c51e6d671a0 {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_4a9f1012544e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b28ef0048117 {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_095d1054b96f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6dfaec033d66 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_44f5d62d2310 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-a0fdfbac8a01_44f5d62d2310 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-17446e490851_44f5d62d2310 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_92fdb0a700e3 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_545f2355d09e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_717bb020690c {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_8d513a37c41a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f9174d385dd9 {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_b31e30dd6db7 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_53cd84413496 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_f7abf5137e71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_895f28ad6243 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_787fdbf1f3c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_749993cfea65 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_30f73c1d8954 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-2a8f82b3cf03_30f73c1d8954 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-c1b2c90690d8_30f73c1d8954 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_f68faa018639 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_f68faa018639 {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_f68faa018639 {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_3473afcfb763 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_e90eee3ca2f1 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_aae4144e4937 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_729235e2a7db {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_a3ad9852c15d {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_92d2f098875e {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_67d63aaaaa53 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_31ef716c3b84 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_86c762fca082 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8d0456265252 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_d804a7475b0c {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-fbdcb10ce5c8_d804a7475b0c {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-a1709b682fa8_d804a7475b0c {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_36b69af517ab {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_25a34165ee15 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ced4ce397ab1 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_08bbd44ca25b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9725657c4eda {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_294f8c9bf418 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_939e2c53a7cc {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_e559d4f7e46a {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_81023ba8603d {
   width: 102.14px;
   height: 63.99px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_459c4ec77410 {
   width: 23.99px;
   height: 24px;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

 .container_4bf07b7b6786 {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   left: 286.95px;
   top: 12px;
 }

 .container_a6fbdd123521 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .text_335e20e2ecb6 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 7px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9e7f6275e6b6 {
   position: absolute !important;
   overflow: visible;
   width: 68px;
   height: 38px;
   left: 64.54px;
   top: 0px;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   box-shadow: inset 0 0 0 1.11px #00434fff;
 }

 .container_wrapper_9e7f6275e6b6 {
   position: absolute !important;
   overflow: visible;
   left: 64.54px;
   top: 0px;
   width: 68px;
   height: 38px;
 }

 .container_nested_9e7f6275e6b6 {
   width: 68px;
   height: 38px;
   border-top: 1.11px solid #00434fff;
   border-right: 1.11px solid #00434fff;
   border-bottom: 1.11px solid #00434fff;
   border-left: 1.11px solid #00434fff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_2043305cbf60 {
   width: max-content;
   position: absolute !important;
   left: 28px;
   top: 7px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1fcf298753dc {
   position: absolute !important;
   overflow: visible;
   width: 115px;
   height: 38px;
   left: 145.84px;
   top: 0px;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   box-shadow: inset 0 0 0 1.11px #00434fff;
 }

 .container_wrapper_1fcf298753dc {
   position: absolute !important;
   overflow: visible;
   left: 145.84px;
   top: 0px;
   width: 115px;
   height: 38px;
 }

 .container_nested_1fcf298753dc {
   width: 115px;
   height: 38px;
   border-top: 1.11px solid #00434fff;
   border-right: 1.11px solid #00434fff;
   border-bottom: 1.11px solid #00434fff;
   border-left: 1.11px solid #00434fff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_ddc4d74443d6 {
   width: max-content;
   position: absolute !important;
   left: 33px;
   top: 7px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_76404c30bb34 {
   position: absolute !important;
   overflow: visible;
   width: 132px;
   height: 38px;
   left: 82.01px;
   top: 54.01px;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   box-shadow: inset 0 0 0 1.11px #00434fff;
 }

 .container_wrapper_76404c30bb34 {
   position: absolute !important;
   overflow: visible;
   left: 82.01px;
   top: 54.01px;
   width: 132px;
   height: 38px;
 }

 .container_nested_76404c30bb34 {
   width: 132px;
   height: 38px;
   border-top: 1.11px solid #00434fff;
   border-right: 1.11px solid #00434fff;
   border-bottom: 1.11px solid #00434fff;
   border-left: 1.11px solid #00434fff;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_6d598e71d123 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 200px;
   left: 15.99px;
   top: 31.99px;
 }

 .container_d2fad486e8da {
   position: absolute !important;
   overflow: visible;
   width: 359px;
   height: 160px;
   border-top: 0px solid #f7e7ddff;
   border-right: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1.11px 0 0 #f7e7ddff;
 }

 .text_0117e326162d {
   width: max-content;
   position: absolute !important;
   left: 9.91px;
   top: 3.04px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_aa5ed2b3b750 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 22px;
   left: 16px;
   top: 16px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_c60ce65977f8 {
   position: absolute !important;
   overflow: visible;
   width: 325px;
   height: 256px;
   left: 1px;
   top: 1px;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2070:387.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_94bf64ee4fb8 {
   width: 16px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

 .text_80507c944e26 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_258fd90d8789 {
   position: absolute !important;
   overflow: visible;
   width: 94.89px;
   height: 19.99px;
   left: 19.99px;
   top: 0px;
 }

 .container_299b9df84cf6 {
   position: absolute !important;
   overflow: visible;
   width: 114.88px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .imageview_08f72ca36266 {
   width: 15.33px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_496eedb034ba {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_14febe48dcc1 {
   position: absolute !important;
   overflow: visible;
   width: 108.28px;
   height: 19.99px;
   left: 19.33px;
   top: 0px;
 }

 .container_f3deca95547f {
   position: absolute !important;
   overflow: visible;
   width: 128.28px;
   height: 19.99px;
   left: 123.39px;
   top: 0px;
 }

 .container_18d8467d23d6 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 19.99px;
   left: 24px;
   top: 24px;
 }

 .text_5b48f531276c {
   width: 277px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5b48f531276c {
   overflow: visible;
 }

 .container_6aae35bffc51 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 68px;
   left: 24px;
   top: 55.98px;
 }

 .text_3593369bc0d4 {
   width: 277px;
   height: 180px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3593369bc0d4 {
   overflow: visible;
 }

 .container_f6bf58488702 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 128px;
   left: 24px;
   top: 135.16px;
 }

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

 .imageview_3add6bc94ca1 {
   width: 15.33px;
   height: 15.33px;
   position: absolute !important;
   left: 87px;
   top: 4.34px;
 }

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

 .container_9fe6669a9fd8 {
   position: absolute !important;
   overflow: visible;
   width: 103.33px;
   height: 24px;
   left: 24px;
   top: 330px;
 }

 .container_678430a47fb7 {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 359.99px;
   left: 1px;
   top: 260px;
 }

 .container_6ddf482403d7 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 629.25px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_535c83a6c572 {
   width: max-content;
   position: absolute !important;
   left: 12px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_e3b917871bc9 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 24px;
   left: 16.01px;
   top: 16px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_687ab500fa1f {
   position: absolute !important;
   overflow: visible;
   width: 325px;
   height: 256px;
   left: 1px;
   top: 0px;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2070:417.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_7eb5c68561e7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8bbde8a9f905 {
   position: absolute !important;
   overflow: visible;
   width: 94.89px;
   height: 19.99px;
   left: 19.99px;
   top: 0px;
 }

 .imageview_ec57f31c0bb2 {
   width: 16px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

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

 .container_23633c1658d2 {
   position: absolute !important;
   overflow: visible;
   width: 114.88px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .text_e2a94564817b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9adec9e94900 {
   position: absolute !important;
   overflow: visible;
   width: 114.19px;
   height: 19.99px;
   left: 19.99px;
   top: 0px;
 }

 .imageview_cb54c86a0204 {
   width: 15.33px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .container_fe7ba86b604a {
   position: absolute !important;
   overflow: visible;
   width: 134.18px;
   height: 19.99px;
   left: 123.39px;
   top: 0px;
 }

 .container_28310acee18c {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 19.99px;
   left: 24px;
   top: 24px;
 }

 .text_f0cbbea2f2ac {
   width: 277px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0cbbea2f2ac {
   overflow: visible;
 }

 .container_9f84140e6f33 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 101px;
   left: 24px;
   top: 55.98px;
 }

 .text_cc5692c5ed49 {
   width: 277px;
   height: 180px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc5692c5ed49 {
   overflow: visible;
 }

 .container_712772929d29 {
   position: absolute !important;
   overflow: visible;
   width: 276.71px;
   height: 128px;
   z-index: 1;
   left: 24px;
   top: 135.16px;
 }

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

 .imageview_30d8302846cc {
   width: 15.33px;
   height: 15.33px;
   position: absolute !important;
   left: 87px;
   top: 4.34px;
 }

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

 .container_6ca2b55eabd2 {
   position: absolute !important;
   overflow: visible;
   width: 103.33px;
   height: 24px;
   left: 24px;
   top: 330px;
 }

 .container_915d6a15a44f {
   position: absolute !important;
   overflow: visible;
   width: 324.71px;
   height: 359.99px;
   left: 1px;
   top: 259px;
 }

 .container_366b3f28c5b7 {
   position: absolute !important;
   overflow: visible;
   width: 326.71px;
   height: 629.25px;
   left: 0px;
   top: 645px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_7d90124615bc {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 609.25px;
   left: 15.99px;
   top: 190px;
 }

 .container_ff840ebae3ac {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 3897px;
   left: 0px;
   top: 457px;
 }

 .text_1c1a747ddf7a {
   width: max-content;
   position: absolute !important;
   left: 36.96px;
   top: 0px;
   line-height: 48px;
   font-family: 'Segoe UI';
 }

 .container_f487a5001aa5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 48px;
   left: 15.99px;
   top: 55px;
 }

 .text_221f3a250f03 {
   width: 327px;
   height: 84px;
   position: absolute !important;
   left: -0.04px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_221f3a250f03 {
   overflow: visible;
 }

 .container_938032318938 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 84px;
   left: 15.99px;
   top: 115px;
 }

 .container_d11417eae759 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 250px;
   left: 0px;
   top: 206px;
   background: #f7e7dd;
 }

 .text_c47390789381 {
   width: 327px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c47390789381 {
   overflow: visible;
 }

 .container_dc482c5430bd {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 84px;
   z-index: 1;
   left: 15.96px;
   top: 60px;
 }

 .text_1bd1b0ec9240 {
   width: 327px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1bd1b0ec9240 {
   overflow: visible;
 }

 .container_04a8bc035666 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 84px;
   z-index: 1;
   left: 15.96px;
   top: 155px;
 }

 .text_aa5cf09931d7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 12.06px;
   line-height: 24.3px;
   font-family: 'Inter';
 }

 .container_55123c93e282 {
   position: absolute !important;
   overflow: visible;
   width: 300px;
   height: 48px;
   z-index: 1;
   left: 28px;
   top: 0px;
   background: #fec54838;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 3px #fec548ff;
 }

 .container_wrapper_55123c93e282 {
   position: absolute !important;
   overflow: visible;
   left: 28px;
   top: 0px;
   width: 300px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_55123c93e282 {
   width: 300px;
   height: 48px;
   z-index: 1;
   border-top: 3px solid #fec548ff;
   border-right: 3px solid #fec548ff;
   border-bottom: 3px solid #fec548ff;
   border-left: 3px solid #fec548ff;
   background: #fec54838;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .text_4a63317de1d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 12.06px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_022ae9d99856 {
   position: absolute !important;
   overflow: visible;
   width: 134.32px;
   height: 47.98px;
   z-index: 1;
   left: 111px;
   top: 70px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_022ae9d99856 {
   position: absolute !important;
   overflow: visible;
   left: 111px;
   top: 70px;
   width: 134.32px;
   height: 47.98px;
   z-index: 1;
 }

 .container_nested_022ae9d99856 {
   width: 134.32px;
   height: 47.98px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_cf6f045d2126 {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 150px;
   z-index: 1;
   left: 0px;
   top: 270px;
 }

 .container_2a60a2164315 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 423px;
   z-index: 1;
   left: 0px;
   top: 2000px;
   background: #00434f;
 }

 .imageview_85cb421e7b3f {
   width: 358px;
   height: 771px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2423px;
   _scaling-factor: 0.5;
 }

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

 .imageview_6c047c96d478 {
   width: 358px;
   height: 217px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3194px;
   _scaling-factor: 0.5;
 }

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

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

 .container_9e49fdcf5353 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 2;
   left: 0px;
   top: 33.09px;
 }

 .container_e3a6ac2650ab {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 2;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_baff35e9e815 {
   width: 300px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_cf62ff475baf {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 2;
   left: 15.01px;
   top: 120px;
 }

 .imageview_2cf16003c451 {
   width: 227px;
   height: auto !important;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .container_d65625dd94de {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 2;
   left: 15.99px;
   top: 20px;
 }

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

 .container_77887247f4f6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_90d03728be5b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 31.99px;
 }

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

 .container_b8b6df759a3e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 63.97px;
 }

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

 .container_9fce9fcfecf9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 95.96px;
 }

 .container_c8e45be3ad6b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .text_da539207d9ba {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da539207d9ba {
   overflow: visible;
 }

 .container_c17747489d82 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .container_ac279e9d99f8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 2;
   left: 15.99px;
   top: 250px;
 }

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

 .container_93b03012cc35 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_69d3b32888a3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 31.99px;
 }

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

 .container_0e2bb4d5a425 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 63.97px;
 }

 .container_f033d246e035 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .text_9d12b1a485d6 {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d12b1a485d6 {
   overflow: visible;
 }

 .container_01f357a8f1f6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .container_dafc437ceac9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 2;
   left: 15.99px;
   top: 440px;
 }

 .text_b1822d20875c {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b1822d20875c {
   overflow: visible;
 }

 .container_54d9d23913ff {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

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

 .container_068191e10494 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 2;
   left: 27.99px;
   top: 0px;
 }

 .imageview_397904f0937e {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

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

 .container_7b54ab47cbdf {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 61.57px;
 }

 .text_5b8f2109b725 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_902af0168dd7 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_f1f572f50ccb {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 2;
   left: 27.99px;
   top: 0px;
 }

 .imageview_8feb3a5439f6 {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

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

 .container_16b9db1071d2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_2aec11982e91 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .container_42261d037236 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 2;
   left: 15.99px;
   top: 615px;
 }

 .imageview_9924c683df87 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

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

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

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

 .container_f976d939a630 {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 2;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_beaf6686feb7 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 2;
   left: 0px;
   top: 2423px;
   background: #00434fe6;
 }

 .viewport_b73e3f23dc5a {
   width: 359px;
   height: 3411px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_41268d38062d {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9b929fd052db {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_da3088e9c94d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aceef8576544 {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_971499fc67e6 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_971499fc67e6 {
   overflow: visible;
 }

 .container_112895d80e21 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_6b885c4380b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9fe0e0dcd313 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_1f4f18efb433 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1f4f18efb433 {
   overflow: visible;
 }

 .container_ccd545a82eca {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_96cb99131c72 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8d3c1ea18319 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_8d3c1ea18319 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_8d3c1ea18319 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_f6ca6102ebdd {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_635a513a7ae3 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_829580af5b9d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0076ecef7240 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_b83f0c037088 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b83f0c037088 {
   overflow: visible;
 }

 .container_a47b4c5ef9ab {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_36fb4f1f8b69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f3cc0f177872 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_eab585c92bd9 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eab585c92bd9 {
   overflow: visible;
 }

 .container_94b6b86ecca7 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_a16593073dc5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7a8a93c83835 {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_2580f3ff5140 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_0c78a7a582c3 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_2fae0c52e522 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_36d14f28db5a {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_9a4654b2de32 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9a4654b2de32 {
   overflow: visible;
 }

 .container_10716b6ea300 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_a6db1b57d34c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d4cc066c0b45 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_d587931b55d8 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d587931b55d8 {
   overflow: visible;
 }

 .container_4b00a47e0e26 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_94f9c38523e1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1507a447c6d3 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_1d4bdb7cc443 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_1450dac78d84 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_8c1999917ab9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bef4ba30d7a6 {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_22bd6b339ffb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_13f60b0fcf6f {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_4efac860e70a {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_6b720dc26c8b {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_6b720dc26c8b {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_6b720dc26c8b {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_37042aa929fc {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_84fe85041e6c {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_acb5fce8980a img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_6486df4f30c6 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_6486df4f30c6 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_245408e3f8b5 {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_245408e3f8b5 img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_24bfdae216c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7c61819bd26d {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_7c61819bd26d {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_7c61819bd26d {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f98e4341f722 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_b60613126e10 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_4b7f89f445d8 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b7f89f445d8 {
   overflow: visible;
 }

 .container_fe9c8b731266 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_249bbf06a752 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_1c1549d88211 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_3ec43ae5f01c {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_b5279fd9749c {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b5279fd9749c {
   overflow: visible;
 }

 .container_dcc2e778bdbc {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_953fcd512359 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_953fcd512359 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_953fcd512359 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_ba2662f00d2c {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_c7ffa183351f {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_91de9c919c9d {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_9dc9ae46e8d0 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_a886fe5dbae0 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_a57b7054d2fe {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a57b7054d2fe {
   overflow: visible;
 }

 .container_1cd3d000c3bc {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_436a564637a2 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_fccb65b2938d {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_bf4d1dfb0148 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bf4d1dfb0148 {
   overflow: visible;
 }

 .container_951ec30893a6 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b51c1a61801f {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_8d6f32a7e400 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d6f32a7e400 {
   overflow: visible;
 }

 .container_6b95bfc4d9ff {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_6b95bfc4d9ff {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_6b95bfc4d9ff {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_87a600d890f6 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_87a600d890f6 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_87a600d890f6 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_177579a008ee {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_177579a008ee {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

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

 .container_3940f7853a2e {
   position: absolute !important;
   overflow: visible;
   width: 479px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_339eab1f0fde {
   position: absolute !important;
   overflow: visible;
   width: 479px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_7fd8001c2bba {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 80px;
   z-index: 2;
   left: 30px;
   top: 48px;
 }

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

 .container_a92e339f838c {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_bc77ef883c70 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_a347b7b7cb88 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 80px;
   z-index: 2;
   left: 542px;
   top: 48px;
 }

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

 .container_37faf007c4bf {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

 .container_40c777c0695f {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_41a10bc702e0 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 80px;
   z-index: 2;
   left: 1054px;
   top: 48px;
 }

 .container_dc0df98ff8f6 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 176px;
   z-index: 2;
   left: 0px;
   top: 520px;
   background: #fe743b;
 }

 .imageview_173fc2dc8b2e {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_a1ba2ab0d026 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 415px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_d3b55e801871 {
   width: 410px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3b55e801871 {
   overflow: visible;
 }

 .container_cf9521cbe459 {
   position: absolute !important;
   overflow: visible;
   width: 410px;
   height: 103px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

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

 .container_af9283d2ece9 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_2b81325486f1 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2b81325486f1 {
   overflow: visible;
 }

 .container_4ad570436866 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_52e3423c2eb1 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52e3423c2eb1 {
   overflow: visible;
 }

 .container_cf0aa2082373 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_3f48842e9f9a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 378px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .container_d0f670fbd15a {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 492.97px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_8fd4c40c726e {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 415px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

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

 .container_eecdb349a0ed {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_2ab11cd86593 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ab11cd86593 {
   overflow: visible;
 }

 .container_d78ff5be7dc7 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_b14fdf4f2695 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b14fdf4f2695 {
   overflow: visible;
 }

 .container_479ffa4874c2 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_d01ae2af5273 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 450px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .text_d6c731c02964 {
   width: 423px;
   height: 333px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6c731c02964 {
   overflow: visible;
 }

 .container_0d923cf0188a {
   position: absolute !important;
   overflow: visible;
   width: 423px;
   height: 103px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

 .imageview_b0040c1f0a64 {
   width: 430px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .container_3795b2de45d1 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 560px;
   z-index: 2;
   left: 512px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_a35e726c17b1 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_1da36c20fe99 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 415px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_65a44f7b4c80 {
   width: 409px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_65a44f7b4c80 {
   overflow: visible;
 }

 .container_0c77788f7a65 {
   position: absolute !important;
   overflow: visible;
   width: 409px;
   height: 103px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

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

 .container_d148535f0c97 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_475bff804b29 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_475bff804b29 {
   overflow: visible;
 }

 .container_0617a2b96cb1 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_c3f40f70dc35 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c3f40f70dc35 {
   overflow: visible;
 }

 .container_7a065eb3f94a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_c6d0781a651c {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 248px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .container_3230831aed44 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 358px;
   z-index: 2;
   left: 1024px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_564a962e50e4 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 415px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

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

 .container_4fc9ae5f8ce5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_67f5c6e6ea9c {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67f5c6e6ea9c {
   overflow: visible;
 }

 .container_d839c97513c6 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_c1df8775360d {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c1df8775360d {
   overflow: visible;
 }

 .container_43c5773ab94b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_c5bbe2597727 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 209.78px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .text_8dc0249e5e23 {
   width: 426px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8dc0249e5e23 {
   overflow: visible;
 }

 .container_cd0ba7f4cd13 {
   position: absolute !important;
   overflow: visible;
   width: 426px;
   height: 77px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

 .imageview_aff83fbffe64 {
   width: 430px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .container_c1c2c2a9a2f0 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 317.38px;
   z-index: 2;
   left: 0px;
   top: 514.97px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_dcda08130acc {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_d3b913a6273b {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 417px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_34fb14090832 {
   width: 419px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34fb14090832 {
   overflow: visible;
 }

 .container_61121ec0e1f9 {
   position: absolute !important;
   overflow: visible;
   width: 419px;
   height: 77px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

 .text_b042f7487feb {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_b042f7487feb {
   overflow: visible;
 }

 .container_cfd30bbd2837 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 42.59px;
 }

 .text_8f0a9fbd8715 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_8f0a9fbd8715 {
   overflow: visible;
 }

 .container_7ebf52fb93ab {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 62.59px;
 }

 .text_ae63e665ea81 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_ed5ece81ff7c {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 17px;
 }

 .container_705610b67e97 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 208px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .container_89c1c176832e {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 317.38px;
   z-index: 2;
   left: 512px;
   top: 580.97px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_84eba7ac74e4 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

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

 .container_82eab34e2c5c {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_544d8dee7d47 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_544d8dee7d47 {
   overflow: visible;
 }

 .container_ad2a170ed9d7 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_42585d42193a {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_42585d42193a {
   overflow: visible;
 }

 .container_042aa298605a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_6c1d530a643b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 259.78px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .text_ff98ae6570d8 {
   width: 413px;
   height: 154px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff98ae6570d8 {
   overflow: visible;
 }

 .container_5aae8daf01a5 {
   position: absolute !important;
   overflow: visible;
   width: 413px;
   height: 77px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

 .imageview_be91047caa40 {
   width: 430px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .container_96fee2205719 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 367.38px;
   z-index: 2;
   left: 1024px;
   top: 714.35px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   opacity: 0.699999988079071;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_9a4a51765f0e {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_e66c9927c666 {
   width: 414px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e66c9927c666 {
   overflow: visible;
 }

 .container_5865d655bbd6 {
   position: absolute !important;
   overflow: visible;
   width: 414px;
   height: 77px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

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

 .container_e50188ee37b2 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_7219da1607b4 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7219da1607b4 {
   overflow: visible;
 }

 .container_1c4bedc38cd3 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_8136f30b54fc {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8136f30b54fc {
   overflow: visible;
 }

 .container_4820a205072a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_7df4cc537c71 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 209.78px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .imageview_d81b8a78f358 {
   width: 430px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .container_409a32c4f1f6 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 318px;
   z-index: 2;
   left: 0px;
   top: 859.35px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_554b46038226 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

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

 .container_a2e1e7798a06 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_0963068e7129 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0963068e7129 {
   overflow: visible;
 }

 .container_7e6869aeb48b {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_545194daa492 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_545194daa492 {
   overflow: visible;
 }

 .container_647aa12aa2f5 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_4591bc3931e8 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 309.78px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .text_ba7cfbc19bee {
   width: 393px;
   height: 205px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ba7cfbc19bee {
   overflow: visible;
 }

 .container_96cb13d28f9a {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 77px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

 .imageview_b8c7e10a9972 {
   width: 430px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .container_b9afe2c33be3 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 418px;
   z-index: 2;
   left: 512px;
   top: 920px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_150d7eb8c1a7 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_8d6d04c8ef94 {
   width: 420px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d6d04c8ef94 {
   overflow: visible;
 }

 .container_f19fe78cf825 {
   position: absolute !important;
   overflow: visible;
   width: 420px;
   height: 77px;
   z-index: 2;
   left: 17px;
   top: 85px;
 }

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

 .container_d18469e918b1 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17px;
 }

 .text_60f1894f39e2 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60f1894f39e2 {
   overflow: visible;
 }

 .container_f66819f28242 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 43px;
 }

 .text_1426c4f58d91 {
   width: 430px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1426c4f58d91 {
   overflow: visible;
 }

 .container_0268e2a0d98e {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 63px;
 }

 .container_4c1a154a3441 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 82.59px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 209.78px;
   box-shadow: inset 0 1px 0 0 #f7e7ddff;
 }

 .imageview_6de2db03dbb9 {
   width: 430px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .container_718051a83531 {
   position: absolute !important;
   overflow: visible;
   width: 480px;
   height: 318px;
   z-index: 2;
   left: 1024px;
   top: 374.97px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_8faef281edc3 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 1042.35px;
   z-index: 2;
   left: 30px;
   top: 730px;
 }

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

 .container_021370f27d92 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

 .text_186dd254da83 {
   width: 657px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_186dd254da83 {
   overflow: visible;
 }

 .container_c370690ef66e {
   position: absolute !important;
   overflow: visible;
   width: 671px;
   height: 56px;
   z-index: 2;
   left: 446.5px;
   top: 146px;
 }

 .text_8acb79ac3db9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 33.3px;
   top: 9.69px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3093683a5304 {
   position: absolute !important;
   overflow: visible;
   width: 325px;
   height: 44px;
   z-index: 2;
   left: 619.5px;
   top: 226px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_3093683a5304 {
   position: absolute !important;
   overflow: visible;
   left: 619.5px;
   top: 226px;
   width: 325px;
   height: 44px;
   z-index: 2;
 }

 .container_nested_3093683a5304 {
   width: 325px;
   height: 44px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c6a4e65a1321 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 350px;
   z-index: 2;
   left: 0px;
   top: 2100px;
   background: #f7e7dd;
   opacity: 0.8999999761581421;
 }

 .imageview_133604fb713d {
   width: 1564px;
   height: 420px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_8598177b707c {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 420px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_f4f9c1a68c08 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_c4dac669807c {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 48px;
   z-index: 3;
   left: 16px;
   top: 0px;
 }

 .text_685f6a2588fb {
   width: 586px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_685f6a2588fb {
   overflow: visible;
 }

 .container_f71e136fd899 {
   position: absolute !important;
   overflow: visible;
   width: 586px;
   height: 56px;
   z-index: 3;
   left: 16px;
   top: 64px;
 }

 .container_15f236925f7f {
   position: absolute !important;
   overflow: visible;
   width: 618px;
   height: 120px;
   z-index: 3;
   left: 14px;
   top: 140px;
 }

 .container_f95d218b3e77 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 420px;
   z-index: 2;
   left: 0px;
   top: 100px;
 }

 .container_813d42a17e26 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2617.89px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_d108aaabe743 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2500px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_72a3cd8f4ee2 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_925adc46fa0d {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f9145dceb593 {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_a3d4d25efdb3 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_ce5d0a3006b8 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_9d0edd5693a5 {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d0edd5693a5 {
   overflow: visible;
 }

 .text_bde4243d1196 {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_36f225173d9d {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_553652299b93 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_e2ac601b12bc {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_de3d8edac221 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_bbcb323abf4b {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a6924926fa03 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_05bb9c110432 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_54a0d67c0c5d {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_de9a713a1456 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_de9a713a1456 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_de9a713a1456 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_cca2e101637a {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cca2e101637a {
   overflow: visible;
 }

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

 .text_67f2c23e69ea {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_964009418f63 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_1042fb80bf3a {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b923e3ac313e {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_5dd8fa3fed47 {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3f99581e78ec {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_909584e8fa93 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_870f7e9d9ca7 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_870f7e9d9ca7 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_870f7e9d9ca7 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_7dee14d91097 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7dee14d91097 {
   overflow: visible;
 }

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

 .text_2a0474d8982e {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e6dae462d529 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_e19ebe0263bb {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_e19ebe0263bb img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_6580111ed593 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_c641626d721f {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_dfe3d744b3aa {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_dfe3d744b3aa {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_dfe3d744b3aa {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_799ecef52c5c {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_799ecef52c5c img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_3599abfde1a6 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_3599abfde1a6 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_3599abfde1a6 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_03168c1bb968 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_53bcc4a0adc6 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_b4eac8ecbc3b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_c1fc1077b6a2 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_dce25108c580 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_98ec2c9eff2b {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   left: 0px;
   top: 2450px;
   background: #00434f;
 }

 .container_wrapper_98ec2c9eff2b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2450px;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
 }

 .container_nested_98ec2c9eff2b {
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_34359d757100 {
   width: 1564px;
   height: 2837px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_c6b735bc4e44 {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_56c8e49738e7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6192a2e48fee {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_58fff1611ae3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_77971d039e0a {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_801e511d7319 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

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

 .container_7e76b1428ad6 {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_7e76b1428ad6 {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_7e76b1428ad6 {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_537744b67068 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7e20d822d050 {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_99c33b90a66c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d9bb325c1d0f {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_0bedb202b1e4 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-6935a78f9def_0bedb202b1e4 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-4e78be371161_0bedb202b1e4 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_f3eda360b078 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_864f7be5a880 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_afe35161e7e5 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_62fa50179a17 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ab1566898548 {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_ef0d46c5d8a1 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_b7f1d1ee7c97 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_e6fa2d72858f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cdd4ea56bced {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_19e4685b7888 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3a27f942b1d7 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_5e4b110acb09 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-36211fc07637_5e4b110acb09 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-695ec700be25_5e4b110acb09 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_a6dbfb81f224 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_a6dbfb81f224 {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_a6dbfb81f224 {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_a8b14eafab27 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_1358a510d2b7 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_f1a3d5f8b672 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a47cec83a695 {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_8f126adf86dd {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_7fd85ef660a2 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_b8c11bfcca97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_13fcbf39b435 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_dfa262bab4f7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f086982f711f {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_2b3d235be0ab {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-904155363219_2b3d235be0ab {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-53b02618d077_2b3d235be0ab {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_49c2c94181ec {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_75fa8d627ad6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dc2f92f28b4d {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_112608a0ccb7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_de7a204b822a {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_05e610168f65 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_672327145ca6 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_a6ef63286923 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_efc84ee08945 {
   width: 358px;
   height: 400px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_ce479131ca94 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_815f825c5ba7 {
   width: 307px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 10.01px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_815f825c5ba7 {
   overflow: visible;
 }

 .container_618c47d54c07 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 84px;
   z-index: 3;
   left: 16px;
   top: 111.99px;
 }

 .text_1288f558fd99 {
   width: 321px;
   height: 96px;
   z-index: 3;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1288f558fd99 {
   overflow: visible;
 }

 .container_2935c08be01f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 96px;
   z-index: 3;
   left: 16px;
   top: 0px;
 }

 .container_f29e202100e5 {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 195.95px;
   z-index: 3;
   left: 0px;
   top: 135px;
 }

 .container_da0c8e4aff94 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 145px;
 }

 .text_98a199675b43 {
   width: 326.93px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_98a199675b43 {
   overflow: visible;
 }

 .container_236cda591cdb {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 55.99px;
 }

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

 .container_70206ee1c4e9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_997302924d79 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 79.98px;
   z-index: 2;
   left: 16px;
   top: 48px;
 }

 .text_177496a6c556 {
   width: 326.93px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_177496a6c556 {
   overflow: visible;
 }

 .container_edb558244426 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 55.99px;
 }

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

 .container_5aabb1c7d1b2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_2c9ff0324d0a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 79.98px;
   z-index: 2;
   left: 16px;
   top: 159.98px;
 }

 .text_7c33ab4d4a48 {
   width: 326.93px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c33ab4d4a48 {
   overflow: visible;
 }

 .container_36e739273ce8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 55.99px;
 }

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

 .container_26e9cc2ef637 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_fc124985d5be {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 79.98px;
   z-index: 2;
   left: 16px;
   top: 271.97px;
 }

 .container_867f5d81d7ec {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 545px;
   background: #fe743b;
 }

 .imageview_7fdd82bb5756 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .imageview_58eaf9453d9d {
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .text_e99a3602208a {
   width: 277px;
   height: 359px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b1be96aef60e {
   position: absolute !important;
   overflow: visible;
   width: 267px;
   height: 154px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

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

 .container_398e4dfdbaef {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_517529161337 {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_517529161337 {
   overflow: visible;
 }

 .container_cc2149400af4 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 43.1px;
 }

 .text_945b402bd683 {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_945b402bd683 {
   overflow: visible;
 }

 .container_b029af132412 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 63.09px;
 }

 .container_7fc4f3b072a9 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 82.67px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 430.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_c209447dbb53 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 544.31px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_b52095986291 {
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_28512e7e397c {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_7d9aa40342ae {
   width: 277px;
   height: 461px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: -0.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7707fbcb630f {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 128px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

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

 .container_0ea1404bc0e9 {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_a5ec0caaf61f {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a5ec0caaf61f {
   overflow: visible;
 }

 .container_aa735b1c2b62 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 43.1px;
 }

 .text_9302f6bf658a {
   width: 276.73px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9302f6bf658a {
   overflow: visible;
 }

 .container_dbd50714d652 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 63.09px;
 }

 .container_ae997fdc1604 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 65.98px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 560.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_95ea74fe047d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 664.31px;
   z-index: 2;
   left: 0px;
   top: 569.31px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_359f0e440e3c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .imageview_20fa0385b6c3 {
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .text_38fcb76eda02 {
   width: 290px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: 0.39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d7b84b53750a {
   position: absolute !important;
   overflow: visible;
   width: 274px;
   height: 128px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

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

 .container_3b67a0210857 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_3d59b84aa90c {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d59b84aa90c {
   overflow: visible;
 }

 .container_5ca52540e823 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 43.1px;
 }

 .text_717ae92447bd {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_717ae92447bd {
   overflow: visible;
 }

 .container_4f325a5e75a3 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 63.09px;
 }

 .container_e69a51e21745 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 82.67px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 280.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_ac4f0bacaee9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 394.31px;
   z-index: 2;
   left: 0px;
   top: 1258.62px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_145dd7c3de96 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .imageview_2ce0e09a7462 {
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .text_bbd5c4f0a71d {
   width: 263px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bbd5c4f0a71d {
   overflow: visible;
 }

 .container_ed4b7e5a5461 {
   position: absolute !important;
   overflow: visible;
   width: 263px;
   height: 128px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

 .text_22075a9f9387 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_578698b90fb6 {
   position: absolute !important;
   overflow: visible;
   width: 114px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 17.1px;
 }

 .text_15ab1444a29a {
   width: 276.73px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_15ab1444a29a {
   overflow: visible;
 }

 .container_0df827e9bac3 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 43.1px;
 }

 .text_93801a74fe41 {
   width: 276.73px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93801a74fe41 {
   overflow: visible;
 }

 .container_25618856c134 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 4;
   left: 0px;
   top: 63.09px;
 }

 .container_c96f69d7694f {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 82.67px;
   z-index: 3;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 135.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_f108641fe948 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 244.31px;
   z-index: 2;
   left: 0px;
   top: 1677.93px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_2934bb5b019b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_6ff37581e291 {
   width: 273px;
   height: 154px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_14e1649f2390 {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 103px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

 .imageview_da95c1d224d9 {
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

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

 .container_82d2ce962b3d {
   position: absolute !important;
   overflow: visible;
   width: 116px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_a62a772c79a1 {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a62a772c79a1 {
   overflow: visible;
 }

 .container_cbcf10bbf9db {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 63.09px;
 }

 .text_ba904304e0fd {
   width: 276.73px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ba904304e0fd {
   overflow: visible;
 }

 .container_4ad407574243 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 43.1px;
 }

 .container_5882cf8ee4e1 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 265.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_e1883b62574e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 374.31px;
   z-index: 2;
   left: 0px;
   top: 1947.24px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_8646bc1db038 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_ebc610ed8c23 {
   width: 290px;
   height: 154px;
   z-index: 2;
   position: absolute !important;
   left: 0.01px;
   top: 0.46px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_55220bdcf91a {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 128px;
   z-index: 2;
   left: 17.01px;
   top: 70.45px;
 }

 .imageview_d59584951247 {
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

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

 .container_35cd5629156f {
   position: absolute !important;
   overflow: visible;
   width: 85px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_18452480f016 {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18452480f016 {
   overflow: visible;
 }

 .container_ab3f25419fb4 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 63.09px;
 }

 .text_f0a80c312069 {
   width: 290px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b03c0ead74da {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 43.1px;
 }

 .container_cbc7777b63d2 {
   position: absolute !important;
   overflow: visible;
   width: 261px;
   height: 200px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17.01px;
   top: 260.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_8240144d210f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 369.31px;
   z-index: 2;
   left: 0px;
   top: 2346.55px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_ad910fe68e02 {
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_ea776357e481 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_75f571fcd45a {
   width: 277px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75f571fcd45a {
   overflow: visible;
 }

 .container_d23c44e30326 {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 128px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

 .text_0f54742721ce {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_eaad9c9b1115 {
   position: absolute !important;
   overflow: visible;
   width: 112px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: 17.1px;
 }

 .text_f68c3f352f54 {
   width: 276.73px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f68c3f352f54 {
   overflow: visible;
 }

 .container_e6d06ef8e25d {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 43.1px;
 }

 .text_8d7c863a7255 {
   width: 276.73px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d7c863a7255 {
   overflow: visible;
 }

 .container_1d49c102ad74 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 4;
   left: 0px;
   top: 63.09px;
 }

 .container_0d4d8b1e428a {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 65.98px;
   z-index: 3;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 160.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_5128cee0a7f9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 274.31px;
   z-index: 2;
   left: 0px;
   top: 2740.86px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_56b96dc2273e {
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_654f66a25831 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_2e887cc170b8 {
   width: 277px;
   height: 282px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2e887cc170b8 {
   overflow: visible;
 }

 .container_93b2018753e3 {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 103px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

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

 .container_eb9abf663715 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_cb8987e8de2a {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb8987e8de2a {
   overflow: visible;
 }

 .container_b2401ab7c891 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 43.1px;
 }

 .text_098c53557d39 {
   width: 276.73px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_098c53557d39 {
   overflow: visible;
 }

 .container_644e6e537fd6 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 63.09px;
 }

 .container_7cb8e9377530 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 82.67px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 380.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_ee54cc1817e7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 494.31px;
   z-index: 2;
   left: 0px;
   top: 3040.17px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_f25f50749fdb {
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

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

 .imageview_08b997cbc862 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 261.83px;
   top: 17px;
   opacity: 0.10000000149011612;
 }

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

 .text_2b772104789d {
   width: 268px;
   height: 231px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2b772104789d {
   overflow: visible;
 }

 .container_821d898f02de {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 128px;
   z-index: 2;
   left: 17px;
   top: 69.99px;
 }

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

 .container_a6d7e7acb435 {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 17.1px;
 }

 .text_48ce85652fa4 {
   width: 276.73px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48ce85652fa4 {
   overflow: visible;
 }

 .container_4e6750e5dfd8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 43.1px;
 }

 .text_6f84f884d5fc {
   width: 276.73px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f84f884d5fc {
   overflow: visible;
 }

 .container_9c6e4fc184b5 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   z-index: 3;
   left: 0px;
   top: 63.09px;
 }

 .container_28d4990c5379 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 65.98px;
   z-index: 2;
   border-right: 0px solid #f7e7ddff;
   border-bottom: 0px solid #f7e7ddff;
   border-left: 0px solid #f7e7ddff;
   left: 17px;
   top: 340.96px;
   box-shadow: inset 0 1.11px 0 0 #f7e7ddff;
 }

 .container_9f52e5ecdd18 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 444.31px;
   z-index: 2;
   left: 0px;
   top: 3560.48px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_694a75941fc1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 3668.79px;
   z-index: 2;
   left: 15.99px;
   top: 960px;
 }

 .container_122bcbb82e28 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 400px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_1915d9b77fa2 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 8914px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_0f1448f93cf8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 17px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_69c624c1f335 {
   position: absolute !important;
   overflow: visible;
   width: 274px;
   height: 44px;
   z-index: 3;
   left: 41px;
   top: 314px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_69c624c1f335 {
   position: absolute !important;
   overflow: visible;
   left: 41px;
   top: 314px;
   width: 274px;
   height: 44px;
   z-index: 3;
 }

 .container_nested_69c624c1f335 {
   width: 274px;
   height: 44px;
   z-index: 3;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_690d520eed1f {
   width: 310px;
   height: 112px;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_690d520eed1f {
   overflow: visible;
 }

 .container_74f57258d576 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 84px;
   z-index: 3;
   left: 16px;
   top: 155px;
 }

 .text_1171b8b411a4 {
   width: 277px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 25px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1171b8b411a4 {
   overflow: visible;
 }

 .container_99efb5f03ac8 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 84px;
   z-index: 3;
   left: 16px;
   top: 64px;
 }

 .container_a6565a02eeaf {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 422px;
   z-index: 3;
   left: 0px;
   top: 4994px;
   background: #f7e7dd;
 }

 .imageview_5d9e411da091 {
   width: 358px;
   height: 771px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 5400px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fc088ac67a2b {
   width: 358px;
   height: 217px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 6171px;
   _scaling-factor: 0.5;
 }

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

 .text_bb9df1cbf930 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_4c48eacf3416 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33.09px;
 }

 .container_a87cb1025628 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_2c395e3ad678 {
   width: 300px;
   height: 77px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_34864af9b571 {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 5;
   left: 15.01px;
   top: 120px;
 }

 .imageview_16a92243f0a9 {
   width: 227px;
   height: auto !important;
   z-index: 6;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .container_b3e7dfd097d9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 5;
   left: 15.99px;
   top: 20px;
 }

 .text_1fc1c101c62c {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2a12a4ee6fb8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_35547fae1d5c {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e07dfc421c05 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 31.99px;
 }

 .text_111ee4e5f8f8 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_95f2a344ecf8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 63.97px;
 }

 .text_797ad4cab991 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3b007acedcab {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 95.96px;
 }

 .container_082c4597f168 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 5;
   left: 15px;
   top: 43.98px;
 }

 .text_d87d7636eacc {
   width: 326.93px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d87d7636eacc {
   overflow: visible;
 }

 .container_61deef2a3c91 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 5;
   left: 15px;
   top: 0px;
 }

 .container_75fe360a0bf2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 5;
   left: 15.99px;
   top: 250px;
 }

 .text_606fdb13508d {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a2a0a5432774 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_9ca2ffbf3621 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5a2580315022 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 31.99px;
 }

 .text_df99fd59139c {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5f5f31e9c53c {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 63.97px;
 }

 .container_116268e32148 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 5;
   left: 15px;
   top: 43.98px;
 }

 .text_caa8248912d1 {
   width: 326.93px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_caa8248912d1 {
   overflow: visible;
 }

 .container_ade6c3b17705 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 5;
   left: 15px;
   top: 0px;
 }

 .container_c3eed2655ff8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 5;
   left: 15.99px;
   top: 440px;
 }

 .text_3a486482f452 {
   width: 326.93px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3a486482f452 {
   overflow: visible;
 }

 .container_bc86f95dc58e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 5;
   left: 15px;
   top: 0px;
 }

 .text_904d0307cf7b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_50002e8eec8a {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 5;
   left: 27.99px;
   top: 0px;
 }

 .imageview_81f3e814c4dc {
   width: 19.99px;
   height: 19.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

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

 .container_02b2e396e3e8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 5;
   left: 0px;
   top: 61.57px;
 }

 .text_52e95f33218f {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_65cb0758a986 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_32c44488f2b8 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .container_a5d1e21435a9 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 5;
   left: 27.99px;
   top: 0px;
 }

 .imageview_101891cdce20 {
   width: 20.57px;
   height: 20.6px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

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

 .container_59feed01466d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .container_a14ef640f6f0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 5;
   left: 15px;
   top: 43.98px;
 }

 .container_ec0414bbf5ac {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 5;
   left: 15.99px;
   top: 615px;
 }

 .imageview_a0459c991c65 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

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

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

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

 .container_8f9b747a3656 {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 5;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_1502f55bc943 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 5;
   left: 0px;
   top: 5400px;
   background: #00434fe6;
 }

 .imageview_3ac12c70b009 {
   width: 102.14px;
   height: 63.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e660edeb360d {
   width: 23.99px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

 .container_ca8fe6da3b9b {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_ca8fe6da3b9b {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
 }

 .container_nested_ca8fe6da3b9b {
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
 }

 .container_24a88532e024 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   z-index: 3;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .viewport_afe22a7fe41f {
   width: 358px;
   height: 6388px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_ce979f6adb9f {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3abc558a73b6 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_6f3d3c3c436d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aec74d3018be {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_6f744a4ac39f {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f744a4ac39f {
   overflow: visible;
 }

 .container_138d0484e283 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_d1bf5feeb309 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ab64e5e42a3e {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_b1e686612c90 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b1e686612c90 {
   overflow: visible;
 }

 .container_a5e12e69acf6 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_b5587507a7a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_239994b8b9c7 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_239994b8b9c7 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_239994b8b9c7 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_148e85870398 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_0bd9db233a45 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_5200751d4033 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f68cc9222e5a {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_41f719c06879 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41f719c06879 {
   overflow: visible;
 }

 .container_34968c4f31f3 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_5fb8bfb8ad6e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2a039ea21c61 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_83853edd8902 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_83853edd8902 {
   overflow: visible;
 }

 .container_0cbb2e6f9494 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_c6d8e3127843 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9180c6f65367 {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_e99a8c6cb902 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_8bf23462dff1 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_68dc4d83a9de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6b3e9e299491 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_c900c0bea528 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c900c0bea528 {
   overflow: visible;
 }

 .container_c50464f1490e {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_bd360c24be26 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_867c635fdbd7 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_9fd83ae9b8cd {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9fd83ae9b8cd {
   overflow: visible;
 }

 .container_f7b37b37a125 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_1f58867c102d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_980e670e8f81 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_9764be1a6f29 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_646e44ecdb6f {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_1f5a397d60db {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a772e0e3cc7c {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_3a32d1056b0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_00d0a736351d {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_035095563427 {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_c116ac5fe0aa {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_c116ac5fe0aa {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_c116ac5fe0aa {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d8a39f1e9fc7 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_4277924c7ca4 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_6ede8f6dcdd5 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_e46817b3d193 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_e46817b3d193 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_3d72e063237a {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_3d72e063237a img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_e35499dc6622 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_25fda35583a8 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_25fda35583a8 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_25fda35583a8 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d782fd7a9c3d {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_ba34e352431d {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_94facfadb2b5 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_94facfadb2b5 {
   overflow: visible;
 }

 .container_8161b0b171fd {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_cb2994a3843d {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_f907547913a2 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_d462155c2644 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_1b60d62e03fc {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b60d62e03fc {
   overflow: visible;
 }

 .container_24758d23fd97 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_7b3bf40b1ac4 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_7b3bf40b1ac4 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7b3bf40b1ac4 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_a3e0cd1dc05a {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_170bb41c9e14 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_687a34c554b5 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_fd3192e452a0 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_5f5e2ef3433d {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_017203c4e0bc {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_017203c4e0bc {
   overflow: visible;
 }

 .container_eecfb8146e56 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_75a7d7e044f2 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_16715984f412 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_9261055b5ec3 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9261055b5ec3 {
   overflow: visible;
 }

 .container_00163bc1718f {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_635e698c2370 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_de64fcb77ad8 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_de64fcb77ad8 {
   overflow: visible;
 }

 .container_249893b0a5b4 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_249893b0a5b4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_249893b0a5b4 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_7a9d860a3e25 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_7a9d860a3e25 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7a9d860a3e25 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_33bcdf1cb17f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_33bcdf1cb17f {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_facdca9ef8bd {
   width: 864px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_facdca9ef8bd {
   overflow: visible;
 }

 .container_dfef784a599b {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_7c1da69e4bdc {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_9cc7318128d0 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .text_24fb1ef693cf {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 50px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_78b8d9ac8fef {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 16px;
   top: 16px;
 }

 .container_d64ca3f4f82d {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_cb6594380b01 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 160px;
   z-index: 2;
   left: 0px;
   top: 0.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_6da634c99a4f {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_8298e6f57e3a {
   position: absolute !important;
   overflow: visible;
   width: 223px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_d0bbe4f80137 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_c671738fce7d {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 70px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d58bca418441 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_756f1d039191 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 148px;
   z-index: 2;
   left: 0px;
   top: 175.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_d9defde1f9b0 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_fae716f0e133 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_adf738de1775 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_e994498c6d87 {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2059100bf53e {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_44dba3f18d8e {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 138px;
   z-index: 2;
   left: 0px;
   top: 340px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_689bf31acea5 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_c2f262f63d98 {
   position: absolute !important;
   overflow: visible;
   width: 289px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_5c50cd34eebd {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_254a6d899104 {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_30551c613b85 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_141fe9cfbd4b {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 148px;
   z-index: 2;
   left: 0px;
   top: 495.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_119406055a46 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_b153e8793e85 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 316px;
   z-index: 2;
   left: 16px;
   top: 800px;
 }

 .imageview_34ed26f6b525 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_8d28806e7b9e {
   position: absolute !important;
   overflow: visible;
   width: 246px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_da7d14a3ddb6 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_3c67f490aff2 {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_df24e8065f9c {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_634362dbfefc {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 140px;
   z-index: 2;
   left: 0px;
   top: 565.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_779468561495 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_03b5bbff66b6 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_d59cd88b2623 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_8cabc8c46c27 {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_5afc22d991a9 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_375c2fc81f95 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 150px;
   z-index: 2;
   left: 0px;
   top: 400.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_57116b93a4f8 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_e51e49c5bbc7 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_a7309f1cd0ae {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_403edc88849c {
   width: 800px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9b0dff7fca9a {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 2;
   left: 16px;
   top: 65px;
 }

 .container_a43fc7ad6e0d {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 220px;
   z-index: 2;
   left: 0px;
   top: 0.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_494b2d7126c1 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_6cfb6f287c1c {
   position: absolute !important;
   overflow: visible;
   width: 241px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_55902cca21b6 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_ba1b6f19048f {
   width: 800px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ba1c55400581 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 2;
   left: 16px;
   top: 70px;
 }

 .container_b9dbe71fcaed {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 150px;
   z-index: 2;
   left: 0px;
   top: 235.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_5ae5098e3092 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .text_d4612ab92a7a {
   width: 864px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4612ab92a7a {
   overflow: visible;
 }

 .container_60a806746e65 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_28ef390766d9 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 316px;
   z-index: 2;
   left: 16px;
   top: 0px;
 }

 .text_cc42ef8f236f {
   width: 864px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc42ef8f236f {
   overflow: visible;
 }

 .container_4f2abe783ed2 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_f3a760e080a7 {
   width: 800px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_aab5c2e31669 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 2;
   left: 0px;
   top: 0.26px;
 }

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

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

 .text_a4284047b0f0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_344eb0ac4aae {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_f00778bcdfd8 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 128px;
   z-index: 2;
   left: 0px;
   top: 340.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_21585881017a {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_0f22ac55bcc9 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_7d7e2e9e5bbb {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .text_d491c9178a86 {
   width: 800px;
   height: 120px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_aeef527fc3e2 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 3;
   left: 0px;
   top: 0.17px;
 }

 .container_303c87e7f01c {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 148px;
   z-index: 2;
   left: 0px;
   top: 175.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_cb1149a6b228 {
   width: 800px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_db599153a035 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 120px;
   z-index: 2;
   left: 0px;
   top: 0.09px;
 }

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

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

 .text_886b8a072dbe {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_80679323ccc7 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 3;
   left: 1px;
   top: 1px;
 }

 .container_4b327667300c {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 158px;
   z-index: 2;
   left: 0px;
   top: 0.09px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_e09b140b8ae9 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 198px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_c2b83858dd36 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 246px;
   z-index: 2;
   left: 16px;
   top: 1540px;
 }

 .container_10fce7e37306 {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 942px;
   z-index: 2;
   left: 334px;
   top: 320px;
 }

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

 .container_45786aafdca4 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 36px;
   z-index: 2;
   left: 30px;
   top: 48px;
 }

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

 .container_9a912b833b1f {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 28px;
   z-index: 2;
   left: 407px;
   top: 96px;
 }

 .container_9ff4c44c7c83 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 172px;
   z-index: 2;
   left: 0px;
   top: 100px;
   background: #f7e7dd;
 }

 .container_3af1c5d0320b {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 1695.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_8d4e8b1467df {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2082.17px;
   z-index: 2;
   left: 0px;
   top: -0.09px;
 }

 .text_58f8f5a416f5 {
   width: 634px;
   height: 56px;
   position: absolute !important;
   left: 19px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_58f8f5a416f5 {
   overflow: visible;
 }

 .container_ceb6e0640797 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   left: 446px;
   top: 146px;
 }

 .text_ff0edf4c915b {
   width: max-content;
   position: absolute !important;
   left: 25px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f7feb844bac4 {
   position: absolute !important;
   overflow: visible;
   width: 160px;
   height: 44px;
   left: 558px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_f7feb844bac4 {
   position: absolute !important;
   overflow: visible;
   left: 558px;
   top: 0px;
   width: 160px;
   height: 44px;
 }

 .container_nested_f7feb844bac4 {
   width: 160px;
   height: 44px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_60c15b536f98 {
   width: max-content;
   position: absolute !important;
   left: 24.19px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_191a6c99fa37 {
   position: absolute !important;
   overflow: visible;
   width: 229px;
   height: 44px;
   left: 0px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   mix-blend-mode: normal;
 }

 .container_1cecd8125cfd {
   position: absolute !important;
   overflow: visible;
   width: 229px;
   height: 44px;
   left: 730px;
   top: 0px;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 1px #fec548ff;
 }

 .container_wrapper_1cecd8125cfd {
   position: absolute !important;
   overflow: visible;
   left: 730px;
   top: 0px;
   width: 229px;
   height: 44px;
 }

 .container_nested_1cecd8125cfd {
   width: 229px;
   height: 44px;
   border-top: 1px solid #fec548ff;
   border-right: 1px solid #fec548ff;
   border-bottom: 1px solid #fec548ff;
   border-left: 1px solid #fec548ff;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .container_fe940da973e7 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 48px;
   left: 30px;
   top: 250px;
 }

 .text_34ff76857c73 {
   width: max-content;
   position: absolute !important;
   left: 584px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_a244967fdd68 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   left: 30px;
   top: 80px;
 }

 .container_67ad01ca5a9e {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 353.59px;
   left: 0px;
   top: 2441.91px;
   background: #00434f;
 }

 .imageview_709b0ebada7e {
   width: 782px;
   height: 387px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c15550acba9a {
   width: 782px;
   height: 387px;
   z-index: 1;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c1984944da12 {
   width: 227px;
   height: auto !important;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_26907430a8b3 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_76c5f6a7892a {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_3d9583d087e3 {
   width: 313px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d9583d087e3 {
   overflow: visible;
 }

 .text_6a81ae8c5db2 {
   width: 352px;
   height: 203.19px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_6dcdac1e93c6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0f2092e10767 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 44px;
 }

 .text_e590a1940cf9 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ef2174cda5bd {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 76px;
 }

 .text_0638c39e88f6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2d63ff47037e {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 108px;
 }

 .text_046e50336ff4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_18dad303e9df {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 140px;
 }

 .container_737cde516884 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_737cde516884 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_737cde516884 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .text_4cfe860f782f {
   width: 352px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4cfe860f782f {
   overflow: visible;
 }

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

 .text_4635eff80c4c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_347591e35eca {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_fd826873e854 {
   width: 250px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_901bd4ef7069 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 64px;
 }

 .text_38aaeb146751 {
   width: 250px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ac9ae764c605 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 128px;
 }

 .container_3cc4aa10641c {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 3;
   left: 0px;
   top: 44px;
 }

 .container_de0abcbde07b {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 216px;
   z-index: 3;
   left: 758px;
   top: 0px;
 }

 .container_wrapper_de0abcbde07b {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0px;
   width: 250px;
   height: 216px;
   z-index: 3;
 }

 .container_nested_de0abcbde07b {
   width: 250px;
   height: 216px;
   z-index: 3;
 }

 .text_9bbdf2a149f1 {
   width: 352px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9bbdf2a149f1 {
   overflow: visible;
 }

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

 .text_1264105abf0d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b4522e3bede1 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 3;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_a5c5e98a64ca {
   width: 16.57px;
   height: 16.61px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_a5c5e98a64ca img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_9b7a84a1611e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_f5d808e55fa7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f6c329aa0752 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 4;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_f6c329aa0752 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 4;
 }

 .container_nested_f6c329aa0752 {
   width: 130px;
   height: 44px;
   z-index: 4;
 }

 .imageview_607036130f9b {
   width: 16.67px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_607036130f9b img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_e47643e11131 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_e47643e11131 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_e47643e11131 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_2d020802ca30 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 3;
   left: 30px;
   top: 48px;
 }

 .container_437bdfecb0b5 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_7678ea65feae {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_4ea94060295f {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 3;
   left: 0px;
   top: 33px;
 }

 .container_13648e4440e0 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 3;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_e103fbfc6fb7 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 1;
   left: 0px;
   top: 2790px;
   background: #00434f;
 }

 .container_wrapper_e103fbfc6fb7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2790px;
   width: 1564px;
   height: 386.58px;
   z-index: 1;
 }

 .container_nested_e103fbfc6fb7 {
   width: 1564px;
   height: 386.58px;
   z-index: 1;
   background: #00434f;
 }

 .viewport_4d13e73d9bd1 {
   width: 1564px;
   height: 3177px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_e6c1155d92a0 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7a39a606b27e {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_cf12a11c0779 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b3a7ae802669 {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_d8eb5d6d40fb {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8eb5d6d40fb {
   overflow: visible;
 }

 .container_ed5eb8180232 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_c35023b4d546 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b5ec2e436cec {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_2f671480b4b4 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f671480b4b4 {
   overflow: visible;
 }

 .container_2fb18eeddb72 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_6ca0b958c892 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6234cf451d77 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_6234cf451d77 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_6234cf451d77 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_a2704ac5881d {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_9c11329d3faf {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_7ebf82d2d80f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8a857d8d363e {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_d83d12fe32e2 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d83d12fe32e2 {
   overflow: visible;
 }

 .container_58950d5b1bf8 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_107ee79fad30 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4ab3873ad6df {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_1022ef1003f2 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1022ef1003f2 {
   overflow: visible;
 }

 .container_bc5c725f6d93 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_4edd8db87153 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6b56726b91db {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_bf0d317d7cbe {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_7776980a5187 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_197e1dd74e31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4ce027e98228 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_f8cb06ed0402 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8cb06ed0402 {
   overflow: visible;
 }

 .container_3dce3cda0c45 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_feabeb038bb5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_85bcb4189a53 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_7894e82190a7 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7894e82190a7 {
   overflow: visible;
 }

 .container_afd0e827071a {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_6007727631e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_78fef201bb92 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_1d6910ec7bf6 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_9953ea514d2f {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_165ea99ec809 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_62e52215f29f {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_c2dd830aa78b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76dae754dcdf {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_026efcb9474b {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_9bc0904a2a3b {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_9bc0904a2a3b {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_9bc0904a2a3b {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_cac99752d244 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_a54c4a5e936f {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_79a8fdaa5794 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_90fbda25fa61 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_90fbda25fa61 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_75ad0b37f02e {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_75ad0b37f02e img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_9e3801d72a5b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1f86507c1dc4 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_1f86507c1dc4 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_1f86507c1dc4 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_90ef8baa0093 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_286d7e8b5d3b {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_7e6c0d37c364 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e6c0d37c364 {
   overflow: visible;
 }

 .container_5f9ee2045cf7 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5e1a1ed626f0 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_1ac9b8a5be89 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_b8fbf20f6da4 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_a50e95009737 {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a50e95009737 {
   overflow: visible;
 }

 .container_a1a9dffd533f {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_d3e246825806 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_d3e246825806 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_d3e246825806 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_8534fcdfbb25 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_9dcf2f91a1f3 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f758bfd4ad26 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6d9e3576565f {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_7cb457077226 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

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

 .text_a0356e44f830 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a0356e44f830 {
   overflow: visible;
 }

 .container_347aaa49bbab {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_c4b915114b81 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_e688b8d14fa5 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

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

 .text_66e3f4cf556e {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_66e3f4cf556e {
   overflow: visible;
 }

 .container_ddb2a660256a {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5c63159f6f05 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_5641dc716746 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5641dc716746 {
   overflow: visible;
 }

 .container_82bb48fe5671 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_82bb48fe5671 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_82bb48fe5671 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_6f8f608ec31b {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_6f8f608ec31b {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_6f8f608ec31b {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

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

 .container_wrapper_fe68268a2130 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_fe68268a2130 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_af052b8cb485 {
   width: 634px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af052b8cb485 {
   overflow: visible;
 }

 .container_dde8c9a2be90 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 2;
   left: 446px;
   top: 146px;
 }

 .text_20d211b59523 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c6e3c61db750 {
   position: absolute !important;
   overflow: visible;
   width: 160px;
   height: 44px;
   z-index: 2;
   left: 558px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_c6e3c61db750 {
   position: absolute !important;
   overflow: visible;
   left: 558px;
   top: 0px;
   width: 160px;
   height: 44px;
   z-index: 2;
 }

 .container_nested_c6e3c61db750 {
   width: 160px;
   height: 44px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_884316e7e55e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24.19px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_18592fa829c4 {
   position: absolute !important;
   overflow: visible;
   width: 229px;
   height: 44px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #fec548;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   mix-blend-mode: normal;
 }

 .container_746cb7615c9c {
   position: absolute !important;
   overflow: visible;
   width: 229px;
   height: 44px;
   z-index: 2;
   left: 730px;
   top: 0px;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 1px #fec548ff;
 }

 .container_wrapper_746cb7615c9c {
   position: absolute !important;
   overflow: visible;
   left: 730px;
   top: 0px;
   width: 229px;
   height: 44px;
   z-index: 2;
 }

 .container_nested_746cb7615c9c {
   width: 229px;
   height: 44px;
   z-index: 2;
   border-top: 1px solid #fec548ff;
   border-right: 1px solid #fec548ff;
   border-bottom: 1px solid #fec548ff;
   border-left: 1px solid #fec548ff;
   background: #ffffff;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .container_3ccc01f97c33 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 48px;
   z-index: 2;
   left: 30px;
   top: 250px;
 }

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

 .container_0b4e58b324fd {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

 .container_0a4f7054825b {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 353.59px;
   z-index: 2;
   left: 0px;
   top: 1342px;
   background: #00434f;
 }

 .imageview_e423133f846c {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_81124ae19356 {
   position: absolute !important;
   overflow: visible;
   width: 246px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_6f6af154f652 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_95c0becec36d {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 210px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_0cb6d8c6abe6 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_447b0d524c19 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_7f32a6f1f5c6 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_fa3cdc0d4363 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 140px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_3eb32f1f6edf {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_1dfb36df5383 {
   position: absolute !important;
   overflow: visible;
   width: 241px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_c4aea54e563e {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_bee3f004fdd2 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 70px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_4696c01b8377 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_f12ee98821b7 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_ba2b0122fbd6 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_dd1c36816ac9 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_2a05b51d3f09 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .text_975d97fda070 {
   width: 864px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_975d97fda070 {
   overflow: visible;
 }

 .container_aa49da74a86e {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_912b4e407dd2 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 316px;
   z-index: 2;
   left: 16px;
   top: 0px;
 }

 .text_9d985c2c7cda {
   width: 864px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Segoe UI';
 }

 .text_autoheight_9d985c2c7cda {
   overflow: visible;
 }

 .container_3fd35c2475d0 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_bf67f9aee356 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_5be42d963ecb {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_9cb5e9670838 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_0036d3eeb8d7 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_783e956d10a9 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_531c73786232 {
   position: absolute !important;
   overflow: visible;
   width: 223px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_deb1255649b5 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_707c182e6b56 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 70px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_52fce7f79b1e {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_a9a822866619 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_9001dd45ed2c {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_4d5674978f2a {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 140px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_389930ccd164 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_c6247457126e {
   position: absolute !important;
   overflow: visible;
   width: 289px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_39b1cf14c842 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_fb9d8dbf52de {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 210px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_bda47e751f3b {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_f13b5da6a487 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 316px;
   z-index: 2;
   left: 16px;
   top: 348px;
 }

 .text_22f7f13afdf2 {
   width: 864px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_22f7f13afdf2 {
   overflow: visible;
 }

 .container_8af2b1b2c7a6 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_ea21c00e8d79 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_f1ac2521f710 {
   position: absolute !important;
   overflow: visible;
   width: 396px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_71c86768c8b4 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_1b54601547bd {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_2427fe0d9bb4 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_4a021cff9219 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_68a5d0020082 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_c107597d24f7 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 70px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_73f09f6a2460 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 826px;
   top: 16px;
 }

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

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

 .container_f56570fecc37 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 2;
   left: 16px;
   top: 16px;
 }

 .container_cc4cf2638e59 {
   position: absolute !important;
   overflow: visible;
   width: 862px;
   height: 56px;
   z-index: 2;
   left: 1px;
   top: 1px;
 }

 .container_fd888dd11f27 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 58px;
   z-index: 2;
   left: 0px;
   top: 140px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_77f44bf796ab {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 198px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_4e3f0968e283 {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 246px;
   z-index: 2;
   left: 16px;
   top: 696px;
 }

 .container_8c4f5421b2c9 {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 942px;
   z-index: 2;
   left: 334px;
   top: 320px;
 }

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

 .container_c13fed1d3878 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 36px;
   z-index: 2;
   left: 30px;
   top: 48px;
 }

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

 .container_802c759bcab9 {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 28px;
   z-index: 2;
   left: 407px;
   top: 96px;
 }

 .container_94b9bc2e286c {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 172px;
   z-index: 2;
   left: 0px;
   top: 100px;
   background: #f7e7dd;
 }

 .container_24b11110b8ed {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 1695.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_520f66ab54f0 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2082.17px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_381e1350ab25 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_a2c8c0950afe {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e8e1da51ba07 {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

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

 .imageview_a03001a6b4bd {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

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

 .imageview_c1ff90e70f48 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

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

 .text_5e8cb1ca61bd {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5e8cb1ca61bd {
   overflow: visible;
 }

 .text_02e73acbd842 {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_ebe92edd6610 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0f114ee7cd4a {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_65d76299e566 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_dca455c1a4fb {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_fcc1414b33b2 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_15a4fb7815b4 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_4bde769e0c00 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f7204eeb1304 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_fb62c605f439 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_fb62c605f439 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_fb62c605f439 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_010e4c4bbb72 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_010e4c4bbb72 {
   overflow: visible;
 }

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

 .text_06cd0961d125 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e73794de2507 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_e20b34deb6bf {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d536b963541b {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_088f6fd9140d {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2f4b7b6c0683 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_0c1f01916093 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_6faf847054c1 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_6faf847054c1 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_6faf847054c1 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_c80e25b1c598 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c80e25b1c598 {
   overflow: visible;
 }

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

 .text_76b01a2f83b3 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fd2af975b6b5 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_0513213099fc {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_0513213099fc img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .text_375ee4cc1ae3 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_a967ab9d1fde {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_22766ba23199 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_22766ba23199 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_22766ba23199 {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_f592d3f7ce39 {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_f592d3f7ce39 img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

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

 .container_4c2c7af36a4d {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_4c2c7af36a4d {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_4c2c7af36a4d {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_8d2222c98dec {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_c21a5a4ac60d {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_a3081cb23116 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_f63b4afa0365 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_8c8b30fbaa10 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_96296c431269 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   left: 0px;
   top: 1690px;
   background: #00434f;
 }

 .container_wrapper_96296c431269 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1690px;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
 }

 .container_nested_96296c431269 {
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_8bfa88f5ca4a {
   width: 1564px;
   height: 2077px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6c3aff0bf3bc {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f129b36574e4 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_6651f29676c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_522c7a3a1a8f {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_e2fc171f40ca {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2fc171f40ca {
   overflow: visible;
 }

 .container_b80bab288431 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_5cd7397e2c74 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b246d3bfda90 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_07f47a9b82a9 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_07f47a9b82a9 {
   overflow: visible;
 }

 .container_46c7f757bd00 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_e6c47fe2048a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d3e35f1c01cc {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_d3e35f1c01cc {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_d3e35f1c01cc {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_ab343108d19e {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_f5235e25d0f6 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_e68946ee3ec9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ceb0d260bfe6 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_bec3fb1cae19 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bec3fb1cae19 {
   overflow: visible;
 }

 .container_47865162ed08 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_d930dc06fb15 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dcde19556256 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_f080c1ed1b40 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f080c1ed1b40 {
   overflow: visible;
 }

 .container_43f65fedf6aa {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_6884d051af31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e926fd114bcb {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_0483b7ee6b2e {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_85049fb7ba9a {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_c4be0ab73c85 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0f1ff9d5a4df {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_13352f47e54c {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_13352f47e54c {
   overflow: visible;
 }

 .container_5961c50a7784 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_2ef789f84f00 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_667a54965a9f {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_6fd3b4c8106b {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6fd3b4c8106b {
   overflow: visible;
 }

 .container_54f30659a6be {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_5902aa6a80be {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6d6cd8f3f5ac {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_9dcb3cfd86bc {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_fe500ff336bb {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_95494dd37370 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9201c1080192 {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_e7ee8ee5dece {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b041d3917acd {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_fb8d455b3def {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

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

 .container_89c65252cc9c {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_89c65252cc9c {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_89c65252cc9c {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_56f527fc3ae4 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_731bc0df6070 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_c606ff817d1f img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_3c85cfca2681 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_3c85cfca2681 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_a505438aabdd {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_a505438aabdd img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

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

 .text_f94041ff0ed6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6f6c48340172 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_6f6c48340172 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_6f6c48340172 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_fcc93eadc2da {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_53130d30d0b7 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

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

 .text_127865402d6c {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_127865402d6c {
   overflow: visible;
 }

 .container_69fd7cdf2b36 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_29497e3d432b {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

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

 .container_db127b45a2a6 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_3965043249d5 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

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

 .text_a9834ae58bf9 {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a9834ae58bf9 {
   overflow: visible;
 }

 .container_42bb2abc31c3 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_f876afcbfb3c {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_f876afcbfb3c {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_f876afcbfb3c {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_2f96221d7fe4 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

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

 .text_38466aba4f8e {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_39475f69eee6 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_58476d12c205 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_25144f571ef5 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

 .imageview_25144f571ef5 img {
   width: 100%;
   height: 100%;
 }

 .text_7144be796f29 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7144be796f29 {
   overflow: visible;
 }

 .container_7810de630890 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_249820bce51b {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_a1ecc5db9fa5 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

 .imageview_a1ecc5db9fa5 img {
   width: 100%;
   height: 100%;
 }

 .text_38187a7e8463 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_38187a7e8463 {
   overflow: visible;
 }

 .container_cdb78b5310f2 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e5724b9e7c0f {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_05dcf4f8a9b3 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_05dcf4f8a9b3 {
   overflow: visible;
 }

 .container_2e95d7c3687d {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_2e95d7c3687d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_2e95d7c3687d {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_b4423204e415 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_b4423204e415 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b4423204e415 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_1f51d3fcc414 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 44px;
   background: #ffffff;
 }

 .container_wrapper_1f51d3fcc414 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_1f51d3fcc414 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_29286b137212 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 607px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_f7a7790b50ff {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_26f30ba94575 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 81px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_df9187386c8c {
   position: absolute !important;
   overflow: visible;
   width: 671px;
   height: 28px;
   z-index: 2;
   left: 416.5px;
   top: 58px;
 }

 .container_e92e17563105 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 86px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

 .text_9fe182d62e50 {
   width: 820px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f5a5a724ffeb {
   position: absolute !important;
   overflow: visible;
   width: 934px;
   height: 26px;
   z-index: 2;
   left: 25px;
   top: 100px;
 }

 .text_fa319d9afbe3 {
   width: 846px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fa319d9afbe3 {
   overflow: visible;
 }

 .container_db417ccfa675 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_4ee046690a6e {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_393f970e4ec9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_220f63ad9070 {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_e11f48f8a9a4 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_934569d1f043 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_648a634d3bdf {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0b6ab1b247b7 {
   position: absolute !important;
   overflow: visible;
   width: 186.63px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_b545ed52d162 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 24px;
 }

 .container_68a49fd05996 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_4ecf3f2ea8a7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_22cf16a4bc59 {
   position: absolute !important;
   overflow: visible;
   width: 261.02px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_7cdd9ca4e4fb {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_cc32be0715c5 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_5487cada4e15 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e9d2ba288fa7 {
   position: absolute !important;
   overflow: visible;
   width: 109.94px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_54a58bd60fc5 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 72px;
 }

 .container_b6753ba135d6 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .container_b18528d9debc {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_8e685da2a2d2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f85d4423018c {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_e2b974802ea1 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_91667da797d5 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f8a8997e62b4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9ad3eeade349 {
   position: absolute !important;
   overflow: visible;
   width: 186.63px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_c3999d3953da {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 24px;
 }

 .container_7f0e8873a164 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_98cff024d657 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_78bcae0a0afc {
   position: absolute !important;
   overflow: visible;
   width: 261.02px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_12447de966b4 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 48px;
 }

 .container_07ae71609736 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_2b3241cbef8d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c1862ef4d1d9 {
   position: absolute !important;
   overflow: visible;
   width: 109.94px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_4684754ce171 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 72px;
 }

 .container_b15d3b3c0702 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   z-index: 3;
   left: 430px;
   top: 28px;
 }

 .container_d1214cfca97c {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 119.59px;
   z-index: 2;
   left: 25px;
   top: 192.59px;
 }

 .text_6bf1987d58bf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 9.8px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8a5dac402537 {
   position: absolute !important;
   overflow: visible;
   width: 102.59px;
   height: 36px;
   z-index: 2;
   left: 743.41px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_8a5dac402537 {
   position: absolute !important;
   overflow: visible;
   left: 743.41px;
   top: 0px;
   width: 102.59px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_8a5dac402537 {
   width: 102.59px;
   height: 36px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_a8e25bf3bea9 {
   width: 191.45px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8e25bf3bea9 {
   overflow: visible;
 }

 .container_199c8a807719 {
   position: absolute !important;
   overflow: visible;
   width: 191.45px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_459cf2823da7 {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_459cf2823da7 img {
   width: 100%;
   height: 100%;
 }

 .text_c0519382f63c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_10b8ec340477 {
   position: absolute !important;
   overflow: visible;
   width: 77.57px;
   height: 20px;
   z-index: 2;
   left: 20.67px;
   top: 0px;
 }

 .container_6283188f3bc6 {
   position: absolute !important;
   overflow: visible;
   width: 98.23px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_ba10b102e7c5 {
   width: 15.33px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_ba10b102e7c5 img {
   width: 100%;
   height: 100%;
 }

 .text_3c85a657f05c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0ba0ea03e355 {
   position: absolute !important;
   overflow: visible;
   width: 57.89px;
   height: 20px;
   z-index: 2;
   left: 19.33px;
   top: 0px;
 }

 .container_e113208d388b {
   position: absolute !important;
   overflow: visible;
   width: 77.22px;
   height: 20px;
   z-index: 2;
   left: 140px;
   top: 0px;
 }

 .container_9a6d086cb65e {
   position: absolute !important;
   overflow: visible;
   width: 191.45px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 41.59px;
 }

 .container_9e55e027ca96 {
   position: absolute !important;
   overflow: visible;
   width: 191.45px;
   height: 61.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e63ef494153e {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 61.59px;
   z-index: 2;
   left: 25px;
   top: 25px;
 }

 .container_b45bd914ab90 {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 337.19px;
   z-index: 2;
   left: 0px;
   top: 773.56px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_3201c7fd50d0 {
   width: 15.33px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_3201c7fd50d0 img {
   width: 100%;
   height: 100%;
 }

 .text_e4b2a7912475 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8d6943d5af30 {
   position: absolute !important;
   overflow: visible;
   width: 55.32px;
   height: 20px;
   z-index: 2;
   left: 19.33px;
   top: 0px;
 }

 .container_3bb7ba4d024f {
   position: absolute !important;
   overflow: visible;
   width: 74.66px;
   height: 20px;
   z-index: 2;
   left: 128.11px;
   top: 0px;
 }

 .imageview_55e70db5ad16 {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_55e70db5ad16 img {
   width: 100%;
   height: 100%;
 }

 .text_114b3631c978 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b0eb7450f43 {
   position: absolute !important;
   overflow: visible;
   width: 52.9px;
   height: 20px;
   z-index: 2;
   left: 20.67px;
   top: 0px;
 }

 .container_7969353cbcda {
   position: absolute !important;
   overflow: visible;
   width: 73.56px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_7b7fcc4014b4 {
   position: absolute !important;
   overflow: visible;
   width: 182.77px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 41.59px;
 }

 .text_68c3e70bdd65 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_d6088738c3ed {
   position: absolute !important;
   overflow: visible;
   width: 182.77px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_1640be5430c4 {
   position: absolute !important;
   overflow: visible;
   width: 182.77px;
   height: 61.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_9ca26cc6a064 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10.3px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_57c97059c01b {
   position: absolute !important;
   overflow: visible;
   width: 102.59px;
   height: 36px;
   z-index: 2;
   left: 743.41px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_57c97059c01b {
   position: absolute !important;
   overflow: visible;
   left: 743.41px;
   top: 0px;
   width: 102.59px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_57c97059c01b {
   width: 102.59px;
   height: 36px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_930c320ee0dd {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 61.59px;
   z-index: 2;
   left: 25px;
   top: 25px;
 }

 .text_abf8f52569d2 {
   width: 820px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b50ecdb59efa {
   position: absolute !important;
   overflow: visible;
   width: 820px;
   height: 52px;
   z-index: 2;
   left: 25px;
   top: 115px;
 }

 .container_31e3c31ddbf0 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_5fe1681c6d81 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f70a986c890c {
   position: absolute !important;
   overflow: visible;
   width: 188.44px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_08d2ce05a4ed {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_2e91c73ed836 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_af8718a06464 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_51289bfd773a {
   position: absolute !important;
   overflow: visible;
   width: 213.3px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_1a2852c2279a {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 24px;
 }

 .container_076e3b523d77 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_9ce74dd6124e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fd81e6419cdd {
   position: absolute !important;
   overflow: visible;
   width: 165.64px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_74fd1bc2a533 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_76b5b47bebf2 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_9cd6a5a0cd77 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e68d9cbe3cc6 {
   position: absolute !important;
   overflow: visible;
   width: 176.09px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_fe0103f8bb7c {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 72px;
 }

 .container_ad14ee1ebccf {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .text_645d46dd3ed6 {
   width: 846px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_645d46dd3ed6 {
   overflow: visible;
 }

 .container_48e49e96858c {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0ef157578e21 {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_41a65785cae3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b4ce304b5da7 {
   position: absolute !important;
   overflow: visible;
   width: 188.44px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_c0dc43789fc6 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_835a1b6d718f {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_4465a5eb2c06 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c950c0bddd87 {
   position: absolute !important;
   overflow: visible;
   width: 213.3px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_85434549b33f {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 24px;
 }

 .container_14c58e954e5f {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_8403791b9ca7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e0c36827b768 {
   position: absolute !important;
   overflow: visible;
   width: 165.64px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_b7ebfc108bb5 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 48px;
 }

 .container_1b5f72578b2c {
   width: 6px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_4293b6cb0d95 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_da364fe578ab {
   position: absolute !important;
   overflow: visible;
   width: 176.09px;
   height: 20px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_9d64b8951ee4 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 72px;
 }

 .container_6ce7372bff6a {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   z-index: 3;
   left: 430px;
   top: 28px;
 }

 .container_2fb992876144 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 119.19px;
   z-index: 2;
   left: 25px;
   top: 218.59px;
 }

 .container_c2804a867e96 {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 362.78px;
   z-index: 2;
   left: 0px;
   top: 386.78px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_9293fa9a0bda {
   width: 846px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9293fa9a0bda {
   overflow: visible;
 }

 .container_381f91e22202 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_135c31e97c6a {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_ed95d82092af {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4abb963248d2 {
   position: absolute !important;
   overflow: visible;
   width: 232.31px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_0f5eb28d968b {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_81e081cbffaf {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_62f318ce9f50 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a5d2545414e1 {
   position: absolute !important;
   overflow: visible;
   width: 237.06px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_7fef4058f707 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 24px;
 }

 .container_37e8563235de {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_d79c0c804410 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2c0b7f1298e6 {
   position: absolute !important;
   overflow: visible;
   width: 185.22px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_fe55f789d6e0 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_4c88846113d4 {
   width: 6px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_a86d892f483c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b644a45a2a6f {
   position: absolute !important;
   overflow: visible;
   width: 186.63px;
   height: 20px;
   z-index: 2;
   left: 14px;
   top: 0px;
 }

 .container_9e3f8b7eb66e {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 72px;
 }

 .container_1d1519701d5f {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .container_d2966cf71499 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 120px;
   z-index: 2;
   left: 25px;
   top: 200px;
 }

 .text_2b6bea6bc224 {
   width: 820px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.41px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_827f42dbb076 {
   position: absolute !important;
   overflow: visible;
   width: 820px;
   height: 52px;
   z-index: 2;
   left: 25px;
   top: 107px;
 }

 .text_ae4042978058 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10.3px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45aa2973b77e {
   position: absolute !important;
   overflow: visible;
   width: 102.59px;
   height: 36px;
   z-index: 2;
   left: 743.41px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_45aa2973b77e {
   position: absolute !important;
   overflow: visible;
   left: 743.41px;
   top: 0px;
   width: 102.59px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_45aa2973b77e {
   width: 102.59px;
   height: 36px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .imageview_b5fc81a73fd2 {
   width: 15.33px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_b5fc81a73fd2 img {
   width: 100%;
   height: 100%;
 }

 .text_740c49926b82 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_49cf1bda7ada {
   position: absolute !important;
   overflow: visible;
   width: 55.32px;
   height: 20px;
   z-index: 2;
   left: 19.33px;
   top: 0px;
 }

 .container_9c8f38ce4edf {
   position: absolute !important;
   overflow: visible;
   width: 74.66px;
   height: 20px;
   z-index: 2;
   left: 108.11px;
   top: 0px;
 }

 .imageview_dbdb3bd8768f {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_dbdb3bd8768f img {
   width: 100%;
   height: 100%;
 }

 .text_6ac56d825474 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b60120c476c {
   position: absolute !important;
   overflow: visible;
   width: 46.36px;
   height: 20px;
   z-index: 2;
   left: 20.67px;
   top: 0px;
 }

 .container_a8ba61959d10 {
   position: absolute !important;
   overflow: visible;
   width: 67.03px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_97b3fa5978fa {
   position: absolute !important;
   overflow: visible;
   width: 157.69px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 41.59px;
 }

 .text_5ef47bd6a0b2 {
   width: 557.69px;
   height: 168px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_cf0b4783a73b {
   position: absolute !important;
   overflow: visible;
   width: 157.69px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_c5973fb7db1a {
   position: absolute !important;
   overflow: visible;
   width: 157.69px;
   height: 61.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0d57364b1688 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 61.59px;
   z-index: 2;
   left: 25px;
   top: 25px;
 }

 .container_8f7aa751f5ba {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 362.78px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_bdfacf7b222a {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 1471.94px;
   z-index: 2;
   left: 334px;
   top: 214px;
 }

 .container_27a2176dcfc2 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2000px;
   z-index: 2;
   left: 0px;
   top: 1616px;
   background: #f7e7dd;
 }

 .text_5c2a3b34f4a0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 539px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_6c5810399045 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 3;
   left: 30px;
   top: 80px;
 }

 .text_cf47cb87e37f {
   width: 666px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf47cb87e37f {
   overflow: visible;
 }

 .container_66bb92642119 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 3;
   left: 446px;
   top: 146px;
 }

 .text_9b618f8a3288 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 10px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e195a673c9ce {
   position: absolute !important;
   overflow: visible;
   width: 131px;
   height: 40px;
   z-index: 3;
   left: 716.5px;
   top: 226px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_e195a673c9ce {
   position: absolute !important;
   overflow: visible;
   left: 716.5px;
   top: 226px;
   width: 131px;
   height: 40px;
   z-index: 3;
 }

 .container_nested_e195a673c9ce {
   width: 131px;
   height: 40px;
   z-index: 3;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_c8b463b11fc0 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 346px;
   z-index: 3;
   left: 0px;
   top: 3436px;
   background: #00434f;
 }

 .imageview_65b461cbff7b {
   width: 356px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 375px;
   top: 240px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_65b461cbff7b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ac06f2a0eef4 {
   width: 356px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 208px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_ac06f2a0eef4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ac6d14b3a03f {
   width: 356px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 372px;
   top: 32px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_ac6d14b3a03f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_639d94745ed7 {
   width: 356px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_639d94745ed7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b4bdcec036f5 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 192px;
   z-index: 2;
   left: 776px;
   top: 0px;
 }

 .text_7e4aac285040 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c35afa1b179a {
   position: absolute !important;
   overflow: visible;
   width: 379px;
   height: 24px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_7521c472a30d {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_540d180789fb {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_0b74811fae1e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_547f6b395a1e {
   position: absolute !important;
   overflow: visible;
   width: 415px;
   height: 24px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_517e7459f420 {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_45e87eda6ec2 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 36px;
 }

 .text_08d5a3d6a641 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ad16643b93b4 {
   position: absolute !important;
   overflow: visible;
   width: 306px;
   height: 24px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_b5a8b1b6985e {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_6e75681d82f8 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 72px;
 }

 .text_6f792ee678af {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cf3374f1bd98 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 24px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_45deee03dea3 {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_266c579bb9a3 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 108px;
 }

 .text_f58ce48b824d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_396e8cf664e6 {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 24px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_42f07923e6e1 {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_4d49034e6687 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 144px;
 }

 .text_e3a83c1ad9ae {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_52470b1ba41f {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 24px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_ed17d4dc3ee1 {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_5c2e2a07328f {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 180px;
 }

 .container_b1b4e929c44d {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 204px;
   z-index: 2;
   left: 0px;
   top: 170px;
 }

 .text_8f8937ad0a6f {
   width: 728px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8f8937ad0a6f {
   overflow: visible;
 }

 .container_367a4f04856b {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_ae49fa1fa41d {
   width: 696px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ae49fa1fa41d {
   overflow: visible;
 }

 .container_65df25964bcb {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 84px;
   z-index: 2;
   left: 0px;
   top: 53.59px;
 }

 .container_dbe0c1ea2a9f {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 137.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_ff49fabcd60f {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 137.59px;
   z-index: 2;
   left: 16px;
   top: 478.19px;
 }

 .imageview_e3f03bc15fca {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

 .imageview_e3f03bc15fca img {
   width: 100%;
   height: 100%;
 }

 .text_1d2c96e5f732 {
   width: 302px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d2c96e5f732 {
   overflow: visible;
 }

 .container_6604ec3e213b {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 2;
   left: 25px;
   top: 125px;
 }

 .text_c06cda6a0c99 {
   width: 288px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c06cda6a0c99 {
   overflow: visible;
 }

 .container_2e103dc549bb {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 100px;
   z-index: 2;
   left: 25px;
   top: 180px;
 }

 .container_4035d535e751 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 296.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_4035d535e751 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 352px;
   height: 296.59px;
   z-index: 2;
 }

 .container_nested_4035d535e751 {
   width: 352px;
   height: 296.59px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_94be1e2a2b6c {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

 .imageview_94be1e2a2b6c img {
   width: 100%;
   height: 100%;
 }

 .text_3304ad761489 {
   width: 302px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3304ad761489 {
   overflow: visible;
 }

 .container_22d6894c6ff4 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 2;
   left: 25px;
   top: 125px;
 }

 .text_e882893de222 {
   width: 265px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e882893de222 {
   overflow: visible;
 }

 .container_214dc4b2cb80 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 77px;
   z-index: 2;
   left: 25px;
   top: 180px;
 }

 .container_f93dd722ba43 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 296.59px;
   z-index: 2;
   left: 384px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_f93dd722ba43 {
   position: absolute !important;
   overflow: visible;
   left: 384px;
   top: 0px;
   width: 352px;
   height: 296.59px;
   z-index: 2;
 }

 .container_nested_f93dd722ba43 {
   width: 352px;
   height: 296.59px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_63f4700491d5 {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

 .imageview_63f4700491d5 img {
   width: 100%;
   height: 100%;
 }

 .text_cb353a191a23 {
   width: 302px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb353a191a23 {
   overflow: visible;
 }

 .container_b338a50a3e79 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 2;
   left: 25px;
   top: 124.41px;
 }

 .text_b11972ef1b25 {
   width: 272px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b11972ef1b25 {
   overflow: visible;
 }

 .container_329cb7505861 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 77px;
   z-index: 2;
   left: 25px;
   top: 180px;
 }

 .container_711e44813318 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 282.59px;
   z-index: 2;
   left: 768px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_711e44813318 {
   position: absolute !important;
   overflow: visible;
   left: 768px;
   top: 0px;
   width: 352px;
   height: 282.59px;
   z-index: 2;
 }

 .container_nested_711e44813318 {
   width: 352px;
   height: 282.59px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_ac80ba49a1d8 {
   width: 302px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac80ba49a1d8 {
   overflow: visible;
 }

 .container_764a7d5b8107 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 33.59px;
   z-index: 2;
   left: 25px;
   top: 125px;
 }

 .text_424624a59dc7 {
   width: 295px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 3px;
   top: -20px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_424624a59dc7 {
   overflow: visible;
 }

 .container_85cdd97f1858 {
   position: absolute !important;
   overflow: visible;
   width: 302px;
   height: 77px;
   z-index: 2;
   left: 25px;
   top: 194.59px;
 }

 .imageview_206242746a48 {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 144px;
   top: 25px;
 }

 .imageview_206242746a48 img {
   width: 100%;
   height: 100%;
 }

 .container_184975ffd11d {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 282.59px;
   z-index: 2;
   left: 1152px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_184975ffd11d {
   position: absolute !important;
   overflow: visible;
   left: 1152px;
   top: 0px;
   width: 352px;
   height: 282.59px;
   z-index: 2;
 }

 .container_nested_184975ffd11d {
   width: 352px;
   height: 282.59px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_3554ff05b15c {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 296.59px;
   z-index: 2;
   left: 16px;
   top: 133.59px;
 }

 .text_ce222f88f218 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4bbcaaaeacd3 {
   position: absolute !important;
   overflow: visible;
   width: 785px;
   height: 28px;
   z-index: 2;
   left: 360px;
   top: 58px;
 }

 .text_7b18edeb30ca {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 538px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_74a48b7c9ecf {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_7122568b60c5 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 16px;
   top: 0px;
 }

 .container_39c05c5a7b3a {
   position: absolute !important;
   overflow: visible;
   width: 1536px;
   height: 909.97px;
   z-index: 2;
   left: 14px;
   top: 653px;
 }

 .imageview_191ca28351c6 {
   width: 1564px;
   height: 500px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_191ca28351c6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8c4a9aff6fdd {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_03739d5de72c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_23547c4fd17b {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 48px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_9b19c8d3482c {
   width: 653px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b19c8d3482c {
   overflow: visible;
 }

 .container_eafdaf62fc31 {
   position: absolute !important;
   overflow: visible;
   width: 653px;
   height: 56px;
   z-index: 3;
   left: 0px;
   top: 72px;
 }

 .text_8327853703ef {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ec32fcd53a0e {
   position: absolute !important;
   overflow: visible;
   width: 177px;
   height: 38px;
   z-index: 3;
   left: 0px;
   top: 152px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_ec32fcd53a0e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 152px;
   width: 177px;
   height: 38px;
   z-index: 3;
 }

 .container_nested_ec32fcd53a0e {
   width: 177px;
   height: 38px;
   z-index: 3;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_4e31098c6be0 {
   position: absolute !important;
   overflow: visible;
   width: 653px;
   height: 190px;
   z-index: 3;
   left: 30px;
   top: 154px;
 }

 .container_0b236d35a6f7 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 100px;
 }

 .container_83d397019e80 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 700px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_d21d78882619 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 4167.67px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_533fe79b55c2 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_533fe79b55c2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_eb5f8adc8dbf {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_eb5f8adc8dbf img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_87909ff8d9ce {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_87909ff8d9ce img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_298a48a4775b {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

 .imageview_298a48a4775b img {
   width: 100%;
   height: 100%;
 }

 .imageview_cf1ad086c870 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

 .imageview_cf1ad086c870 img {
   width: 100%;
   height: 100%;
 }

 .text_d8b483246c52 {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8b483246c52 {
   overflow: visible;
 }

 .text_42022dcecd1c {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4efb05cbf75d {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_21e6a89f919d {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_4a19607f1f2f {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_215fc2b3d925 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_5db810982f53 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3f7fa0186682 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_b6dc9e90dec6 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f690e1b401a7 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_c88717d5925c {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_c88717d5925c {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_c88717d5925c {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_ae01d325182b {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ae01d325182b {
   overflow: visible;
 }

 .container_069800d7d1e0 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_e82445eba211 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c752ce8d1f1e {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_0c467fb33493 {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b0fc86076f50 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_c3df13738d08 {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_07fb82f32a00 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_3e1e719bb059 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_d802056f77e4 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_d802056f77e4 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_d802056f77e4 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_34eaa195623e {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34eaa195623e {
   overflow: visible;
 }

 .container_1ca85883c762 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_60d0547bb6c1 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a2a6b4793452 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_96d4ee2aca89 {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_96d4ee2aca89 img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_96d4ee2aca89.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_b3548437839c {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_2a4d9de7d9ee {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3ede30240ccb {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_3ede30240ccb {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_3ede30240ccb {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_a07fd60e296b {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_a07fd60e296b img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_a07fd60e296b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_bf5b54896f15 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_bf5b54896f15 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_bf5b54896f15 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_adf574cd89f2 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_a84d98be902e {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_19309b5f271a {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_34532f16077b {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_72cb0fc41e0d {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_dda63b21d7bb {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   left: 0px;
   top: 3781.09px;
   background: #00434f;
 }

 .container_wrapper_dda63b21d7bb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3781.09px;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
 }

 .container_nested_dda63b21d7bb {
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_48aa0371c8c9 {
   width: 1564px;
   height: 4168px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_bb2289714a93 {
   width: 276.73px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bb2289714a93 {
   overflow: visible;
 }

 .container_dc28ac12a10f {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .container_feedb4283797 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f094109f9a34 {
   width: 275px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b9ddaa0dbdaa {
   position: absolute !important;
   overflow: visible;
   width: 232.31px;
   height: 20px;
   left: 14px;
   top: 0px;
 }

 .container_625256008b3d {
   position: absolute !important;
   overflow: visible;
   width: 275px;
   height: 20px;
   left: 0px;
   top: 0px;
 }

 .container_2922579c0967 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_e4f19fb08aa7 {
   width: 275px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b235b5754992 {
   position: absolute !important;
   overflow: visible;
   width: 237.06px;
   height: 20px;
   left: 14px;
   top: 0px;
 }

 .container_d0dc955ae2bb {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 48px;
 }

 .container_926cc1a39a8d {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_53ae4e032a5e {
   width: 265px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d0db58c5e73a {
   position: absolute !important;
   overflow: visible;
   width: 185.22px;
   height: 20px;
   left: 14px;
   top: 0px;
 }

 .container_831cea47c18f {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 120px;
 }

 .container_1edb4b5f0773 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_765f10cdc86f {
   width: 265px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6894d4e25839 {
   position: absolute !important;
   overflow: visible;
   width: 186.63px;
   height: 20px;
   left: 14px;
   top: 0px;
 }

 .container_99a466317b59 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 168px;
 }

 .container_d03afc915cf5 {
   position: absolute !important;
   overflow: visible;
   width: 275px;
   height: 92px;
   left: -0.09px;
   top: 28.25px;
 }

 .container_b85c06633c5f {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 119.95px;
   left: 25.1px;
   top: 430px;
 }

 .text_92e93dcc2b76 {
   width: 268px;
   height: 205px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_04c294b283fc {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 128px;
   left: 25.1px;
   top: 200px;
 }

 .text_cbd8b8d02788 {
   width: max-content;
   position: absolute !important;
   left: 96.87px;
   top: 7.99px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_514e491f1792 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 35.99px;
   left: 0px;
   top: 117.58px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_514e491f1792 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 117.58px;
   width: 276.73px;
   height: 35.99px;
 }

 .container_nested_514e491f1792 {
   width: 276.73px;
   height: 35.99px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_cfe19586a9cd {
   width: 280px;
   height: 34px;
   position: absolute !important;
   left: -0.09px;
   top: 0.15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_dd0be5da738f {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 34px;
   left: 0px;
   top: 0px;
 }

 .text_3f0184d86d01 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_313427f863f6 {
   position: absolute !important;
   overflow: visible;
   width: 46.32px;
   height: 19.99px;
   left: 20.66px;
   top: 0px;
 }

 .imageview_573c4494dffe {
   width: 16.66px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_573c4494dffe img {
   width: 100%;
   height: 100%;
 }

 .container_00f942e95b12 {
   position: absolute !important;
   overflow: visible;
   width: 66.99px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .text_a19dcacdd550 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ca5aafd730c7 {
   position: absolute !important;
   overflow: visible;
   width: 54.63px;
   height: 19.99px;
   left: 19.33px;
   top: 0px;
 }

 .imageview_96183d4ef1e0 {
   width: 15.33px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_96183d4ef1e0 img {
   width: 100%;
   height: 100%;
 }

 .container_9741f6193a79 {
   position: absolute !important;
   overflow: visible;
   width: 74.62px;
   height: 19.99px;
   left: 85px;
   top: 0px;
 }

 .container_2f724b2c9f29 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   left: 0px;
   top: 78px;
 }

 .container_df83299053d8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 61.58px;
   left: 0px;
   top: 0px;
 }

 .container_aa75f38d74dd {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 113.56px;
   left: 25.1px;
   top: 25.1px;
 }

 .container_99bfb15d2310 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 746.01px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_2929243e3d7e {
   width: max-content;
   position: absolute !important;
   left: 97.37px;
   top: 7.99px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a468813fca95 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 35.99px;
   left: 0px;
   top: 77.58px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_a468813fca95 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 77.58px;
   width: 276.73px;
   height: 35.99px;
 }

 .container_nested_a468813fca95 {
   width: 276.73px;
   height: 35.99px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_8de64f3390dd {
   width: max-content;
   position: absolute !important;
   left: -0.09px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_e5b95ed3d343 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 34px;
   left: 0px;
   top: 0px;
 }

 .text_f6496e5240cb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d0e1693458aa {
   position: absolute !important;
   overflow: visible;
   width: 53.52px;
   height: 19.99px;
   left: 20.66px;
   top: 0px;
 }

 .imageview_981034e38072 {
   width: 16.66px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_981034e38072 img {
   width: 100%;
   height: 100%;
 }

 .container_5254b3b33d58 {
   position: absolute !important;
   overflow: visible;
   width: 73.51px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .text_367ca61c5ffb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e1e25b8ecfb6 {
   position: absolute !important;
   overflow: visible;
   width: 55.29px;
   height: 19.99px;
   left: 19.33px;
   top: 0px;
 }

 .imageview_7a61553b666e {
   width: 15.33px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_7a61553b666e img {
   width: 100%;
   height: 100%;
 }

 .container_38ef49e408ca {
   position: absolute !important;
   overflow: visible;
   width: 74.62px;
   height: 19.99px;
   left: 120px;
   top: 0px;
 }

 .container_8076ad577008 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   left: 0px;
   top: 42px;
 }

 .container_b7fecbd85248 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 61.58px;
   left: 0px;
   top: 0px;
 }

 .container_1bc891260b11 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 113.56px;
   left: 25.1px;
   top: 25.1px;
 }

 .text_1d33c39a4d95 {
   width: 276px;
   height: 205px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d33c39a4d95 {
   overflow: visible;
 }

 .container_1bdc7e089206 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 103px;
   left: 25.1px;
   top: 160px;
 }

 .text_4eb7e4221662 {
   width: 276.73px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4eb7e4221662 {
   overflow: visible;
 }

 .container_f4c7647d8b8c {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .container_59259d082fee {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_cfd614c26458 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d4752d7bf24b {
   position: absolute !important;
   overflow: visible;
   width: 188.44px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ffe1aa3a05d1 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 0px;
 }

 .container_7fa40c131d10 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_2528434b84a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a829f3253667 {
   position: absolute !important;
   overflow: visible;
   width: 213.3px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_32e25cf79862 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 24px;
 }

 .container_798812062eb5 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_cd12e8ce3f4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3e2372e63ca3 {
   position: absolute !important;
   overflow: visible;
   width: 165.64px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_859c98a9f97e {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 48px;
 }

 .container_486da1245342 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_4f344651649e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4fc949a49997 {
   position: absolute !important;
   overflow: visible;
   width: 176.09px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_cfbdec65abcb {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 72px;
 }

 .container_ba25273d208e {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   left: 0px;
   top: 27.99px;
 }

 .container_46c7c1db91c1 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_aa51adf0fb41 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_47359d303132 {
   position: absolute !important;
   overflow: visible;
   width: 188.44px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e050f0e7312c {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 0px;
 }

 .container_d9b4f560d3df {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_a38c629d28bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b212c2368b47 {
   position: absolute !important;
   overflow: visible;
   width: 213.3px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_d8c32be910b8 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 24px;
 }

 .container_dada0eb73747 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_503d546cf631 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b9dcaba24dd {
   position: absolute !important;
   overflow: visible;
   width: 165.64px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_2014742ecad7 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 48px;
 }

 .container_27478669dab7 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_860632ca17e7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7611a97fa8aa {
   position: absolute !important;
   overflow: visible;
   width: 176.09px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e053e76d619a {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 72px;
 }

 .container_259c32ed7db3 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   left: 0px;
   top: 125px;
 }

 .container_96a41d12a90e {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 119.95px;
   left: 25.1px;
   top: 380px;
 }

 .container_0480840da58f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 636.01px;
   left: 0px;
   top: 770px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_6d08a5b07437 {
   width: 276.73px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6d08a5b07437 {
   overflow: visible;
 }

 .container_10fee7be1e04 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .container_6a63e1243335 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_cbaf06635fed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_75b9490499b2 {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_cc38229fdeb3 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 0px;
 }

 .container_de0b084738df {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_d4473f6674e9 {
   width: 275px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 13.91px;
   top: 0.26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_8e6e0ad7cbfc {
   position: absolute !important;
   overflow: visible;
   width: 186.63px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_d9c89111fd53 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 24px;
 }

 .container_4006702907c2 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_412790123fd9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1b97f8104240 {
   position: absolute !important;
   overflow: visible;
   width: 261.02px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_7541bb4bde26 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 68px;
 }

 .container_1e1b53264577 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_8b8476e04ecf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7665bded309e {
   position: absolute !important;
   overflow: visible;
   width: 109.94px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_05739cd305c8 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 94px;
 }

 .container_1852d7e9fced {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   left: 0px;
   top: 27.99px;
 }

 .container_74e162d4e680 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_bf221d3b0986 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b55ea01fe7ad {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ca86bfc70a1a {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 0px;
 }

 .container_13a785ce5d20 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_7dedc2e3acc9 {
   width: 275px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 13.91px;
   top: 0.26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e18617429791 {
   position: absolute !important;
   overflow: visible;
   width: 186.63px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9b24369386a4 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 24px;
 }

 .container_65f07562c1f3 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_e53e6ffa79a9 {
   width: 275px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 13.91px;
   top: 0.27px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_a606b54cb118 {
   position: absolute !important;
   overflow: visible;
   width: 261.02px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_66cc2f298327 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 65.99px;
 }

 .container_b0c377980565 {
   width: 6px;
   height: 6px;
   position: absolute !important;
   left: 0px;
   top: 7px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_234ec03932d0 {
   width: 275px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 13.91px;
   top: 0.26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c9db4c9f6755 {
   position: absolute !important;
   overflow: visible;
   width: 109.94px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_8d1764b45930 {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 20px;
   left: 0px;
   top: 105px;
 }

 .container_b844906bf7da {
   position: absolute !important;
   overflow: visible;
   width: 846px;
   height: 92px;
   left: 0px;
   top: 145.99px;
 }

 .container_cede69f04fc9 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 119.95px;
   left: 25.1px;
   top: 390px;
 }

 .text_30c5d42669f1 {
   width: 275px;
   height: 256px;
   position: absolute !important;
   left: -0.09px;
   top: 0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_fe691a87627e {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 103px;
   left: 25.1px;
   top: 160px;
 }

 .text_186e8ac59805 {
   width: max-content;
   position: absolute !important;
   left: 97.37px;
   top: 7.99px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c6d1b4501daf {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 35.99px;
   left: 0px;
   top: 77.58px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_c6d1b4501daf {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 77.58px;
   width: 276.73px;
   height: 35.99px;
 }

 .container_nested_c6d1b4501daf {
   width: 276.73px;
   height: 35.99px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .imageview_f76dc028db5e {
   width: 16.66px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_f76dc028db5e img {
   width: 100%;
   height: 100%;
 }

 .text_2ce08e7c5530 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_adf22d08ec10 {
   position: absolute !important;
   overflow: visible;
   width: 78.18px;
   height: 19.99px;
   left: 20.66px;
   top: 0px;
 }

 .container_2af33b67cc39 {
   position: absolute !important;
   overflow: visible;
   width: 98.18px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .imageview_d9473eecade9 {
   width: 15.33px;
   height: 15.33px;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_d9473eecade9 img {
   width: 100%;
   height: 100%;
 }

 .text_41988ead9869 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fef1c37c0982 {
   position: absolute !important;
   overflow: visible;
   width: 57.19px;
   height: 19.99px;
   left: 19.33px;
   top: 0px;
 }

 .container_b02521b17ab6 {
   position: absolute !important;
   overflow: visible;
   width: 77.18px;
   height: 19.99px;
   left: 115px;
   top: 0px;
 }

 .container_d914c826882a {
   position: absolute !important;
   overflow: visible;
   width: 192.18px;
   height: 19.99px;
   left: 0px;
   top: 0px;
 }

 .container_2e17e53ce315 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.99px;
   left: 0px;
   top: 42px;
 }

 .text_5f11282e8b02 {
   width: max-content;
   position: absolute !important;
   left: -0.09px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_8bed1526d048 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 34px;
   left: 0px;
   top: 0px;
 }

 .container_cc8e58069d0a {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 61.58px;
   left: 0px;
   top: 0px;
 }

 .container_951147de7c32 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 113.56px;
   left: 25.1px;
   top: 25.1px;
 }

 .container_dcedc4d6d5c6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 716.01px;
   left: 0px;
   top: 1429.99px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_5b76b52a4c43 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 1910.41px;
   left: 15.99px;
   top: 225px;
 }

 .text_60072792b5c6 {
   width: max-content;
   position: absolute !important;
   left: 25.96px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_8e586423fcdf {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   left: 0px;
   top: 0px;
 }

 .text_027ee7e95528 {
   width: 311px;
   height: 56px;
   position: absolute !important;
   left: 7.96px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_027ee7e95528 {
   overflow: visible;
 }

 .container_ef3e1bdb5ce0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 56px;
   left: 0px;
   top: 57.99px;
 }

 .container_f79a8d34ed26 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 113.56px;
   left: 15.99px;
   top: 60px;
 }

 .container_9078749939fe {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 2531.94px;
   left: 0px;
   top: 2960.75px;
   background: #f7e7dd;
 }

 .imageview_012cc44bd9cf {
   width: 155px;
   height: 192px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_012cc44bd9cf img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_24bcf27ae63d {
   width: 155px;
   height: 192px;
   position: absolute !important;
   left: 0px;
   top: 207.98px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_24bcf27ae63d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_cb315ea9a5f1 {
   width: 155px;
   height: 192px;
   position: absolute !important;
   left: 171.47px;
   top: 239.97px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_cb315ea9a5f1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_84b1b813de83 {
   width: 155px;
   height: 192px;
   position: absolute !important;
   left: 171.46px;
   top: 31.99px;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_84b1b813de83 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_11d704bcb436 {
   position: absolute !important;
   overflow: visible;
   width: 326.94px;
   height: 191.99px;
   left: 0px;
   top: 470px;
 }

 .container_ea14e342eadc {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_a84cd82414a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_75709a6bc104 {
   position: absolute !important;
   overflow: visible;
   width: 244.85px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_6d742c2dc31b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   left: 0px;
   top: 0px;
 }

 .container_34cd249d0bdb {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_4e1dba6126fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e20c54b7e38f {
   position: absolute !important;
   overflow: visible;
   width: 272.68px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ddbf190ffa4b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   left: 0px;
   top: 35.99px;
 }

 .container_ce8e0b3ab4b8 {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_2d7945ecbc3a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_da95d98e64e6 {
   position: absolute !important;
   overflow: visible;
   width: 200.89px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_79e482ef3ac6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   left: 0px;
   top: 71.97px;
 }

 .container_2cce0990afef {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_9fd114a31b7e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6a930113b595 {
   position: absolute !important;
   overflow: visible;
   width: 232.04px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a9f5fe50c850 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   left: 0px;
   top: 107.96px;
 }

 .container_7cd9c736235f {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_4af0028381a2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d5784fbae456 {
   position: absolute !important;
   overflow: visible;
   width: 200.52px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a9c89177437f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   left: 0px;
   top: 143.94px;
 }

 .container_327a8322e517 {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_9591bd950c01 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_350da62e3652 {
   position: absolute !important;
   overflow: visible;
   width: 175.74px;
   height: 23.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ab4ca759a377 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   left: 0px;
   top: 179.93px;
 }

 .container_dc783564a34d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 203.92px;
   left: 0px;
   top: 214px;
 }

 .text_15be1c0c6c91 {
   width: 316px;
   height: 140px;
   position: absolute !important;
   left: 5.46px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_15be1c0c6c91 {
   overflow: visible;
 }

 .container_ffdcfc7afc66 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 140px;
   left: 0px;
   top: 54px;
 }

 .text_174c97639859 {
   width: max-content;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_b036f9807de7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 34px;
   left: 0px;
   top: 0px;
 }

 .container_0ac44ac32e66 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 34px;
   left: 0px;
   top: 0px;
 }

 .container_11c9236f8a78 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 34px;
   left: 15.99px;
   top: 1460px;
 }

 .imageview_852af71b4d66 {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 132.01px;
   top: 24px;
 }

 .imageview_852af71b4d66 img {
   width: 100%;
   height: 100%;
 }

 .text_e4757b9ca2fc {
   width: max-content;
   position: absolute !important;
   left: 39px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Segoe UI';
 }

 .container_7492ae9a1c20 {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 34px;
   left: 25px;
   top: 112px;
 }

 .text_f909d304ab8e {
   width: 268px;
   height: 77px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f909d304ab8e {
   overflow: visible;
 }

 .container_f3bd6c54369c {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 52px;
   left: 25px;
   top: 160px;
 }

 .container_c6efaaf456f1 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 258.99px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_c6efaaf456f1 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 327px;
   height: 258.99px;
 }

 .container_nested_c6efaaf456f1 {
   width: 327px;
   height: 258.99px;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_32d7c27064e5 {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 131.01px;
   top: 14px;
 }

 .imageview_32d7c27064e5 img {
   width: 100%;
   height: 100%;
 }

 .text_72ed53a4615b {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_50ab30e56c30 {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 34px;
   left: 25.01px;
   top: 112.97px;
 }

 .text_5e8e9bb4da01 {
   width: 265px;
   height: 77px;
   position: absolute !important;
   left: 6px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5e8e9bb4da01 {
   overflow: visible;
 }

 .container_465da86368ad {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 77px;
   left: 25px;
   top: 160px;
 }

 .container_64521adf84ef {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 258.99px;
   left: 0px;
   top: 302.99px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_78a208c3acae {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 131.47px;
   top: 14px;
 }

 .imageview_78a208c3acae img {
   width: 100%;
   height: 100%;
 }

 .text_3a715789cf35 {
   width: max-content;
   position: absolute !important;
   left: 52px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_0c78c9746ec0 {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 34px;
   left: 25px;
   top: 112.06px;
 }

 .text_abea9519c925 {
   width: 272px;
   height: 77px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_abea9519c925 {
   overflow: visible;
 }

 .container_f6c0231c638f {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 77px;
   left: 25px;
   top: 160px;
 }

 .container_00aaef483aa9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 258.99px;
   left: 0px;
   top: 605.98px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .imageview_84acc3e1656a {
   width: 63.99px;
   height: 63.99px;
   position: absolute !important;
   left: 131.01px;
   top: 25px;
 }

 .imageview_84acc3e1656a img {
   width: 100%;
   height: 100%;
 }

 .text_c18e2649b394 {
   width: max-content;
   position: absolute !important;
   left: 16px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_76d2ffcb65ae {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 34px;
   left: 25px;
   top: 112.16px;
 }

 .text_9ddf09713087 {
   width: 234px;
   height: 77px;
   position: absolute !important;
   left: 21px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9ddf09713087 {
   overflow: visible;
 }

 .container_a16a76ca6c51 {
   position: absolute !important;
   overflow: visible;
   width: 276.93px;
   height: 77px;
   left: 25px;
   top: 160px;
 }

 .container_9cb3a510fcf1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 258.99px;
   left: 0px;
   top: 908.97px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_b412ec69c0f6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 1167.96px;
   left: 15.99px;
   top: 230px;
 }

 .text_a0825273e470 {
   width: 198px;
   height: 84px;
   position: absolute !important;
   left: 64.46px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a0825273e470 {
   overflow: visible;
 }

 .container_ba4ff37a7405 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 84px;
   left: 0px;
   top: 0px;
 }

 .text_e87898254488 {
   width: 296px;
   height: 84px;
   position: absolute !important;
   left: 15.46px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e87898254488 {
   overflow: visible;
 }

 .container_23627080baa8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 84px;
   left: 0px;
   top: 99.99px;
 }

 .container_e419756cb3bd {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 155.16px;
   left: 15.99px;
   top: 0px;
 }

 .container_b563d0a742df {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 2353.76px;
   left: 0px;
   top: 554px;
 }

 .imageview_cbc394516187 {
   width: 359px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0.01px;
   _scaling-factor: 0.5;
 }

 .imageview_cbc394516187 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8b5f74be291c {
   position: absolute !important;
   overflow: visible;
   width: 359px;
   height: 500px;
   left: 0px;
   top: 0.01px;
 }

 .text_7772ea12d27a {
   width: 293px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7772ea12d27a {
   overflow: visible;
 }

 .container_259b33234780 {
   position: absolute !important;
   overflow: visible;
   width: 330px;
   height: 112px;
   z-index: 1;
   left: 0px;
   top: 60px;
 }

 .text_de7994d27513 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_74720e7eabaa {
   position: absolute !important;
   overflow: visible;
   width: 177px;
   height: 38px;
   z-index: 1;
   left: 77px;
   top: 190px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_74720e7eabaa {
   position: absolute !important;
   overflow: visible;
   left: 77px;
   top: 190px;
   width: 177px;
   height: 38px;
   z-index: 1;
 }

 .container_nested_74720e7eabaa {
   width: 177px;
   height: 38px;
   z-index: 1;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_ec19c9e3e750 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_ea77ad36eff0 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 48px;
   z-index: 1;
   left: 0px;
   top: 10px;
 }

 .container_f7d320ee72c8 {
   position: absolute !important;
   overflow: visible;
   width: 330px;
   height: 48px;
   z-index: 1;
   left: 13px;
   top: 240px;
 }

 .container_49100c8925c7 {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 500px;
   left: 0px;
   top: 1px;
 }

 .text_b8eaec329ce9 {
   width: 286px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b8eaec329ce9 {
   overflow: visible;
 }

 .container_9d193801b4cf {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   z-index: 1;
   left: 16px;
   top: 80px;
 }

 .text_21b31539518e {
   width: 321px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_21b31539518e {
   overflow: visible;
 }

 .container_19f0fe46611b {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 112px;
   z-index: 1;
   left: 16px;
   top: 188px;
 }

 .text_21c0b9d5e3fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4df55a398132 {
   position: absolute !important;
   overflow: visible;
   width: 137px;
   height: 38px;
   z-index: 1;
   left: 111px;
   top: 324px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_4df55a398132 {
   position: absolute !important;
   overflow: visible;
   left: 111px;
   top: 324px;
   width: 137px;
   height: 38px;
   z-index: 1;
 }

 .container_nested_4df55a398132 {
   width: 137px;
   height: 38px;
   z-index: 1;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_1e1308a9ffdc {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 442px;
   z-index: 1;
   left: 0px;
   top: 5370px;
   background: #00434f;
 }

 .container_3f187e9fd231 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 6500px;
   left: 0px;
   top: 0px;
 }

 .imageview_5520a64990bd {
   width: 358px;
   height: 142px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_5520a64990bd img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_fdf833713a4a {
   width: 102.14px;
   height: 63.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_fdf833713a4a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_33ecd33b1783 {
   width: 23.99px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

 .imageview_33ecd33b1783 img {
   width: 100%;
   height: 100%;
 }

 .container_db82183eea30 {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   z-index: 1;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_db82183eea30 {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
   z-index: 1;
 }

 .container_nested_db82183eea30 {
   width: 39.98px;
   height: 39.98px;
   z-index: 1;
 }

 .container_b2dcf50f82f2 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   z-index: 1;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .container_wrapper_b2dcf50f82f2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 142px;
   width: 358px;
   height: 64px;
   z-index: 1;
 }

 .container_nested_b2dcf50f82f2 {
   width: 358px;
   height: 64px;
   z-index: 1;
   background: #ffffff;
 }

 .imageview_82e2183a4f01 {
   width: 358px;
   height: 771px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5800px;
   _scaling-factor: 0.5;
 }

 .imageview_82e2183a4f01 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_b7fa7bc36b36 {
   width: 358px;
   height: 217px;
   position: absolute !important;
   left: 0px;
   top: 6571px;
   _scaling-factor: 0.5;
 }

 .imageview_b7fa7bc36b36 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_2de9b8fa4a5f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_3753e3065c31 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 2;
   left: 0px;
   top: 33.09px;
 }

 .container_8ce8c0a25ad1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 2;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_a33f9f2755a8 {
   width: 300px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_315912ddf5e2 {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 2;
   left: 15.01px;
   top: 120px;
 }

 .imageview_f888cd257209 {
   width: 227px;
   height: auto !important;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_f888cd257209 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_acfcc40d9ec1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 2;
   left: 15.99px;
   top: 20px;
 }

 .text_1b615ace3536 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_555fa814f3b7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_d4d48af1a555 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_533e631ca560 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 31.99px;
 }

 .text_d1c517f86fb1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_68562f11adab {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 63.97px;
 }

 .text_b8481e2ffe54 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5f802b58b0e9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 95.96px;
 }

 .container_4a49dd2485ed {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .text_43145cb42cad {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_43145cb42cad {
   overflow: visible;
 }

 .container_abc82afc4b09 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .container_5042d24724ca {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 2;
   left: 15.99px;
   top: 250px;
 }

 .text_850fa36833bb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2766a9fd7234 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_c49d5bbaa4c5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e6816291c511 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 31.99px;
 }

 .text_e8eeb641d244 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_feaaff86ff22 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 63.97px;
 }

 .container_fdd102d86bd5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .text_dfd1d6bb940c {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dfd1d6bb940c {
   overflow: visible;
 }

 .container_2ab131db92fc {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .container_a9f53c08e4a2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 2;
   left: 15.99px;
   top: 440px;
 }

 .text_c9084c9e7e46 {
   width: 326.93px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c9084c9e7e46 {
   overflow: visible;
 }

 .container_3bfba4a62480 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 2;
   left: 15px;
   top: 0px;
 }

 .text_ea1d91ca93c7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f4767133c571 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 2;
   left: 27.99px;
   top: 0px;
 }

 .imageview_9e3761c3246f {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

 .imageview_9e3761c3246f img {
   width: 100%;
   height: 100%;
 }

 .container_81f9302ed7d3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 2;
   left: 0px;
   top: 61.57px;
 }

 .text_b1bb9b8ab60a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_7d5b9012ea9c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_f77ffae70cf0 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_8823286916d1 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 2;
   left: 27.99px;
   top: 0px;
 }

 .imageview_43ca24907388 {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

 .imageview_43ca24907388 img {
   width: 100%;
   height: 100%;
 }

 .container_39c7177f2ac5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6ba58a0df0b5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 2;
   left: 15px;
   top: 43.98px;
 }

 .container_7b772afd70ab {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 2;
   left: 15.99px;
   top: 615px;
 }

 .imageview_f81a35600f00 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

 .imageview_f81a35600f00 img {
   width: 100%;
   height: 100%;
 }

 .imageview_b5eea781347d {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_b5eea781347d img {
   width: 100%;
   height: 100%;
 }

 .container_27b2e170c41f {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 2;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_8b707095f8de {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 2;
   left: 0px;
   top: 5800px;
   background: #00434fe6;
 }

 .text_6511121d7261 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d1a3c9efc033 {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 2;
   left: 117.2px;
   top: 4px;
 }

 .text_f1cf40a01953 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_3624d86d63fb {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 2;
   left: 35.25px;
   top: 4px;
 }

 .imageview_7347f50423b0 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

 .imageview_7347f50423b0 img {
   width: 100%;
   height: 100%;
 }

 .container_6ddb39cfb29e {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 2;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_6ddb39cfb29e {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 2;
 }

 .container_nested_6ddb39cfb29e {
   width: 210px;
   height: 28px;
   z-index: 2;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_d97b10d403c5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_982d94c59475 {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 2;
   left: 194.84px;
   top: 0px;
 }

 .text_f81bf427675c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b7c6299e9c62 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 2;
   left: 179.48px;
   top: 0px;
 }

 .text_a0eed3492453 {
   width: 55px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-6519e83576de_a0eed3492453 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-c550d68289d4_a0eed3492453 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_f8e671e87e29 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 118.39px;
   top: 0px;
 }

 .text_8d49bf270f32 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fae50df0e435 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 2;
   left: 103.04px;
   top: 0px;
 }

 .text_aab2f6d58d0a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_04f3d28e5d10 {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 2;
   left: 20px;
   top: 0px;
 }

 .container_ad5ae7a47bc3 {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_1cd880949c38 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 2;
   left: 16px;
   top: 74.98px;
 }

 .text_34dc91b8bc9a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cd86028ddc5e {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 2;
   left: 174.21px;
   top: 0px;
 }

 .text_54ccbcbd3084 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5e5bbacb451f {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 2;
   left: 159.85px;
   top: 0px;
 }

 .text_df6d43146890 {
   width: 55px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-3e89009c9a5d_df6d43146890 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-573fb722ebca_df6d43146890 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_735cf1464c9d {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_735cf1464c9d {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
 }

 .container_nested_735cf1464c9d {
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
 }

 .text_4aae5dbf06c8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_499009ef4f4d {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 2;
   left: 85.41px;
   top: 0px;
 }

 .text_83c7d2307d76 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0f3d7139a956 {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 2;
   left: 19px;
   top: 0px;
 }

 .container_627246499d9d {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_f4f42f5bc57c {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 2;
   left: 16px;
   top: 40.99px;
 }

 .text_93c376e4287d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_87152cb8e092 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 2;
   left: 232.76px;
   top: 0px;
 }

 .text_93dd19428b39 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0d0edaa7fdea {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 2;
   left: 218.41px;
   top: 0px;
 }

 .text_68ba353db471 {
   width: 55px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-c1cd7a413eca_68ba353db471 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-c2eb9154bca5_68ba353db471 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_56910e3cc993 {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 2;
   left: 158.41px;
   top: 0px;
 }

 .text_7a9cf2354d7e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d5a485a2bc93 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 2;
   left: 144.05px;
   top: 0px;
 }

 .text_7885416f332f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fda6ab656ad7 {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 2;
   left: 19px;
   top: 0px;
 }

 .container_0d9a661a21b1 {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_6dff6a9f07f2 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 2;
   left: 16px;
   top: 7px;
 }

 .container_7940d4497cf7 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .viewport_011674cec8fe {
   width: 358px;
   height: 6788px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_4a72d5cc623f {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_4a72d5cc623f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e8ed67bdf7f6 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_e8ed67bdf7f6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_2c98f571891f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_994dd82edc49 {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_9c4b3f22462b {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9c4b3f22462b {
   overflow: visible;
 }

 .container_f42777449590 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_c6a1bc70bcc6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e94389561a3a {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_cfb443b8a16e {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cfb443b8a16e {
   overflow: visible;
 }

 .container_3c4f39c6ba12 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_89c9918b8100 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b670f36586c5 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_b670f36586c5 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_b670f36586c5 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_d0a15f7897f3 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_4d575659e963 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_0e0c22bfb264 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9556e56372a8 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_d878dc8a2307 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d878dc8a2307 {
   overflow: visible;
 }

 .container_1e5508566a04 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_0ad32675b787 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fd8939177328 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_da6aeac798ff {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da6aeac798ff {
   overflow: visible;
 }

 .container_9553a8574234 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_78e669bf1002 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8eab2743a6ec {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_ed7dc04b70a6 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_b08f1acdff2a {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_1d977d15561a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0a3b5ef624cb {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_5402ce7f8add {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5402ce7f8add {
   overflow: visible;
 }

 .container_e94cae36e36c {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_5145d5794ae8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9f716e6fca62 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_e0b75124e8a4 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e0b75124e8a4 {
   overflow: visible;
 }

 .container_19cf08894cba {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_9ba6a41bbf2c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c1438f5b82d7 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_2abc474661ca {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_e3e30eb01f4b {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_6a1a7cf32b2f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_432782ae386e {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_e7d80bfe4ecd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4228038ee60d {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_78762a1d676d {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

 .imageview_78762a1d676d img {
   width: 100%;
   height: 100%;
 }

 .container_8fabf79966c7 {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_8fabf79966c7 {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_8fabf79966c7 {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_b8e597ce43af {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_e8f6705164a4 {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

 .imageview_e8f6705164a4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e1a1414ed2c9 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8px;
 }

 .imageview_e1a1414ed2c9 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_e1a1414ed2c9.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_53b854b164db {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_53b854b164db img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_53b854b164db.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9382e5168855 {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_9382e5168855 img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

 .imageview_9382e5168855.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_58050a8d292f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_14a49db9276d {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_14a49db9276d {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_14a49db9276d {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f456069b6806 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_90946d2d8ab9 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

 .imageview_90946d2d8ab9 img {
   width: 100%;
   height: 100%;
 }

 .text_0ad8cf477a82 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0ad8cf477a82 {
   overflow: visible;
 }

 .container_e2ca39ba057e {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_f1a8126249ee {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

 .text_620e844e7de8 {
   width: 55px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_a7ffff9d4edb {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_77540491df94 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

 .imageview_77540491df94 img {
   width: 100%;
   height: 100%;
 }

 .text_4e392c5c45bd {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e392c5c45bd {
   overflow: visible;
 }

 .container_d9abe7270fc4 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_1a7f3383e246 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_1a7f3383e246 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_1a7f3383e246 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_693e5b93282e {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

 .imageview_693e5b93282e img {
   width: 100%;
   height: 100%;
 }

 .text_f9ab61b524e9 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_04fac8a10877 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_828dc876f70b {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_dbcd59ad7bc8 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

 .imageview_dbcd59ad7bc8 img {
   width: 100%;
   height: 100%;
 }

 .text_204900a7b5d6 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_204900a7b5d6 {
   overflow: visible;
 }

 .container_7d4f2294f09d {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b3f8c826f5ae {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_e02c97ef15e8 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

 .imageview_e02c97ef15e8 img {
   width: 100%;
   height: 100%;
 }

 .text_efefbf539f2d {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_efefbf539f2d {
   overflow: visible;
 }

 .container_f1dc549dfd06 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6611df59f2ed {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_6ca77271d4cb {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ca77271d4cb {
   overflow: visible;
 }

 .container_fab8d5cecb73 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_fab8d5cecb73 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_fab8d5cecb73 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_c12ebc9e04db {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_c12ebc9e04db {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_c12ebc9e04db {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_a515f77e5905 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 44px;
   background: #ffffff;
 }

 .container_wrapper_a515f77e5905 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_a515f77e5905 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_1939806b23ce {
   width: 528.81px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1939806b23ce {
   overflow: visible;
 }

 .container_ea93249567c7 {
   position: absolute !important;
   overflow: visible;
   width: 528.15px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_3eb0d76b7056 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1.07px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_101d462370d9 {
   position: absolute !important;
   overflow: visible;
   width: 528.15px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 33.59px;
   opacity: 0.8999999761581421;
 }

 .container_9c74da825852 {
   position: absolute !important;
   overflow: visible;
   width: 528.15px;
   height: 59.19px;
   z-index: 2;
   left: 48.67px;
   top: 0px;
 }

 .imageview_caeca50747fe {
   width: 32.67px;
   height: 32.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 13.26px;
 }

 .imageview_caeca50747fe img {
   width: 100%;
   height: 100%;
 }

 .container_642c28f14b6f {
   position: absolute !important;
   overflow: visible;
   width: 576.81px;
   height: 59.19px;
   z-index: 2;
   left: 30px;
   top: 32px;
 }

 .imageview_446d7b20daec {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 11.36px;
 }

 .imageview_446d7b20daec img {
   width: 100%;
   height: 100%;
 }

 .text_c7a7f805340f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 46px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ae2d25d249f5 {
   position: absolute !important;
   overflow: visible;
   width: 180.26px;
   height: 38px;
   z-index: 2;
   left: 1353.74px;
   top: 42.59px;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_ae2d25d249f5 {
   position: absolute !important;
   overflow: visible;
   left: 1353.74px;
   top: 42.59px;
   width: 180.26px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_ae2d25d249f5 {
   width: 180.26px;
   height: 38px;
   z-index: 2;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_3e5d1b3c802d {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 123.19px;
   z-index: 2;
   left: 0px;
   top: 100px;
   background: #fec548;
 }

 .text_7e84baafc494 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 48.5px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ea6e73fad62e {
   position: absolute !important;
   overflow: visible;
   width: 221px;
   height: 29px;
   z-index: 2;
   left: 3px;
   top: 3.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_wrapper_ea6e73fad62e {
   position: absolute !important;
   overflow: visible;
   left: 3px;
   top: 3.5px;
   width: 221px;
   height: 29px;
   z-index: 2;
 }

 .container_nested_ea6e73fad62e {
   width: 221px;
   height: 29px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_155a9f99f32e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42.5px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f6ab3c2fadf9 {
   position: absolute !important;
   overflow: visible;
   width: 221px;
   height: 29px;
   z-index: 2;
   left: 224px;
   top: 3.5px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_0aea32bb509e {
   position: absolute !important;
   overflow: visible;
   width: 448px;
   height: 36px;
   z-index: 2;
   left: 528px;
   top: 0px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .text_b547be3415f8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_ec65d5d143f8 {
   position: absolute !important;
   overflow: visible;
   width: 193px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_2e898e7c9747 {
   width: 721px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2e898e7c9747 {
   overflow: visible;
 }

 .container_f43de4b92ffe {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 56px;
   z-index: 2;
   left: 0px;
   top: 66px;
 }

 .text_0d8250c04bfe {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 69px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2870be473405 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 38px;
   z-index: 2;
   left: 239px;
   top: 609.22px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_2870be473405 {
   position: absolute !important;
   overflow: visible;
   left: 239px;
   top: 609.22px;
   width: 250px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_2870be473405 {
   width: 250px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_8a02225d66e6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .input_text_cb44c402c41f {
   width: 728px;
   height: 250px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_cb44c402c41f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 728px;
   height: 250px;
 }

 .input_text_cb44c402c41f::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 20px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .text_23bc42bd2c57 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_396d9ba61e19 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_14a44765b693 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 317px;
 }

 .text_1f8d003810cd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_203a8d84807d {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_6104c9d5e3f1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 9.5px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_b0caa2ff0563 {
   width: 728px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_b0caa2ff0563 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 728px;
   height: 36px;
 }

 .input_text_b0caa2ff0563::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_39607d1dd0a0 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 239px;
 }

 .imageview_c76425f1f245 {
   width: 728px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 18px;
 }

 .imageview_c76425f1f245 img {
   position: absolute;
   width: 758.0px !important;
   height: 755.8px !important;
   max-width: none !important;
   left: -30.0px;
   top: -714.8px;
 }

 .imageview_c76425f1f245.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_7ee90df10ef5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_8012bb0c4317 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_db351cf051dc {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 59px;
   z-index: 2;
   left: 0px;
   top: 156px;
 }

 .text_de3c56a2b23e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_b672eca75a4c {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_9997d48e1547 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_875ac26fc54e {
   width: 356px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_875ac26fc54e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 356px;
   height: 36px;
 }

 .input_text_875ac26fc54e::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_99450322cb09 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_27a8185e6b48 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_bb31376d7a8b {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_260bd3dc0d54 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_90e3f294108e {
   width: 356px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_90e3f294108e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 356px;
   height: 36px;
 }

 .input_text_90e3f294108e::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_512948351162 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 54px;
   z-index: 2;
   left: 372px;
   top: 0px;
 }

 .container_5df40c47f587 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 78px;
 }

 .text_0af38a50b1ca {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_14bff7a4c7b7 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_16152f1816fb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_32e9df733318 {
   width: 728px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_32e9df733318 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 728px;
   height: 36px;
 }

 .input_text_32e9df733318::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_ead6758a1070 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_8cb952390f6f {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 649px;
   z-index: 2;
   left: 0px;
   top: 146px;
 }

 .container_wrapper_8cb952390f6f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 146px;
   width: 728px;
   height: 649px;
   z-index: 2;
 }

 .container_nested_8cb952390f6f {
   width: 728px;
   height: 649px;
   z-index: 2;
 }

 .container_952399e168cb {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 795px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_4cf590fde158 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_23eab5eb7303 {
   position: absolute !important;
   overflow: visible;
   width: 313px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_73751e8246a9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0ac1f9743b74 {
   position: absolute !important;
   overflow: visible;
   width: 650px;
   height: 28px;
   z-index: 2;
   left: 0px;
   top: 66px;
 }

 .text_ada48eabaeed {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.16px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_b624a52a69e7 {
   position: absolute !important;
   overflow: visible;
   width: 192.31px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 25.59px;
 }

 .text_4ebb8b6b1725 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_83bf8814e21b {
   position: absolute !important;
   overflow: visible;
   width: 192.31px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: -0.37px;
 }

 .container_aecabb8eea35 {
   position: absolute !important;
   overflow: visible;
   width: 192.31px;
   height: 51.19px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_14bf9cb78cd5 {
   width: 20.67px;
   height: 20.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_14bf9cb78cd5 img {
   width: 100%;
   height: 100%;
 }

 .container_3a0780f0a7ec {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 20.67px;
   z-index: 2;
   left: 0px;
   top: 131.59px;
 }

 .text_7651b1de15f5 {
   width: 112px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 26px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7651b1de15f5 {
   overflow: visible;
 }

 .text_9fee589832c4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_fe8d5880e791 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: -0.37px;
 }

 .container_fb3824b73ae0 {
   position: absolute !important;
   overflow: visible;
   width: 112px;
   height: 50px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_726184bbd6ae {
   width: 20px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_726184bbd6ae img {
   width: 100%;
   height: 100%;
 }

 .container_f313001a7392 {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 19.33px;
   z-index: 2;
   left: 0px;
   top: 65.59px;
 }

 .text_d8d9d2054360 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Segoe UI';
 }

 .container_31116a2b67f2 {
   position: absolute !important;
   overflow: visible;
   width: 117.56px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_0f72c6b2352c {
   width: 90px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 25.81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7e88527b261c {
   position: absolute !important;
   overflow: visible;
   width: 117.56px;
   height: 26px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_a2950009c4e2 {
   width: 20.57px;
   height: 20.61px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_a2950009c4e2 img {
   width: 100%;
   height: 100%;
 }

 .container_1c5980409d2c {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 20.61px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5a9765efe952 {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 182.38px;
   z-index: 2;
   left: 25px;
   top: 80px;
 }

 .text_770378e67ecd {
   width: 678px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_770378e67ecd {
   overflow: visible;
 }

 .container_321e9b4e634b {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 33.59px;
   z-index: 2;
   left: 25px;
   top: 25px;
 }

 .container_33784e0d1dcd {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 305.97px;
   z-index: 2;
   left: 0px;
   top: 118px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_63734b6f986c {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_63734b6f986c img {
   width: 100%;
   height: 100%;
 }

 .text_9fb44a3136a3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_65108ec52675 {
   position: absolute !important;
   overflow: visible;
   width: 304.42px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_009f9ad9dbdb {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_3f92d6417a4b {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_3f92d6417a4b img {
   width: 100%;
   height: 100%;
 }

 .text_3c5c30351772 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_661f4bb3243d {
   position: absolute !important;
   overflow: visible;
   width: 49.13px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_04c7806f0d8e {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .imageview_ccf3b49d117f {
   width: 16px;
   height: 16.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

 .imageview_ccf3b49d117f img {
   width: 100%;
   height: 100%;
 }

 .text_b7b34514eed4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c2e79fff5529 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 0px;
 }

 .container_03b2af335869 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_f86eb873aa96 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 76px;
   z-index: 2;
   left: 17px;
   top: 65px;
 }

 .text_00587ede2550 {
   width: 694px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00587ede2550 {
   overflow: visible;
 }

 .container_a5baa3d6bea3 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 28px;
   z-index: 2;
   left: 17px;
   top: 17px;
 }

 .container_8393bfb81731 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 170px;
   z-index: 2;
   left: 0px;
   top: 421.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_8393bfb81731 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 421.59px;
   width: 728px;
   height: 170px;
   z-index: 2;
 }

 .container_nested_8393bfb81731 {
   width: 728px;
   height: 170px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c8cc96aaa66e {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_c8cc96aaa66e img {
   width: 100%;
   height: 100%;
 }

 .text_d7893b5af12d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 23.26px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_48c410d451a1 {
   position: absolute !important;
   overflow: visible;
   width: 309.48px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_f54d928e2a6e {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_71e2891cd0ae {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_71e2891cd0ae img {
   width: 100%;
   height: 100%;
 }

 .text_fc1147eb5096 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6160fdbfcd26 {
   position: absolute !important;
   overflow: visible;
   width: 49.13px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_1cc95281ff47 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .imageview_bb2d16379304 {
   width: 16px;
   height: 16.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

 .imageview_bb2d16379304 img {
   width: 100%;
   height: 100%;
 }

 .text_683c7be1d574 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bb3f59d75ae1 {
   position: absolute !important;
   overflow: visible;
   width: 119.28px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 0px;
 }

 .container_e2ed53ef5a35 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_56717cca28c6 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 76px;
   z-index: 2;
   left: 17px;
   top: 65px;
 }

 .text_832f32136210 {
   width: 694px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_832f32136210 {
   overflow: visible;
 }

 .container_711f32ea29c4 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 28px;
   z-index: 2;
   left: 17px;
   top: 17px;
 }

 .container_e29fac49bc5b {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 170px;
   z-index: 2;
   left: 0px;
   top: 235.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_e29fac49bc5b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 235.59px;
   width: 728px;
   height: 170px;
   z-index: 2;
 }

 .container_nested_e29fac49bc5b {
   width: 728px;
   height: 170px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_532ed7d753ea {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_532ed7d753ea img {
   width: 100%;
   height: 100%;
 }

 .text_a9cc5fe02426 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7c686b2398b0 {
   position: absolute !important;
   overflow: visible;
   width: 295.19px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_eb488cd99e8c {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_0574cacd1c2d {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_0574cacd1c2d img {
   width: 100%;
   height: 100%;
 }

 .text_e48252a2f3dc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6273dbb75f07 {
   position: absolute !important;
   overflow: visible;
   width: 49.13px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_b39f06a91363 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .imageview_325e73e5e7ee {
   width: 16px;
   height: 16.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

 .imageview_325e73e5e7ee img {
   width: 100%;
   height: 100%;
 }

 .text_fe0f364c0959 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6075cf6f0850 {
   position: absolute !important;
   overflow: visible;
   width: 91.53px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 0px;
 }

 .container_44d082351a11 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_46dc99077371 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 76px;
   z-index: 2;
   left: 17px;
   top: 65px;
 }

 .text_45d4f020ceb3 {
   width: 694px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_45d4f020ceb3 {
   overflow: visible;
 }

 .container_55cfaf555dd7 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 28px;
   z-index: 2;
   left: 17px;
   top: 17px;
 }

 .container_28f38c3fb4ae {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 170px;
   z-index: 2;
   left: 0px;
   top: 49.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_28f38c3fb4ae {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 49.59px;
   width: 728px;
   height: 170px;
   z-index: 2;
 }

 .container_nested_28f38c3fb4ae {
   width: 728px;
   height: 170px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_4afc90d97fbc {
   width: 728px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4afc90d97fbc {
   overflow: visible;
 }

 .container_fc57b37736a1 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0f42078395dc {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 591.59px;
   z-index: 2;
   left: 0px;
   top: 447.97px;
 }

 .container_2e2d24c6f3c0 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 1039.56px;
   z-index: 2;
   left: 776px;
   top: 0px;
 }

 .container_55108c6025b6 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 1039.56px;
   z-index: 2;
   left: 0px;
   top: 92px;
 }

 .container_b94b627c8416 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 1131.56px;
   z-index: 2;
   left: 30px;
   top: 303.19px;
 }

 .text_a2349642ba40 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 37px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_63f6ff09bede {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 38px;
   z-index: 2;
   left: 675px;
   top: 230px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_63f6ff09bede {
   position: absolute !important;
   overflow: visible;
   left: 675px;
   top: 230px;
   width: 214px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_63f6ff09bede {
   width: 214px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_b63a375d7ce7 {
   width: 610px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b63a375d7ce7 {
   overflow: visible;
 }

 .container_8d7602c0a2dc {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 2;
   left: 446px;
   top: 120px;
 }

 .text_72e73c4e101a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 575px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_fc8ba5a2b363 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 30px;
   top: 60px;
 }

 .container_c8e1e7197e30 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 344px;
   z-index: 2;
   left: 0px;
   top: 1514px;
   background: #00434f;
 }

 .container_81d9e0d2cd77 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2246.52px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_d13e927424f0 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2240px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_8e11d91ad0b5 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_8e11d91ad0b5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_8f0554b54686 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_8f0554b54686 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_3bfb700b0beb {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_3bfb700b0beb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_253ab1e061c6 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

 .imageview_253ab1e061c6 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d40a026ec477 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

 .imageview_d40a026ec477 img {
   width: 100%;
   height: 100%;
 }

 .text_0efac4a99732 {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0efac4a99732 {
   overflow: visible;
 }

 .text_5a8c46084c7f {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_61efaceaca36 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3c04726fc2b3 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_7428c2fc8bd5 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_373920154032 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_73cf6bc14e20 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4dfc3636d4e9 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_230d3d1ad689 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_64eb497465f6 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_7cc09247203d {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_7cc09247203d {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_7cc09247203d {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_960cba910363 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_960cba910363 {
   overflow: visible;
 }

 .container_af6d54956551 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_652118918d70 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_47bcf1194b67 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_4bc1ee419fad {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2fef92f3fff6 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_b3806a45094b {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c9e2eeea37c5 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_22b602a7c24b {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_9c7591ccaad7 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_9c7591ccaad7 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_9c7591ccaad7 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_179ae7861c90 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_179ae7861c90 {
   overflow: visible;
 }

 .container_7f2ead30de6f {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_b46ff4f18060 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_937fbd5b7204 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_b10de41c1581 {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_b10de41c1581 img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_b10de41c1581.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_a706bc78a1b6 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_f896a982a011 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_bf0eabc8063d {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_bf0eabc8063d {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_bf0eabc8063d {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_59cc08f20d5c {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_59cc08f20d5c img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_59cc08f20d5c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_f80cb0bff4df {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_f80cb0bff4df {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_f80cb0bff4df {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_dcbf5904084b {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_cca7861a9285 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_0cb88cc0499d {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_fa18c048dd9c {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_11dd7825ebf6 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_8c786e060c03 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   left: 0px;
   top: 1855px;
   background: #00434f;
 }

 .container_wrapper_8c786e060c03 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1855px;
   width: 1564px;
   height: 386.58px;
   z-index: 3;
 }

 .container_nested_8c786e060c03 {
   width: 1564px;
   height: 386.58px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_0d778dee3bc9 {
   width: 1564px;
   height: 2240px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6da06d5eb481 {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_6da06d5eb481 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_13dc31003863 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7232b8fec22a {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_b00e1498a572 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_81c20c03a847 {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_63a308af6c43 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

 .imageview_63a308af6c43 img {
   width: 100%;
   height: 100%;
 }

 .container_85c97b85f36e {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_85c97b85f36e {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_85c97b85f36e {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_f174b21c4827 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f2938f5873ef {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_f6e45ba74a6b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_72876a5392fc {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_906e02f259f8 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-98bb47492efd_906e02f259f8 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-1d73d7ee38b2_906e02f259f8 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_d56361fc27f1 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_a36138159584 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_26d6f2c5801c {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_f1aa032d9b01 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_718a41c725eb {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_1ce1033ef0cb {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_e3482c0c1534 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_890a902bb778 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b06dbe9f089e {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_6fefb2a13b81 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_454420bda937 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_e5042b13544a {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-2ae584135331_e5042b13544a {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-c6b7c0fd729b_e5042b13544a {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_58f71cf69551 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_58f71cf69551 {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_58f71cf69551 {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_0ccbd3842725 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_0ca764a9a763 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_9974d6645054 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76ec4a16eb46 {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_5728e44fcf5e {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_59ff1189f972 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_1da91650ce68 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9fdb8f04889c {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_d87090a82692 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7fa6e5e00819 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_43ca0990dc50 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-bdce9676de91_43ca0990dc50 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-8c63ee65f60e_43ca0990dc50 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_8ae9f4fe54f7 {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_92b102d9b7e2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ecbe59edb345 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_6d44ee281aa4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f74ce342783e {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_e93d3fbc4c4a {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_db491229b34d {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_07f747064335 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_7e424be6b3e4 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 11.36px;
 }

 .imageview_7e424be6b3e4 img {
   width: 100%;
   height: 100%;
 }

 .text_6d6d8dc55c60 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 8.68px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e826aa3167a3 {
   position: absolute !important;
   overflow: visible;
   width: 175px;
   height: 38px;
   z-index: 2;
   left: 92px;
   top: 160px;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_e826aa3167a3 {
   position: absolute !important;
   overflow: visible;
   left: 92px;
   top: 160px;
   width: 175px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_e826aa3167a3 {
   width: 175px;
   height: 38px;
   z-index: 2;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_ebe03b250fd1 {
   width: 286px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ebe03b250fd1 {
   overflow: visible;
 }

 .container_b481a3d27f49 {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 52px;
   z-index: 2;
   left: 16.99px;
   top: 40px;
   opacity: 0.8999999761581421;
 }

 .text_3bc952fc1ebc {
   width: 300px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: -3px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3bc952fc1ebc {
   overflow: visible;
 }

 .container_8e42b8db120d {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 68px;
   z-index: 3;
   left: 16.99px;
   top: 0px;
 }

 .container_1a73ded625d9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 90px;
   z-index: 2;
   left: 0.01px;
   top: 14.18px;
 }

 .container_108720bbf067 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 118.36px;
   z-index: 2;
   left: 16px;
   top: 31.99px;
 }

 .container_73cbc82a8058 {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 238.31px;
   z-index: 2;
   left: 0px;
   top: 165px;
   background: #fec548;
 }

 .text_3b4b92945b6b {
   width: 292.73px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3b4b92945b6b {
   overflow: visible;
 }

 .container_ce223bf715d6 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 27.99px;
   z-index: 2;
   left: 17.1px;
   top: 17.1px;
 }

 .imageview_a08f72e65f83 {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.66px;
 }

 .imageview_a08f72e65f83 img {
   width: 100%;
   height: 100%;
 }

 .text_5dada937b88f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b1dc95de8d1b {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 2;
   left: 23.99px;
   top: 0px;
 }

 .container_cc22a9d1e114 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 75.97px;
 }

 .text_99e6f6219855 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1005302cc725 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 23.25px;
   top: 0px;
 }

 .imageview_a3e9c0b97c41 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_a3e9c0b97c41 img {
   width: 100%;
   height: 100%;
 }

 .container_d271c5e64f52 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 47.98px;
 }

 .imageview_15c49e44740d {
   width: 16.66px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_15c49e44740d img {
   width: 100%;
   height: 100%;
 }

 .text_10add1e79c94 {
   width: 223px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.48px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_10add1e79c94 {
   overflow: visible;
 }

 .container_3c67a952e9e1 {
   position: absolute !important;
   overflow: visible;
   width: 223px;
   height: 40px;
   z-index: 2;
   left: 24.66px;
   top: -0.48px;
 }

 .container_57390db3eee2 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 39.98px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_98972411d700 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 95.96px;
   z-index: 2;
   left: 17.1px;
   top: 60px;
 }

 .container_d5909f05848f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   left: 0px;
   top: 461.85px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_d5909f05848f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 461.85px;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
 }

 .container_nested_d5909f05848f {
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e99c4cc59624 {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.66px;
 }

 .imageview_e99c4cc59624 img {
   width: 100%;
   height: 100%;
 }

 .text_63bc2722561d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ac382cf6eb4c {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 2;
   left: 23.99px;
   top: 0px;
 }

 .container_db9431c56207 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 75.97px;
 }

 .imageview_27a52795749b {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_27a52795749b img {
   width: 100%;
   height: 100%;
 }

 .text_1bff676fbeeb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6498af2ad4f {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 23.25px;
   top: 0px;
 }

 .container_2503a9a12fc7 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 47.98px;
 }

 .imageview_7d6ae2d293c4 {
   width: 16.66px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_7d6ae2d293c4 img {
   width: 100%;
   height: 100%;
 }

 .text_e2901bebd1cf {
   width: 228px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2901bebd1cf {
   overflow: visible;
 }

 .container_7676334e2395 {
   position: absolute !important;
   overflow: visible;
   width: 228px;
   height: 40px;
   z-index: 2;
   left: 24.66px;
   top: 0px;
 }

 .container_cf7188627bed {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 39.98px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_9eeadc73ef59 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 95.96px;
   z-index: 2;
   left: 17.1px;
   top: 60px;
 }

 .text_a7a1daff4b1c {
   width: 292.73px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a7a1daff4b1c {
   overflow: visible;
 }

 .container_7a27df1dab6f {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 27.99px;
   z-index: 2;
   left: 17.1px;
   top: 17.1px;
 }

 .container_81c3a843ef24 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   left: 0px;
   top: 255.72px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_81c3a843ef24 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 255.72px;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
 }

 .container_nested_81c3a843ef24 {
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_84df7fbd5ba7 {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.66px;
 }

 .imageview_84df7fbd5ba7 img {
   width: 100%;
   height: 100%;
 }

 .text_862b7874d07c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8a85d894cbd7 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 2;
   left: 23.99px;
   top: 0px;
 }

 .container_dbbbd25d428b {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 75.97px;
 }

 .imageview_1d48dd22736e {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_1d48dd22736e img {
   width: 100%;
   height: 100%;
 }

 .text_fc785b185ae7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a1f9be3d0d75 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 23.25px;
   top: 0px;
 }

 .container_8d00d00fd862 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 47.98px;
 }

 .imageview_f3c6ef89d13c {
   width: 16.66px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_f3c6ef89d13c img {
   width: 100%;
   height: 100%;
 }

 .text_e8a8469aa619 {
   width: 214px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e8a8469aa619 {
   overflow: visible;
 }

 .container_a708dd20cb1c {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 40px;
   z-index: 2;
   left: 24.66px;
   top: 0px;
 }

 .container_3abcc527ffb1 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 39.98px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b0ada90e9e7c {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 95.96px;
   z-index: 2;
   left: 17.1px;
   top: 60px;
 }

 .text_5c610fd1a496 {
   width: 292.73px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c610fd1a496 {
   overflow: visible;
 }

 .container_0c2f29a29f72 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 27.99px;
   z-index: 2;
   left: 17.1px;
   top: 17.1px;
 }

 .container_384e15b038a0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   left: 0px;
   top: 49.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_384e15b038a0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 49.59px;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
 }

 .container_nested_384e15b038a0 {
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_a4dbc01086d1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 72px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_880926d3de28 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 34px;
   z-index: 2;
   left: 0.01px;
   top: 0px;
 }

 .container_f819c4919abd {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 651.99px;
   z-index: 2;
   left: 0px;
   top: 490px;
 }

 .text_0a0ce2773043 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_c311c6587bd8 {
   position: absolute !important;
   overflow: visible;
   width: 44px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: -0.4px;
 }

 .text_60ffeb3a5899 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.13px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_18f3d89c0b71 {
   position: absolute !important;
   overflow: visible;
   width: 192.27px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 26px;
 }

 .container_acfa71515286 {
   position: absolute !important;
   overflow: visible;
   width: 192.27px;
   height: 52px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_4e788615918d {
   width: 20.66px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_4e788615918d img {
   width: 100%;
   height: 100%;
 }

 .container_982b95cb7958 {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 50px;
   z-index: 2;
   left: -0.09px;
   top: 130.74px;
 }

 .text_62bc820aa93b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_76bcbaf34c8d {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_005c5cf09657 {
   width: 110px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: -0.08px;
   top: 25.86px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e091f4c94863 {
   position: absolute !important;
   overflow: visible;
   width: 200px;
   height: 49px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_ccba9ccff7d5 {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_ccba9ccff7d5 img {
   width: 100%;
   height: 100%;
 }

 .container_399469ede2fd {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.33px;
   z-index: 2;
   left: 0px;
   top: 65.57px;
 }

 .text_c1bbdb9b04a2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.27px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_4c538b371371 {
   position: absolute !important;
   overflow: visible;
   width: 117.54px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_3e048efe456e {
   width: 90px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: -0.08px;
   top: 26.43px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_31fae853fe26 {
   position: absolute !important;
   overflow: visible;
   width: 117.54px;
   height: 50px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_8014d8446a13 {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_8014d8446a13 img {
   width: 100%;
   height: 100%;
 }

 .container_4bdeb4adb092 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 20.6px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_64d081461505 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 182.3px;
   z-index: 2;
   left: 25.1px;
   top: 80px;
 }

 .text_e4fea1353b77 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_b714ae681b9e {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 34px;
   z-index: 2;
   left: 25.1px;
   top: 25.1px;
 }

 .container_21c5ffb5a594 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 306.07px;
   z-index: 2;
   left: 0px;
   top: 145.57px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_52b76a6e5f87 {
   width: 307px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 9.96px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52b76a6e5f87 {
   overflow: visible;
 }

 .container_4fa9b0d050c1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 56px;
   z-index: 2;
   left: 0px;
   top: 55px;
 }

 .text_bad5b28338ca {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 7.01px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_ea3fdd29a8b1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5f12ddc0f2f2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 990px;
 }

 .text_3d62a5d0e76d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_29165b553f8c {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 38px;
   z-index: 2;
   left: 88.01px;
   top: 678.21px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_29165b553f8c {
   position: absolute !important;
   overflow: visible;
   left: 88.01px;
   top: 678.21px;
   width: 150px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_29165b553f8c {
   width: 150px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_5ea376afbcbc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 8px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .input_text_cc8e6ded7f28 {
   width: 326.93px;
   height: 249.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_cc8e6ded7f28 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 249.99px;
 }

 .input_text_cc8e6ded7f28::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 24px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .text_d2a4c4459867 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_091426c9909b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5a1b16a9af1f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 267.99px;
   z-index: 2;
   left: 0px;
   top: 386.26px;
 }

 .text_fdb1fbc5f41b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_9d1cf098b71a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_a64d2cfaad76 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_8e9ec5efd1fa {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_8e9ec5efd1fa {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_8e9ec5efd1fa::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_7b352bed64e6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 308.29px;
 }

 .imageview_3b638f14d089 {
   width: 326.93px;
   height: 40.36px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 18px;
 }

 .imageview_3b638f14d089 img {
   position: absolute;
   width: 342.9px !important;
   height: 2221.4px !important;
   max-width: none !important;
   left: -16.0px;
   top: 0.0px;
 }

 .imageview_3b638f14d089.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_aec35e46fab1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_11354afec67b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_f455a8cfe946 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 58.37px;
   z-index: 2;
   left: 0px;
   top: 225.93px;
 }

 .text_6ee0a7c0f911 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_fb4d03c6856a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_d8eae0946dec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_57e5cfc5dbb2 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_57e5cfc5dbb2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_57e5cfc5dbb2::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_afe01d079456 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_f1881dd2af5d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_b5c211c4ee70 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_618fc99930ec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_fa1224104c28 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_fa1224104c28 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_fa1224104c28::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_3544f927c49a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_e2e612695227 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_d33640d21c86 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_bee08d888de0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_871ec640bef8 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_871ec640bef8 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_871ec640bef8::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_9e7e0f0686f5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 69.99px;
 }

 .container_3a55717eaf6e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 123.97px;
   z-index: 2;
   left: 0px;
   top: 77.98px;
 }

 .container_86defb718342 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 718.23px;
   z-index: 2;
   left: 0px;
   top: 202px;
 }

 .container_wrapper_86defb718342 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 202px;
   width: 326.93px;
   height: 718.23px;
   z-index: 2;
 }

 .container_nested_86defb718342 {
   width: 326.93px;
   height: 718.23px;
   z-index: 2;
 }

 .text_4f7ab5ebea21 {
   width: 314px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4f7ab5ebea21 {
   overflow: visible;
 }

 .container_6e5d31207db7 {
   position: absolute !important;
   overflow: visible;
   width: 314px;
   height: 112px;
   z-index: 2;
   left: 0px;
   top: 50px;
 }

 .text_2902b674b400 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_44a08087c67f {
   position: absolute !important;
   overflow: visible;
   width: 193px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_1f688cb1a886 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_44c76ff95ba8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 2095.35px;
   z-index: 2;
   left: 0px;
   top: 70px;
 }

 .text_d9a81a30d43f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25.01px;
   top: 4.6px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_53d0378f658c {
   position: absolute !important;
   overflow: visible;
   width: 160.47px;
   height: 29.2px;
   z-index: 2;
   left: 3px;
   top: 3px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #000000ff;
 }

 .container_wrapper_53d0378f658c {
   position: absolute !important;
   overflow: visible;
   left: 3px;
   top: 3px;
   width: 160.47px;
   height: 29.2px;
   z-index: 2;
 }

 .container_nested_53d0378f658c {
   width: 160.47px;
   height: 29.2px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_b36c4a2b514d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 19.54px;
   top: 4.6px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a625019d7a9d {
   position: absolute !important;
   overflow: visible;
   width: 160.47px;
   height: 29.2px;
   z-index: 3;
   left: 163.47px;
   top: 3px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #000000ff;
 }

 .container_425fab65ed97 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 35.2px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .container_cf4fa3d8427d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 2187.33px;
   z-index: 2;
   left: 15.99px;
   top: 435px;
 }

 .text_3f54ed3dfcd4 {
   width: 219px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 54px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3f54ed3dfcd4 {
   overflow: visible;
 }

 .container_c921640258eb {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   z-index: 2;
   left: 16px;
   top: 50px;
 }

 .text_24bdff64ca68 {
   width: 305px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_24bdff64ca68 {
   overflow: visible;
 }

 .container_dff9e019d862 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   z-index: 2;
   left: 16px;
   top: 145px;
 }

 .text_5383e5acf6c3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 37px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45678ab0e16b {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 38px;
   z-index: 2;
   left: 72.46px;
   top: 270px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_45678ab0e16b {
   position: absolute !important;
   overflow: visible;
   left: 72.46px;
   top: 270px;
   width: 214px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_45678ab0e16b {
   width: 214px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_8992d8d1363e {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 414px;
   z-index: 2;
   left: 0px;
   top: 2686px;
   background: #00434f;
 }

 .container_acb66ab4ce68 {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 2650.33px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e13f76e833e4 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 4008.65px;
   z-index: 2;
   left: 0px;
   top: 44px;
 }

 .imageview_e51a261aed7e {
   width: 102.14px;
   height: 63.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_e51a261aed7e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_a2dc0146d933 {
   width: 23.99px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

 .imageview_a2dc0146d933 img {
   width: 100%;
   height: 100%;
 }

 .container_fc6f018fb67b {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_fc6f018fb67b {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
 }

 .container_nested_fc6f018fb67b {
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
 }

 .container_a94bd67aadd9 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   z-index: 3;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .imageview_228f711124c3 {
   width: 358px;
   height: 771px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 3100px;
   _scaling-factor: 0.5;
 }

 .imageview_228f711124c3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_0c0143b35a37 {
   width: 358px;
   height: 217px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 3871px;
   _scaling-factor: 0.5;
 }

 .imageview_0c0143b35a37 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c81e2cbeb850 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_23883aa67e66 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 4;
   left: 0px;
   top: 33.09px;
 }

 .container_a9acf276b2f7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 4;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_50f65797c260 {
   width: 300px;
   height: 77px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_5cc53ab29636 {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 4;
   left: 15.01px;
   top: 120px;
 }

 .imageview_d7bf743d1326 {
   width: 227px;
   height: auto !important;
   z-index: 5;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_d7bf743d1326 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c94b64b16952 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 4;
   left: 15.99px;
   top: 20px;
 }

 .text_34c13bfb8246 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9a7cf0b4ab4a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_fce20c54e10e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b0a045368c3d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_727b863add40 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_06a900ca5067 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .text_e44d183ff36c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_212686e01bc3 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 95.96px;
 }

 .container_42517a62f7cc {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_03b7c0370b85 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_03b7c0370b85 {
   overflow: visible;
 }

 .container_279f892f1ee1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_accbe636b610 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 4;
   left: 15.99px;
   top: 250px;
 }

 .text_699c31f30a64 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c588cc43e4e8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_78e4d01a4273 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9ee2dba471b2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_bd2bfbc5f553 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d92bcfc7ae78 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .container_fa1be9c5c6a8 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_c4fed2aad4db {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4fed2aad4db {
   overflow: visible;
 }

 .container_bd1e8b11523e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_bcff87863690 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 4;
   left: 15.99px;
   top: 440px;
 }

 .text_98601580e0b8 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_98601580e0b8 {
   overflow: visible;
 }

 .container_93558b1d2872 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .text_d2a281ab1cf4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8e6de714cb10 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_8df5662db8f1 {
   width: 19.99px;
   height: 19.33px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

 .imageview_8df5662db8f1 img {
   width: 100%;
   height: 100%;
 }

 .container_0fdb45ca087d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 61.57px;
 }

 .text_d16243b725b1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_45974d981379 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_96c2afd76b63 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_08142fb81653 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_a66d34ac21c6 {
   width: 20.57px;
   height: 20.6px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

 .imageview_a66d34ac21c6 img {
   width: 100%;
   height: 100%;
 }

 .container_640f5fd18aa7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_8aa0d8d483d5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .container_b41d34f6fbb5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 4;
   left: 15.99px;
   top: 615px;
 }

 .imageview_a832502c23a2 {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

 .imageview_a832502c23a2 img {
   width: 100%;
   height: 100%;
 }

 .imageview_ba469492479b {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_ba469492479b img {
   width: 100%;
   height: 100%;
 }

 .container_2b8bc8c701bf {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 4;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_d6d21605e36a {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 4;
   left: 0px;
   top: 3100px;
   background: #00434fe6;
 }

 .viewport_610b219d7a0a {
   width: 358px;
   height: 4088px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_5c4e7ad16f75 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_5c4e7ad16f75 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_4b9c43169b46 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_4b9c43169b46 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6595df325785 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_92c9734e7eaf {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_6008068396e3 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6008068396e3 {
   overflow: visible;
 }

 .container_ed2de5419c87 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_dc275b55a1c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ffb35fc31c38 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_d89141122159 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d89141122159 {
   overflow: visible;
 }

 .container_78037e1ece1b {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_4ae76e1924ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4c4982f10469 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_4c4982f10469 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_4c4982f10469 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_23804ca3f822 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_e6f1f5c9c641 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_b75dbb3b5035 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cc211bb17322 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_62daa4bcbbf9 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_62daa4bcbbf9 {
   overflow: visible;
 }

 .container_b433af098085 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_efb5204857b4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6dfdf26fb494 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_5552e6ea237f {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5552e6ea237f {
   overflow: visible;
 }

 .container_1fdeb002caf1 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_a6d82e72390b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0c63af68729e {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_a91acaa12d1f {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_783d5e808b91 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_b9670a5ac88a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76b8932dd603 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_1f2f46714649 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1f2f46714649 {
   overflow: visible;
 }

 .container_a9c745906163 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_1fee345f0122 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7e784a929087 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_8099d8f678e9 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8099d8f678e9 {
   overflow: visible;
 }

 .container_eab0ca8d685c {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_142ea78c5105 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1c016586534b {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_62ebadd9950f {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_24987d59b747 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_1a72f9229cd5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_53664abae914 {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_0811d2cfa17f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_df9fb4af0289 {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_f98fe160d2e1 {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

 .imageview_f98fe160d2e1 img {
   width: 100%;
   height: 100%;
 }

 .container_51231eb7c7e8 {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_51231eb7c7e8 {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_51231eb7c7e8 {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_3de927b84247 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_deb3ac239a5f {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

 .imageview_deb3ac239a5f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_8a9653abe299 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8px;
 }

 .imageview_8a9653abe299 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_8a9653abe299.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_007f7aaf7fde {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_007f7aaf7fde img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_007f7aaf7fde.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_121bdf8ec0e0 {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_121bdf8ec0e0 img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

 .imageview_121bdf8ec0e0.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_02a50debba3d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4d008a370f99 {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_4d008a370f99 {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_4d008a370f99 {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_fb1c4aab7fca {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_0141a1f3a2ca {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

 .imageview_0141a1f3a2ca img {
   width: 100%;
   height: 100%;
 }

 .text_693347c14985 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_693347c14985 {
   overflow: visible;
 }

 .container_146229968021 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_1761d4f97d9c {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

 .text_478acb6a9675 {
   width: 55px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_a1514e38982f {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_3311b87a01c1 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

 .imageview_3311b87a01c1 img {
   width: 100%;
   height: 100%;
 }

 .text_afe41e3a2628 {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_afe41e3a2628 {
   overflow: visible;
 }

 .container_541e3e2340ff {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_e8c225baf2a2 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_e8c225baf2a2 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e8c225baf2a2 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_358ac3efab6b {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

 .imageview_358ac3efab6b img {
   width: 100%;
   height: 100%;
 }

 .text_392511826d90 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4b634628a829 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_8721d5e09d0a {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_ac44e72a45b9 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

 .imageview_ac44e72a45b9 img {
   width: 100%;
   height: 100%;
 }

 .text_04a7f8080370 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_04a7f8080370 {
   overflow: visible;
 }

 .container_3b41427e2152 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_37c3fabac44a {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_4a0cdb5f9fd7 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

 .imageview_4a0cdb5f9fd7 img {
   width: 100%;
   height: 100%;
 }

 .text_cf063c37267c {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf063c37267c {
   overflow: visible;
 }

 .container_acc5c0eb5a72 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_fe414ba07e50 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_b1826accd5d3 {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b1826accd5d3 {
   overflow: visible;
 }

 .container_b0bb14c29286 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_b0bb14c29286 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b0bb14c29286 {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_0a4fe9485bc8 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_0a4fe9485bc8 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_0a4fe9485bc8 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_95e3b9c233f9 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 44px;
   background: #ffffff;
 }

 .container_wrapper_95e3b9c233f9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_95e3b9c233f9 {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .text_4a7f46119c67 {
   width: 528.81px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4a7f46119c67 {
   overflow: visible;
 }

 .container_3771101dca35 {
   position: absolute !important;
   overflow: visible;
   width: 528.15px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_bef3cc3f3502 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1.07px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_772f911500c8 {
   position: absolute !important;
   overflow: visible;
   width: 528.15px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 33.59px;
   opacity: 0.8999999761581421;
 }

 .container_9ab294b108f2 {
   position: absolute !important;
   overflow: visible;
   width: 528.15px;
   height: 59.19px;
   z-index: 2;
   left: 48.67px;
   top: 0px;
 }

 .imageview_b92969194a10 {
   width: 32.67px;
   height: 32.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 13.26px;
 }

 .imageview_b92969194a10 img {
   width: 100%;
   height: 100%;
 }

 .container_271beba0e669 {
   position: absolute !important;
   overflow: visible;
   width: 576.81px;
   height: 59.19px;
   z-index: 2;
   left: 30px;
   top: 32px;
 }

 .imageview_438c4e87f5e9 {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 11.36px;
 }

 .imageview_438c4e87f5e9 img {
   width: 100%;
   height: 100%;
 }

 .text_b3dc4d91483f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 46px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1524b7b12f7c {
   position: absolute !important;
   overflow: visible;
   width: 180.26px;
   height: 38px;
   z-index: 2;
   left: 1353.74px;
   top: 42.59px;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_1524b7b12f7c {
   position: absolute !important;
   overflow: visible;
   left: 1353.74px;
   top: 42.59px;
   width: 180.26px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_1524b7b12f7c {
   width: 180.26px;
   height: 38px;
   z-index: 2;
   background: #00434f;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_7aecb05b25c8 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 123.19px;
   z-index: 2;
   left: 0px;
   top: 100px;
   background: #fec548;
 }

 .text_35292ed02019 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_c551fa34ffb2 {
   position: absolute !important;
   overflow: visible;
   width: 313px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_87b27dc68594 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1981539b48e6 {
   position: absolute !important;
   overflow: visible;
   width: 650px;
   height: 28px;
   z-index: 2;
   left: 0px;
   top: 66px;
 }

 .text_8fff478bd735 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.16px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_1446d47cf42a {
   position: absolute !important;
   overflow: visible;
   width: 192.31px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 25.59px;
 }

 .text_5c7ffeb80a18 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_080810775196 {
   position: absolute !important;
   overflow: visible;
   width: 192.31px;
   height: 26px;
   z-index: 3;
   left: 0px;
   top: -0.37px;
 }

 .container_3b59dd47f620 {
   position: absolute !important;
   overflow: visible;
   width: 192.31px;
   height: 51.19px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_24033fdbae0a {
   width: 20.67px;
   height: 20.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_24033fdbae0a img {
   width: 100%;
   height: 100%;
 }

 .container_0856d7cf1b14 {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 20.67px;
   z-index: 2;
   left: 0px;
   top: 131.59px;
 }

 .text_6ad06fdb0ae6 {
   width: 112px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 26px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ad06fdb0ae6 {
   overflow: visible;
 }

 .text_bb6577468c2f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.37px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_3818047c37eb {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: -0.37px;
 }

 .container_151a6f1dc9e2 {
   position: absolute !important;
   overflow: visible;
   width: 112px;
   height: 50px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_d136f073f16a {
   width: 20px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d136f073f16a img {
   width: 100%;
   height: 100%;
 }

 .container_3aab0fe3cbcb {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 19.33px;
   z-index: 2;
   left: 0px;
   top: 65.59px;
 }

 .text_4ca149b4a8d5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Segoe UI';
 }

 .container_6d899922b60a {
   position: absolute !important;
   overflow: visible;
   width: 117.56px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_8218faaff644 {
   width: 90px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 25.81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f58b6cf408ab {
   position: absolute !important;
   overflow: visible;
   width: 117.56px;
   height: 26px;
   z-index: 2;
   left: 32px;
   top: 0px;
 }

 .imageview_c46ed96cd135 {
   width: 20.57px;
   height: 20.61px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_c46ed96cd135 img {
   width: 100%;
   height: 100%;
 }

 .container_af3de138759e {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 20.61px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5043c91037e7 {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 182.38px;
   z-index: 2;
   left: 25px;
   top: 80px;
 }

 .text_c2d79ec72c20 {
   width: 678px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c2d79ec72c20 {
   overflow: visible;
 }

 .container_09e6d71e91b5 {
   position: absolute !important;
   overflow: visible;
   width: 678px;
   height: 33.59px;
   z-index: 2;
   left: 25px;
   top: 25px;
 }

 .container_173575a6a10a {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 305.97px;
   z-index: 2;
   left: 0px;
   top: 118px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_c1e12c714a24 {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_c1e12c714a24 img {
   width: 100%;
   height: 100%;
 }

 .text_ac4ec12e4814 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8198fe8e15b5 {
   position: absolute !important;
   overflow: visible;
   width: 304.42px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_73ffe69d66bd {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_9076870ac57a {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_9076870ac57a img {
   width: 100%;
   height: 100%;
 }

 .text_0fede62d5292 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0ca21017dc03 {
   position: absolute !important;
   overflow: visible;
   width: 49.13px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_809760f355cb {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .imageview_e0491e25bc28 {
   width: 16px;
   height: 16.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

 .imageview_e0491e25bc28 img {
   width: 100%;
   height: 100%;
 }

 .text_af5b0d344c42 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b21cd06d46a4 {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 0px;
 }

 .container_528ee5c37fae {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_cb97b379b0b1 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 76px;
   z-index: 2;
   left: 17px;
   top: 65px;
 }

 .text_75bb1145e1a7 {
   width: 694px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75bb1145e1a7 {
   overflow: visible;
 }

 .container_851c301daa96 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 28px;
   z-index: 2;
   left: 17px;
   top: 17px;
 }

 .container_1de8d4446564 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 170px;
   z-index: 2;
   left: 0px;
   top: 421.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_1de8d4446564 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 421.59px;
   width: 728px;
   height: 170px;
   z-index: 2;
 }

 .container_nested_1de8d4446564 {
   width: 728px;
   height: 170px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e3bccd458f7b {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_e3bccd458f7b img {
   width: 100%;
   height: 100%;
 }

 .text_4c2ec6fa33fc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 23.26px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1ddc4be0524b {
   position: absolute !important;
   overflow: visible;
   width: 309.48px;
   height: 20px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_c27592a371b9 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_478dc37e89ff {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_478dc37e89ff img {
   width: 100%;
   height: 100%;
 }

 .text_cd446118eb27 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d1ff7d5ea3db {
   position: absolute !important;
   overflow: visible;
   width: 49.13px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_def69303dace {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .imageview_240f4844bbda {
   width: 16px;
   height: 16.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

 .imageview_240f4844bbda img {
   width: 100%;
   height: 100%;
 }

 .text_c2f0a7aeeca4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2ed088becae4 {
   position: absolute !important;
   overflow: visible;
   width: 119.28px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 0px;
 }

 .container_347fc14e3c8a {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_486c2f420c19 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 76px;
   z-index: 2;
   left: 17px;
   top: 65px;
 }

 .text_f8b5d9732b5c {
   width: 694px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8b5d9732b5c {
   overflow: visible;
 }

 .container_9cce34911303 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 28px;
   z-index: 2;
   left: 17px;
   top: 17px;
 }

 .container_ad0383f69c7b {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 170px;
   z-index: 2;
   left: 0px;
   top: 235.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_ad0383f69c7b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 235.59px;
   width: 728px;
   height: 170px;
   z-index: 2;
 }

 .container_nested_ad0383f69c7b {
   width: 728px;
   height: 170px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_dca38d9ce8bb {
   width: 16.67px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.33px;
 }

 .imageview_dca38d9ce8bb img {
   width: 100%;
   height: 100%;
 }

 .text_5ce9a67305ca {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5d5d5634391d {
   position: absolute !important;
   overflow: visible;
   width: 295.19px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_34eefe3759c6 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_56e212fcc721 {
   width: 15.26px;
   height: 15.29px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_56e212fcc721 img {
   width: 100%;
   height: 100%;
 }

 .text_dc049f5f4cb8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ecebf1908246 {
   position: absolute !important;
   overflow: visible;
   width: 49.13px;
   height: 20px;
   z-index: 2;
   left: 23.26px;
   top: 0px;
 }

 .container_de45d0790aeb {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 28px;
 }

 .imageview_593b95322305 {
   width: 16px;
   height: 16.67px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.67px;
 }

 .imageview_593b95322305 img {
   width: 100%;
   height: 100%;
 }

 .text_22c7c0026411 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_015be7c6fe8e {
   position: absolute !important;
   overflow: visible;
   width: 91.53px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 0px;
 }

 .container_52c8143e555f {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .container_4bbce00e2014 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 76px;
   z-index: 2;
   left: 17px;
   top: 65px;
 }

 .text_9479fff2496f {
   width: 694px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9479fff2496f {
   overflow: visible;
 }

 .container_f55ac0058184 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 28px;
   z-index: 2;
   left: 17px;
   top: 17px;
 }

 .container_0684e5de9255 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 170px;
   z-index: 2;
   left: 0px;
   top: 49.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_wrapper_0684e5de9255 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 49.59px;
   width: 728px;
   height: 170px;
   z-index: 2;
 }

 .container_nested_0684e5de9255 {
   width: 728px;
   height: 170px;
   z-index: 2;
   border-top: 1px solid #00434f1a;
   border-right: 1px solid #00434f1a;
   border-bottom: 1px solid #00434f1a;
   border-left: 1px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_5a7a9a12058d {
   width: 728px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5a7a9a12058d {
   overflow: visible;
 }

 .container_70c6b15673ba {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 33.59px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_ebbc34ee82c9 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 591.59px;
   z-index: 2;
   left: 0px;
   top: 447.97px;
 }

 .container_831fb03f9660 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 1039.56px;
   z-index: 2;
   left: 776px;
   top: 0px;
 }

 .text_33942e591ae0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0e20cdce39f3 {
   position: absolute !important;
   overflow: visible;
   width: 200px;
   height: 38px;
   z-index: 2;
   left: 264px;
   top: 530px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_0e20cdce39f3 {
   position: absolute !important;
   overflow: visible;
   left: 264px;
   top: 530px;
   width: 200px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_0e20cdce39f3 {
   width: 200px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_70ea240f6614 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_d8c35e05f6bb {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_88b051e00df8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .input_text_1ea3f7b4e508 {
   width: 728px;
   height: 250px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_1ea3f7b4e508 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 728px;
   height: 250px;
 }

 .input_text_1ea3f7b4e508::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 20px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_5561d2ac7aa7 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 268px;
   z-index: 2;
   left: 0px;
   top: 234px;
 }

 .text_e683721ed692 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_b001ad4ecba3 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_de9c6e742ccc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_cb3515771442 {
   width: 728px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_cb3515771442 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 728px;
   height: 36px;
 }

 .input_text_cb3515771442::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_8aa9eece38b5 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 156px;
 }

 .text_e01d1843d80e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_c0ad26e9d6c4 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_1c372c08be63 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_da776c48be26 {
   width: 356px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_da776c48be26 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 356px;
   height: 36px;
 }

 .input_text_da776c48be26::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_27c7f4fa18d3 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 54px;
   z-index: 2;
   left: 372px;
   top: 0px;
 }

 .text_e6129f511a0b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_b8210f8d8ac1 {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_db49c973621d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_cfb2cfa91268 {
   width: 356px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_cfb2cfa91268 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 356px;
   height: 36px;
 }

 .input_text_cfb2cfa91268::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_488617b3dc2c {
   position: absolute !important;
   overflow: visible;
   width: 356px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_3fcbb429aa23 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 78px;
 }

 .text_60d2caafb4bd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_fc7467c785f7 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_5727598dff8c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_7b1257b15506 {
   width: 728px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_7b1257b15506 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 728px;
   height: 36px;
 }

 .input_text_7b1257b15506::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_9fd7ceffd39c {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 54px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_28806c71a066 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 649px;
   z-index: 2;
   left: 0px;
   top: 146px;
 }

 .container_wrapper_28806c71a066 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 146px;
   width: 728px;
   height: 649px;
   z-index: 2;
 }

 .container_nested_28806c71a066 {
   width: 728px;
   height: 649px;
   z-index: 2;
 }

 .text_776e2c571cae {
   width: 721px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 3.5px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_776e2c571cae {
   overflow: visible;
 }

 .container_c0849536ce11 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 56px;
   z-index: 2;
   left: 0px;
   top: 66px;
 }

 .text_85f57a3a3e2b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_511a4e244c6c {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_303042b14c60 {
   position: absolute !important;
   overflow: visible;
   width: 728px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b63e6cd893ff {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 92px;
 }

 .text_a37ca0af5e43 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 48px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b94d683ffb52 {
   position: absolute !important;
   overflow: visible;
   width: 221px;
   height: 29px;
   z-index: 2;
   left: 3px;
   top: 3.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_wrapper_b94d683ffb52 {
   position: absolute !important;
   overflow: visible;
   left: 3px;
   top: 3.5px;
   width: 221px;
   height: 29px;
   z-index: 2;
 }

 .container_nested_b94d683ffb52 {
   width: 221px;
   height: 29px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_3a89d5bc427d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f497b430d4b0 {
   position: absolute !important;
   overflow: visible;
   width: 221px;
   height: 29px;
   z-index: 2;
   left: 224px;
   top: 3.5px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_15ba2edbca85 {
   position: absolute !important;
   overflow: visible;
   width: 448px;
   height: 36px;
   z-index: 2;
   left: 528px;
   top: 0px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .container_9a730b6a8a22 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 36px;
   z-index: 2;
   left: 30px;
   top: 303.19px;
 }

 .text_50259c959f21 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ca815b287ede {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 38px;
   z-index: 2;
   left: 675px;
   top: 226px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_ca815b287ede {
   position: absolute !important;
   overflow: visible;
   left: 675px;
   top: 226px;
   width: 214px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_ca815b287ede {
   width: 214px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_2f6aeb2c9c69 {
   width: 610px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f6aeb2c9c69 {
   overflow: visible;
 }

 .container_05334e7dcdb8 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 2;
   left: 446px;
   top: 146px;
 }

 .text_c91aacdb9d4d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 575px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_9e726b6136dd {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 42px;
   z-index: 2;
   left: 30px;
   top: 80px;
 }

 .container_44995640554f {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 344px;
   z-index: 2;
   left: 0px;
   top: 1514px;
   background: #00434f;
 }

 .container_c6ab17cc8086 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2246.52px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_3cbcdd184c87 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 2246.52px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_59465072d3ad {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_59465072d3ad img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_de748b83fea2 {
   width: 782px;
   height: 387px;
   z-index: 3;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_de748b83fea2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_5c3fd720557c {
   width: 227px;
   height: auto !important;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_5c3fd720557c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_97b1952f75fa {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

 .imageview_97b1952f75fa img {
   width: 100%;
   height: 100%;
 }

 .imageview_56fe75783728 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

 .imageview_56fe75783728 img {
   width: 100%;
   height: 100%;
 }

 .text_8e397fd3c07d {
   width: 313px;
   height: 26px;
   z-index: 5;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8e397fd3c07d {
   overflow: visible;
 }

 .text_c8113dc7d977 {
   width: 352px;
   height: 203.19px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c802e959e87c {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f005c0af2b5a {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 44px;
 }

 .text_72992ed224c2 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_91455959473b {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 76px;
 }

 .text_78f93a9038e7 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_81288b1677a6 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 108px;
 }

 .text_8b844fbdefb0 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b7e5cc1a7faf {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 6;
   left: 0px;
   top: 140px;
 }

 .container_e830b57301f3 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_e830b57301f3 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_e830b57301f3 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_c2b7017ae3b7 {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c2b7017ae3b7 {
   overflow: visible;
 }

 .container_d228555d1c9f {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_24f12e481173 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b06875338382 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_e6e4a252049a {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c4502c1417f4 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 64px;
 }

 .text_bcb1f54943d9 {
   width: 250px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f7d95e93465f {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 5;
   left: 0px;
   top: 128px;
 }

 .container_2b258a30468e {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 5;
   left: 0px;
   top: 44px;
 }

 .container_793f2e0e8abc {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_793f2e0e8abc {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_793f2e0e8abc {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .text_984e7d9938fa {
   width: 352px;
   height: 28px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_984e7d9938fa {
   overflow: visible;
 }

 .container_7895f93c3204 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .text_09efeff874ed {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2ccb44297b07 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 5;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_66cfcdf78e9a {
   width: 16.57px;
   height: 16.61px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_66cfcdf78e9a img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_66cfcdf78e9a.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_cab1a653b6cf {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_a923505399d8 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_91de4db4ee52 {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 6;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_91de4db4ee52 {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .container_nested_91de4db4ee52 {
   width: 130px;
   height: 44px;
   z-index: 6;
 }

 .imageview_dbdd93ff1d2c {
   width: 16.67px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_dbdd93ff1d2c img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_dbdd93ff1d2c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_c0ef57ee75f1 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 5;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_c0ef57ee75f1 {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_nested_c0ef57ee75f1 {
   width: 250px;
   height: 203px;
   z-index: 5;
 }

 .container_280e586e0c6a {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 5;
   left: 30px;
   top: 48px;
 }

 .container_44375cc67d12 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_576c72112fd7 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_1e1ff12c65da {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 5;
   left: 0px;
   top: 33px;
 }

 .container_158cb7f1d143 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 5;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_63534f7a937e {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 3;
   left: 0px;
   top: 1855px;
   background: #00434f;
 }

 .container_wrapper_63534f7a937e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1855px;
   width: 1564px;
   height: 387px;
   z-index: 3;
 }

 .container_nested_63534f7a937e {
   width: 1564px;
   height: 387px;
   z-index: 3;
   background: #00434f;
 }

 .viewport_11ab200917e5 {
   width: 1564px;
   height: 2235px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_1967b04020e4 {
   width: 358px;
   height: 142px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_1967b04020e4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d7d967dffd87 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_30a96746d506 {
   position: absolute !important;
   overflow: visible;
   width: 80.16px;
   height: 19.99px;
   z-index: 1;
   left: 117.2px;
   top: 4px;
 }

 .text_6c84c3c81db4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_17f2e0f9ea14 {
   position: absolute !important;
   overflow: visible;
   width: 73.22px;
   height: 19.99px;
   z-index: 1;
   left: 35.25px;
   top: 4px;
 }

 .imageview_b473aab081d2 {
   width: 15.25px;
   height: 15.28px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.35px;
 }

 .imageview_b473aab081d2 img {
   width: 100%;
   height: 100%;
 }

 .container_07411f82c14b {
   position: absolute !important;
   overflow: visible;
   width: 210px;
   height: 28px;
   z-index: 1;
   left: 74px;
   top: 108.97px;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_07411f82c14b {
   position: absolute !important;
   overflow: visible;
   left: 74px;
   top: 108.97px;
   width: 210px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_07411f82c14b {
   width: 210px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_63327fba3c62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_127ef5059fe4 {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 1;
   left: 194.84px;
   top: 0px;
 }

 .text_4d647864eef3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0b7b43efd946 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 179.48px;
   top: 0px;
 }

 .text_03e02182e8c6 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.39px;
   top: 0.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-cbace092aa25_03e02182e8c6 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-9806a3509c47_03e02182e8c6 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_17cf19da246a {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 118.39px;
   top: 0px;
 }

 .text_70daabff2679 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d3e21a4f9adb {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 103.04px;
   top: 0px;
 }

 .text_081c210d111d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_950d3766c7bc {
   position: absolute !important;
   overflow: visible;
   width: 71.04px;
   height: 19.99px;
   z-index: 1;
   left: 20px;
   top: 0px;
 }

 .container_e55dc86aea42 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_747b0e350555 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 74.98px;
 }

 .text_e4b9229bafa3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d9f9ce176b56 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 1;
   left: 174.21px;
   top: 0px;
 }

 .text_c6bae4e48ae3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ce19588ef8bc {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 159.85px;
   top: 0px;
 }

 .text_0b4e067deab0 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-1677ebeaf935_0b4e067deab0 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-3ee61814bb0d_0b4e067deab0 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_189bd7e9b71e {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
   left: 99.76px;
   top: 0px;
 }

 .container_wrapper_189bd7e9b71e {
   position: absolute !important;
   overflow: visible;
   left: 99.76px;
   top: 0px;
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .container_nested_189bd7e9b71e {
   width: 49.09px;
   height: 19.99px;
   z-index: 1;
 }

 .text_eaea8d277af3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Segoe UI';
 }

 .container_dd01a5cf6b10 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 85.41px;
   top: 0px;
 }

 .text_f5f2fce93d1d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3512c1162716 {
   position: absolute !important;
   overflow: visible;
   width: 55.41px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_a06af23a331a {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_77ec7c824dc6 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 40.99px;
 }

 .text_f46857ccfd89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_748cf6c461f6 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 1;
   left: 232.76px;
   top: 0px;
 }

 .text_7457991a9c95 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_89a97910a747 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 218.41px;
   top: 0px;
 }

 .text_59b670148e17 {
   width: 55px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: -0.41px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-ff125b098b98_59b670148e17 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .text-27ad02e2efdd_59b670148e17 {
   line-height: 8px;
   font-family: 'Inter';
 }

 .container_9322d4b3645f {
   position: absolute !important;
   overflow: visible;
   width: 49px;
   height: 19.99px;
   z-index: 1;
   left: 158.41px;
   top: 0px;
 }

 .text_9f299f4bf26e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c155d4de6eb5 {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 19.99px;
   z-index: 1;
   left: 144.05px;
   top: 0px;
 }

 .text_0e6f15001267 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7a8656c2777d {
   position: absolute !important;
   overflow: visible;
   width: 114.05px;
   height: 19.99px;
   z-index: 1;
   left: 19px;
   top: 0px;
 }

 .container_48a1b031aad9 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
   opacity: 0.9821590185165405;
 }

 .container_5262b1e98a9e {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 16px;
   top: 7px;
 }

 .container_aab75a54d6b9 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 142px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_8402f2f6c996 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 11.36px;
 }

 .imageview_8402f2f6c996 img {
   width: 100%;
   height: 100%;
 }

 .text_c84f92a20e5f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 8.68px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0785b40379b0 {
   position: absolute !important;
   overflow: visible;
   width: 175px;
   height: 38px;
   z-index: 2;
   left: 92px;
   top: 160px;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_0785b40379b0 {
   position: absolute !important;
   overflow: visible;
   left: 92px;
   top: 160px;
   width: 175px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_0785b40379b0 {
   width: 175px;
   height: 38px;
   z-index: 2;
   background: #00434f;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_b0042ec10b5a {
   width: 286px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b0042ec10b5a {
   overflow: visible;
 }

 .container_0f70737ec70f {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 52px;
   z-index: 2;
   left: 16.99px;
   top: 40px;
   opacity: 0.8999999761581421;
 }

 .text_bacedc9a32fe {
   width: 300px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: -3px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bacedc9a32fe {
   overflow: visible;
 }

 .container_ddbf7cc3c05f {
   position: absolute !important;
   overflow: visible;
   width: 293.19px;
   height: 68px;
   z-index: 3;
   left: 16.99px;
   top: 0px;
 }

 .container_1a169f58ad96 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 90px;
   z-index: 2;
   left: 0.01px;
   top: 14.18px;
 }

 .container_f712fec91057 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 118.36px;
   z-index: 2;
   left: 16px;
   top: 31.99px;
 }

 .container_2e8c5d2f6d1b {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 238.31px;
   z-index: 2;
   left: 0px;
   top: 165px;
   background: #fec548;
 }

 .text_2bf21a14ff39 {
   width: 292.73px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2bf21a14ff39 {
   overflow: visible;
 }

 .container_1e1840bfb434 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 27.99px;
   z-index: 2;
   left: 17.1px;
   top: 17.1px;
 }

 .imageview_826822e2ef66 {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.66px;
 }

 .imageview_826822e2ef66 img {
   width: 100%;
   height: 100%;
 }

 .text_6e207f1285f8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_17a8eb30c963 {
   position: absolute !important;
   overflow: visible;
   width: 119.85px;
   height: 19.99px;
   z-index: 2;
   left: 23.99px;
   top: 0px;
 }

 .container_76489de5f2e6 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 75.97px;
 }

 .text_340f531538fa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2b95eb4efd4f {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 23.25px;
   top: 0px;
 }

 .imageview_bc86e85f8119 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_bc86e85f8119 img {
   width: 100%;
   height: 100%;
 }

 .container_ff8230d72098 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 47.98px;
 }

 .imageview_116dddf35af4 {
   width: 16.66px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_116dddf35af4 img {
   width: 100%;
   height: 100%;
 }

 .text_8b3f8c3832cb {
   width: 223px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.48px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8b3f8c3832cb {
   overflow: visible;
 }

 .container_b95eebad5d8e {
   position: absolute !important;
   overflow: visible;
   width: 223px;
   height: 40px;
   z-index: 2;
   left: 24.66px;
   top: -0.48px;
 }

 .container_6b6acfe56500 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 39.98px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_4eeb524f820d {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 95.96px;
   z-index: 2;
   left: 17.1px;
   top: 60px;
 }

 .container_51b3d7e9a9dd {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   left: 0px;
   top: 461.84px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_51b3d7e9a9dd {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 461.84px;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
 }

 .container_nested_51b3d7e9a9dd {
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_1790a4aeb6b0 {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.66px;
 }

 .imageview_1790a4aeb6b0 img {
   width: 100%;
   height: 100%;
 }

 .text_773c21a6af33 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1f7b46d75991 {
   position: absolute !important;
   overflow: visible;
   width: 119.21px;
   height: 19.99px;
   z-index: 2;
   left: 23.99px;
   top: 0px;
 }

 .container_8acad9193ba2 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 75.97px;
 }

 .imageview_9a59a1014e2c {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_9a59a1014e2c img {
   width: 100%;
   height: 100%;
 }

 .text_b566b0b20940 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a49ed652fea7 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 23.25px;
   top: 0px;
 }

 .container_d2a62cd86ffd {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 47.98px;
 }

 .imageview_3fa448ac6a9e {
   width: 16.66px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_3fa448ac6a9e img {
   width: 100%;
   height: 100%;
 }

 .text_82e0d9616195 {
   width: 228px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_82e0d9616195 {
   overflow: visible;
 }

 .container_79202039c212 {
   position: absolute !important;
   overflow: visible;
   width: 228px;
   height: 40px;
   z-index: 2;
   left: 24.66px;
   top: 0px;
 }

 .container_b50426491625 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 39.98px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_bd1af1adaeaf {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 95.96px;
   z-index: 2;
   left: 17.1px;
   top: 60px;
 }

 .text_d6e62a81fda2 {
   width: 292.73px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6e62a81fda2 {
   overflow: visible;
 }

 .container_ee588ec86af2 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 27.99px;
   z-index: 2;
   left: 17.1px;
   top: 17.1px;
 }

 .container_786dd00350ad {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   left: 0px;
   top: 255.72px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_786dd00350ad {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 255.72px;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
 }

 .container_nested_786dd00350ad {
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c72c5acbdd6b {
   width: 15.99px;
   height: 16.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.66px;
 }

 .imageview_c72c5acbdd6b img {
   width: 100%;
   height: 100%;
 }

 .text_d2377e1f81c0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d4c712dadb60 {
   position: absolute !important;
   overflow: visible;
   width: 91.48px;
   height: 19.99px;
   z-index: 2;
   left: 23.99px;
   top: 0px;
 }

 .container_ec7e773b070c {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 75.97px;
 }

 .imageview_91f1489fa214 {
   width: 15.25px;
   height: 15.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2.36px;
 }

 .imageview_91f1489fa214 img {
   width: 100%;
   height: 100%;
 }

 .text_0a46c521efc3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e4f0b0afb721 {
   position: absolute !important;
   overflow: visible;
   width: 49.09px;
   height: 19.99px;
   z-index: 2;
   left: 23.25px;
   top: 0px;
 }

 .container_2da8236f3c37 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 19.99px;
   z-index: 2;
   left: 0px;
   top: 47.98px;
 }

 .imageview_39441cf8929b {
   width: 16.66px;
   height: 15.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_39441cf8929b img {
   width: 100%;
   height: 100%;
 }

 .text_1f666bbb1f8c {
   width: 214px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1f666bbb1f8c {
   overflow: visible;
 }

 .container_a12a01aa3b0a {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 40px;
   z-index: 2;
   left: 24.66px;
   top: 0px;
 }

 .container_25aa90bf58bb {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 39.98px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_ba0824ac31a1 {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 95.96px;
   z-index: 2;
   left: 17.1px;
   top: 60px;
 }

 .text_a11f75b57a37 {
   width: 292.73px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a11f75b57a37 {
   overflow: visible;
 }

 .container_ff446df7721f {
   position: absolute !important;
   overflow: visible;
   width: 292.73px;
   height: 27.99px;
   z-index: 2;
   left: 17.1px;
   top: 17.1px;
 }

 .container_b37fefa855cf {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   left: 0px;
   top: 49.59px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .container_wrapper_b37fefa855cf {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 49.59px;
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
 }

 .container_nested_b37fefa855cf {
   width: 326.93px;
   height: 190.14px;
   z-index: 2;
   border-top: 1.11px solid #00434f1a;
   border-right: 1.11px solid #00434f1a;
   border-bottom: 1.11px solid #00434f1a;
   border-left: 1.11px solid #00434f1a;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_1741d96535c5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 59px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_1d4004ae29cb {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 34px;
   z-index: 2;
   left: 0.01px;
   top: 0px;
 }

 .container_e137dd29e07a {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 651.99px;
   z-index: 2;
   left: 0px;
   top: 480px;
 }

 .text_6e680f7d3f8b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_7f75436f9b46 {
   position: absolute !important;
   overflow: visible;
   width: 44px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: -0.4px;
 }

 .text_efd68b199107 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.13px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_0c9f3aeba101 {
   position: absolute !important;
   overflow: visible;
   width: 192.27px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 26px;
 }

 .container_55ad1b6d9073 {
   position: absolute !important;
   overflow: visible;
   width: 192.27px;
   height: 52px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_c8d33208cc92 {
   width: 20.66px;
   height: 20.66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_c8d33208cc92 img {
   width: 100%;
   height: 100%;
 }

 .container_c18a8687d558 {
   position: absolute !important;
   overflow: visible;
   width: 277px;
   height: 50px;
   z-index: 2;
   left: -0.09px;
   top: 130.74px;
 }

 .text_4efe1f042947 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_1d15a86526f4 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_b1e0dfb8c260 {
   width: 110px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: -0.08px;
   top: 25.86px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_81e5d7f7f1a9 {
   position: absolute !important;
   overflow: visible;
   width: 200px;
   height: 49px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_48119cc750cb {
   width: 19.99px;
   height: 19.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_48119cc750cb img {
   width: 100%;
   height: 100%;
 }

 .container_bb532148bca8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 19.33px;
   z-index: 2;
   left: 0px;
   top: 65.57px;
 }

 .text_bc81401716a9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0.27px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_2b8ace59f762 {
   position: absolute !important;
   overflow: visible;
   width: 117.54px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_141391011656 {
   width: 90px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: -0.08px;
   top: 26.43px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bc5a1c85e487 {
   position: absolute !important;
   overflow: visible;
   width: 117.54px;
   height: 50px;
   z-index: 2;
   left: 31.99px;
   top: 0px;
 }

 .imageview_e00d0db9c31f {
   width: 20.57px;
   height: 20.6px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3px;
 }

 .imageview_e00d0db9c31f img {
   width: 100%;
   height: 100%;
 }

 .container_f2a716919362 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 20.6px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e72b2f980cd8 {
   position: absolute !important;
   overflow: visible;
   width: 276.73px;
   height: 182.3px;
   z-index: 2;
   left: 25.1px;
   top: 80px;
 }

 .text_7391a50b9ecf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Inter';
 }

 .container_f639a789ee6f {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 34px;
   z-index: 2;
   left: 25.1px;
   top: 25.1px;
 }

 .container_7ac0f46045e1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 306.07px;
   z-index: 2;
   left: 0px;
   top: 125px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #00434f1a;
 }

 .text_d8f42a76c792 {
   width: 307px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 9.96px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8f42a76c792 {
   overflow: visible;
 }

 .container_a7c39ae276f4 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 56px;
   z-index: 2;
   left: 0px;
   top: 55px;
 }

 .text_d98c729dfd76 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 7.01px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_c46a7cb6e82e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6d7951b604f1 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 42px;
   z-index: 2;
   left: 0px;
   top: 1050px;
 }

 .text_b642d8719d4b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 8.99px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b6330129d06 {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 40px;
   z-index: 2;
   left: 88.01px;
   top: 735.85px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_9b6330129d06 {
   position: absolute !important;
   overflow: visible;
   left: 88.01px;
   top: 735.85px;
   width: 150px;
   height: 40px;
   z-index: 2;
 }

 .container_nested_9b6330129d06 {
   width: 150px;
   height: 40px;
   z-index: 2;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .text_9a9e5c8ca7ef {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_e6a7592a12aa {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_4df5a6e3b7c3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_66004e0b2a27 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_66004e0b2a27 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_66004e0b2a27::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_d540718bdd29 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_668f3c69d054 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_99d299e41e83 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_c51964689a0b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_b02c1b2742c6 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_b02c1b2742c6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_b02c1b2742c6::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_79e66dd19651 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 69.99px;
 }

 .container_1df4de4dc3a0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 123.97px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_a34718a31d26 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_e652b4c5cb20 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_8c024307a36a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_fe5b3788f369 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_fe5b3788f369 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_fe5b3788f369::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_a4468a1515dc {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_13df1302c640 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_81b528476dc9 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_eff5931796ec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_9922b0773922 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_9922b0773922 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_9922b0773922::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_42448f798312 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 69.99px;
 }

 .container_c4dc678cd537 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 123.97px;
   z-index: 2;
   left: 0px;
   top: 147.96px;
 }

 .text_68ec58a6e70e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_914c0e4463f0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_2ed4d858395f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_fee7bd0e95b9 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_fee7bd0e95b9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_fee7bd0e95b9::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_14fc75ceafef {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_08a57a8ba7dc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_2d745c73b2b0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_b4e663676afc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 6.99px;
   line-height: 21.6px;
   font-family: 'Inter';
 }

 .input_text_ba1e49291d11 {
   width: 326.93px;
   height: 35.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_ba1e49291d11 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 35.99px;
 }

 .input_text_ba1e49291d11::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 21.6px;
   text-align: start;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_c60cff1b1ba4 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 53.99px;
   z-index: 2;
   left: 0px;
   top: 69.99px;
 }

 .container_a11b20d72a50 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 123.97px;
   z-index: 2;
   left: 0px;
   top: 295.92px;
 }

 .text_1ffd350bab1f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_80147b827e5b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 14px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_b6738d86b613 {
   width: 300px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 12.01px;
   top: 8.11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .input_text_bf212d25e355 {
   width: 326.93px;
   height: 249.99px;
   z-index: 2;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_bf212d25e355 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 18px;
   width: 326.93px;
   height: 249.99px;
 }

 .input_text_bf212d25e355::placeholder {
   width: 300px;
   height: 24px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #00434f;
   font-family: 'Inter';
 }

 .container_ea97ac030769 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 267.99px;
   z-index: 2;
   left: 0px;
   top: 443.89px;
 }

 .container_cc98999b7344 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 775.83px;
   z-index: 2;
   left: 0px;
   top: 243px;
 }

 .text_1c9dd67b2926 {
   width: 320px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1c9dd67b2926 {
   overflow: visible;
 }

 .container_45f86739a685 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 112px;
   z-index: 2;
   left: 0px;
   top: 100px;
 }

 .text_464f56087b02 {
   width: 326.93px;
   height: 125px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_344b7572f1cf {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 125px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_b25b3d510445 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 125px;
   z-index: 2;
   left: 0.01px;
   top: 0px;
 }

 .container_ca5b19da033f {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 2095.35px;
   z-index: 2;
   left: 0px;
   top: 60px;
 }

 .text_7432fd122b74 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24.74px;
   top: 4.6px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ef0ca0279c8f {
   position: absolute !important;
   overflow: visible;
   width: 160.47px;
   height: 29.2px;
   z-index: 2;
   left: 3px;
   top: 3px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #000000ff;
 }

 .text_90fa948d8b44 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 19.24px;
   top: 4.6px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a6d0b5a7acb9 {
   position: absolute !important;
   overflow: visible;
   width: 160.47px;
   height: 29.2px;
   z-index: 3;
   left: 163.47px;
   top: 3px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1.11px #000000ff;
 }

 .container_wrapper_a6d0b5a7acb9 {
   position: absolute !important;
   overflow: visible;
   left: 163.47px;
   top: 3px;
   width: 160.47px;
   height: 29.2px;
   z-index: 3;
 }

 .container_nested_a6d0b5a7acb9 {
   width: 160.47px;
   height: 29.2px;
   z-index: 3;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_02b7004445a5 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 35.2px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .container_dd0950c2aaa7 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 2187.33px;
   z-index: 2;
   left: 15.99px;
   top: 435px;
 }

 .text_f0d86f8832f6 {
   width: 219px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 54px;
   top: 0px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0d86f8832f6 {
   overflow: visible;
 }

 .container_1df1efc040ae {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   z-index: 2;
   left: 16px;
   top: 40px;
 }

 .text_ddd725d387b7 {
   width: 305px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ddd725d387b7 {
   overflow: visible;
 }

 .container_ae72991612e9 {
   position: absolute !important;
   overflow: visible;
   width: 326.92px;
   height: 84px;
   z-index: 2;
   left: 16px;
   top: 148px;
 }

 .text_5a69092860a3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 11px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a43b696a2dac {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 38px;
   z-index: 2;
   left: 72.46px;
   top: 266px;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_wrapper_a43b696a2dac {
   position: absolute !important;
   overflow: visible;
   left: 72.46px;
   top: 266px;
   width: 214px;
   height: 38px;
   z-index: 2;
 }

 .container_nested_a43b696a2dac {
   width: 214px;
   height: 38px;
   z-index: 2;
   background: #fe743b;
   border-radius: 37170400px 37170400px 37170400px 37170400px;
 }

 .container_f5ef679c69d9 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 350px;
   z-index: 2;
   left: 0px;
   top: 2710px;
   background: #00434f;
 }

 .container_489a03f27bf5 {
   position: absolute !important;
   overflow: visible;
   width: 358.92px;
   height: 2650.33px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_8f87d63ab30e {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 4008.65px;
   z-index: 2;
   left: 0px;
   top: 44px;
 }

 .imageview_cb9e237b14d7 {
   width: 102.14px;
   height: 63.99px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_cb9e237b14d7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_71a11a38c2c1 {
   width: 23.99px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

 .imageview_71a11a38c2c1 img {
   width: 100%;
   height: 100%;
 }

 .container_064203ac94ec {
   position: absolute !important;
   overflow: visible;
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
   left: 286.95px;
   top: 12px;
 }

 .container_wrapper_064203ac94ec {
   position: absolute !important;
   overflow: visible;
   left: 286.95px;
   top: 12px;
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
 }

 .container_nested_064203ac94ec {
   width: 39.98px;
   height: 39.98px;
   z-index: 3;
 }

 .container_e43416af76ef {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 64px;
   z-index: 3;
   left: 0px;
   top: 142px;
   background: #ffffff;
 }

 .imageview_f13bcd81ea52 {
   width: 358px;
   height: 771px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 3100px;
   _scaling-factor: 0.5;
 }

 .imageview_f13bcd81ea52 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_278a2e7b4375 {
   width: 358px;
   height: 217px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 3871px;
   _scaling-factor: 0.5;
 }

 .imageview_278a2e7b4375 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_994bbcc6e54b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 54.96px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_72155a9a0951 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23px;
   z-index: 4;
   left: 0px;
   top: 33.09px;
 }

 .container_65a31c73d38d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 55.49px;
   z-index: 4;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 15.99px;
   top: 888px;
   box-shadow: inset 0 1.11px 0 0 #ffffff1a;
 }

 .text_8661aa360921 {
   width: 300px;
   height: 77px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9c8429201971 {
   position: absolute !important;
   overflow: visible;
   width: 290px;
   height: 52px;
   z-index: 4;
   left: 15.01px;
   top: 120px;
 }

 .imageview_fbd7e1a6a09b {
   width: 227px;
   height: auto !important;
   z-index: 5;
   position: absolute !important;
   left: 0.01px;
   top: 0px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_fbd7e1a6a09b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_01734dddeb71 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 142px;
   z-index: 4;
   left: 15.99px;
   top: 20px;
 }

 .text_a4e576249c20 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_49f495c374ca {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_f238a934b350 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a9f6f7a03b67 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_89b888ce9df2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ac88de18e7ae {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .text_135443a5d4fd {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ef2598158a78 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 95.96px;
 }

 .container_ea4835f079d6 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 119.95px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_63c6b6e8f3f3 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63c6b6e8f3f3 {
   overflow: visible;
 }

 .container_d40723592c4e {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_88ae2b40c853 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 163.93px;
   z-index: 4;
   left: 15.99px;
   top: 250px;
 }

 .text_c1533e75db8c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e89eb3d71ed4 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .text_6466d34a2832 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ef4fa8253133 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 31.99px;
 }

 .text_dd58f43db9c3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c42af8b127eb {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 63.97px;
 }

 .container_429d66aabef2 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 87.96px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .text_d3a72595d8fb {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3a72595d8fb {
   overflow: visible;
 }

 .container_8808a2d4ae7b {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .container_6802699aba51 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 131.95px;
   z-index: 4;
   left: 15.99px;
   top: 440px;
 }

 .text_e32624e44484 {
   width: 326.93px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e32624e44484 {
   overflow: visible;
 }

 .container_c861f3357e14 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 27.99px;
   z-index: 4;
   left: 15px;
   top: 0px;
 }

 .text_2e918d80c66b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1f04d41be4e5 {
   position: absolute !important;
   overflow: visible;
   width: 104.58px;
   height: 23.99px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_6bf1ee79d24f {
   width: 19.99px;
   height: 19.33px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2.5px;
 }

 .imageview_6bf1ee79d24f img {
   width: 100%;
   height: 100%;
 }

 .container_9ee53a071dc0 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 23.99px;
   z-index: 4;
   left: 0px;
   top: 61.57px;
 }

 .text_57e459d0f3c1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0.02px;
   top: 26.07px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_35769a304b8a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_f7d352e1a618 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_4b9c3f304475 {
   position: absolute !important;
   overflow: visible;
   width: 127.57px;
   height: 26px;
   z-index: 4;
   left: 27.99px;
   top: 0px;
 }

 .imageview_2f086cfebb1a {
   width: 20.57px;
   height: 20.6px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

 .imageview_2f086cfebb1a img {
   width: 100%;
   height: 100%;
 }

 .container_8a30cfc1df59 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 49.57px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_f8661802aa35 {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 85.56px;
   z-index: 4;
   left: 15px;
   top: 43.98px;
 }

 .container_8fbbc5783d9d {
   position: absolute !important;
   overflow: visible;
   width: 326.93px;
   height: 129.54px;
   z-index: 4;
   left: 15.99px;
   top: 615px;
 }

 .imageview_2ca37cfac84b {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 52px;
   top: 0px;
 }

 .imageview_2ca37cfac84b img {
   width: 100%;
   height: 100%;
 }

 .imageview_a0bd03242b6c {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_a0bd03242b6c img {
   width: 100%;
   height: 100%;
 }

 .container_2bf0705471fc {
   position: absolute !important;
   overflow: visible;
   width: 92px;
   height: 40px;
   z-index: 4;
   left: 133px;
   top: 790px;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_f43cb286d7ce {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 988px;
   z-index: 4;
   left: 0px;
   top: 3100px;
   background: #00434fe6;
 }

 .viewport_e4eda86069ea {
   width: 358px;
   height: 4088px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_0fdb4ecf74a3 {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_0fdb4ecf74a3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_0dfdc91aa1bf {
   width: 780px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_0dfdc91aa1bf img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9a5539288a69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4f2b1d11d6dc {
   position: absolute !important;
   overflow: visible;
   width: 97px;
   height: 20px;
   z-index: 1;
   left: 272.36px;
   top: 0px;
 }

 .text_eed31f124593 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eed31f124593 {
   overflow: visible;
 }

 .container_c641e0c6c16d {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 262.36px;
   top: 0px;
 }

 .text_0c968e5a0d91 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a74229f01aea {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 146.36px;
   top: 0px;
 }

 .text_2cf32a7f8436 {
   width: 3.36px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2cf32a7f8436 {
   overflow: visible;
 }

 .container_5686087dbf9e {
   position: absolute !important;
   overflow: visible;
   width: 3.36px;
   height: 20px;
   z-index: 1;
   left: 138px;
   top: 0px;
 }

 .text_fa7fd8264220 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1a9219a914a8 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_wrapper_1a9219a914a8 {
   position: absolute !important;
   overflow: visible;
   left: 13px;
   top: 0px;
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_1a9219a914a8 {
   width: 120px;
   height: 20px;
   z-index: 1;
 }

 .container_c03936fa435d {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_c90763c26c9c {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 30px;
   top: 12px;
 }

 .text_d68941e15773 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fe2ecb4f6406 {
   position: absolute !important;
   overflow: visible;
   width: 126px;
   height: 20px;
   z-index: 1;
   left: 216px;
   top: 0px;
 }

 .text_e2efaa8361cd {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2efaa8361cd {
   overflow: visible;
 }

 .container_dbec879feab4 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 205px;
   top: 0px;
 }

 .text_d95abff1062d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8e87957102da {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 88px;
   top: 0px;
 }

 .text_66c025334c14 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_66c025334c14 {
   overflow: visible;
 }

 .container_f2bc5cdb7c76 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 77px;
   top: 0px;
 }

 .text_6a202739b686 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6fe12fb69211 {
   position: absolute !important;
   overflow: visible;
   width: 57px;
   height: 20px;
   z-index: 1;
   left: 14px;
   top: 0px;
 }

 .container_a180d28c6e06 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_87b46f89a6e4 {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 413.5px;
   top: 12px;
 }

 .text_e692c5f99dec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2ad1aef44e9e {
   position: absolute !important;
   overflow: visible;
   width: 119.92px;
   height: 20px;
   z-index: 1;
   left: 231px;
   top: 0px;
 }

 .text_ffc3e4f4e240 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ffc3e4f4e240 {
   overflow: visible;
 }

 .container_96d29f72d752 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 221px;
   top: 0px;
 }

 .text_b9e9f4664de8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c7813fa5de93 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   z-index: 1;
   left: 105px;
   top: 0px;
 }

 .text_a95181f50812 {
   width: 5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a95181f50812 {
   overflow: visible;
 }

 .container_9682bd8d2297 {
   position: absolute !important;
   overflow: visible;
   width: 5px;
   height: 20px;
   z-index: 1;
   left: 95px;
   top: 0px;
 }

 .text_4eed40ed73f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_38a2c3a9801f {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 20px;
   z-index: 1;
   left: 13px;
   top: 0px;
 }

 .container_c1702a5a9a49 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6px;
   background: #05df72;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.9998729825019836;
 }

 .container_43d04a99c67f {
   position: absolute !important;
   overflow: visible;
   width: 8px;
   height: 8px;
   z-index: 1;
   left: 766.06px;
   top: 12px;
 }

 .text_73c19df9ffe0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_74cf2290802c {
   position: absolute !important;
   overflow: visible;
   width: 80.94px;
   height: 20px;
   z-index: 1;
   left: 116.52px;
   top: 4px;
 }

 .text_15675d4092c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d828d78a1fd7 {
   position: absolute !important;
   overflow: visible;
   width: 73.27px;
   height: 20px;
   z-index: 1;
   left: 35.26px;
   top: 4px;
 }

 .imageview_1bad67a0a674 {
   width: 15.26px;
   height: 15.29px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 6.36px;
 }

 .imageview_1bad67a0a674 img {
   width: 100%;
   height: 100%;
 }

 .container_38f1e602cb0f {
   position: absolute !important;
   overflow: visible;
   width: 209.47px;
   height: 28px;
   z-index: 1;
   left: 1326px;
   top: 8px;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_38f1e602cb0f {
   position: absolute !important;
   overflow: visible;
   left: 1326px;
   top: 8px;
   width: 209.47px;
   height: 28px;
   z-index: 1;
 }

 .container_nested_38f1e602cb0f {
   width: 209.47px;
   height: 28px;
   z-index: 1;
   background: #fccbe8;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_da4c084af661 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .imageview_2a1654a54c4d {
   width: 148px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   aspect-ratio: 1 / 0.6264912817375344;
   _scaling-factor: 0.5;
 }

 .imageview_2a1654a54c4d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e3f8feb47be5 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8px;
 }

 .imageview_e3f8feb47be5 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_e3f8feb47be5.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_7ad4a31f5873 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 8px;
 }

 .imageview_7ad4a31f5873 img {
   position: absolute;
   width: 20.7px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_7ad4a31f5873.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_fffdf68e0fc6 {
   width: 40px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 8px;
 }

 .imageview_fffdf68e0fc6 img {
   position: absolute;
   width: 40.0px !important;
   height: 20.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.3px;
 }

 .imageview_fffdf68e0fc6.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_47b97748bc97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19.48px;
   top: 8px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_95f618c0ed3e {
   position: absolute !important;
   overflow: visible;
   width: 152.97px;
   height: 36px;
   z-index: 1;
   left: 128px;
   top: 0px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_95f618c0ed3e {
   position: absolute !important;
   overflow: visible;
   left: 128px;
   top: 0px;
   width: 152.97px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_95f618c0ed3e {
   width: 152.97px;
   height: 36px;
   z-index: 1;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_2f8c47b148a8 {
   position: absolute !important;
   overflow: visible;
   width: 280.97px;
   height: 36px;
   z-index: 1;
   left: 1254px;
   top: 10px;
 }

 .imageview_24a78e7256ed {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 60.28px;
   top: 4px;
 }

 .imageview_24a78e7256ed img {
   width: 100%;
   height: 100%;
 }

 .text_f0ca0cc07ea0 {
   width: 95px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0ca0cc07ea0 {
   overflow: visible;
 }

 .container_91faa9c5c489 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_071a1c6d6b81 {
   position: absolute !important;
   overflow: visible;
   width: 76.27px;
   height: 24px;
   z-index: 1;
   left: 680.72px;
   top: 0px;
 }

 .text_80edff0481e7 {
   width: 55px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3f852531b16d {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 24px;
   z-index: 1;
   left: 605.72px;
   top: 0px;
 }

 .imageview_fe4cb3d21db5 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 114.64px;
   top: 4px;
 }

 .imageview_fe4cb3d21db5 img {
   width: 100%;
   height: 100%;
 }

 .text_7f8d13b4d0b8 {
   width: 147px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7f8d13b4d0b8 {
   overflow: visible;
 }

 .container_82e74b864501 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 2;
   left: -0.36px;
   top: 0px;
 }

 .container_4001b1bfc787 {
   position: absolute !important;
   overflow: visible;
   width: 130.36px;
   height: 24px;
   z-index: 1;
   left: 446.36px;
   top: 0px;
 }

 .container_wrapper_4001b1bfc787 {
   position: absolute !important;
   overflow: visible;
   left: 446.36px;
   top: 0px;
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_4001b1bfc787 {
   width: 130.36px;
   height: 24px;
   z-index: 1;
 }

 .imageview_846c9ea85204 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 94.39px;
   top: 4px;
 }

 .imageview_846c9ea85204 img {
   width: 100%;
   height: 100%;
 }

 .text_b4614e0a2462 {
   width: 126px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_30f997d74c9d {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6323a8ea5ce6 {
   position: absolute !important;
   overflow: visible;
   width: 110.75px;
   height: 24px;
   z-index: 1;
   left: 306.61px;
   top: 0px;
 }

 .imageview_4e62621ec8e3 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 4px;
 }

 .imageview_4e62621ec8e3 img {
   width: 100%;
   height: 100%;
 }

 .text_66e078ed9d91 {
   width: 105px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0.39px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_66e078ed9d91 {
   overflow: visible;
 }

 .container_e44e1a005023 {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_89f7b677debe {
   position: absolute !important;
   overflow: visible;
   width: 89px;
   height: 24px;
   z-index: 1;
   left: 188.61px;
   top: 0px;
 }

 .imageview_f0df4070a111 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 4px;
 }

 .imageview_f0df4070a111 img {
   width: 100%;
   height: 100%;
 }

 .text_3e5d45e14f95 {
   width: 102px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3e5d45e14f95 {
   overflow: visible;
 }

 .container_ca3cd8cc4289 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_c0fda4e1bca8 {
   position: absolute !important;
   overflow: visible;
   width: 87.61px;
   height: 24px;
   z-index: 1;
   left: 72px;
   top: 0px;
 }

 .text_2a55c45c6a4b {
   width: 79px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2a55c45c6a4b {
   overflow: visible;
 }

 .container_4d7fe0ae69bf {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_4d7fe0ae69bf {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_4d7fe0ae69bf {
   width: 43px;
   height: 24px;
   z-index: 1;
 }

 .container_bb0fc1659b91 {
   position: absolute !important;
   overflow: visible;
   width: 776px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 16px;
 }

 .container_wrapper_bb0fc1659b91 {
   position: absolute !important;
   overflow: visible;
   left: 300px;
   top: 16px;
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_bb0fc1659b91 {
   width: 776px;
   height: 24px;
   z-index: 1;
 }

 .container_83891a46810b {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 44px;
   background: #ffffff;
 }

 .container_wrapper_83891a46810b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 44px;
   width: 1564px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_83891a46810b {
   width: 1564px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
 }

 .imageview_cc26becd9395 {
   width: 1564px;
   height: 400px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_cc26becd9395 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_dae2caeb62ed {
   padding: 10px 10px 10px 10px;
   width: 1024px;
   height: 683px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2025:2193.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 12px 12px 12px 12px;
   mix-blend-mode: normal;
 }

 .container_808da82a9ab0 {
   width: 1024px;
   height: 683px;
   position: absolute !important;
   left: 270px;
   top: 620px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_d360781c21bc {
   width: max-content;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1cbd4ce4939a {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 446px;
   top: 560px;
 }

 .text_5e8016a7b519 {
   width: max-content;
   position: absolute !important;
   left: 662px;
   top: 500px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .text_7c67ed4dae6c {
   width: 637px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c67ed4dae6c {
   overflow: visible;
 }

 .container_6b6f68cbe279 {
   position: absolute !important;
   overflow: visible;
   width: 637px;
   height: 56px;
   z-index: 1;
   left: 16px;
   top: 204px;
 }

 .text_179876da62c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_87def6075b25 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 48px;
   z-index: 1;
   left: 16px;
   top: 140px;
 }

 .text_156e59b3d00d {
   width: max-content;
   position: absolute !important;
   left: 334px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ab3a7d1e01a0 {
   position: absolute !important;
   overflow: visible;
   width: 748px;
   height: 29px;
   left: 3px;
   top: 3.5px;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .text_bf58c75e9f16 {
   width: max-content;
   position: absolute !important;
   left: 333.5px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a31349fc68d0 {
   position: absolute !important;
   overflow: visible;
   width: 748px;
   height: 29px;
   left: 751px;
   top: 3.5px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .container_61807da48187 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 36px;
   left: 31px;
   top: 425px;
   background: #f7e7dd;
   border-radius: 16px 16px 16px 16px;
 }

 .text_ac920ca7eb10 {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac920ca7eb10 {
   overflow: visible;
 }

 .container_36bd1dc743dc {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .text_88e4c233f52f {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_88e4c233f52f {
   overflow: visible;
 }

 .container_5b60a58afa76 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_6b4f4e67f8c6 {
   width: 307.5px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 260px;
 }

 .text_1cfa79b148f5 {
   width: 307px;
   height: 445px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.41px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-5ad1adfcf1b3_1cfa79b148f5 {
   line-height: 20px;
   font-family: 'General Sans';
 }

 .text-1ab33cf44c2f_1cfa79b148f5 {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .text-8b2fc4997e42_1cfa79b148f5 {
   line-height: 22.4px;
   font-family: 'General Sans';
 }

 .text-a35f318b6a95_1cfa79b148f5 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-a7491796cb65_1cfa79b148f5 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1ba389fb389c {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 445px;
   z-index: 3;
   left: 24px;
   top: 94px;
 }

 .container_3c3b933751b5 {
   position: absolute !important;
   overflow: visible;
   width: 321px;
   height: 493px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_e63d91f0ab27 {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_e63d91f0ab27 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2aff127b8ea6 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 900px;
   z-index: 2;
   left: 381px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_6e46dc19094c {
   width: 356px;
   height: 356px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -349px;
   _scaling-factor: 0.5;
 }

 .imageview_6e46dc19094c.wp-block-image {
   width: 356px !important;
   height: 7px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_6e46dc19094c img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_05032b1da8f7 {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_05032b1da8f7 {
   overflow: visible;
 }

 .container_11a46a2423ef {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_d846a0053d09 {
   width: 307px;
   height: 400px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-0fc0a66bd44f_d846a0053d09 {
   line-height: 20px;
   font-family: 'General Sans';
 }

 .text-d9da0e4efb0c_d846a0053d09 {
   line-height: 22.4px;
   font-family: 'General Sans';
 }

 .text-b1bead7c785a_d846a0053d09 {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .text-c7f3e012d262_d846a0053d09 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_115dbe464ab0 {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 400px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .text_dd82d7fb2d06 {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dd82d7fb2d06 {
   overflow: visible;
 }

 .container_ca023bc5ff58 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .container_73e6f5cecb8e {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 280px;
 }

 .container_a1a911365df4 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 49px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .container_2311ab6e0030 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_763fcc6ad504 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 430px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .text_0aff0bd7227b {
   width: 1502px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0aff0bd7227b {
   overflow: visible;
 }

 .container_d74a44bbe49e {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_18ff6f5ee21a {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 701.89px;
   z-index: 2;
   left: 0px;
   top: 5224px;
 }

 .text_af9c339120d6 {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af9c339120d6 {
   overflow: visible;
 }

 .container_302b4d483f2e {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .text_d3063a474bcf {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3063a474bcf {
   overflow: visible;
 }

 .container_3d1cee60e8a0 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_557171f66cd5 {
   width: 305px;
   height: 437px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_557171f66cd5 {
   overflow: visible;
 }

 .text-5bfd9f7013a4_557171f66cd5 {
   line-height: 23px;
   font-family: 'Inter';
 }

 .text-8d9681bececc_557171f66cd5 {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .container_b606e93599c7 {
   position: absolute !important;
   overflow: visible;
   width: 305px;
   height: 202px;
   z-index: 2;
   left: 24px;
   top: 93.59px;
 }

 .container_ed1720e0fe21 {
   width: 307.5px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 455px;
 }

 .container_aae2ff01df82 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_ef22eec0ebce {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_ef22eec0ebce img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a4cb790d5d53 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_8a912cf8e3ee {
   width: 355px;
   height: 355px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_8a912cf8e3ee img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6863598acc2f {
   width: 307.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6863598acc2f {
   overflow: visible;
 }

 .container_fc35002335d5 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 61.59px;
 }

 .text_dc4100791a60 {
   width: 307.5px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc4100791a60 {
   overflow: visible;
 }

 .container_51e619b90cfd {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_870b21fbf09f {
   width: 307px;
   height: 445px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.41px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-a7bc1a7f26df_870b21fbf09f {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-5c3ee4e198b0_870b21fbf09f {
   line-height: 20px;
   font-family: 'General Sans';
 }

 .container_11c306d28593 {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 445px;
   z-index: 3;
   left: 24px;
   top: 93.59px;
 }

 .container_2ca6b96d45a6 {
   width: 307.5px;
   height: 1px;
   z-index: 4;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 360px;
 }

 .container_762a3049ff31 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 3;
   left: 1px;
   top: 350px;
 }

 .container_b92da6e0e625 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 1143px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_096f79c61071 {
   width: 356px;
   height: 356px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_096f79c61071 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_53dff0843d8c {
   width: 307.5px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_53dff0843d8c {
   overflow: visible;
 }

 .container_d321639a0eed {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_95d0210f3ebf {
   width: 307.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_95d0210f3ebf {
   overflow: visible;
 }

 .container_aa4fc39bb8ae {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 61.59px;
 }

 .text_8063c139a122 {
   width: 305px;
   height: 426px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8063c139a122 {
   overflow: visible;
 }

 .container_b649a3026195 {
   position: absolute !important;
   overflow: visible;
   width: 305px;
   height: 224px;
   z-index: 3;
   left: 24px;
   top: 93.59px;
 }

 .container_4548f144323b {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 370px;
 }

 .container_33050e9b89d8 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 3;
   left: 1px;
   top: 350px;
 }

 .container_239b69c0555b {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 762px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_451ac4ab7f0b {
   width: 328px;
   height: 356px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_451ac4ab7f0b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_be96894bbd25 {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 23px;
   top: 340px;
 }

 .text_a9c332e11b75 {
   width: 307.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a9c332e11b75 {
   overflow: visible;
 }

 .container_7f77513ddf57 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 61.59px;
 }

 .text_1e963f5772dc {
   width: 307.5px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1e963f5772dc {
   overflow: visible;
 }

 .container_1881cc63c0c2 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_0e19cf8be81e {
   width: 305px;
   height: 437px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0e19cf8be81e {
   overflow: visible;
 }

 .text-ec6c5a9989d4_0e19cf8be81e {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .text-b06cb6516118_0e19cf8be81e {
   line-height: 23px;
   font-family: 'Inter';
 }

 .container_2656286e3a73 {
   position: absolute !important;
   overflow: visible;
   width: 305px;
   height: 202px;
   z-index: 3;
   left: 24px;
   top: 96px;
 }

 .container_737c233803c3 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 3;
   left: 1px;
   top: 350px;
 }

 .container_522296211fb4 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 0px;
   top: 924px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_c88813550b29 {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c88813550b29 {
   overflow: visible;
 }

 .container_cf53a431261c {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_749a4eb79610 {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_749a4eb79610 {
   overflow: visible;
 }

 .container_3df2a6b00133 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .container_25cd837e4410 {
   width: 307.5px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 435px;
 }

 .text_18e5508b4efb {
   width: 305px;
   height: 437px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18e5508b4efb {
   overflow: visible;
 }

 .text-13ea31b0439a_18e5508b4efb {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .text-539b9339ef3d_18e5508b4efb {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .text-ebf407446e83_18e5508b4efb {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .container_3f1787f6bb5a {
   position: absolute !important;
   overflow: visible;
   width: 305px;
   height: 202px;
   z-index: 2;
   left: 24px;
   top: 96px;
 }

 .container_5974b90838da {
   position: absolute !important;
   overflow: visible;
   width: 353px;
   height: 250px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_32406dc8580a {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_32406dc8580a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_f450f65c6223 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 381px;
   top: 924px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_363666908b1a {
   width: 356px;
   height: 356px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_363666908b1a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a8a06b9d8342 {
   width: 307.5px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8a06b9d8342 {
   overflow: visible;
 }

 .container_c845d95b40f4 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_331f573b3821 {
   width: 307.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_331f573b3821 {
   overflow: visible;
 }

 .container_e789dfdf3fdb {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 65.59px;
 }

 .text_b13a3fde9a60 {
   width: 305px;
   height: 314px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b13a3fde9a60 {
   overflow: visible;
 }

 .container_d11e6eaa530c {
   position: absolute !important;
   overflow: visible;
   width: 305px;
   height: 224px;
   z-index: 3;
   left: 24px;
   top: 93.59px;
 }

 .container_506e906867cf {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 350px;
 }

 .container_725e11ca7296 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 49px;
   z-index: 3;
   left: 1px;
   top: 350px;
 }

 .container_09879fe1ddd1 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 762px;
   top: 924px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_9cb180667412 {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9cb180667412 {
   overflow: visible;
 }

 .container_39a7f6494417 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_7298ce08c609 {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7298ce08c609 {
   overflow: visible;
 }

 .container_0e0f8708e8cc {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 65.59px;
 }

 .text_60b173589f53 {
   width: 305px;
   height: 430px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.41px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-684e807aeba1_60b173589f53 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-a2702a3f9225_60b173589f53 {
   line-height: 23px;
   font-family: 'Inter';
 }

 .text-3a3baf6d824d_60b173589f53 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-adc73ee70724_60b173589f53 {
   line-height: 20px;
   font-family: 'General Sans';
 }

 .container_9847b28046fd {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 60px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_f118d5306d9d {
   width: 307.5px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 0px;
   top: 340px;
 }

 .container_0edeb4a2bf30 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 407.31px;
   z-index: 2;
   left: 24px;
   top: 93.59px;
 }

 .container_efd231b27bcd {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 524.91px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_0088e8a51787 {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_0088e8a51787 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_692bb7064192 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 381px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_dd41b39e4f3b {
   width: 356px;
   height: 356px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_dd41b39e4f3b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4066f179a353 {
   width: 307.5px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4066f179a353 {
   overflow: visible;
 }

 .container_632632011f43 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .text_515429868714 {
   width: 307.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_515429868714 {
   overflow: visible;
 }

 .container_0b957aaa35ac {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 65.59px;
 }

 .text_6cbfa5fc80d4 {
   width: 305px;
   height: 426px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6cbfa5fc80d4 {
   overflow: visible;
 }

 .text-85b84afdd779_6cbfa5fc80d4 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-9362923e93a4_6cbfa5fc80d4 {
   line-height: 22.4px;
   font-family: 'General Sans';
 }

 .container_4307ab6eaded {
   position: absolute !important;
   overflow: visible;
   width: 305px;
   height: 224px;
   z-index: 3;
   left: 24px;
   top: 93.59px;
 }

 .container_a1a383fa9831 {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 350px;
 }

 .container_31b28e32ea16 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 49px;
   z-index: 3;
   left: 1px;
   top: 350px;
 }

 .container_5e8bf71a60f8 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 1143px;
   top: 924px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_5a8e3ee97f29 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 202px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .text_b5068b17c53f {
   width: 1502px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b5068b17c53f {
   overflow: visible;
 }

 .container_4733b1338206 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_99129c4a3fe7 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 1488.02px;
   z-index: 2;
   left: 0px;
   top: 1370px;
 }

 .text_6f4bfe9d38fa {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f4bfe9d38fa {
   overflow: visible;
 }

 .container_c578fd506713 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .text_a421a751ab11 {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a421a751ab11 {
   overflow: visible;
 }

 .container_f222ab7d8e6d {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_2481e090498b {
   width: 304px;
   height: 345px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2481e090498b {
   overflow: visible;
 }

 .text-18ee4d6f0cb4_2481e090498b {
   line-height: 23px;
   font-family: 'Inter';
 }

 .text-2709fb7a81f1_2481e090498b {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .container_0d0ea27f97aa {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 430px;
   z-index: 2;
   left: 24px;
   top: 96px;
 }

 .container_022426f140e1 {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 330px;
 }

 .container_c62b1a900731 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .container_954089f8c0bc {
   padding: 10px 10px 10px 10px;
   width: 356px;
   height: 356px;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   mix-blend-mode: normal;
 }

 .container_17683fdcd1af {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/0787f47b-f3d4-4b0f-b897-2e3a8c5925ad/2025:2296.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_168bf2d9872c {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 900px;
   z-index: 2;
   left: 763px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .text_de8cb834ba35 {
   width: 304px;
   height: 437px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_de8cb834ba35 {
   overflow: visible;
 }

 .container_81903db8d0f9 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 430px;
   z-index: 2;
   left: 23px;
   top: 94px;
 }

 .text_aa76fcf5aa8d {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aa76fcf5aa8d {
   overflow: visible;
 }

 .container_119347537df6 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .text_27eb7e3b6da7 {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_27eb7e3b6da7 {
   overflow: visible;
 }

 .container_5c49a8ef4a81 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_4c4a42f6c9e7 {
   width: 307.5px;
   height: 1px;
   z-index: 3;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 310px;
 }

 .container_9506212f8628 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_76e96f1b4461 {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_76e96f1b4461 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7e06add4db89 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 381px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .imageview_4da5248eda24 {
   width: 356px;
   height: 356px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_4da5248eda24 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_b2a49bdaf53b {
   width: 304px;
   height: 430px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b2a49bdaf53b {
   overflow: visible;
 }

 .text-a2e6582b5d0c_b2a49bdaf53b {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .text-5333a8c0383d_b2a49bdaf53b {
   line-height: 22.4px;
   font-family: 'General Sans';
 }

 .container_7c0eea77520a {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 430px;
   z-index: 3;
   left: 24px;
   top: 94px;
 }

 .text_41b1c16b36d2 {
   width: 307.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41b1c16b36d2 {
   overflow: visible;
 }

 .container_be9f34927710 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 61.59px;
 }

 .text_c8e6ef90e17d {
   width: 307.5px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c8e6ef90e17d {
   overflow: visible;
 }

 .container_65d6476e4b64 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 3;
   left: 24px;
   top: 24px;
 }

 .container_ed12b674215c {
   width: 307.5px;
   height: 1px;
   z-index: 4;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 330px;
 }

 .container_4d87f6a52103 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 49px;
   z-index: 3;
   left: 1px;
   top: 350px;
 }

 .container_3f0b7dd2048f {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 900px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_460f0b1ecce0 {
   width: 307.5px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 390px;
 }

 .text_8f6091461240 {
   width: 304px;
   height: 414px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8f6091461240 {
   overflow: visible;
 }

 .text-423e6be5c3f5_8f6091461240 {
   line-height: 23px;
   font-family: 'Inter';
 }

 .text-86518f66471c_8f6091461240 {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .container_488d6d169d8b {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 430px;
   z-index: 3;
   left: 24px;
   top: 94px;
 }

 .text_6f38a8467725 {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f38a8467725 {
   overflow: visible;
 }

 .container_3f5f30c3cda5 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .text_869250f278af {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_869250f278af {
   overflow: visible;
 }

 .container_67deb5075e1a {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_345837d20ff2 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_6ad0b9b8c62d {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_6ad0b9b8c62d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_82f26048b52e {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 1144px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_d570479b2cea {
   width: 307.5px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #d1d5dcff;
   border-right: 0px solid #d1d5dcff;
   border-bottom: 0px solid #d1d5dcff;
   border-left: 0px solid #d1d5dcff;
   position: absolute !important;
   left: 24px;
   top: 340px;
 }

 .text_20eaeae4788e {
   width: 304px;
   height: 437px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_20eaeae4788e {
   overflow: visible;
 }

 .text-13cfc675bed4_20eaeae4788e {
   line-height: 23px;
   font-family: 'Inter';
 }

 .text-10f1a32b5447_20eaeae4788e {
   line-height: 23px;
   font-family: 'General Sans';
 }

 .container_1aeb33d46af1 {
   position: absolute !important;
   overflow: visible;
   width: 304px;
   height: 430px;
   z-index: 3;
   left: 24px;
   top: 94px;
 }

 .text_caab45fb5d1c {
   width: 307.5px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_caab45fb5d1c {
   overflow: visible;
 }

 .container_847bba162805 {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 20px;
   z-index: 2;
   left: 24px;
   top: 61.59px;
 }

 .text_eaa76d9ab92f {
   width: 307.5px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eaa76d9ab92f {
   overflow: visible;
 }

 .container_2a13ad6e6bfc {
   position: absolute !important;
   overflow: visible;
   width: 307.5px;
   height: 33.59px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_205979a37076 {
   position: absolute !important;
   overflow: visible;
   width: 355.5px;
   height: 117.59px;
   z-index: 2;
   left: 1px;
   top: 350px;
 }

 .imageview_01541926053e {
   width: 356px;
   height: 356px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 0.5;
 }

 .imageview_01541926053e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_cba536fc9544 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 900px;
   z-index: 2;
   left: 0px;
   top: 924px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #00434f1a;
 }

 .container_27cabd80d834 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 1px;
   z-index: 2;
   left: 0px;
   top: 56px;
 }

 .text_109f60ae1a98 {
   width: 1502px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_109f60ae1a98 {
   overflow: visible;
 }

 .container_5caa52181dce {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 32px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_07b57a523a77 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 634.72px;
   z-index: 2;
   left: 0px;
   top: 3300px;
 }

 .container_8da40a18a670 {
   position: absolute !important;
   overflow: visible;
   width: 1502px;
   height: 1310.72px;
   z-index: 2;
   left: 31px;
   top: 0px;
 }

 .container_5d9bcbb216cb {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 5223px;
   left: 0px;
   top: 100px;
 }

 .text_412f6ace7852 {
   width: max-content;
   position: absolute !important;
   left: 637px;
   top: 0px;
   line-height: 41.6px;
   font-family: 'Inter';
 }

 .container_de8945004015 {
   position: absolute !important;
   overflow: visible;
   width: 1501px;
   height: 42px;
   left: 32px;
   top: 80px;
 }

 .text_20de5ba5c9e7 {
   width: 635px;
   height: 56px;
   position: absolute !important;
   left: 18px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_20de5ba5c9e7 {
   overflow: visible;
 }

 .container_4c2366954f3a {
   position: absolute !important;
   overflow: visible;
   width: 671px;
   height: 56px;
   left: 447px;
   top: 146px;
 }

 .text_4597a253e4d8 {
   width: max-content;
   position: absolute !important;
   left: 19px;
   top: 11px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_15380cd89114 {
   position: absolute !important;
   overflow: visible;
   width: 256px;
   height: 46px;
   left: 654.5px;
   top: 226px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_wrapper_15380cd89114 {
   position: absolute !important;
   overflow: visible;
   left: 654.5px;
   top: 226px;
   width: 256px;
   height: 46px;
 }

 .container_nested_15380cd89114 {
   width: 256px;
   height: 46px;
   background: #fe743b;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .container_2104321f5692 {
   position: absolute !important;
   overflow: visible;
   width: 1565px;
   height: 352px;
   left: 0px;
   top: 6350px;
   background: #f7e7dd;
 }

 .imageview_3393142dc185 {
   width: 782px;
   height: 387px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_3393142dc185 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_472db5eed1c3 {
   width: 782px;
   height: 387px;
   z-index: 1;
   position: absolute !important;
   left: 782px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_472db5eed1c3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_36b81464a719 {
   width: 227px;
   height: auto !important;
   z-index: 2;
   position: absolute !important;
   left: 30px;
   top: 0.25px;
   aspect-ratio: 1 / 0.6264529548513398;
   _scaling-factor: 0.5;
 }

 .imageview_36b81464a719 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_3e31bbc7161d {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 1412px;
   top: 160.25px;
 }

 .imageview_3e31bbc7161d img {
   width: 100%;
   height: 100%;
 }

 .imageview_26259829e6a4 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 1360px;
   top: 160.25px;
 }

 .imageview_26259829e6a4 img {
   width: 100%;
   height: 100%;
 }

 .text_0e70b6663a66 {
   width: 313px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 50px;
   top: 75px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0e70b6663a66 {
   overflow: visible;
 }

 .text_4b573c9975ce {
   width: 352px;
   height: 203.19px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_14823208f0f3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3fe5e90ea671 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 44px;
 }

 .text_2a06cf19abed {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_be13878bb0c2 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 76px;
 }

 .text_96e7cd00e4ac {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2bfe782fac84 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 108px;
 }

 .text_39a76b3b6af1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_46b3d3daf2b4 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 4;
   left: 0px;
   top: 140px;
 }

 .container_04a00bdae5f0 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 464px;
   top: 0.25px;
 }

 .container_wrapper_04a00bdae5f0 {
   position: absolute !important;
   overflow: visible;
   left: 464px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_04a00bdae5f0 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .text_23e633b98a0c {
   width: 352px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23e633b98a0c {
   overflow: visible;
 }

 .container_d1413ed90814 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_645040eef773 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f83933a88727 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_6f3ff1e4103b {
   width: 250px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_fdf39dbd5ce7 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 64px;
 }

 .text_8533772b9181 {
   width: 250px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_024fa5ce2227 {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 24px;
   z-index: 3;
   left: 0px;
   top: 128px;
 }

 .container_da8136e45a20 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 88px;
   z-index: 3;
   left: 0px;
   top: 44px;
 }

 .container_e99ea8f352e0 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 758px;
   top: 0.25px;
 }

 .container_wrapper_e99ea8f352e0 {
   position: absolute !important;
   overflow: visible;
   left: 758px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_e99ea8f352e0 {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .text_f546630b8c20 {
   width: 352px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f546630b8c20 {
   overflow: visible;
 }

 .container_935f0e0c0b2e {
   position: absolute !important;
   overflow: visible;
   width: 352px;
   height: 28px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_02e6c933677b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c308fc93db3f {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 44px;
   z-index: 3;
   left: 26.24px;
   top: 59.59px;
 }

 .imageview_35e4f82fdbd2 {
   width: 16.57px;
   height: 16.61px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 49.67px;
 }

 .imageview_35e4f82fdbd2 img {
   position: absolute;
   width: 18.2px !important;
   height: 18.3px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_35e4f82fdbd2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_7cdd38322551 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 26.24px;
   top: 44px;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_3ba1af0571a2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d6e5093573aa {
   position: absolute !important;
   overflow: visible;
   width: 130px;
   height: 44px;
   z-index: 4;
   left: 26.24px;
   top: 100.59px;
 }

 .container_wrapper_d6e5093573aa {
   position: absolute !important;
   overflow: visible;
   left: 26.24px;
   top: 100.59px;
   width: 130px;
   height: 44px;
   z-index: 4;
 }

 .container_nested_d6e5093573aa {
   width: 130px;
   height: 44px;
   z-index: 4;
 }

 .imageview_6dadf64c39a3 {
   width: 16.67px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 117.93px;
 }

 .imageview_6dadf64c39a3 img {
   position: absolute;
   width: 18.3px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_6dadf64c39a3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_7e82aaced8db {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 203px;
   z-index: 3;
   left: 1062px;
   top: 0.25px;
 }

 .container_wrapper_7e82aaced8db {
   position: absolute !important;
   overflow: visible;
   left: 1062px;
   top: 0.25px;
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_nested_7e82aaced8db {
   width: 250px;
   height: 203px;
   z-index: 3;
 }

 .container_39f909770882 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 203px;
   z-index: 3;
   left: 30px;
   top: 48px;
 }

 .container_e9aec98dbe8d {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 387px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #00434fe6;
 }

 .text_c300cba5793f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 643.5px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_d5614d2ff37f {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 23px;
   z-index: 3;
   left: 0px;
   top: 33px;
 }

 .container_e96de73c5b13 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 55.39px;
   z-index: 3;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   left: 30px;
   top: 283.19px;
   box-shadow: inset 0 1px 0 0 #ffffff1a;
 }

 .container_9508e8060659 {
   position: absolute !important;
   overflow: visible;
   width: 1564px;
   height: 386.58px;
   z-index: 1;
   left: 0px;
   top: 6700px;
   background: #00434f;
 }

 .container_wrapper_9508e8060659 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 6700px;
   width: 1564px;
   height: 386.58px;
   z-index: 1;
 }

 .container_nested_9508e8060659 {
   width: 1564px;
   height: 386.58px;
   z-index: 1;
   background: #00434f;
 }

 .viewport_04acb0e5334f {
   width: 1564px;
   height: 7087px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .home_optimization .yotako-main {
     display: none !important;
   }

   .home_optimization .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .home_optimization .yotako-main {
     display: none !important;
   }

   .home_optimization .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .about_us_our_clinic .yotako-main {
     display: none !important;
   }

   .about_us_our_clinic .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .about_us_our_clinic .yotako-main {
     display: none !important;
   }

   .about_us_our_clinic .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .locations .yotako-main {
     display: none !important;
   }

   .locations .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .locations .yotako-main {
     display: none !important;
   }

   .locations .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .our_services .yotako-main {
     display: none !important;
   }

   .our_services .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .our_services .yotako-main {
     display: none !important;
   }

   .our_services .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .for_pet_owners_blog .yotako-main {
     display: none !important;
   }

   .for_pet_owners_blog .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .for_pet_owners_blog .yotako-main {
     display: none !important;
   }

   .for_pet_owners_blog .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .for_pet_owners_testimonials .yotako-main {
     display: none !important;
   }

   .for_pet_owners_testimonials .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .for_pet_owners_testimonials .yotako-main {
     display: none !important;
   }

   .for_pet_owners_testimonials .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .career .yotako-main {
     display: none !important;
   }

   .career .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .career .yotako-main {
     display: none !important;
   }

   .career .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .contact_for_pet_owners .yotako-main {
     display: none !important;
   }

   .contact_for_pet_owners .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .contact_for_pet_owners .yotako-main {
     display: none !important;
   }

   .contact_for_pet_owners .vp_1564 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .contact_for_veterinarians .yotako-main {
     display: none !important;
   }

   .contact_for_veterinarians .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .contact_for_veterinarians .yotako-main {
     display: none !important;
   }

   .contact_for_veterinarians .vp_1564 {
     display: flex !important;
   }
 }
/* LuxiVet: lift header (and its wrapper) above absolutely-positioned content so nav is clickable */
.site-header{position:relative !important;z-index:9999 !important;}
*:has(> header.site-header){z-index:9999 !important;}
.site-footer{position:relative !important;z-index:9998 !important;}
*:has(> footer.site-footer){z-index:9998 !important;}

/* LuxiVet: headings use General Sans (design font); generator mis-mapped them to Inter */
.wp-block-heading,.yt_text_fit{font-family:"General Sans","Inter",sans-serif !important;}

/* hero: line-height was 0.82 (lines overlapping); give it normal heading spacing */
.text_06ff5a1df336,.text_f523f823fc69{line-height:1.2 !important;}

/* hero heading + subtext: match design rendition (heading 40/48, subtext 24/28) */
.text_06ff5a1df336{font-size:40px !important;line-height:48px !important;}
.text_a4f81121b846{font-size:24px !important;line-height:28px !important;}

/* hero: constrain text column to design line-breaks */
.text_06ff5a1df336{font-size:40px !important;line-height:48px !important;max-width:600px !important;}
.text_a4f81121b846{font-size:24px !important;line-height:28px !important;max-width:500px !important;}

/* hero FINAL: match rendition geometry (heading 50/48 maxw815 ->4 lines band27; subtext 31/28 maxw740 ->2 lines band17) */
.text_06ff5a1df336{font-size:50px !important;line-height:48px !important;max-width:815px !important;}
.text_a4f81121b846{font-size:31px !important;line-height:28px !important;max-width:740px !important;}

/* mobile hero heading: match rendition (7 lines, ~31px, l2l 28) + stop subtext overlap */
.text_f4c41f9006dd{font-size:30px !important;line-height:28px !important;}

/* LuxiVet: mobile burger drawer menu (built by script.js) */
#yt-mm{position:fixed;top:0;right:0;height:100%;width:82%;max-width:330px;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .28s ease;z-index:100001;padding:60px 0 24px;overflow-y:auto;-webkit-overflow-scrolling:touch;}
#yt-mm.open{transform:translateX(0);}
#yt-mm-bd{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .28s;z-index:100000;}
#yt-mm-bd.open{opacity:1;visibility:visible;}
#yt-mm .yt-mm-link{display:block;padding:15px 28px;font-family:"General Sans","Inter",sans-serif;font-size:18px;font-weight:600;color:#00434f;text-decoration:none;border-bottom:1px solid #eef0f1;}
#yt-mm .yt-mm-link:active,#yt-mm .yt-mm-link:hover{background:#f3f3f5;}
#yt-mm-x{position:absolute;top:14px;right:16px;width:42px;height:42px;border:0;background:transparent;font-size:34px;line-height:1;color:#00434f;cursor:pointer;}

/* LuxiVet: language switcher (globe dropdown + mobile menu langs) */
.yt-lang-dd{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.16);min-width:150px;z-index:100002;overflow:hidden;}
.yt-lang-opt{display:block;padding:11px 18px;font-family:"General Sans","Inter",sans-serif;font-size:15px;color:#00434f;text-decoration:none;white-space:nowrap;}
.yt-lang-opt:hover{background:#f3f3f5;}
.yt-lang-opt.current{font-weight:700;background:#eef6f7;}
.yt-mm-langs{display:flex;gap:10px;padding:18px 28px 4px;}
.yt-mm-lang{flex:0 0 auto;min-width:46px;text-align:center;padding:8px 0;border:1px solid #d7dbdf;border-radius:8px;font-family:"General Sans","Inter",sans-serif;font-weight:600;font-size:15px;color:#00434f;text-decoration:none;}
.yt-mm-lang.current{background:#00434f;color:#fff;border-color:#00434f;}

/* hero headings: stop "About LuxiVet" wrapping to 2 cramped lines + overlapping the subtext (container is only 339px) */
.text_3f5ef04cdf9d, .text_179876da62c9 { font-size: 46px !important; line-height: 1.14 !important; }

/* ---- LuxiVet: team staff photo fixes moved to script.js (pre-rotated files + un-collapse). ---- */
