 /*
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=IBM+Plex+Mono:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt_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_6ea080a0d2c1 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_d7ee5f5a857f {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 10px;
 }

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

 .imageview_060cc4b14ecb {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 25px;
 }

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

 .text_35e827a5373a {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 61px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_e490471a838d {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 57px;
   left: 25px;
   top: 187px;
 }

 .container_wrapper_e490471a838d {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 187px;
   width: 161px;
   height: 57px;
 }

 .container_nested_e490471a838d {
   width: 161px;
   height: 57px;
 }

 .container_3177cb9bb230 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .text_2b7bac7d975e {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

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

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

 .container_f66733c0a4f1 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 57px;
   left: 245px;
   top: 187px;
 }

 .container_wrapper_f66733c0a4f1 {
   position: absolute !important;
   overflow: visible;
   left: 245px;
   top: 187px;
   width: 161px;
   height: 57px;
 }

 .container_nested_f66733c0a4f1 {
   width: 161px;
   height: 57px;
 }

 .container_f983a7aab6d7 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_3a4cc22db05d {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_7638f940ee15 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_92d278b02d09 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_385ec8b12752 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_4eeb50c918e4 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 712px;
   _scaling-factor: 0.5;
 }

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

 .imageview_88f3f918741a {
   width: 134px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 717px;
   _scaling-factor: 0.5;
 }

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

 .container_2300f45fa885 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_bf84ce00159f {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_4000e674db61 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 278px;
   top: 57px;
 }

 .container_97fefd9da005 {
   width: 430px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .imageview_cd4dbc708548 {
   width: 36.67px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 1.67px;
   top: 1.67px;
 }

 .imageview_cd4dbc708548 img {
   position: absolute;
   width: 40.0px !important;
   height: 38.3px !important;
   max-width: none !important;
   left: -1.7px;
   top: -1.6px;
 }

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

 .container_1b2131e1ad72 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 2;
   left: 331px;
   top: 58px;
 }

 .container_bf431c117f2d {
   width: 223px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_ca712b0d232b {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_f213f4b434dd {
   width: 70px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fa8ae811b4d7 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .container_71a53ee2d97f {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_90602789b069 {
   width: 126px;
   height: 126px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   _scaling-factor: 0.5;
 }

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

 .container_f5567886b21c {
   position: absolute !important;
   overflow: visible;
   width: 175px;
   height: 175px;
   left: 25px;
   top: 291px;
 }

 .container_wrapper_f5567886b21c {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 291px;
   width: 175px;
   height: 175px;
 }

 .container_nested_f5567886b21c {
   width: 175px;
   height: 175px;
 }

 .imageview_df3b20f65380 {
   width: 39px;
   height: 135px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 311px;
   _scaling-factor: 0.5;
 }

 .imageview_df3b20f65380 img {
   position: absolute;
   width: 346.15% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -89.35%;
   top: 0.00%;
 }

 .imageview_df3b20f65380.wp-block-image {
   overflow: hidden;
 }

 .imageview_9129216650bf {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 508px;
   _scaling-factor: 0.5;
 }

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

 .imageview_13cf4d6e42c7 {
   width: 133px;
   height: 148px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 502px;
   _scaling-factor: 0.5;
 }

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

 .container_ac0ce710a017 {
   width: 430px;
   height: 345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_c9da1abab1fa {
   width: 192px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_d428c8a059a6 {
   width: 161px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_3a7e3837a11e {
   width: 292px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_a9211e49725d {
   width: 189px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_b3651cb41b2b {
   width: 216px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_d9d0afc1c6b0 {
   width: 302px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_3b35af8e3cd1 {
   width: 105px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_43cc3e71e163 {
   width: 109px;
   height: 76px;
   z-index: 2;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_43cc3e71e163 img {
   filter: brightness(2);
 }

 .container_048912456181 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   z-index: 1;
   left: 0px;
   top: 909px;
 }

 .viewport_811c14fd3466 {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .container_7fa84d1dd65a {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 25px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .container_926ebc002ba6 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 245px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_9c1449c885cc {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 197px;
 }

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

 .imageview_64c22052a2d3 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 212px;
 }

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

 .text_ccf26dab7407 {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 86px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_0c8a7e8ff35d {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 307px;
   top: 201px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_7c308a56efa0 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 259px;
   top: 200px;
 }

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

 .container_d0bea7c24e6d {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_bb8ac18fd637 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e55a5782eaa4 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_844e990d7cfa {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_9c4cdcfbe3db {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_a73c28dd16fa {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_dd65d47c9ba2 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 712px;
   _scaling-factor: 0.5;
 }

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

 .imageview_6976fd858ea9 {
   width: 134px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 717px;
   _scaling-factor: 0.5;
 }

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

 .container_95b06a1191b9 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_997be189e920 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_eca69c632ccf {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 278px;
   top: 57px;
 }

 .container_2d53fafa744c {
   width: 430px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .container_6813dd7ab284 {
   width: 223px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_95432217f7cc {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_e8a18befd0fe {
   width: 70px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2d08a62b348f {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .imageview_57f79535b4b2 {
   width: 126px;
   height: 126px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 315px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f8f38095ee00 {
   width: 39px;
   height: 135px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 311px;
   _scaling-factor: 0.5;
 }

 .imageview_f8f38095ee00 img {
   position: absolute;
   width: 346.15% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -89.35%;
   top: 0.00%;
 }

 .imageview_f8f38095ee00.wp-block-image {
   overflow: hidden;
 }

 .imageview_29350c0a5479 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 508px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0f870d99512e {
   width: 133px;
   height: 148px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 502px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c509d6c19524 {
   width: 48.36px;
   height: 42.07px;
   z-index: 3;
   position: absolute !important;
   left: 142.32px;
   top: 2.93px;
 }

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

 .container_59ffe948edd5 {
   width: 191px;
   height: 143px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 37px;
   background: #4b3220;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_0e87e091b684 {
   width: 21px;
   height: 21px;
   z-index: 5;
   position: absolute !important;
   left: 153px;
   top: 70px;
 }

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

 .imageview_f548317bfadd {
   width: 21px;
   height: 21px;
   z-index: 5;
   position: absolute !important;
   left: 153px;
   top: 135px;
 }

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

 .text_0931efa44a5f {
   width: 114px;
   height: 32px;
   z-index: 5;
   position: absolute !important;
   left: 22px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .line_1b88505ab4d9 {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 16px;
   top: 113px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .container_206df3ddd219 {
   position: absolute !important;
   overflow: visible;
   width: 197px;
   height: 180px;
   z-index: 3;
   left: 233px;
   top: 94px;
   box-shadow: 0px 4px 52.6px #00000040;
 }

 .container_f7e69bc2f75d {
   width: 430px;
   height: 345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_540e6e8aff3f {
   width: 192px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_e60b109d5f69 {
   width: 161px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_661b7d628ee7 {
   width: 292px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_30f93e00d2c1 {
   width: 189px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_4e3456f1d2a8 {
   width: 216px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_d032be9f11a5 {
   width: 302px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_d0e0985d1d42 {
   width: 105px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_615a1d5af5aa {
   width: 109px;
   height: 76px;
   z-index: 2;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_615a1d5af5aa img {
   filter: brightness(2);
 }

 .container_4ed35966188d {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   z-index: 1;
   left: 0px;
   top: 909px;
 }

 .imageview_6e531605ad3e {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 331px;
   top: 58px;
 }

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

 .viewport_5249e91e5729 {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .container_a6bb1e92bb3d {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 25px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .container_362b6931f05d {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 245px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_3d6358783453 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 197px;
 }

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

 .imageview_66f349233cae {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 212px;
 }

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

 .text_b153fba812eb {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 86px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_70b536bc54a3 {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 307px;
   top: 201px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_b82e09493b3d {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 259px;
   top: 200px;
 }

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

 .container_1e5fc5d4ba73 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_dd6a55d17fa9 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e313a7de1d5b {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_2d749839bcb1 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_a3c54d14eb33 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_d2d896fc5607 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_2db635024529 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 712px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5de8ed9f27ec {
   width: 134px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 717px;
   _scaling-factor: 0.5;
 }

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

 .container_bc61b8e605e6 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_caecbe07bde8 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_bef397878d23 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 278px;
   top: 57px;
 }

 .container_9274c3b5c144 {
   width: 430px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .imageview_c80cf0bf5182 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 331px;
   top: 58px;
 }

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

 .container_4e784102142f {
   width: 223px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_e25df4006341 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_4c5260a912f3 {
   width: 70px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_17fd6eae4085 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .imageview_5b4c17723779 {
   width: 126px;
   height: 126px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 315px;
   _scaling-factor: 0.5;
 }

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

 .imageview_823450f13a79 {
   width: 39px;
   height: 135px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 311px;
   _scaling-factor: 0.5;
 }

 .imageview_823450f13a79 img {
   position: absolute;
   width: 346.15% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -89.35%;
   top: 0.00%;
 }

 .imageview_823450f13a79.wp-block-image {
   overflow: hidden;
 }

 .imageview_ea1616579524 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 508px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f4ec312a77b4 {
   width: 133px;
   height: 148px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 502px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1955f41f0edf {
   width: 60.5px;
   height: 52.56px;
   z-index: 2;
   position: absolute !important;
   left: 141.25px;
   top: 2.94px;
   transform-origin: 0 0;
 }

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

 .container_600ffa0c6e30 {
   width: 204px;
   height: 216px;
   z-index: 3;
   position: absolute !important;
   left: 204px;
   top: 49px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: #4b3220;
   border-radius: 10px 10px 10px 10px;
 }

 .line_c28ce0a2911c {
   width: 160px;
   height: 1px;
   z-index: 4;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 187px;
   top: 150px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_b8e87b125bb0 {
   width: 160px;
   height: 1px;
   z-index: 4;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 187px;
   top: 184px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_c1db01151191 {
   width: 160px;
   height: 1px;
   z-index: 4;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 187px;
   top: 218px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .text_b5445253c0da {
   width: 175px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_49a7c46f561a {
   width: 160px;
   height: 184px;
   z-index: 5;
   position: absolute !important;
   left: 27px;
   top: 124px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_4b2f1ece91f8 {
   position: absolute !important;
   overflow: visible;
   width: 209px;
   height: 308px;
   z-index: 2;
   left: 229px;
   top: 241px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   box-shadow: 0px 4px 52.6px #00000040;
 }

 .container_721efcbcfb13 {
   width: 430px;
   height: 345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_990610cf4d36 {
   width: 192px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_7c69f6c167f6 {
   width: 161px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_334b6e931dc2 {
   width: 292px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_f2531a6a2a98 {
   width: 189px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_5e8306ae7610 {
   width: 216px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_22e30e5f8129 {
   width: 302px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_957ccc45c189 {
   width: 105px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_83f1055794fe {
   width: 109px;
   height: 76px;
   z-index: 2;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_83f1055794fe img {
   filter: brightness(2);
 }

 .container_42ed926c3dba {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   z-index: 1;
   left: 0px;
   top: 909px;
 }

 .viewport_b7a58850d5bb {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .container_9ad850436549 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 25px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .container_03a6ee283ed2 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 245px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_38aec5d43c54 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 197px;
 }

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

 .imageview_53c2486ee938 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 212px;
 }

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

 .text_3d8d42aec89e {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 86px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_30aa9e6b2fb7 {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 307px;
   top: 201px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_b7eb37b3e707 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 259px;
   top: 200px;
 }

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

 .container_257778638032 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_1685b3a5af6e {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_d55ad057a2a1 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_6ea65d5882c0 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_cdc7e7ac57a9 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e2d8e04612b1 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 693px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_a89fb4606ec6 {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 712px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7f3497b7f860 {
   width: 134px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 717px;
   _scaling-factor: 0.5;
 }

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

 .container_c8d4fcd47fd4 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 24px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_8d9d53c564c0 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 230px;
   top: 896px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_0372e6c3e8f0 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 278px;
   top: 57px;
 }

 .container_9fa24600865d {
   width: 430px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .imageview_a3b60f747bff {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 331px;
   top: 58px;
 }

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

 .container_4ac369f6a16a {
   width: 223px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_1dbe7547516c {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_efdd532b9de4 {
   width: 68px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_323a8784bfdb {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .imageview_3ba5b3a30656 {
   width: 126px;
   height: 126px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 315px;
   _scaling-factor: 0.5;
 }

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

 .imageview_4d6b94ba42e6 {
   width: 39px;
   height: 135px;
   z-index: 1;
   position: absolute !important;
   left: 302px;
   top: 311px;
   _scaling-factor: 0.5;
 }

 .imageview_4d6b94ba42e6 img {
   position: absolute;
   width: 346.15% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -89.35%;
   top: 0.00%;
 }

 .imageview_4d6b94ba42e6.wp-block-image {
   overflow: hidden;
 }

 .imageview_c370a0096a3e {
   width: 136px;
   height: 136px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 508px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9a0218133659 {
   width: 133px;
   height: 148px;
   z-index: 1;
   position: absolute !important;
   left: 255px;
   top: 502px;
   _scaling-factor: 0.5;
 }

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

 .imageview_98fb90abe662 {
   width: 60.5px;
   height: 52.56px;
   z-index: 2;
   position: absolute !important;
   left: 141.25px;
   top: 2.94px;
 }

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

 .container_378686c602c5 {
   width: 204px;
   height: 312px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 49px;
   background: #4b3220;
   border-radius: 10px 10px 10px 10px;
 }

 .text_9a2a60fd6256 {
   width: 174px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 63px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_5aadcd88360f {
   width: 163px;
   height: 240px;
   z-index: 4;
   position: absolute !important;
   left: 12px;
   top: 121px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .line_2c1a61dc567d {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 12px;
   top: 147px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_49ec6b4263ad {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 12px;
   top: 181px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_3c9bb805f678 {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 12px;
   top: 215px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_eb43eddd5fba {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 12px;
   top: 249px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_bf16a94189fd {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 12px;
   top: 284px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .line_2f7088e6ab12 {
   width: 160px;
   height: 1px;
   z-index: 5;
   border-top: 1px solid #f0e9db2b;
   border-right: 1px solid #f0e9db2b;
   border-bottom: 1px solid #f0e9db2b;
   border-left: 1px solid #f0e9db2b;
   position: absolute !important;
   left: 12px;
   top: 316px;
   direction: horizontal;
   background: #f0e9db2b;
 }

 .container_a1b8f732f7b5 {
   position: absolute !important;
   overflow: visible;
   width: 209px;
   height: 361px;
   z-index: 2;
   left: 202px;
   top: 241px;
   box-shadow: 0px 4px 52.6px #00000040;
 }

 .container_f53f39e82393 {
   width: 430px;
   height: 345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_e4dc2edc6b43 {
   width: 192px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_505e4873b296 {
   width: 161px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_244138292d2e {
   width: 292px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_dca174c84700 {
   width: 189px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_888dc96f838c {
   width: 216px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_72e83525b92e {
   width: 302px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_0af0afe6ab5d {
   width: 105px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_acd851250e0c {
   width: 109px;
   height: 76px;
   z-index: 2;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_acd851250e0c img {
   filter: brightness(2);
 }

 .container_81849e5b3e76 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   z-index: 1;
   left: 0px;
   top: 909px;
 }

 .viewport_9dfb7ac2bc67 {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .container_3cde62dce482 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .text_cd61c00b1527 {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 61px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_29775fda5a44 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 17px;
 }

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

 .container_dabb00b30855 {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 57px;
   left: 32px;
   top: 187px;
 }

 .container_wrapper_dabb00b30855 {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 187px;
   width: 161px;
   height: 57px;
 }

 .container_nested_dabb00b30855 {
   width: 161px;
   height: 57px;
 }

 .container_bbcfa20ae269 {
   width: 368px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
   border-radius: 10px 10px 10px 10px;
 }

 .text_0c069d7c73b9 {
   width: 182px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 27px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

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

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

 .container_fda685b2f9c4 {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 57px;
   left: 32px;
   top: 811px;
 }

 .container_wrapper_fda685b2f9c4 {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 811px;
   width: 368px;
   height: 57px;
 }

 .container_nested_fda685b2f9c4 {
   width: 368px;
   height: 57px;
 }

 .text_0f3e26c52ecd {
   width: 187px;
   height: 32px;
   position: absolute !important;
   left: 52px;
   top: 633px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_cab52ebd9f6f {
   width: 247px;
   height: 32px;
   position: absolute !important;
   left: 52px;
   top: 732px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_2de618e4c403 {
   width: 368px;
   height: 325px;
   position: absolute !important;
   left: 32px;
   top: 288px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_5e6e347ec018 {
   width: 245px;
   height: 245px;
   z-index: 1;
   position: absolute !important;
   left: 97px;
   top: 322px;
   _scaling-factor: 0.5;
 }

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

 .container_a56273c1d762 {
   width: 430px;
   height: 153px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .imageview_b84a7806f4ea {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 331px;
   top: 58px;
 }

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

 .container_d71647b4b9fc {
   width: 223px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_6e5c4bcc3219 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_a53f92278071 {
   width: 70px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_15bb3faad03d {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .text_5cdaaaca8250 {
   width: 187px;
   height: 32px;
   position: absolute !important;
   left: 52px;
   top: 665px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_5cdaf5fd6a6b {
   width: 430px;
   height: 345px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_0abb3eb59851 {
   width: 192px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_a97a1fa629dc {
   width: 161px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_325d90fbe17c {
   width: 292px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_6f8ff5c65f49 {
   width: 189px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_baadd358b512 {
   width: 216px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_eb52f37a414f {
   width: 302px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_ab26fabf3a3d {
   width: 105px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0308748032b4 {
   width: 109px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_0308748032b4 img {
   filter: brightness(2);
 }

 .container_b5903460c3a6 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   left: 0px;
   top: 909px;
 }

 .viewport_ea259535ad75 {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .container_a29c0e0d4550 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 25px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .container_ca711a15f14e {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 245px;
   top: 187px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_723d03d9c395 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 197px;
 }

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

 .imageview_7f77c0534435 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 212px;
 }

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

 .text_11554905fdff {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 86px;
   top: 200px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_5c6d929d2a62 {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 307px;
   top: 201px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_52aaee6c09da {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 259px;
   top: 200px;
 }

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

 .container_dab145f0b5a9 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_8e8fc93461e9 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 231px;
   top: 291px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_648dd7340600 {
   width: 120px;
   height: 137px;
   z-index: 1;
   position: absolute !important;
   left: 259px;
   top: 310px;
   _scaling-factor: 0.5;
 }

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

 .container_9a85b01576a8 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 25px;
   top: 492px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_afc0b00ccef8 {
   width: 100px;
   height: 123px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 518px;
   _scaling-factor: 0.5;
 }

 .imageview_afc0b00ccef8 img {
   position: absolute;
   width: 128.21% !important;
   height: 104.17% !important;
   max-width: none !important;
   left: -13.59%;
   top: -2.08%;
 }

 .imageview_afc0b00ccef8.wp-block-image {
   overflow: hidden;
 }

 .container_6bd9e6b326d4 {
   width: 175px;
   height: 175px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_d074b4cea21a {
   width: 174px;
   height: 98px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 38px;
   _scaling-factor: 0.5;
 }

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

 .container_419d4ead2dea {
   position: absolute !important;
   overflow: visible;
   width: 175px;
   height: 175px;
   left: 231px;
   top: 492px;
 }

 .container_wrapper_419d4ead2dea {
   position: absolute !important;
   overflow: visible;
   left: 231px;
   top: 492px;
   width: 175px;
   height: 175px;
 }

 .container_nested_419d4ead2dea {
   width: 175px;
   height: 175px;
 }

 .container_6b815b92b982 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 278px;
   top: 57px;
 }

 .container_f275f4199793 {
   width: 430px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .imageview_db67d4d10358 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 331px;
   top: 58px;
 }

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

 .container_297c51c67b09 {
   width: 223px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_162dde45cdb6 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_e76d9312b9f5 {
   width: 70px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_08bdb614b275 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .imageview_8b3a5c550f78 {
   width: 152px;
   height: 107px;
   z-index: 1;
   position: absolute !important;
   left: 38px;
   top: 325px;
   _scaling-factor: 0.5;
 }

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

 .imageview_da738f32e2fa {
   width: 121px;
   height: 84px;
   position: absolute !important;
   left: 154px;
   top: 765px;
   _scaling-factor: 0.5;
 }

 .imageview_da738f32e2fa img {
   filter: brightness(0.24000000953674316);
 }

 .container_a66703372439 {
   width: 430px;
   height: 345px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_299b90609243 {
   width: 192px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_0c4bb6fa712e {
   width: 161px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_9e77b479bc82 {
   width: 292px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_80ac1ddda3a2 {
   width: 189px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_e75f57426e4a {
   width: 216px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_d05f358e331f {
   width: 302px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_d68aee77a0f3 {
   width: 105px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_55a45438f709 {
   width: 109px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_55a45438f709 img {
   filter: brightness(2);
 }

 .container_6506c599f0b1 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   left: 0px;
   top: 909px;
 }

 .viewport_9e2bd5539383 {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .container_b7d5d7d81c96 {
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_24f9879bb2b1 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 17px;
 }

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

 .text_92b7d8db7ede {
   width: 87px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 61px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_b1a9afd603cd {
   position: absolute !important;
   overflow: visible;
   width: 161px;
   height: 57px;
   left: 32px;
   top: 187px;
 }

 .container_wrapper_b1a9afd603cd {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 187px;
   width: 161px;
   height: 57px;
 }

 .container_nested_b1a9afd603cd {
   width: 161px;
   height: 57px;
 }

 .container_2972a8117317 {
   width: 368px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
   border-radius: 10px 10px 10px 10px;
 }

 .text_e034a6d3414d {
   width: 182px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 27px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_823234e5c1ff {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 310px;
   top: 9px;
 }

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

 .container_b48a09eb7562 {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 57px;
   left: 32px;
   top: 813px;
 }

 .container_wrapper_b48a09eb7562 {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 813px;
   width: 368px;
   height: 57px;
 }

 .container_nested_b48a09eb7562 {
   width: 368px;
   height: 57px;
 }

 .text_a0e98f7beb40 {
   width: 187px;
   height: 32px;
   position: absolute !important;
   left: 52px;
   top: 633px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_a25c28d460b9 {
   width: 136px;
   height: 32px;
   position: absolute !important;
   left: 52px;
   top: 665px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_b89694c811f8 {
   width: 319px;
   height: 72px;
   position: absolute !important;
   left: 52px;
   top: 721px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_69db007674fd {
   width: 368px;
   height: 325px;
   position: absolute !important;
   left: 32px;
   top: 288px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_c092451e3aeb {
   width: 336px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 373px;
   _scaling-factor: 0.5;
 }

 .imageview_c092451e3aeb img {
   position: absolute;
   width: 116.52% !important;
   height: 131.03% !important;
   max-width: none !important;
   left: -7.68%;
   top: -19.54%;
 }

 .imageview_c092451e3aeb.wp-block-image {
   overflow: hidden;
 }

 .imageview_ba8a0a18f391 {
   width: 29px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 761px;
 }

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

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

 .container_730b121f3125 {
   width: 430px;
   height: 153px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

 .imageview_a242309dc710 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 331px;
   top: 58px;
 }

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

 .container_e024e0de2d83 {
   width: 223px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 56px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .imageview_e9cace6d56cc {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 113px;
   top: 65px;
 }

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

 .imageview_05adfa22b716 {
   width: 70px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 52px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c7e7c01c8a44 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 384px;
   top: 62px;
 }

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

 .container_e0747ff14bed {
   width: 430px;
   height: 345px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_cd2ab3064e33 {
   width: 192px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_c01ea66921f8 {
   width: 161px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_7c5782a81d13 {
   width: 292px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_3af1335500fa {
   width: 189px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_122121033105 {
   width: 216px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_b2a6577a0bee {
   width: 302px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_cf9afe688b04 {
   width: 105px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e9a16afa5d61 {
   width: 109px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_e9a16afa5d61 img {
   filter: brightness(2);
 }

 .container_24a6373a0d3f {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   left: 0px;
   top: 909px;
 }

 .viewport_d437a58c296e {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }

 .imageview_cc9f5dba0a06 {
   width: 70px;
   height: 42px;
   position: absolute !important;
   left: 12px;
   top: 57px;
   _scaling-factor: 0.5;
 }

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

 .container_5e2f05e074f4 {
   width: 223px;
   height: 41px;
   position: absolute !important;
   left: 92.78px;
   top: 57.5px;
   background: #f0e9db;
   border-radius: 20.5px 20.5px 20.5px 20.5px;
 }

 .container_16e03a00a038 {
   width: 45px;
   height: 48px;
   position: absolute !important;
   left: 326.78px;
   top: 54px;
   background: #6e482d;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_e745fc841004 {
   width: 32px;
   height: 32px;
   position: absolute !important;
   left: 382.78px;
   top: 62px;
 }

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

 .imageview_65e1b7b126f5 {
   width: 36.67px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 332px;
   top: 62px;
 }

 .imageview_65e1b7b126f5 img {
   position: absolute;
   width: 40.0px !important;
   height: 38.3px !important;
   max-width: none !important;
   left: -1.7px;
   top: -1.6px;
 }

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

 .imageview_88eb0069c04e {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 113px;
   top: 66px;
 }

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

 .container_e4608adac805 {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 153px;
   left: 0px;
   top: -1px;
   background: #4b3220;
 }

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

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

 .text_0eb28df1367f {
   width: 87px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_463675662c66 {
   padding: 15px 13px 10px 14px;
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   position: absolute !important;
   left: 32px;
   top: 187px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 23px;
   display: flex !important;
   flex-direction: row;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_463675662c66 {
   position: absolute !important;
   left: 32px;
   top: 187px;
   width: 161px;
   height: 57px;
 }

 .container_nested_463675662c66 {
   padding: 15px 13px 10px 14px;
   width: 161px;
   height: 57px;
   border-top: 3px solid #4b3220ff;
   border-right: 3px solid #4b3220ff;
   border-bottom: 3px solid #4b3220ff;
   border-left: 3px solid #4b3220ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 23px;
   display: flex !important;
   flex-direction: row;
   background: #f0e9db;
   border-radius: 10px 10px 10px 10px;
 }

 .text_104f7e027930 {
   width: 246px;
   height: 32px;
   position: absolute !important;
   left: 32px;
   top: 278px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_4409b52e0bb5 {
   width: 91px;
   height: 91px;
   position: absolute !important;
   left: 32px;
   top: 344px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_822c38ba4d6c {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 356px;
   _scaling-factor: 0.5;
 }

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

 .container_5f54c2933807 {
   width: 91px;
   height: 91px;
   position: absolute !important;
   left: 32px;
   top: 466px;
   background: #e4dac6;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_609f0de96db0 {
   width: 21px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 67px;
   top: 475px;
   _scaling-factor: 0.5;
 }

 .imageview_609f0de96db0 img {
   position: absolute;
   width: 346.15% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -89.35%;
   top: 0.00%;
 }

 .imageview_609f0de96db0.wp-block-image {
   overflow: hidden;
 }

 .text_a82bc2247b57 {
   width: 187px;
   height: 32px;
   position: absolute !important;
   left: 145px;
   top: 377px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_468d4e2632c2 {
   width: 200px;
   height: 32px;
   position: absolute !important;
   left: 145px;
   top: 499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_5ffb8ebef896 {
   width: 25px;
   height: 25px;
   position: absolute !important;
   left: 388px;
   top: 377px;
 }

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

 .imageview_a0311f18e993 {
   width: 25px;
   height: 25px;
   position: absolute !important;
   left: 388px;
   top: 499px;
 }

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

 .line_c4be6df08c9c {
   width: 353px;
   height: 1px;
   border-top: 1px solid #4b32202b;
   border-right: 1px solid #4b32202b;
   border-bottom: 1px solid #4b32202b;
   border-left: 1px solid #4b32202b;
   position: absolute !important;
   left: 46px;
   top: 450px;
   direction: horizontal;
   background: #4b32202b;
 }

 .line_88183e772313 {
   width: 353px;
   height: 1px;
   border-top: 1px solid #4b32202b;
   border-right: 1px solid #4b32202b;
   border-bottom: 1px solid #4b32202b;
   border-left: 1px solid #4b32202b;
   position: absolute !important;
   left: 46px;
   top: 573px;
   direction: horizontal;
   background: #4b32202b;
 }

 .text_0682cf8161f9 {
   width: 187px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 145px;
   top: 406px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_a3796675d4bd {
   width: 187px;
   height: 32px;
   position: absolute !important;
   left: 145px;
   top: 531px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .container_734637fb3b4c {
   width: 430px;
   height: 345px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b3220;
 }

 .text_347b05092d31 {
   width: 192px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 15px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_f00b2b85cc25 {
   width: 161px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_7b4e9d204e25 {
   width: 292px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_77893d6e2fbf {
   width: 189px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_e3b5d940b295 {
   width: 216px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .text_af42b69d34f6 {
   width: 302px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 207px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18.2px;
   word-wrap: break-word;
   font-family: 'IBM Plex Mono';
 }

 .imageview_f7966c6688ef {
   width: 105px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 270px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fe2aa8ae91b0 {
   width: 109px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 314px;
   top: 260px;
   _scaling-factor: 0.5;
 }

 .imageview_fe2aa8ae91b0 img {
   filter: brightness(2);
 }

 .container_4abf2638498a {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 345px;
   left: 0px;
   top: 909px;
 }

 .text_4583e79406b4 {
   width: max-content;
   position: absolute !important;
   left: 95px;
   top: 793px;
   line-height: 26px;
   font-family: 'IBM Plex Mono';
 }

 .viewport_42357c5a2826 {
   width: 430px;
   height: 1254px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0e9db;
 }