 /*
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=Helvetica:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Helvetica+Compressed&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

 .container_18f4d02c1989 {
   width: 447px;
   height: 154px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_c54688a70a32 {
   width: 598px;
   height: 154px;
   position: absolute !important;
   left: 455px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_316577eabf9d {
   width: 219px;
   height: 644.82px;
   position: absolute !important;
   left: 0px;
   top: 178.18px;
 }

 .container_f009c41ff5b2 {
   width: 36px;
   height: 24.49px;
   z-index: 1;
   position: absolute !important;
   left: 135px;
   top: 185.32px;
 }

 .container_fa6b62e45139 {
   width: 111px;
   height: 31.63px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 178.18px;
 }

 .container_f51e4e1f2768 {
   width: 219px;
   height: 620.33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 202.67px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_282e50c4a99a {
   width: 133px;
   height: 383.63px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 169px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_085e1dc55b33 {
   width: 71px;
   height: 339.75px;
   z-index: 4;
   position: absolute !important;
   left: 140px;
   top: 212.87px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_2a35f06efe10 {
   width: 219px;
   height: 262.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 559.77px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .container_f4282f48c4c0 {
   width: 36px;
   height: 24.49px;
   z-index: 3;
   position: absolute !important;
   left: 135px;
   top: 566.91px;
 }

 .container_68394c6535d2 {
   width: 111px;
   height: 31.63px;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 559.77px;
 }

 .container_726f703ba8cd {
   width: 219px;
   height: 237.73px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 584.25px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_ca2bdb231b27 {
   width: 35px;
   height: 13.26px;
   z-index: 3;
   position: absolute !important;
   left: 179px;
   top: 566.91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_2c03a1a97928 {
   width: 111px;
   height: 183.65px;
   z-index: 5;
   position: absolute !important;
   left: 17px;
   top: 592.42px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_9234dd600357 {
   width: 73px;
   height: 185.69px;
   z-index: 5;
   position: absolute !important;
   left: 141px;
   top: 599.56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_a55c5742a728 {
   width: 675px;
   height: 42px;
   position: absolute !important;
   left: 227px;
   top: 178px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

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

 .container_d3ba67df38c3 {
   width: 675px;
   height: 609px;
   z-index: 2;
   position: absolute !important;
   left: 228px;
   top: 202px;
   background: #000000;
   border-radius: 25px 15px 0 0;
 }

 .container_da37a8055b9a {
   width: 219px;
   height: 608px;
   z-index: 3;
   position: absolute !important;
   left: 227px;
   top: 202px;
   background: #ffffff;
   border-radius: 25px 0 0 0;
 }

 .text_a75437a72a19 {
   width: 30px;
   height: 248px;
   z-index: 4;
   position: absolute !important;
   left: 355px;
   top: 209px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_a75437a72a19 {
   overflow: visible;
 }

 .text_a196170be7de {
   width: 34px;
   height: 248px;
   z-index: 4;
   position: absolute !important;
   left: 406px;
   top: 209px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_a196170be7de {
   overflow: visible;
 }

 .text_2aef6043f2d4 {
   width: 131px;
   height: 248px;
   z-index: 5;
   position: absolute !important;
   left: 244px;
   top: 209px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_2aef6043f2d4 {
   overflow: visible;
 }

 .container_72983b68a839 {
   width: 36px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 561px;
   top: 184px;
 }

 .container_8a4ecbc1e7e5 {
   width: 231px;
   height: 621px;
   z-index: 7;
   position: absolute !important;
   left: 450px;
   top: 202px;
   background: #deecef;
 }

 .text_f1535159f4d7 {
   width: 38px;
   height: 111px;
   z-index: 8;
   position: absolute !important;
   left: 625px;
   top: 210px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_419e271d95d7 {
   width: 26px;
   height: 248px;
   z-index: 8;
   position: absolute !important;
   left: 566px;
   top: 210px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_419e271d95d7 {
   overflow: visible;
 }

 .text_77bb2cfbe7d8 {
   width: 74px;
   height: 248px;
   z-index: 8;
   position: absolute !important;
   left: 469px;
   top: 210px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_77bb2cfbe7d8 {
   overflow: visible;
 }

 .container_18ea586ebe31 {
   width: 221px;
   height: 621px;
   z-index: 8;
   position: absolute !important;
   left: 681px;
   top: 202px;
   background: #ffffff;
   border-radius: 0 15px 0 0;
 }

 .text_3fd6277ca01b {
   width: 33px;
   height: 232px;
   z-index: 9;
   position: absolute !important;
   left: 851px;
   top: 207px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_3fd6277ca01b {
   overflow: visible;
 }

 .text_4d71ae5d95e0 {
   width: 134px;
   height: 232px;
   z-index: 9;
   position: absolute !important;
   left: 692px;
   top: 207px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_4d71ae5d95e0 {
   overflow: visible;
 }

 .imageview_9e4ab6e312cb {
   width: 239px;
   height: 645px;
   position: absolute !important;
   left: 911px;
   top: 178px;
 }

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

 .imageview_8fea6f864e26 {
   width: 70.56px;
   height: 33.45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_8f876e2caff8 {
   width: 62.3px;
   height: 17.88px;
   z-index: 2;
   position: absolute !important;
   left: 5.09px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_66c94ae96b65 {
   position: absolute !important;
   overflow: visible;
   width: 70.56px;
   height: 33.45px;
   z-index: 1;
   left: 923px;
   top: 178px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_441e71a992de {
   width: 36px;
   height: 24.7px;
   z-index: 1;
   position: absolute !important;
   left: 1047px;
   top: 189px;
 }

 .imageview_e6f6048961db {
   width: 239px;
   height: 616.42px;
   z-index: 2;
   position: absolute !important;
   left: 911px;
   top: 206.58px;
 }

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

 .text_dfc6c965e894 {
   width: 35px;
   height: 13.38px;
   z-index: 1;
   position: absolute !important;
   left: 1108px;
   top: 192px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_5ec4cc5db25d {
   width: 153px;
   height: 612px;
   z-index: 3;
   position: absolute !important;
   left: 924px;
   top: 209px;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_5ec4cc5db25d {
   overflow: visible;
 }

 .text_478a89dd9ae2 {
   width: 35px;
   height: 612px;
   z-index: 3;
   position: absolute !important;
   left: 1105px;
   top: 209px;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_478a89dd9ae2 {
   overflow: visible;
 }

 .container_758b272ab357 {
   width: 231px;
   height: 357px;
   z-index: 3;
   position: absolute !important;
   left: 450px;
   top: 463px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_f002659fcdb4 {
   width: 111px;
   height: 22.44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_eb1739b2ad8a {
   width: 98px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 8px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_f9636e6f1dff {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 22.44px;
   z-index: 4;
   left: 463px;
   top: 463px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_a3f9024f66bf {
   width: 231px;
   height: 337px;
   z-index: 5;
   position: absolute !important;
   left: 450px;
   top: 483px;
   background: #deecef;
 }

 .text_d4c1ff75cc06 {
   width: 17px;
   height: 54.92px;
   z-index: 6;
   position: absolute !important;
   left: 471px;
   top: 496.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_eb793f44e9d6 {
   width: 30px;
   height: 36.29px;
   z-index: 8;
   position: absolute !important;
   left: 562px;
   top: 495.37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_1b40203563d1 {
   width: 40px;
   height: 56px;
   z-index: 8;
   position: absolute !important;
   left: 623px;
   top: 495px;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_1b40203563d1 {
   overflow: visible;
 }

 .text_e297c1e1e92a {
   width: 35px;
   height: 13.38px;
   z-index: 8;
   position: absolute !important;
   left: 625px;
   top: 467px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_24b3698982b5 {
   width: 221px;
   height: 373px;
   z-index: 3;
   position: absolute !important;
   left: 682px;
   top: 450px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_a235ccde6e12 {
   width: 70.56px;
   height: 23.45px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_7a079b4ae97f {
   width: 62.3px;
   height: 12.54px;
   z-index: 5;
   position: absolute !important;
   left: 5.09px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_b76268989165 {
   position: absolute !important;
   overflow: visible;
   width: 70.56px;
   height: 23.45px;
   z-index: 4;
   left: 694.44px;
   top: 450px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_f96e8f268d51 {
   width: 36px;
   height: 24.7px;
   z-index: 4;
   position: absolute !important;
   left: 789px;
   top: 452px;
 }

 .container_ecf3117dbec5 {
   width: 221px;
   height: 352.1px;
   z-index: 6;
   position: absolute !important;
   left: 682px;
   top: 470.9px;
   background: #deecef;
 }

 .text_627d00bd3d2e {
   width: 72px;
   height: 57px;
   z-index: 9;
   position: absolute !important;
   left: 701px;
   top: 496px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_efb331116e9f {
   width: 32px;
   height: 58px;
   z-index: 9;
   position: absolute !important;
   left: 797px;
   top: 496px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_baeeef229dc1 {
   width: 38.27px;
   height: 58.51px;
   z-index: 9;
   position: absolute !important;
   left: 858px;
   top: 496px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_dd92b6905abb {
   width: 35px;
   height: 13.38px;
   z-index: 9;
   position: absolute !important;
   left: 857px;
   top: 454px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_91747786a372 {
   width: 220px;
   height: 251.19px;
   z-index: 4;
   position: absolute !important;
   left: 682px;
   top: 569px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .container_b486123494ac {
   width: 36px;
   height: 24.7px;
   z-index: 5;
   position: absolute !important;
   left: 793px;
   top: 570px;
 }

 .imageview_08928f583c83 {
   width: 64.62px;
   height: 22.44px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_c4d78c19a328 {
   width: 47.74px;
   height: 12.31px;
   z-index: 8;
   position: absolute !important;
   left: 13.97px;
   top: 0.72px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_427d936dba66 {
   position: absolute !important;
   overflow: visible;
   width: 64.62px;
   height: 22.44px;
   z-index: 7;
   left: 694.38px;
   top: 569px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_e50a8772ffa5 {
   width: 220px;
   height: 237.11px;
   z-index: 9;
   position: absolute !important;
   left: 682px;
   top: 585.89px;
   background: #deecef;
 }

 .text_fb0c327d55ae {
   width: 87px;
   height: 216px;
   z-index: 10;
   position: absolute !important;
   left: 697px;
   top: 592px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_6e7b011ade0e {
   width: 46px;
   height: 154px;
   z-index: 10;
   position: absolute !important;
   left: 854px;
   top: 592px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_0c901c50bbff {
   width: 35px;
   height: 13.38px;
   z-index: 9;
   position: absolute !important;
   left: 857px;
   top: 570px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_f8922a706f08 {
   width: 32px;
   height: 228px;
   z-index: 10;
   position: absolute !important;
   left: 796px;
   top: 593px;
   line-height: 12px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_autoheight_f8922a706f08 {
   overflow: visible;
 }

 .container_82e7677111b2 {
   width: 231px;
   height: 251.19px;
   z-index: 6;
   position: absolute !important;
   left: 450px;
   top: 569px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_64551df1c122 {
   width: 80px;
   height: 22.44px;
   z-index: 8;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_0e0136026c02 {
   width: 59.1px;
   height: 12.31px;
   z-index: 9;
   position: absolute !important;
   left: 17.3px;
   top: 0.72px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_261fa94a06b3 {
   position: absolute !important;
   overflow: visible;
   width: 80px;
   height: 22.44px;
   z-index: 8;
   left: 457px;
   top: 569px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_0403f4484021 {
   width: 36px;
   height: 24.7px;
   z-index: 8;
   position: absolute !important;
   left: 561px;
   top: 570px;
 }

 .container_2131148e275f {
   width: 231px;
   height: 237.11px;
   z-index: 9;
   position: absolute !important;
   left: 450px;
   top: 585.89px;
   background: #deecef;
 }

 .text_93f5d95e9a09 {
   width: 165px;
   height: 216px;
   z-index: 10;
   position: absolute !important;
   left: 462px;
   top: 600px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_23112b6618a7 {
   width: 33px;
   height: 207px;
   z-index: 10;
   position: absolute !important;
   left: 627px;
   top: 600px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_0720caa4ce12 {
   width: 35px;
   height: 13.38px;
   z-index: 8;
   position: absolute !important;
   left: 627px;
   top: 571px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_a8b1f6af371b {
   width: 219px;
   height: 351.91px;
   z-index: 4;
   position: absolute !important;
   left: 227px;
   top: 468px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_6d72c881d0d7 {
   width: 111px;
   height: 31.9px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_607004ed1d78 {
   width: 82px;
   height: 17.49px;
   z-index: 6;
   position: absolute !important;
   left: 24px;
   top: 1.03px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_b1d3d52fc471 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 31.9px;
   z-index: 5;
   left: 235px;
   top: 474px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_5171e8491820 {
   width: 36px;
   height: 24.7px;
   z-index: 5;
   position: absolute !important;
   left: 362px;
   top: 482.41px;
 }

 .container_cf749ce82713 {
   width: 219px;
   height: 322.07px;
   z-index: 6;
   position: absolute !important;
   left: 227px;
   top: 500.93px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_c3e05f2cc2e9 {
   width: 147px;
   height: 309.72px;
   z-index: 7;
   position: absolute !important;
   left: 242px;
   top: 506.07px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_c291f3098b54 {
   width: 38px;
   height: 309.72px;
   z-index: 7;
   position: absolute !important;
   left: 404px;
   top: 506.07px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_1315dd40dae2 {
   width: 35px;
   height: 13.38px;
   z-index: 5;
   position: absolute !important;
   left: 406px;
   top: 483.43px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_923711087e49 {
   position: relative !important;
   overflow: visible;
   width: 1150px;
   height: 823px;
   flex-shrink: 0;
 }

 .container_0003d7fc3dda {
   width: 447px;
   height: 154px;
   flex-shrink: 0;
 }

 .imageview_2dc337870be9 {
   width: 598px;
   height: 154px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_ec9ffca7bfbe {
   width: 93px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #76bd22;
 }

 .text_1990d435f817 {
   width: 82px;
   height: 13px;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .imageview_889f4076fd9c {
   width: 18px;
   height: 14.73px;
   z-index: 2;
   position: absolute !important;
   left: 71px;
   top: 6.64px;
 }

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

 .container_8537f3fe93a7 {
   position: relative !important;
   overflow: visible;
   width: 93px;
   height: 28px;
   flex-shrink: 0;
 }

 .container_wrapper_8537f3fe93a7 {
   position: relative !important;
   overflow: visible;
   width: 93px;
   height: 28px;
   flex-shrink: 0;
 }

 .container_nested_8537f3fe93a7 {
   width: 93px;
   height: 28px;
 }

 .container_2a4399bb603c {
   width: 219px;
   height: 117.06px;
   position: absolute !important;
   left: 228px;
   top: 3.97px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_501c53fc326c {
   width: 111px;
   height: 31.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_aa63f445f73e {
   width: 82px;
   height: 17.21px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 1.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_1daf09fd16f4 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 31.38px;
   z-index: 1;
   left: 229px;
   top: 4.15px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_50d1f8ff24f0 {
   width: 36px;
   height: 24.29px;
   z-index: 1;
   position: absolute !important;
   left: 355px;
   top: 10.91px;
 }

 .container_1bb7ff9c0f4e {
   width: 219px;
   height: 93.25px;
   z-index: 2;
   position: absolute !important;
   left: 228px;
   top: 27.78px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_ce73adb5ad19 {
   width: 35px;
   height: 13.16px;
   z-index: 1;
   position: absolute !important;
   left: 407px;
   top: 11.05px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_ab41513e79eb {
   width: 79px;
   height: 65.47px;
   z-index: 3;
   position: absolute !important;
   left: 252px;
   top: 39.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_152014ba1021 {
   width: 91px;
   height: 71.43px;
   z-index: 4;
   position: absolute !important;
   left: 362px;
   top: 39.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_1fc119458904 {
   width: 219px;
   height: 117.06px;
   position: absolute !important;
   left: 449px;
   top: 3.97px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_efa47d6071fe {
   width: 111px;
   height: 31.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_92692613d5ec {
   width: 82px;
   height: 17.21px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 1.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_ad13e79076a5 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 31.38px;
   z-index: 1;
   left: 450px;
   top: 4.15px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_0012b8ccd12e {
   width: 111px;
   height: 31.38px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_0e67ac0dc43e {
   width: 82px;
   height: 17.21px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 1.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_24f7c1f2b6f1 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 31.38px;
   z-index: 2;
   left: 450px;
   top: 4.15px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_3ec120a6c7e9 {
   width: 36px;
   height: 24.29px;
   z-index: 1;
   position: absolute !important;
   left: 576px;
   top: 10.91px;
 }

 .container_84b1d956ecbf {
   width: 219px;
   height: 93.25px;
   z-index: 3;
   position: absolute !important;
   left: 449px;
   top: 27.78px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_8f5b0ab612c8 {
   width: 35px;
   height: 13.16px;
   z-index: 1;
   position: absolute !important;
   left: 628px;
   top: 11.05px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_14883676e604 {
   width: 79px;
   height: 65.47px;
   z-index: 4;
   position: absolute !important;
   left: 473px;
   top: 39.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_62d9380a7cbb {
   width: 91px;
   height: 71.43px;
   z-index: 6;
   position: absolute !important;
   left: 583px;
   top: 39.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_2b830fd53785 {
   width: 219px;
   height: 117.06px;
   position: absolute !important;
   left: 670px;
   top: 4.96px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_83f2b65b200e {
   width: 111px;
   height: 31.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_eaf3af577b05 {
   width: 82px;
   height: 17.21px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 1.01px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_a42609480c07 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 31.38px;
   z-index: 1;
   left: 671px;
   top: 5.14px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_2e0d49cae23b {
   width: 36px;
   height: 24.29px;
   z-index: 1;
   position: absolute !important;
   left: 797px;
   top: 11.9px;
 }

 .container_171b96c1c87f {
   width: 219px;
   height: 93.25px;
   z-index: 2;
   position: absolute !important;
   left: 670px;
   top: 28.77px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_bd9c973e12eb {
   width: 35px;
   height: 13.16px;
   z-index: 1;
   position: absolute !important;
   left: 849px;
   top: 12.05px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_17a3697c2ab8 {
   width: 79px;
   height: 65.47px;
   z-index: 3;
   position: absolute !important;
   left: 694px;
   top: 40.67px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_4b473ed6259c {
   width: 91px;
   height: 71.43px;
   z-index: 6;
   position: absolute !important;
   left: 804px;
   top: 40.67px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .imageview_6940d1da0b4e {
   width: 258px;
   height: 428.56px;
   position: absolute !important;
   left: 890px;
   top: 1.98px;
 }

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

 .imageview_ba19aec33e48 {
   width: 76.26px;
   height: 24.24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_48d7f5d4576f {
   width: 67.33px;
   height: 12.96px;
   z-index: 2;
   position: absolute !important;
   left: 5.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_0d1c5c891bba {
   position: absolute !important;
   overflow: visible;
   width: 76.26px;
   height: 24.24px;
   z-index: 1;
   left: 902.68px;
   top: 12.32px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_dedecf7be904 {
   width: 38.91px;
   height: 25.52px;
   z-index: 1;
   position: absolute !important;
   left: 1036.69px;
   top: 13.35px;
 }

 .imageview_58c6334d9349 {
   width: 258px;
   height: 396.82px;
   z-index: 2;
   position: absolute !important;
   left: 890px;
   top: 31.75px;
 }

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

 .text_c8cadd243c6a {
   width: 37.83px;
   height: 13.83px;
   z-index: 1;
   position: absolute !important;
   left: 1102.61px;
   top: 16.45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_4bfdf95a27c7 {
   width: 40px;
   height: 371.53px;
   z-index: 3;
   position: absolute !important;
   left: 1101px;
   top: 39.54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_9becc104d638 {
   width: 22px;
   height: 371.53px;
   z-index: 3;
   position: absolute !important;
   left: 1048px;
   top: 39.54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_d538542c061a {
   width: 131px;
   height: 371.53px;
   z-index: 8;
   position: absolute !important;
   left: 909px;
   top: 39.54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_019cb08e2f9d {
   width: 224px;
   height: 653.65px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .container_31b1ef855702 {
   width: 36px;
   height: 24.82px;
   z-index: 2;
   position: absolute !important;
   left: 132px;
   top: 8.25px;
 }

 .imageview_1128914738c5 {
   width: 111px;
   height: 32.05px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_32e4ae9191f0 {
   width: 82px;
   height: 17.58px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 1.03px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_63edab13629a {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 32.05px;
   z-index: 2;
   left: 6px;
   top: 1.01px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_12bb6958f85e {
   width: 219px;
   height: 628.65px;
   z-index: 4;
   position: absolute !important;
   left: 5px;
   top: 25.15px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_d61e3c136ff8 {
   width: 95px;
   height: 216.87px;
   z-index: 5;
   position: absolute !important;
   left: 12px;
   top: 33.26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_e5e25ca6cc82 {
   width: 35px;
   height: 13.44px;
   z-index: 2;
   position: absolute !important;
   left: 176px;
   top: 8.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_a1360f333b14 {
   width: 34px;
   height: 212.82px;
   z-index: 5;
   position: absolute !important;
   left: 179px;
   top: 35.47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_221b1474a3d6 {
   width: 22px;
   height: 212.3px;
   z-index: 5;
   position: absolute !important;
   left: 142px;
   top: 30.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_9510837fa424 {
   width: 219px;
   height: 265.73px;
   z-index: 2;
   position: absolute !important;
   left: 5px;
   top: 259.43px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_1dd42c81db51 {
   width: 111px;
   height: 32.05px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_4017697f68da {
   width: 82px;
   height: 17.58px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 1.03px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_105b8539f23c {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 32.05px;
   z-index: 3;
   left: 6px;
   top: 259.62px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_c860c1927dac {
   width: 36px;
   height: 24.82px;
   z-index: 5;
   position: absolute !important;
   left: 140px;
   top: 266.67px;
 }

 .container_0136c924447f {
   width: 219px;
   height: 240.91px;
   z-index: 6;
   position: absolute !important;
   left: 5px;
   top: 284.25px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_ba26ce58635d {
   width: 35px;
   height: 13.44px;
   z-index: 5;
   position: absolute !important;
   left: 184px;
   top: 266.67px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_0fa1b4c1270f {
   width: 111px;
   height: 55.74px;
   z-index: 7;
   position: absolute !important;
   left: 14px;
   top: 287.81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_67455ae0b5f6 {
   width: 69px;
   height: 48.64px;
   z-index: 7;
   position: absolute !important;
   left: 144px;
   top: 294.9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_6a5576eb245a {
   width: 219px;
   height: 276.87px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 353.68px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_6e5f9b4b54d5 {
   width: 111px;
   height: 33.4px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_4f80c58b94c6 {
   width: 82px;
   height: 18.31px;
   z-index: 6;
   position: absolute !important;
   left: 24px;
   top: 1.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_64c7731fc14b {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 33.4px;
   z-index: 5;
   left: 3px;
   top: 353.87px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_f7d4c8db49db {
   width: 36px;
   height: 25.86px;
   z-index: 7;
   position: absolute !important;
   left: 132px;
   top: 357.9px;
 }

 .container_db801eac8dc1 {
   width: 219px;
   height: 251.02px;
   z-index: 8;
   position: absolute !important;
   left: 2px;
   top: 379.53px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_f1e7f9e7ab62 {
   width: 35px;
   height: 14.01px;
   z-index: 7;
   position: absolute !important;
   left: 181px;
   top: 361.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_138d913a9d12 {
   width: 111px;
   height: 83.1px;
   z-index: 9;
   position: absolute !important;
   left: 18px;
   top: 384.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_40808dae004a {
   width: 83px;
   height: 83.1px;
   z-index: 9;
   position: absolute !important;
   left: 130px;
   top: 384.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_3247c586f25b {
   width: 219px;
   height: 181.4px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 472.25px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_299aa5076d71 {
   width: 111px;
   height: 21.88px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_867a615aa36d {
   width: 82px;
   height: 12px;
   z-index: 8;
   position: absolute !important;
   left: 24px;
   top: 0.71px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_3553291a9734 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 21.88px;
   z-index: 7;
   left: 1px;
   top: 472.37px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_ce599dac8b4f {
   width: 36px;
   height: 16.94px;
   z-index: 9;
   position: absolute !important;
   left: 130px;
   top: 475.01px;
 }

 .container_41e8acf33f8e {
   width: 219px;
   height: 167.21px;
   z-index: 10;
   position: absolute !important;
   left: 0px;
   top: 486.43px;
   background: #deecef;
   border-radius: 15px 15px 0 0;
 }

 .text_2b3d264b5b33 {
   width: 35px;
   height: 9.18px;
   z-index: 9;
   position: absolute !important;
   left: 179px;
   top: 477.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_6a4fa2761232 {
   width: 92px;
   height: 120.6px;
   z-index: 11;
   position: absolute !important;
   left: 17px;
   top: 509.74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_e0430ef3c302 {
   width: 103px;
   height: 154.04px;
   z-index: 11;
   position: absolute !important;
   left: 130px;
   top: 504.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_877f5f69b000 {
   width: 666px;
   height: 346.22px;
   position: absolute !important;
   left: 223px;
   top: 298.6px;
   background: #ffffff;
 }

 .container_1c5e392c7c34 {
   width: 668px;
   height: 365.07px;
   z-index: 5;
   position: absolute !important;
   left: 224px;
   top: 111.11px;
   background: #76bd22;
   border-radius: 15px 15px 15px 15px;
 }

 .container_8cbecbc11e2f {
   width: 662px;
   height: 335.31px;
   z-index: 6;
   position: absolute !important;
   left: 227px;
   top: 135.91px;
   background: #ffffff;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_5d2b6e5bdc5a {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_a16172efbaf1 {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_f7499e2e9b5e {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 618px;
   top: 405.74px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_2f4003d7d9af {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_d4543a7596ac {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_c8456b8cce9d {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 618px;
   top: 439.47px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_b2751166ecf5 {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_2a3f682dc73a {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_5ec0a2f4fe89 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 606px;
   top: 140.87px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_792e185beab1 {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_c451f9baaf5d {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_e9ca00cf0af2 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 609px;
   top: 215.27px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_wrapper_e9ca00cf0af2 {
   position: absolute !important;
   overflow: visible;
   left: 609px;
   top: 215.27px;
   width: 77px;
   height: 13.53px;
   z-index: 7;
 }

 .container_nested_e9ca00cf0af2 {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_453590340947 {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_619b924bec13 {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_3ced8bdfe5ad {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 245px;
   top: 353.17px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_505d66dc7a1f {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_c849ead07f5f {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_2e4a4ef4189e {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 242px;
   top: 385.9px;
   border-radius: 5px 5px 5px 5px;
 }

 .text_5eed5b28f4c9 {
   width: 180px;
   height: 16.86px;
   z-index: 7;
   position: absolute !important;
   left: 472px;
   top: 109.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .imageview_4ca5aa60b9b7 {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_51850ea2ff97 {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_dc3b5feacf7b {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 247px;
   top: 141.1px;
   border-radius: 5px 5px 5px 5px;
 }

 .imageview_62644fe0b3dc {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_3572da4ecff8 {
   width: 56.88px;
   height: 7.42px;
   z-index: 8;
   position: absolute !important;
   left: 16.84px;
   top: 3.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_72c78a43d2e2 {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 13.53px;
   z-index: 7;
   left: 247px;
   top: 320.43px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_wrapper_72c78a43d2e2 {
   position: absolute !important;
   overflow: visible;
   left: 247px;
   top: 320.43px;
   width: 77px;
   height: 13.53px;
   z-index: 7;
 }

 .container_nested_72c78a43d2e2 {
   width: 77px;
   height: 13.53px;
   z-index: 7;
   border-radius: 5px 5px 5px 5px;
 }

 .text_1ef9292f2c8f {
   width: 103px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 483px;
   top: 339.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_f3dc3065989a {
   width: 45px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 244px;
   top: 339.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_d3be5d4caed6 {
   width: 147px;
   height: 150.79px;
   z-index: 8;
   position: absolute !important;
   left: 483px;
   top: 159.72px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_af304e937ed2 {
   width: 228px;
   height: 154.76px;
   z-index: 7;
   position: absolute !important;
   left: 244px;
   top: 155.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_6386e5da78ea {
   width: 111px;
   height: 47.62px;
   z-index: 7;
   position: absolute !important;
   left: 781px;
   top: 156.74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_c2dd85a98319 {
   width: 151px;
   height: 44.64px;
   z-index: 9;
   position: absolute !important;
   left: 610px;
   top: 160.71px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_e2e44aa50c59 {
   width: 106px;
   height: 26.79px;
   z-index: 7;
   position: absolute !important;
   left: 485px;
   top: 407.73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_7efeeba79b40 {
   width: 209px;
   height: 26.79px;
   z-index: 7;
   position: absolute !important;
   left: 244px;
   top: 407.73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_a5ea16a9f965 {
   width: 117px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 485px;
   top: 371.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_120c055aaf07 {
   width: 63px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 244px;
   top: 371.02px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_ed93fcd9627d {
   width: 272px;
   height: 44.64px;
   z-index: 8;
   position: absolute !important;
   left: 618px;
   top: 363.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text-86dd38b7638d_ed93fcd9627d {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text-be8102b03d26_ed93fcd9627d {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text-289cc55e843f_ed93fcd9627d {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text-c03a70ce2f57_ed93fcd9627d {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text-05ff5f93b75f_ed93fcd9627d {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text_84eda6dc1578 {
   width: 92px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 780px;
   top: 454.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_253f9116f4c1 {
   width: 51px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 620px;
   top: 455.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_ada23c04b0da {
   width: 78px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 780px;
   top: 425.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_991976a4536f {
   width: 131px;
   height: 8.93px;
   z-index: 7;
   position: absolute !important;
   left: 620px;
   top: 424.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_d7201299f3ca {
   width: 117px;
   height: 125px;
   z-index: 9;
   position: absolute !important;
   left: 774px;
   top: 253.96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text-b4f34f3c513f_d7201299f3ca {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text-c606324bbe76_d7201299f3ca {
   line-height: 9px;
   font-family: 'Helvetica';
 }

 .text_4ccdefa7c87c {
   width: 169px;
   height: 133.93px;
   z-index: 10;
   position: absolute !important;
   left: 611px;
   top: 236.11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .imageview_bad02578106c {
   width: 665px;
   height: 126.98px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 3.97px;
 }

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

 .text_9d59463bf2b9 {
   width: 160px;
   height: 15.46px;
   z-index: 7;
   position: absolute !important;
   left: 236px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_6116f570abd5 {
   position: absolute !important;
   overflow: visible;
   width: 665px;
   height: 130.95px;
   z-index: 6;
   left: 227px;
   top: 473.2px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_45219cc72462 {
   width: 655px;
   height: 109.12px;
   z-index: 7;
   position: absolute !important;
   left: 231px;
   top: 492.05px;
   background: #deecef;
 }

 .text_00317a1b9bcf {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 238px;
   top: 496.2px;
   line-height: 6px;
   font-family: 'Helvetica';
 }

 .text_01ad230e7cf7 {
   width: 27px;
   height: 96px;
   z-index: 8;
   position: absolute !important;
   left: 761px;
   top: 492.2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_3634f6a7d446 {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 841px;
   top: 498.2px;
   line-height: 6px;
   font-family: 'Helvetica';
 }

 .text_30fa1c2795ec {
   width: max-content;
   z-index: 8;
   position: absolute !important;
   left: 592px;
   top: 495.2px;
   line-height: 6px;
   font-family: 'Helvetica';
 }

 .text_27d0c65bc3ee {
   width: 150px;
   height: 100px;
   z-index: 10;
   position: absolute !important;
   left: 409px;
   top: 497.2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_415489b00476 {
   width: 219px;
   height: 77.17px;
   z-index: 8;
   position: absolute !important;
   left: 228px;
   top: 589.55px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_8f4f7706f954 {
   width: 111px;
   height: 27.65px;
   z-index: 9;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_e5bc1eca0b89 {
   width: 82px;
   height: 15.17px;
   z-index: 10;
   position: absolute !important;
   left: 24px;
   top: 0.89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_a15a19d673b7 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 27.65px;
   z-index: 9;
   left: 229px;
   top: 589.43px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_674c588f2d16 {
   width: 36px;
   height: 21.41px;
   z-index: 9;
   position: absolute !important;
   left: 355px;
   top: 595.39px;
 }

 .container_3bd3bd036928 {
   width: 219px;
   height: 56.59px;
   z-index: 10;
   position: absolute !important;
   left: 228px;
   top: 610.13px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_b17b31151d07 {
   width: 35px;
   height: 11.6px;
   z-index: 9;
   position: absolute !important;
   left: 407px;
   top: 595.52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_e924acaf3f7e {
   width: 41px;
   height: 44.22px;
   z-index: 11;
   position: absolute !important;
   left: 403px;
   top: 613.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_8ec21682e0c5 {
   width: 38px;
   height: 44.22px;
   z-index: 11;
   position: absolute !important;
   left: 357px;
   top: 613.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_bf9d19be12bb {
   width: 91px;
   height: 44.22px;
   z-index: 11;
   position: absolute !important;
   left: 239px;
   top: 613.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_93d5e5beb807 {
   width: 253px;
   height: 99.2px;
   z-index: 7;
   position: absolute !important;
   left: 891px;
   top: 410.7px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_3df22322a88f {
   width: 128.23px;
   height: 26.59px;
   z-index: 9;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_3731b8d88890 {
   width: 94.73px;
   height: 14.58px;
   z-index: 10;
   position: absolute !important;
   left: 27.73px;
   top: 0.86px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_dfa33a09e341 {
   position: absolute !important;
   overflow: visible;
   width: 128.23px;
   height: 26.59px;
   z-index: 9;
   left: 892.16px;
   top: 410.86px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_bfcd8c27f621 {
   width: 41.59px;
   height: 20.59px;
   z-index: 8;
   position: absolute !important;
   left: 1037.72px;
   top: 416.59px;
 }

 .container_f35add06b010 {
   width: 253px;
   height: 134.92px;
   z-index: 10;
   position: absolute !important;
   left: 891px;
   top: 430.54px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_11fd505c6baf {
   width: 40.43px;
   height: 11.15px;
   z-index: 8;
   position: absolute !important;
   left: 1097.79px;
   top: 416.71px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_635b4f2f3473 {
   width: 87px;
   height: 91.27px;
   z-index: 11;
   position: absolute !important;
   left: 916px;
   top: 435.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text-df488262c13f_635b4f2f3473 {
   line-height: 6px;
   font-family: 'Helvetica';
 }

 .text-c9415c3be8ef_635b4f2f3473 {
   line-height: 6px;
   font-family: 'Helvetica';
 }

 .text_07cb84eca81a {
   width: 25px;
   height: 77.38px;
   z-index: 11;
   position: absolute !important;
   left: 1046px;
   top: 435.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_01152372442c {
   width: 47px;
   height: 77.38px;
   z-index: 11;
   position: absolute !important;
   left: 1094px;
   top: 435.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_53330dc3bb4b {
   width: 253px;
   height: 133.12px;
   z-index: 7;
   position: absolute !important;
   left: 891px;
   top: 518.84px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_c8314dbf3b69 {
   width: 128.23px;
   height: 35.68px;
   z-index: 8;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_7c5a466fa6b5 {
   width: 94.73px;
   height: 19.57px;
   z-index: 9;
   position: absolute !important;
   left: 27.73px;
   top: 1.15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_96e19a767f91 {
   position: absolute !important;
   overflow: visible;
   width: 128.23px;
   height: 35.68px;
   z-index: 8;
   left: 892.16px;
   top: 519.04px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_e360e2b5ed9c {
   width: 41.59px;
   height: 27.62px;
   z-index: 11;
   position: absolute !important;
   left: 1037.72px;
   top: 526.73px;
 }

 .container_fa959c0c50b4 {
   width: 253px;
   height: 117.15px;
   z-index: 12;
   position: absolute !important;
   left: 891px;
   top: 545.46px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_5cecb2b99ae5 {
   width: 40.43px;
   height: 14.96px;
   z-index: 11;
   position: absolute !important;
   left: 1097.79px;
   top: 526.89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_a4cae51767cb {
   width: 25px;
   height: 51.59px;
   z-index: 13;
   position: absolute !important;
   left: 1044px;
   top: 580.34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_d1ff47453635 {
   width: 33px;
   height: 59.52px;
   z-index: 13;
   position: absolute !important;
   left: 1092px;
   top: 571.41px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_63419fd48569 {
   width: 139px;
   height: 71.43px;
   z-index: 14;
   position: absolute !important;
   left: 915px;
   top: 559.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 6px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_8248e6faa1ae {
   width: 392px;
   height: 77.17px;
   z-index: 8;
   position: absolute !important;
   left: 492px;
   top: 589.55px;
   background: #2c5697;
   border-radius: 15px 15px 0 0;
 }

 .imageview_7b4288317480 {
   width: 198.68px;
   height: 27.65px;
   z-index: 9;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_27b06abbe7b0 {
   width: 146.77px;
   height: 15.17px;
   z-index: 10;
   position: absolute !important;
   left: 42.96px;
   top: 0.89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .container_9ddaac116ba6 {
   position: absolute !important;
   overflow: visible;
   width: 198.68px;
   height: 27.65px;
   z-index: 9;
   left: 493.79px;
   top: 589.43px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_f777394402c3 {
   width: 36px;
   height: 20.18px;
   z-index: 9;
   position: absolute !important;
   left: 757px;
   top: 595.22px;
 }

 .container_1074924aa8d0 {
   width: 392px;
   height: 56.59px;
   z-index: 10;
   position: absolute !important;
   left: 492px;
   top: 610.13px;
   background: #ffffff;
   border-radius: 15px 15px 0 0;
 }

 .text_33d8ce639786 {
   width: 62.65px;
   height: 11.6px;
   z-index: 13;
   position: absolute !important;
   left: 839.4px;
   top: 595.52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 9px;
   word-wrap: break-word;
   font-family: 'Helvetica Compressed';
 }

 .text_61d41664e41d {
   width: 148px;
   height: 39.68px;
   z-index: 11;
   position: absolute !important;
   left: 506px;
   top: 615.06px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_90a95702d507 {
   width: 26px;
   height: 39.68px;
   z-index: 11;
   position: absolute !important;
   left: 765px;
   top: 615.06px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .text_de1ee222af2f {
   width: 39px;
   height: 39.68px;
   z-index: 11;
   position: absolute !important;
   left: 837px;
   top: 615.06px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8px;
   word-wrap: break-word;
   font-family: 'Helvetica';
 }

 .container_de6ecb96a100 {
   position: relative !important;
   overflow: visible;
   width: 1148px;
   height: 666.72px;
   flex-shrink: 0;
 }

 .container_151d3472888c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-end;
   flex-wrap: wrap;
   gap: 15px 8px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_577db4c8a324 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }