 /*
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?display=swap&family=Roboto:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @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;
 }

 .text_c0380f6d7907 {
   width: 158.7px;
   height: 38px;
   position: absolute !important;
   left: 26px;
   top: 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3ebde1b60585 {
   position: absolute !important;
   overflow: visible;
   width: 210.38px;
   height: 40px;
   left: 834.81px;
   top: 255px;
   border-radius: 40px 40px 40px 40px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .text_f52fc36b04e1 {
   width: 592.92px;
   height: 156px;
   position: absolute !important;
   left: 8.64px;
   top: -0.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 78px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_9e271c145f7a {
   position: absolute !important;
   overflow: visible;
   width: 610px;
   height: 156px;
   left: 635px;
   top: 315px;
 }

 .container_b96f3cc03b6f {
   width: 32.47px;
   height: 2px;
   position: absolute !important;
   left: 0px;
   top: 35.45px;
   background: #ffffff;
 }

 .text_891e5c7bb6f7 {
   width: 32.87px;
   height: 32.3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6032c77be626 {
   position: absolute !important;
   overflow: visible;
   width: 32.47px;
   height: 37.45px;
   left: 0px;
   top: 0px;
 }

 .text_f763b1f97426 {
   width: 34.72px;
   height: 32.3px;
   position: absolute !important;
   left: 92.47px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_07615bfaab71 {
   position: absolute !important;
   width: 126.89px;
   height: 67.45px;
   left: 281.55px;
   top: -0.15px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_537f064dc468 {
   width: 617.91px;
   height: 56.3px;
   position: absolute !important;
   left: 10px;
   top: 7.09px;
   background: #ffffff;
   border-radius: 50px 50px 50px 50px;
 }

 .text_e302325f493e {
   width: 183.95px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.92px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_786ac6f0f241 {
   position: absolute !important;
   overflow: visible;
   width: 1191.65px;
   height: 20px;
   z-index: 1;
   left: 30.63px;
   top: 25.09px;
 }

 .imageview_415ac1ed0fec {
   width: 60px;
   height: 60.5px;
   z-index: 2;
   position: absolute !important;
   left: 624.98px;
   top: 5px;
 }

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

 .container_8602a008e127 {
   position: absolute !important;
   overflow: visible;
   width: 690px;
   height: 70.5px;
   left: 0px;
   top: 67.3px;
   background: #ffffff;
   border-radius: 70px 70px 70px 70px;
 }

 .container_efd220ca071b {
   position: absolute !important;
   overflow: visible;
   width: 690px;
   height: 137.8px;
   left: 595px;
   top: 501px;
 }

 .container_6204af861de0 {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 859px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/8ced2236-9170-4417-a9bb-02aa27def083/2:4.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 24px 24px 24px 24px;
 }

 .text_8f4701230419 {
   width: 274.84px;
   height: 52px;
   position: absolute !important;
   left: 802.73px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_abc2a1cf8ec2 {
   width: 201.63px;
   height: 32.3px;
   position: absolute !important;
   left: 839.36px;
   top: 221.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_bf0f4bcaa641 {
   width: 196.79px;
   height: 22.8px;
   position: absolute !important;
   left: 31px;
   top: 326.6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ea567e67cf1d {
   width: 89.82px;
   height: 31.5px;
   position: absolute !important;
   left: 326.52px;
   top: 326.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_99f72c09e597 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 396px;
   top: 363.27px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_ba889cd75b5a {
   width: 168.25px;
   height: 30.4px;
   position: absolute !important;
   left: 59.97px;
   top: 358.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_e8d975b2172f {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 74.64px;
   top: 0px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_6164f06cb7cb {
   width: 49.02px;
   height: 17.6px;
   position: absolute !important;
   left: 29.97px;
   top: 1.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b3f368316fdc {
   position: absolute !important;
   overflow: visible;
   width: 94.64px;
   height: 23px;
   border-top: 0px solid #e9e9e9ff;
   border-bottom: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 31px;
   top: 409.39px;
   box-shadow: inset -1px 0 0 0 #e9e9e9ff;
 }

 .imageview_e7efe0488718 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 79.88px;
   top: 0px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_452475ebf7e9 {
   width: 54.28px;
   height: 17.6px;
   position: absolute !important;
   left: 29.97px;
   top: 1.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_00aedf7e5184 {
   position: absolute !important;
   overflow: visible;
   width: 99.88px;
   height: 23px;
   border-top: 0px solid #e9e9e9ff;
   border-bottom: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 140.64px;
   top: 409.39px;
   box-shadow: inset -1px 0 0 0 #e9e9e9ff;
 }

 .imageview_665dd9100a2a {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 171.48px;
   top: 409.39px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_bfa779e3fd72 {
   width: 59.43px;
   height: 17.6px;
   position: absolute !important;
   left: 285.48px;
   top: 410.83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_57e18062275d {
   width: 425px;
   height: 297px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_50f50d26a3d5 {
   width: 58.74px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_482c1ae009ad {
   position: absolute !important;
   overflow: visible;
   width: 88.36px;
   height: 33px;
   z-index: 1;
   left: 20px;
   top: 23.5px;
   background: #1f4b43;
   border-radius: 33px 33px 33px 33px;
 }

 .container_bc7bc74942a5 {
   position: absolute !important;
   width: 425px;
   height: 296.5px;
   left: 11px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .container_fe4cdc119886 {
   position: absolute !important;
   overflow: visible;
   width: 447px;
   height: 453.39px;
   left: 15px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .text_09d4f11ef9a9 {
   width: 163.6px;
   height: 22.8px;
   position: absolute !important;
   left: 31px;
   top: 326.6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9f6c327c3987 {
   width: 48.57px;
   height: 31.5px;
   position: absolute !important;
   left: 319.48px;
   top: 326.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_38faf90cfe43 {
   width: 48.65px;
   height: 22.05px;
   z-index: 1;
   position: absolute !important;
   left: 367.7px;
   top: 333.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.05px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_bd05671227c4 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 396px;
   top: 363.27px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_f34f75aa4610 {
   width: 141.48px;
   height: 30.4px;
   position: absolute !important;
   left: 59.97px;
   top: 358.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_b6cb6ceb53f6 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 74.64px;
   top: 0px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_bda114e6fbe6 {
   width: 49.02px;
   height: 17.6px;
   position: absolute !important;
   left: 29.97px;
   top: 1.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e7bf1b3520c9 {
   position: absolute !important;
   overflow: visible;
   width: 94.64px;
   height: 23px;
   border-top: 0px solid #e9e9e9ff;
   border-bottom: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 31px;
   top: 409.39px;
   box-shadow: inset -1px 0 0 0 #e9e9e9ff;
 }

 .imageview_93fa53126cff {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 79.88px;
   top: 0px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_fd54247af8e5 {
   width: 54.28px;
   height: 17.6px;
   position: absolute !important;
   left: 29.97px;
   top: 1.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b8f5077f2292 {
   position: absolute !important;
   overflow: visible;
   width: 99.88px;
   height: 23px;
   border-top: 0px solid #e9e9e9ff;
   border-bottom: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 140.64px;
   top: 409.39px;
   box-shadow: inset -1px 0 0 0 #e9e9e9ff;
 }

 .imageview_30b137cfd60e {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 171.48px;
   top: 409.39px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_620565d0acc5 {
   width: 59.43px;
   height: 17.6px;
   position: absolute !important;
   left: 285.48px;
   top: 410.83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_de7a6c2f84fd {
   width: 425px;
   height: 297px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_d3083775dcba {
   width: 60.26px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3e436fcecda8 {
   position: absolute !important;
   overflow: visible;
   width: 89.88px;
   height: 33px;
   z-index: 1;
   left: 20px;
   top: 23.5px;
   background: #1f4b43;
   border-radius: 33px 33px 33px 33px;
 }

 .container_df201e081a2f {
   position: absolute !important;
   width: 425px;
   height: 296.5px;
   left: 11px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .container_96f78f516aa8 {
   position: absolute !important;
   overflow: visible;
   width: 447px;
   height: 453.39px;
   left: 492px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .text_62f4e9f4f70d {
   width: 196.52px;
   height: 22.8px;
   position: absolute !important;
   left: 31px;
   top: 326.6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4fe92758e65b {
   width: 89.82px;
   height: 31.5px;
   position: absolute !important;
   left: 326.52px;
   top: 326.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_ab034311c9ea {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 396px;
   top: 363.27px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_5007f379cb48 {
   width: 171.33px;
   height: 30.4px;
   position: absolute !important;
   left: 59.97px;
   top: 358.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_e004b7217045 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 74.64px;
   top: 0px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_33282796435a {
   width: 49.02px;
   height: 17.6px;
   position: absolute !important;
   left: 29.97px;
   top: 1.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_628d3a676cbd {
   position: absolute !important;
   overflow: visible;
   width: 94.64px;
   height: 23px;
   border-top: 0px solid #e9e9e9ff;
   border-bottom: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 31px;
   top: 409.39px;
   box-shadow: inset -1px 0 0 0 #e9e9e9ff;
 }

 .imageview_25d099838a24 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 79.88px;
   top: 0px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_31c2355c01e3 {
   width: 54.28px;
   height: 17.6px;
   position: absolute !important;
   left: 29.97px;
   top: 1.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_956a0128fca0 {
   position: absolute !important;
   overflow: visible;
   width: 99.88px;
   height: 23px;
   border-top: 0px solid #e9e9e9ff;
   border-bottom: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 140.64px;
   top: 409.39px;
   box-shadow: inset -1px 0 0 0 #e9e9e9ff;
 }

 .imageview_284693031142 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 171.48px;
   top: 409.39px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_93cb6a0ef10e {
   width: 59.43px;
   height: 17.6px;
   position: absolute !important;
   left: 285.48px;
   top: 410.83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_6319d0ed396e {
   width: 425px;
   height: 297px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_c98f86023bce {
   width: 58.74px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_ffac21d362ee {
   position: absolute !important;
   overflow: visible;
   width: 88.36px;
   height: 33px;
   z-index: 1;
   left: 20px;
   top: 23.5px;
   background: #1f4b43;
   border-radius: 33px 33px 33px 33px;
 }

 .text_781a97d25ece {
   width: 63.09px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_aec9062a55c0 {
   position: absolute !important;
   overflow: visible;
   width: 92.7px;
   height: 33px;
   z-index: 1;
   left: 118.36px;
   top: 23.5px;
   background: #e7c873;
   border-radius: 33px 33px 33px 33px;
 }

 .container_e8e53595d1c1 {
   position: absolute !important;
   width: 425px;
   height: 296.5px;
   left: 11px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .container_d77cd6222e65 {
   position: absolute !important;
   overflow: visible;
   width: 447px;
   height: 453.39px;
   left: 969px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .container_d15e19d68890 {
   position: absolute !important;
   overflow: visible;
   width: 1430px;
   height: 483.39px;
   left: 225px;
   top: 284.29px;
 }

 .text_11a7e56c9a61 {
   width: 8.83px;
   height: 28.5px;
   position: absolute !important;
   left: -74991.72px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7f9431a68997 {
   position: absolute !important;
   overflow: visible;
   width: 1px;
   height: 10px;
   left: 630px;
   top: 40px;
   background: #12222333;
   border-radius: 5px 5px 5px 5px;
 }

 .text_85a720078cec {
   width: 8.83px;
   height: 28.5px;
   position: absolute !important;
   left: -74991.72px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_cf6a972003ac {
   position: absolute !important;
   overflow: visible;
   width: 10px;
   height: 10px;
   left: 10px;
   top: 10px;
   background: #122223;
   border-radius: 50% 50% 50% 50%;
 }

 .container_98e8e364074c {
   width: 30px;
   height: 30px;
   z-index: 1;
   transform: rotate(45deg);
   transform-origin: 0 0;
   border-top: 1px solid #122223ff;
   border-right: 1px solid #122223ff;
   border-bottom: 1px solid #122223ff;
   border-left: 1px solid #122223ff;
   position: absolute !important;
   left: 15px;
   top: -6.21px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_bca38674beb9 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 660px;
   top: 30px;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #12222333;
 }

 .text_08c2432ec53f {
   width: 8.83px;
   height: 28.5px;
   position: absolute !important;
   left: -74991.72px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b134e8c07e0e {
   position: absolute !important;
   overflow: visible;
   width: 1px;
   height: 10px;
   left: 720px;
   top: 40px;
   background: #12222333;
   border-radius: 5px 5px 5px 5px;
 }

 .text_5cf340f81f35 {
   width: 8.83px;
   height: 28.5px;
   position: absolute !important;
   left: -74991.72px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_976e778bc3d3 {
   position: absolute !important;
   overflow: visible;
   width: 10px;
   height: 10px;
   left: 750px;
   top: 40px;
   background: #12222333;
   border-radius: 50% 50% 50% 50%;
 }

 .text_1e2c04159c69 {
   width: 8.83px;
   height: 28.5px;
   position: absolute !important;
   left: -74991.72px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_322167f97f3f {
   position: absolute !important;
   overflow: visible;
   width: 10px;
   height: 10px;
   left: 790px;
   top: 40px;
   background: #12222333;
   border-radius: 50% 50% 50% 50%;
 }

 .container_7fcf24be5581 {
   position: absolute !important;
   overflow: visible;
   width: 1430px;
   height: 60px;
   left: 225px;
   top: 767.68px;
 }

 .imageview_2741cd1b8df1 {
   width: 60px;
   height: 40px;
   position: absolute !important;
   left: 110px;
   top: 535.98px;
 }

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

 .imageview_929400604717 {
   width: 60px;
   height: 40px;
   position: absolute !important;
   left: 1710px;
   top: 535.98px;
 }

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

 .container_f0b9fe3545e3 {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 992.69px;
   left: 0px;
   top: 878.8px;
   background: #f6f8fa;
   border-radius: 24px 24px 24px 24px;
 }

 .text_d346a8f6f58d {
   width: 546.93px;
   height: 52px;
   position: absolute !important;
   left: 666.73px;
   top: 2036.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e7160745f163 {
   width: 418.87px;
   height: 32.3px;
   position: absolute !important;
   left: 730.83px;
   top: 2093.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_9f68b29cdc1f {
   width: 685px;
   height: 399px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_6705f3670485 {
   width: 685px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a1a 60%, #00000000 100%);
 }

 .text_17a873377d2f {
   width: 81.46px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_793200ec107f {
   width: 89.79px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_41dd98b6961f {
   position: absolute !important;
   width: 685px;
   height: 395px;
   left: 240px;
   top: 2165.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_669550d75b5a {
   width: 328px;
   height: 398px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_37154422d055 {
   width: 327.5px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a1a 60%, #00000000 100%);
 }

 .text_e29c9704287d {
   width: 81.46px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_72dcf165efca {
   width: 77.27px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_70bd85a8e7eb {
   position: absolute !important;
   width: 327.5px;
   height: 395px;
   left: 955px;
   top: 2165.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4f592664a203 {
   width: 328px;
   height: 398px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_73ce08ee0150 {
   width: 327.5px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a1a 60%, #00000000 100%);
 }

 .text_d528fb65fe01 {
   width: 69.22px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7a0906f32aad {
   width: 115.58px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_be750a8780ec {
   position: absolute !important;
   width: 327.5px;
   height: 395px;
   left: 1312.5px;
   top: 2165.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0e20a7f2d014 {
   width: 328px;
   height: 398px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_4c4a13636487 {
   width: 327.5px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a1a 60%, #00000000 100%);
 }

 .text_b4f1828a07fa {
   width: 81.46px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_cf72f21118f8 {
   width: 95.51px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_10bc6046c91a {
   position: absolute !important;
   width: 327.5px;
   height: 395px;
   left: 240px;
   top: 2590.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e57de3ec9b7a {
   width: 328px;
   height: 398px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_ad30567dd602 {
   width: 327.5px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a1a 60%, #00000000 100%);
 }

 .text_623b3ce7f76b {
   width: 81.46px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a52d003a952f {
   width: 65.23px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c3ca8a19356d {
   position: absolute !important;
   width: 327.5px;
   height: 395px;
   left: 597.5px;
   top: 2590.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_08118317d98e {
   width: 685px;
   height: 399px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_5ac09505a98d {
   width: 685px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #1a1a1acc 0%, #1a1a1a1a 60%, #00000000 100%);
 }

 .text_b20f6dda3201 {
   width: 81.46px;
   height: 18px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4fdb3a23c956 {
   width: 59.13px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_ba9d7a7dd76f {
   position: absolute !important;
   width: 685px;
   height: 395px;
   left: 955px;
   top: 2590.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .text_b81db9c2aacc {
   width: 279.81px;
   height: 52px;
   position: absolute !important;
   left: 800.25px;
   top: 155px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_f55c2c2cd082 {
   width: 418.87px;
   height: 32.3px;
   position: absolute !important;
   left: 730.83px;
   top: 216.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_5d8ccf7ad58f {
   width: 50.02px;
   height: 50px;
   position: absolute !important;
   left: 1451.25px;
   top: 299.3px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_1305f1e9f452 {
   width: 187.26px;
   height: 22.8px;
   position: absolute !important;
   left: 310.3px;
   top: 375.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e583b2383cc2 {
   width: 281.19px;
   height: 57px;
   position: absolute !important;
   left: 263.31px;
   top: 412.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_61e8d3cdbcf0 {
   width: 50.02px;
   height: 50px;
   position: absolute !important;
   left: 1093.75px;
   top: 299.3px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_f5e3d15bd27e {
   width: 167.36px;
   height: 22.8px;
   position: absolute !important;
   left: 677.73px;
   top: 375.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_0178998a4d2a {
   width: 286.75px;
   height: 57px;
   position: absolute !important;
   left: 618.03px;
   top: 412.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_a835244ae1c2 {
   width: 50.02px;
   height: 50px;
   position: absolute !important;
   left: 736.25px;
   top: 299.3px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_30020fa87456 {
   width: 155.29px;
   height: 22.8px;
   position: absolute !important;
   left: 1041.27px;
   top: 375.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_0e316053aae8 {
   width: 279.86px;
   height: 57px;
   position: absolute !important;
   left: 978.97px;
   top: 412.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_02178d2b857a {
   width: 50.02px;
   height: 50px;
   position: absolute !important;
   left: 378.75px;
   top: 299.3px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_ea29bc566132 {
   width: 189.94px;
   height: 22.8px;
   position: absolute !important;
   left: 1381.45px;
   top: 375.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e78390a70eb0 {
   width: 248.66px;
   height: 57px;
   position: absolute !important;
   left: 1352.11px;
   top: 412.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_f7f6a7d93241 {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 655.09px;
   left: 0px;
   top: 3150.78px;
   background: #e7c873;
   border-radius: 24px 24px 24px 24px;
 }

 .text_3ef474b63387 {
   width: 277.26px;
   height: 52px;
   position: absolute !important;
   left: 801.52px;
   top: 3970.88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_fd703fdf324e {
   width: 418.87px;
   height: 32.3px;
   position: absolute !important;
   left: 730.83px;
   top: 4027.88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_3aad8316f887 {
   width: 685px;
   height: 334.5px;
   position: absolute !important;
   left: 240px;
   top: 4100.17px;
 }

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

 .text_e3a060832ba3 {
   width: 90.84px;
   height: 52px;
   position: absolute !important;
   left: 40px;
   top: 34.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_3b91fa40cdec {
   width: 87.71px;
   height: 34.2px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 86.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8e693cc318e1 {
   width: 247.3px;
   height: 57px;
   position: absolute !important;
   left: 40px;
   top: 140.94px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_102994e1300d {
   width: 15px;
   height: 12.84px;
   position: absolute !important;
   left: 18px;
   top: 19.61px;
 }

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

 .container_a0f9164b9d8f {
   position: absolute !important;
   overflow: visible;
   width: 51px;
   height: 51px;
   left: 238.48px;
   top: 238.19px;
   background: #ffffff;
   border-radius: 50px 50px 50px 50px;
 }

 .container_6cd2d84f27d2 {
   position: absolute !important;
   overflow: visible;
   width: 329.48px;
   height: 331.44px;
   left: 240px;
   top: 4464.67px;
   background: #1a1a1a;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7faaba30dacd {
   width: 326px;
   height: 331px;
   position: absolute !important;
   left: 955px;
   top: 4464.67px;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_1c6e9a180ad0 {
   width: 68px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: #1a1a1a1c;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_3713d4d81635 {
   width: 22px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_0228fcaab018 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 70px;
   z-index: 1;
   left: 727.23px;
   top: 4595.39px;
   background: #1a1a1a2b;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .container_62a0ce98c589 {
   width: 685px;
   height: 700px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #00000000 0%, #1a1a1a1a 60%, #1a1a1acc 100%);
 }

 .text_32fdc7d96b58 {
   width: 58.74px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_dca2ac6b8d3c {
   position: absolute !important;
   overflow: visible;
   width: 88.36px;
   height: 33px;
   z-index: 1;
   left: 40px;
   top: 40px;
   background: #1f4b43;
   border-radius: 33px 33px 33px 33px;
 }

 .text_e5926b242ba5 {
   width: 63.09px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_a3d9cdaab432 {
   position: absolute !important;
   overflow: visible;
   width: 92.7px;
   height: 33px;
   z-index: 1;
   left: 138.36px;
   top: 40px;
   background: #e7c873;
   border-radius: 33px 33px 33px 33px;
 }

 .text_85cb11a9069f {
   width: 229.83px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 546.92px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_7c5dde16e6fe {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 625px;
   top: 592.38px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_1b35ab277481 {
   width: 168.25px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 68.97px;
   top: 593.11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9cc799f3b2a2 {
   width: 89.82px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 641.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_acea15904e71 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 34.95px;
   top: 0.27px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_e8bbbe7a4c4d {
   width: 9.38px;
   height: 17.6px;
   z-index: 1;
   position: absolute !important;
   left: 25.97px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_5154be4ab508 {
   position: absolute !important;
   overflow: visible;
   width: 50.95px;
   height: 19.57px;
   z-index: 1;
   border-top: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   left: 189.48px;
   top: 644.31px;
   box-shadow: inset -1px 0 0 0 #ffffffff;
 }

 .imageview_0e7414d398de {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 34.95px;
   top: 0.27px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_a2bae1ae165d {
   width: 9.38px;
   height: 17.6px;
   z-index: 1;
   position: absolute !important;
   left: 25.97px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_5a02a24bc95b {
   position: absolute !important;
   overflow: visible;
   width: 50.95px;
   height: 19.57px;
   z-index: 1;
   border-top: 0px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   left: 255.44px;
   top: 644.31px;
   box-shadow: inset -1px 0 0 0 #ffffffff;
 }

 .imageview_e25ff86d748f {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 347.61px;
   top: 644.88px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_8537c92f8f69 {
   width: 27.31px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 347.36px;
   top: 643.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_d86951bb2317 {
   position: absolute !important;
   overflow: visible;
   width: 685px;
   height: 700px;
   left: 955px;
   top: 4100.17px;
   background: url("https://cdn.yotako.io/8ced2236-9170-4417-a9bb-02aa27def083/2:185.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a00ae3e90eb9 {
   width: 638px;
   height: 638px;
   position: absolute !important;
   left: 1001.72px;
   top: 165px;
 }

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

 .imageview_4330984786f6 {
   width: 254px;
   height: 100px;
   z-index: 1;
   position: absolute !important;
   left: 1361px;
   top: 190px;
 }

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

 .text_648aaaa39349 {
   width: 334.58px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_149a2865935f {
   position: absolute !important;
   overflow: visible;
   width: 576.72px;
   height: 104px;
   left: 1063.28px;
   top: 339.55px;
 }

 .text_54095c50409f {
   width: 556.54px;
   height: 91.2px;
   position: absolute !important;
   left: 1063.28px;
   top: 462.84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_12f498861cd8 {
   width: 76.82px;
   height: 54px;
   position: absolute !important;
   left: 30px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_0fc30d5a48dd {
   width: 15px;
   height: 12.84px;
   position: absolute !important;
   left: 116.5px;
   top: 21.61px;
 }

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

 .container_99498103a59e {
   position: absolute !important;
   overflow: visible;
   width: 161.5px;
   height: 54px;
   left: 1063.28px;
   top: 574.72px;
   background: #e7c873;
   border-radius: 12px 12px 12px 12px;
 }

 .text_dbd9c24b059b {
   width: 23.07px;
   height: 72px;
   position: absolute !important;
   left: 344.64px;
   top: 883.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_3cb0ec887776 {
   width: 80.82px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 367.38px;
   top: 882.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_210f8a2b116d {
   width: 240.53px;
   height: 30px;
   position: absolute !important;
   left: 276.17px;
   top: 955.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2a0fa36e7188 {
   width: 70.99px;
   height: 72px;
   position: absolute !important;
   left: 723.41px;
   top: 882.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_75d1ee8bbb6e {
   width: 120.34px;
   height: 30px;
   position: absolute !important;
   left: 698.77px;
   top: 955.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_eb05cec38496 {
   width: 70.99px;
   height: 72px;
   position: absolute !important;
   left: 1085.91px;
   top: 882.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_c2ae29826200 {
   width: 119.76px;
   height: 30px;
   position: absolute !important;
   left: 1061.56px;
   top: 955.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_c903bf439bd2 {
   width: 68.51px;
   height: 72px;
   position: absolute !important;
   left: 1449.66px;
   top: 883.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6d3eff540a27 {
   width: 197.93px;
   height: 30px;
   position: absolute !important;
   left: 1384.95px;
   top: 955.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_f89c13a9035b {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 1150.28px;
   left: 0px;
   top: 4965.17px;
   background: #1f4b43;
   border-radius: 24px 24px 24px 24px;
 }

 .text_1989476642ab {
   width: 428.56px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_ed8e4af652c0 {
   position: absolute !important;
   overflow: visible;
   width: 450px;
   height: 104px;
   left: 240px;
   top: 187.39px;
 }

 .text_f9806a1d6652 {
   width: 440.59px;
   height: 60.8px;
   position: absolute !important;
   left: 240px;
   top: 310.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7a27f24a40ef {
   width: 66.97px;
   height: 33.8px;
   position: absolute !important;
   left: 240px;
   top: 391.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_475dc3c65b9e {
   width: 92.64px;
   height: 37.5px;
   position: absolute !important;
   left: 240px;
   top: 425.97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_f5966023efa3 {
   width: 51.95px;
   height: 33.8px;
   position: absolute !important;
   left: 400px;
   top: 392.18px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 33.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2a66cc0b1b34 {
   width: 87.89px;
   height: 37.5px;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 425.97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_616eecbda335 {
   width: 78px;
   height: 10px;
   position: absolute !important;
   left: 1402px;
   top: 468.5px;
 }

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

 .imageview_c00df04210c9 {
   width: 90px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_90047607340a {
   position: absolute !important;
   overflow: visible;
   width: 90px;
   height: 90px;
   left: 15px;
   top: 10px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .text_efb0e14ce9a4 {
   width: 176.36px;
   height: 22.8px;
   position: absolute !important;
   left: 125px;
   top: 28.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_48ec13bf4bde {
   width: 59.26px;
   height: 28.5px;
   position: absolute !important;
   left: 125px;
   top: 53.14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_a4d756388064 {
   width: 45px;
   height: 44px;
   position: absolute !important;
   left: 541px;
   top: 17.99px;
 }

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

 .text_e7ca55ab5d70 {
   width: 546.79px;
   height: 144.4px;
   position: absolute !important;
   left: 15px;
   top: 129.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0b8dca659f0e {
   position: absolute !important;
   overflow: visible;
   width: 600.59px;
   height: 284.38px;
   left: 1054.39px;
   top: 165px;
 }

 .imageview_5ad00160e7bc {
   width: 60px;
   height: 40px;
   position: absolute !important;
   left: 1069.39px;
   top: 469.38px;
 }

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

 .imageview_9fcdf0dd8629 {
   width: 60px;
   height: 40px;
   position: absolute !important;
   left: 1154.39px;
   top: 469.38px;
 }

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

 .container_fcded2ee16f8 {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 585.38px;
   border-top: 0px solid #e1e1e1ff;
   border-right: 0px solid #e1e1e1ff;
   border-left: 0px solid #e1e1e1ff;
   left: 0px;
   top: 6115.45px;
   box-shadow: inset 0 -1px 0 0 #e1e1e1ff;
 }

 .text_bd90fa0872fd {
   width: 399.18px;
   height: 32.3px;
   position: absolute !important;
   left: 740.66px;
   top: 6775.83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_41952097b50c {
   width: 84px;
   height: 26px;
   position: absolute !important;
   left: 1268.5px;
   top: 18.5px;
 }

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

 .imageview_7214f1878627 {
   width: 83px;
   height: 21px;
   position: absolute !important;
   left: 1030px;
   top: 21px;
 }

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

 .imageview_3d4f2f456dae {
   width: 74px;
   height: 43px;
   position: absolute !important;
   left: 795.5px;
   top: 10px;
 }

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

 .imageview_11f4715dd18a {
   width: 122px;
   height: 25px;
   position: absolute !important;
   left: 532.5px;
   top: 19px;
 }

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

 .imageview_981c979008ac {
   width: 82px;
   height: 26px;
   position: absolute !important;
   left: 313.5px;
   top: 18.5px;
 }

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

 .imageview_6750bea6dba1 {
   width: 99px;
   height: 31px;
   position: absolute !important;
   left: 66px;
   top: 16px;
 }

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

 .container_ba91e4515382 {
   position: absolute !important;
   overflow: visible;
   width: 1430px;
   height: 63px;
   left: 225px;
   top: 6838.13px;
 }

 .text_527caa7cd39d {
   width: 418.86px;
   height: 52px;
   position: absolute !important;
   left: 730.75px;
   top: 165px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_165e67e3e5e6 {
   width: 418.87px;
   height: 72.29px;
   position: absolute !important;
   left: 730.83px;
   top: 222px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_2b813321ba0a {
   width: 326px;
   height: 217px;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_160a435d7b15 {
   width: 71.29px;
   height: 28.5px;
   position: absolute !important;
   left: 65.03px;
   top: 238.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_ebb639ae26a5 {
   width: 4px;
   height: 4px;
   position: absolute !important;
   left: 144.02px;
   top: 251.36px;
   background: #3d3e3f;
   border-radius: 50% 50% 50% 50%;
 }

 .text_75b60e8c7b5b {
   width: 107.31px;
   height: 28.5px;
   position: absolute !important;
   left: 156.02px;
   top: 238.33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1a574d3441bd {
   width: 240.28px;
   height: 51.68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.84px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_30b21a3a8322 {
   position: absolute !important;
   overflow: visible;
   width: 240.08px;
   height: 51.68px;
   left: 43.95px;
   top: 275.9px;
 }

 .text_ca93371deb08 {
   width: 72.9px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: -5.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_0981e051123e {
   width: 14px;
   height: 12px;
   position: absolute !important;
   left: 80.6px;
   top: 4.03px;
 }

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

 .container_0a18f746f6cf {
   position: absolute !important;
   overflow: visible;
   width: 94.59px;
   height: 18px;
   left: 116.7px;
   top: 343.49px;
 }

 .container_c16ae9f7cf6c {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 387.98px;
   left: 15px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .imageview_c7911b9e3020 {
   width: 326px;
   height: 217px;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_dc31072dca10 {
   width: 71.29px;
   height: 28.5px;
   position: absolute !important;
   left: 65.03px;
   top: 238.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2df77fe72be5 {
   width: 4px;
   height: 4px;
   position: absolute !important;
   left: 144.02px;
   top: 251.36px;
   background: #3d3e3f;
   border-radius: 50% 50% 50% 50%;
 }

 .text_da8ddb017268 {
   width: 107.31px;
   height: 28.5px;
   position: absolute !important;
   left: 156.02px;
   top: 238.33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ab7dcaa170d3 {
   width: 241.1px;
   height: 51.68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.84px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_feee748d53d5 {
   position: absolute !important;
   overflow: visible;
   width: 240.91px;
   height: 51.68px;
   left: 43.55px;
   top: 275.9px;
 }

 .text_2d700d2a0868 {
   width: 72.9px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: -5.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_5a1a0914b688 {
   width: 14px;
   height: 12px;
   position: absolute !important;
   left: 80.6px;
   top: 4.03px;
 }

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

 .container_86b72c798ef5 {
   position: absolute !important;
   overflow: visible;
   width: 94.59px;
   height: 18px;
   left: 116.7px;
   top: 343.49px;
 }

 .container_12a470cc728f {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 387.98px;
   left: 373px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .imageview_fbb44abe38e7 {
   width: 326px;
   height: 217px;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_baa3c9b1dd46 {
   width: 39.24px;
   height: 28.5px;
   position: absolute !important;
   left: 81.06px;
   top: 238.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6c54e87b3b39 {
   width: 4px;
   height: 4px;
   position: absolute !important;
   left: 127.98px;
   top: 251.36px;
   background: #3d3e3f;
   border-radius: 50% 50% 50% 50%;
 }

 .text_8c041e1b35d9 {
   width: 107.31px;
   height: 28.5px;
   position: absolute !important;
   left: 139.98px;
   top: 238.33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_13cd3134e86d {
   width: 260.52px;
   height: 51.68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.84px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_a87af30ad6cb {
   position: absolute !important;
   overflow: visible;
   width: 260.32px;
   height: 51.68px;
   left: 33.84px;
   top: 275.9px;
 }

 .text_078bcff13685 {
   width: 72.9px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: -5.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_0ec6ba3f4d32 {
   width: 14px;
   height: 12px;
   position: absolute !important;
   left: 80.6px;
   top: 4.03px;
 }

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

 .container_a15bc591ed09 {
   position: absolute !important;
   overflow: visible;
   width: 94.59px;
   height: 18px;
   left: 116.7px;
   top: 343.49px;
 }

 .container_1bb03f830079 {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 387.98px;
   left: 731px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .imageview_96bbb8706a93 {
   width: 326px;
   height: 217px;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .text_ea2ae7df4ae4 {
   width: 34.44px;
   height: 28.5px;
   position: absolute !important;
   left: 83.45px;
   top: 238.08px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_3240495d6bda {
   width: 4px;
   height: 4px;
   position: absolute !important;
   left: 125.59px;
   top: 251.36px;
   background: #3d3e3f;
   border-radius: 50% 50% 50% 50%;
 }

 .text_696b83f3e33d {
   width: 107.31px;
   height: 28.5px;
   position: absolute !important;
   left: 137.59px;
   top: 238.33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_f8e7ecbc33af {
   width: 242.66px;
   height: 51.68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.84px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_364c242d25d3 {
   position: absolute !important;
   overflow: visible;
   width: 242.47px;
   height: 51.68px;
   left: 42.77px;
   top: 275.9px;
 }

 .text_0c0410bceaa5 {
   width: 72.9px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: -5.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_f3311f7cf35e {
   width: 14px;
   height: 12px;
   position: absolute !important;
   left: 80.6px;
   top: 4.03px;
 }

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

 .container_11c0c4ed9738 {
   position: absolute !important;
   overflow: visible;
   width: 94.59px;
   height: 18px;
   left: 116.7px;
   top: 343.49px;
 }

 .container_508315e49855 {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 387.98px;
   left: 1089px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e9e9e9ff;
 }

 .container_9a6de9c1b8e9 {
   position: absolute !important;
   overflow: visible;
   width: 1430px;
   height: 417.98px;
   left: 225px;
   top: 299.29px;
 }

 .container_a9341cfefaca {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 852.28px;
   left: 0px;
   top: 7056.13px;
   background: #f9f9f9;
   border-radius: 24px 24px 24px 24px;
 }

 .container_f1a4a312de39 {
   width: 95.58px;
   height: 2px;
   position: absolute !important;
   left: 0px;
   top: 54.09px;
   background: #1a1a1a;
 }

 .text_9e4853713125 {
   width: 95.93px;
   height: 36.1px;
   position: absolute !important;
   left: 0px;
   top: 9.45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_62ce772d74b3 {
   position: absolute !important;
   overflow: visible;
   width: 95.58px;
   height: 56.09px;
   left: 0px;
   top: 0px;
 }

 .text_e1780dd4e2af {
   width: 103.75px;
   height: 36.1px;
   position: absolute !important;
   left: 125.58px;
   top: 9.45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_518b4e02e81f {
   width: 110.64px;
   height: 36.1px;
   position: absolute !important;
   left: 258.97px;
   top: 9.45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9b4fd76029b3 {
   width: 149.91px;
   height: 36.1px;
   position: absolute !important;
   left: 399.23px;
   top: 9.45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36.1px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b32b4cbcaf7c {
   position: absolute !important;
   overflow: visible;
   width: 1400px;
   height: 57.09px;
   border-top: 0px solid #e9e9e9ff;
   border-right: 0px solid #e9e9e9ff;
   border-left: 0px solid #e9e9e9ff;
   left: 240px;
   top: 8073.41px;
   box-shadow: inset 0 -1px 0 0 #e9e9e9ff;
 }

 .text_34764b97fc2e {
   width: 98.43px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_bb043a613200 {
   width: 136.89px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7e5b19bb2a40 {
   width: 129.36px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_0bec66e34779 {
   width: 146px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 115.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a8631f6b1181 {
   width: 122.05px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e11d75c07788 {
   width: 118.26px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_10caf10b91a9 {
   position: absolute !important;
   overflow: visible;
   width: 262.41px;
   height: 221px;
   z-index: 1;
   left: 0px;
   top: 35px;
 }

 .text_0b30cd9051bc {
   width: 134px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b10cfcb39ff3 {
   width: 131.77px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_c7d18dbe29ba {
   width: 137.47px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_c0f16ad31c1e {
   width: 134.94px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 115.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_696e9695b5c8 {
   width: 137.19px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6c62aaab0f42 {
   width: 148.09px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7a20b70623f3 {
   position: absolute !important;
   overflow: visible;
   width: 250.66px;
   height: 221px;
   z-index: 1;
   left: 292.41px;
   top: 35px;
 }

 .text_ebfde8f08d3d {
   width: 133.53px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a7a4c23615c3 {
   width: 113.44px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1138ef5c1c88 {
   width: 112.75px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_384216c94bbe {
   width: 110.59px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 115.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_87a3c2c5550e {
   width: 103.17px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e532f75b8f0d {
   width: 130.89px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6e9cb21d9bb2 {
   position: absolute !important;
   overflow: visible;
   width: 250.66px;
   height: 221px;
   z-index: 1;
   left: 573.06px;
   top: 35px;
 }

 .text_04d544b4f712 {
   width: 120.66px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_3fee19901ee3 {
   width: 133.8px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ca4ad3b08aa2 {
   width: 140.09px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_42454ff8fbfb {
   width: 118.35px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 115.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_33f5c1ff09b0 {
   width: 107.5px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_37e462524ecd {
   width: 121.23px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_dffc044a604f {
   position: absolute !important;
   overflow: visible;
   width: 250.66px;
   height: 221px;
   z-index: 1;
   left: 853.72px;
   top: 35px;
 }

 .text_a9cc619dd1bd {
   width: 142.48px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_281cd8a3e69b {
   width: 127.53px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_dcb8ab0948a4 {
   width: 111.45px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_928a30dc5112 {
   width: 116.02px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 115.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_dd6cc968ee45 {
   width: 144.53px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b5199fd6f5ca {
   width: 124.14px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 192.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_01c0df392cdb {
   position: absolute !important;
   overflow: visible;
   width: 250.66px;
   height: 221px;
   z-index: 1;
   left: 1134.38px;
   top: 35px;
 }

 .container_e7632c458bda {
   position: absolute !important;
   overflow: visible;
   width: 1400px;
   height: 271px;
   z-index: 1;
   left: 240px;
   top: 8130.5px;
 }

 .text_eeee20e7dfcd {
   width: 379.65px;
   height: 30px;
   position: absolute !important;
   left: 240px;
   top: 95px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ef80833fa52a {
   width: 421.02px;
   height: 32.3px;
   position: absolute !important;
   left: 240px;
   top: 135px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.3px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b0f96cdc8ddd {
   width: 90.22px;
   height: 54px;
   position: absolute !important;
   left: 30px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_dd2451ecc3d4 {
   width: 15px;
   height: 12.84px;
   position: absolute !important;
   left: 129.87px;
   top: 21.61px;
 }

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

 .container_2c981cb79f02 {
   position: absolute !important;
   overflow: visible;
   width: 174.88px;
   height: 54px;
   left: 1465.13px;
   top: 104.14px;
   background: #e7c873;
   border-radius: 12px 12px 12px 12px;
 }

 .container_01724c8db068 {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 262.3px;
   left: 0px;
   top: 8566.5px;
   background: #fff8f6;
   border-radius: 24px 24px 24px 24px;
 }

 .container_83fc3facf311 {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 8848.8px;
   left: 20px;
   top: 20px;
 }

 .imageview_af3eadaf59a1 {
   width: 200px;
   height: 56px;
   position: absolute !important;
   left: 15px;
   top: 55px;
 }

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

 .text_bd47cad92898 {
   width: 82.96px;
   height: 19px;
   position: absolute !important;
   left: 1421.22px;
   top: 73.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_17ffb478b89c {
   width: 9.68px;
   height: 15px;
   position: absolute !important;
   left: 15.32px;
   top: 12px;
 }

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

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

 .imageview_bddcd05aa09b {
   width: 13.51px;
   height: 15px;
   position: absolute !important;
   left: 56.22px;
   top: 12px;
 }

 .imageview_bddcd05aa09b img {
   position: absolute;
   width: 15.0px !important;
   height: 12.2px !important;
   max-width: none !important;
   left: -0.7px;
   top: 1.3px;
 }

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

 .imageview_1031ae71c1cf {
   width: 12.56px;
   height: 15px;
   position: absolute !important;
   left: 100.88px;
   top: 12px;
 }

 .imageview_1031ae71c1cf img {
   position: absolute;
   width: 13.2px !important;
   height: 13.2px !important;
   max-width: none !important;
   left: -0.3px;
   top: 0.8px;
 }

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

 .imageview_d2a890a60c1d {
   width: 13.48px;
   height: 15px;
   position: absolute !important;
   left: 144.6px;
   top: 12px;
 }

 .imageview_d2a890a60c1d img {
   position: absolute;
   width: 13.1px !important;
   height: 13.1px !important;
   max-width: none !important;
   left: 0.2px;
   top: -0.1px;
 }

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

 .container_edb45abbd79c {
   position: absolute !important;
   overflow: visible;
   width: 171.16px;
   height: 40px;
   left: 1523.84px;
   top: 63px;
 }

 .container_56695b4fe2d4 {
   width: 1680px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 166px;
   background: #ffffff1a;
 }

 .text_285b77cfefb6 {
   width: 85.24px;
   height: 19px;
   position: absolute !important;
   left: 15px;
   top: 262px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2d2c419ec0da {
   width: 75.15px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.58px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_04913d7c1ba0 {
   position: absolute !important;
   overflow: visible;
   width: 252.08px;
   height: 18px;
   left: 0px;
   top: 13px;
 }

 .text_3c4c93edae18 {
   width: 34.22px;
   height: 28.5px;
   position: absolute !important;
   left: 31px;
   top: 6.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_7bc9392e75d5 {
   width: 14px;
   height: 12px;
   position: absolute !important;
   left: 72.92px;
   top: 16.03px;
 }

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

 .container_bb5f5991b166 {
   position: absolute !important;
   overflow: visible;
   width: 117.92px;
   height: 42.5px;
   left: 252.08px;
   top: 0.75px;
   background: #ffffff14;
   border-radius: 44px 44px 44px 44px;
 }

 .container_6a4f7d461421 {
   position: absolute !important;
   overflow: visible;
   width: 370px;
   height: 57px;
   border-top: 0px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   left: 15px;
   top: 316px;
   box-shadow: inset 0 -1px 0 0 #ffffff14;
 }

 .text_7573d4cb0c07 {
   width: 362.64px;
   height: 28.5px;
   position: absolute !important;
   left: 15px;
   top: 412.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_5c1f8f93a596 {
   width: 74.17px;
   height: 22.8px;
   position: absolute !important;
   left: 520px;
   top: 262px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_49a88fef0c8c {
   width: 42.02px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_67c67d666988 {
   width: 63.81px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 38.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1df230221166 {
   width: 55.03px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 76.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_d6d458c6ce9b {
   width: 46.17px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 115.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2f5f7bb25421 {
   width: 82.16px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 153.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_bdaa2518dd02 {
   width: 67.75px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 192.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7b8cc4089773 {
   position: absolute !important;
   overflow: visible;
   width: 179.45px;
   height: 221px;
   left: 520px;
   top: 314.79px;
 }

 .text_620c48287ed0 {
   width: 98.9px;
   height: 22.8px;
   position: absolute !important;
   left: 749.45px;
   top: 262px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.8px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b34982df2323 {
   width: 40.26px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_0d47041e20d9 {
   width: 52.77px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 38.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_05c419c42b95 {
   width: 37.29px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 76.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_a0054917aa5b {
   width: 30.33px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 115.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_10c47cf91566 {
   width: 87.69px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 153.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9bfe9b8aa023 {
   width: 92.65px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 192.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b338b3301df9 {
   width: 130.99px;
   height: 28.5px;
   position: absolute !important;
   left: 0px;
   top: 230.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_d95e5bb12c3e {
   position: absolute !important;
   overflow: visible;
   width: 163.06px;
   height: 259.5px;
   left: 749.45px;
   top: 314.79px;
 }

 .text_1a12b075098d {
   width: 93.92px;
   height: 19px;
   position: absolute !important;
   left: 962.52px;
   top: 262px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_54682567d8d8 {
   width: 121.48px;
   height: 57px;
   position: absolute !important;
   left: 962.52px;
   top: 312.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7456c55ace6e {
   width: 105.86px;
   height: 19px;
   position: absolute !important;
   left: 1223.34px;
   top: 262px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_05daed941aff {
   width: 170.13px;
   height: 57px;
   position: absolute !important;
   left: 1223.34px;
   top: 312.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4893f5f3840c {
   width: 98.01px;
   height: 19px;
   position: absolute !important;
   left: 1484.17px;
   top: 262px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_0c1088d30ed4 {
   width: 19px;
   height: 24px;
   position: absolute !important;
   left: 25px;
   top: 20.67px;
 }

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

 .text_9331ffc88009 {
   width: 97.52px;
   height: 15.6px;
   position: absolute !important;
   left: 16px;
   top: -0.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7d81aba5264e {
   width: 83.19px;
   height: 19.2px;
   position: absolute !important;
   left: 16px;
   top: 18.49px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_9ce76596b13f {
   position: absolute !important;
   overflow: visible;
   width: 113.17px;
   height: 37.78px;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   left: 59px;
   top: 13px;
   box-shadow: inset 1px 0 0 0 #ffffff33;
 }

 .container_bb1b94908f41 {
   position: absolute !important;
   overflow: visible;
   width: 210.83px;
   height: 63.78px;
   left: 1484.17px;
   top: 316px;
   background: #ffffff12;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_4abec4cc93a5 {
   width: 20px;
   height: 23px;
   position: absolute !important;
   left: 25px;
   top: 21.17px;
 }

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

 .text_e49c011be561 {
   width: 51.7px;
   height: 15.6px;
   position: absolute !important;
   left: 16px;
   top: -0.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_e84e67ff15cc {
   width: 85.81px;
   height: 19.2px;
   position: absolute !important;
   left: 16px;
   top: 18.49px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_56bbe8a9d9a7 {
   position: absolute !important;
   overflow: visible;
   width: 101.48px;
   height: 37.78px;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   left: 60px;
   top: 13px;
   box-shadow: inset 1px 0 0 0 #ffffff33;
 }

 .container_659de8033d4b {
   position: absolute !important;
   overflow: visible;
   width: 210.83px;
   height: 63.78px;
   left: 1484.17px;
   top: 399.78px;
   background: #ffffff12;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c829f37b31d6 {
   width: 1680px;
   height: 1px;
   position: absolute !important;
   left: 15px;
   top: 669.29px;
   background: #ffffff1a;
 }

 .text_31689ea06627 {
   width: 194.49px;
   height: 28.5px;
   position: absolute !important;
   left: 757.92px;
   top: 710.29px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_5750b666a3bd {
   position: absolute !important;
   overflow: visible;
   width: 1710px;
   height: 778.8px;
   left: 85px;
   top: 0px;
 }

 .container_2e7c8517e8db {
   position: absolute !important;
   overflow: visible;
   width: 1880px;
   height: 778.8px;
   left: 20px;
   top: 8868.8px;
   background: #1a1a1a;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_e543137b1ff8 {
   width: 150px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 50.25px;
 }

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

 .text_608817ab3bb9 {
   width: 47.31px;
   height: 30.4px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2f8af979c5ac {
   width: 8px;
   height: 4px;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   position: absolute !important;
   left: 51.05px;
   top: 17.92px;
 }

 .container_d79fdb466a9b {
   position: absolute !important;
   overflow: visible;
   width: 59.05px;
   height: 42.39px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_eb74b5540e27 {
   width: 61.02px;
   height: 30.4px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0f757686da43 {
   width: 8px;
   height: 4px;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   position: absolute !important;
   left: 64.7px;
   top: 17.92px;
 }

 .container_205a493512a4 {
   position: absolute !important;
   overflow: visible;
   width: 72.7px;
   height: 42.39px;
   z-index: 1;
   left: 99.05px;
   top: 0px;
 }

 .text_77a413cb0199 {
   width: 72.29px;
   height: 30.4px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c5abdcb5076e {
   width: 8px;
   height: 4px;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   position: absolute !important;
   left: 76.06px;
   top: 17.92px;
 }

 .container_65e64716c440 {
   position: absolute !important;
   overflow: visible;
   width: 84.06px;
   height: 42.39px;
   z-index: 1;
   left: 211.75px;
   top: 0px;
 }

 .text_d78a1c9da838 {
   width: 36.65px;
   height: 30.4px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_66acf3f2223d {
   width: 8px;
   height: 4px;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   position: absolute !important;
   left: 40.43px;
   top: 17.92px;
 }

 .container_5100ce23ed25 {
   position: absolute !important;
   overflow: visible;
   width: 48.42px;
   height: 42.39px;
   z-index: 1;
   left: 335.81px;
   top: 0px;
 }

 .text_f5ca1bc3a042 {
   width: 49.05px;
   height: 30.4px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_fd78e821fb78 {
   width: 8px;
   height: 4px;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 0px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   position: absolute !important;
   left: 52.78px;
   top: 17.92px;
 }

 .container_3f693ab7245a {
   position: absolute !important;
   overflow: visible;
   width: 60.78px;
   height: 42.39px;
   z-index: 1;
   left: 424.24px;
   top: 0px;
 }

 .text_9e0a8947e84a {
   width: 56.5px;
   height: 30.4px;
   z-index: 1;
   position: absolute !important;
   left: 525.02px;
   top: 5.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.4px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e57f7a45ad56 {
   position: absolute !important;
   overflow: visible;
   width: 621.14px;
   height: 42.39px;
   z-index: 1;
   left: 649.42px;
   top: 50.05px;
 }

 .imageview_1713ba8e8543 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 408.05px;
   top: 61.25px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_26877a0a88c5 {
   width: 108.2px;
   height: 19.2px;
   z-index: 1;
   position: absolute !important;
   left: 1523.95px;
   top: 61.56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_1f7cf2702023 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1651.78px;
   top: 51.25px;
 }

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

 .text_0f8c9f7da653 {
   width: 88.56px;
   height: 28.5px;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 6.75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.5px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_04f7ff70f7a1 {
   position: absolute !important;
   overflow: visible;
   width: 148.22px;
   height: 42.5px;
   z-index: 1;
   left: 1711.78px;
   top: 50px;
   border-radius: 50px 50px 50px 50px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

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

 .imageview_4b3d4c6a5198 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1840px;
   top: 9587.59px;
 }

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

 .viewport_7bba0cfffdbd {
   width: 1920px;
   height: 9667.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }