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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_6b1f5fcf317c {
   width: 1280px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
   box-shadow: 10px 6px 10px #5d5b5b26;
 }

 .container_34470d2de3ee {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_6f2dba91c726 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_1067f99d7c3c {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

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

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

 .container_c2617cd39422 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 82px;
   top: 436px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_6b1e490f8b76 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_92d527ea6b88 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_16a286516dc2 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_d9b1555c3a88 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 82px;
   top: 730px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_05d48fe9ec62 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_b48e1eb80659 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_99e838bb1d88 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_33f23328ca60 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 270px;
   top: 730px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_027542f3fae6 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_823ac96620d4 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_9b1513a19231 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_eb67289fdaad {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 462px;
   top: 730px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_25b8d3ab0680 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_61d7de79c57c {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_d660c620cbb0 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_2ffdaa39fb7a {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 652px;
   top: 730px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_946061f5b001 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_347cc7ecfcd5 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_4f0c50431845 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_ba85e348dc85 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 844px;
   top: 730px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_0a73abc443f4 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_2abacf5a8707 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_4a590840dc03 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_daf5d07cbdd5 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 1032px;
   top: 730px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_2d825e0575d4 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_f3b940751370 {
   width: 166px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_5b365a12245d {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 464px;
   top: 436px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_5d16ebd71563 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_31b203109f61 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_9a646872f18a {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_e93a3834a2d4 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 844px;
   top: 436px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_fd4951fe9320 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_4912b087198c {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_17b132f9bd06 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

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

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

 .container_d680eb59316b {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 270px;
   top: 436px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_7107f3b807ff {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_cbb6178bf298 {
   width: 140px;
   height: 50px;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Geologica';
 }

 .text_autoheight_cbb6178bf298 {
   overflow: visible;
 }

 .container_5e5b53625184 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_dfac2505de60 {
   position: relative !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   flex-shrink: 0;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_0db593cc9b03 {
   padding: 10px 10px 10px 10px;
   width: 186px;
   height: 254px;
   position: absolute !important;
   left: 642px;
   top: 426px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_32707421909d {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_ff3104d1d381 {
   width: 166px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_db3ad7e1e0df {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 1032px;
   top: 436px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .imageview_23e51fea5b68 {
   width: 576px;
   height: 240px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_2441ed68c13d {
   width: 240px;
   height: 83px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 100px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27.6px;
   word-wrap: break-word;
   font-family: 'Gupter';
 }

 .text_80e4ced038c5 {
   width: fit-content;
   z-index: 1;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_aef5110c091d {
   padding: 10px 10px 10px 10px;
   width: 154px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 45px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .container_wrapper_aef5110c091d {
   position: absolute !important;
   left: 80px;
   top: 45px;
   width: 154px;
   height: 45px;
   z-index: 1;
 }

 .container_nested_aef5110c091d {
   padding: 10px 10px 10px 10px;
   width: 154px;
   height: 45px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .imageview_2e571cb892c4 {
   width: 373px;
   height: 373px;
   position: absolute !important;
   left: 635px;
   top: -34px;
   _scaling-factor: 0.5;
 }

 .imageview_2e571cb892c4.wp-block-image {
   width: 373px !important;
   height: 240px !important;
   left: 635px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_eb9f531d3728 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 240px;
   left: 0px;
   top: 80px;
   background: #93d5e5;
 }

 .text_318976a96954 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_6419523fe8a6 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   position: absolute !important;
   left: 557px;
   top: 360px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
 }

 .container_wrapper_6419523fe8a6 {
   position: absolute !important;
   left: 557px;
   top: 360px;
   width: 166px;
   height: 45px;
 }

 .container_nested_6419523fe8a6 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
 }

 .text_77bc0f0bca3e {
   width: fit-content;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_0ed2c05b4818 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 65px;
   position: absolute !important;
   left: 557px;
   top: 1595px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
 }

 .container_wrapper_0ed2c05b4818 {
   position: absolute !important;
   left: 557px;
   top: 1595px;
   width: 166px;
   height: 65px;
 }

 .container_nested_0ed2c05b4818 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
 }

 .text_158e513ffdc0 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_113f623aed3e {
   padding: 10px 10px 10px 10px;
   width: 483px;
   height: 45px;
   position: absolute !important;
   left: 398px;
   top: 1034px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
 }

 .container_wrapper_113f623aed3e {
   position: absolute !important;
   left: 398px;
   top: 1034px;
   width: 483px;
   height: 45px;
 }

 .container_nested_113f623aed3e {
   padding: 10px 10px 10px 10px;
   width: 483px;
   height: 45px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
 }

 .imageview_eab6cdf8fc25 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 464px;
   top: 436px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1226382a356d {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 653px;
   top: 436px;
   _scaling-factor: 0.5;
 }

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

 .imageview_4c202b4ad102 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 844px;
   top: 436px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c5a7000ed4dc {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 1032px;
   top: 436px;
   _scaling-factor: 0.5;
 }

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

 .text_8ac6ff3aea71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 488px;
   top: 610px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .text_cf8342e47b3a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1052px;
   top: 623px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_d78023eab243 {
   width: 5px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 1185px;
   top: 590px;
   background: #d9d9d9;
 }

 .imageview_3306251d4266 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 730px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ac5dd27aa2d9 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 270px;
   top: 730px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5a894864f0b2 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 462px;
   top: 730px;
   _scaling-factor: 0.5;
 }

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

 .imageview_724056814cda {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 652px;
   top: 730px;
   _scaling-factor: 0.5;
 }

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

 .imageview_676286f478b0 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 844px;
   top: 730px;
   _scaling-factor: 0.5;
 }

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

 .imageview_4a0b90b87685 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 1032px;
   top: 730px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fa0577fff8b9 {
   width: 358px;
   height: 390px;
   position: absolute !important;
   left: 850px;
   top: 1140px;
   _scaling-factor: 0.5;
 }

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

 .imageview_abe7dfdc6c33 {
   width: 358px;
   height: 390px;
   position: absolute !important;
   left: 76px;
   top: 1139px;
   _scaling-factor: 0.5;
 }

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

 .imageview_07a93b0baad3 {
   width: 358px;
   height: 390px;
   position: absolute !important;
   left: 463px;
   top: 1139px;
   _scaling-factor: 0.5;
 }

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

 .container_e261c679061d {
   width: 358px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 76px;
   top: 1390px;
   background: #c0b8b8;
 }

 .container_d291913a125e {
   width: 358px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 850px;
   top: 1388px;
   background: #c0b8b8;
 }

 .text_9c9ccdacd8df {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 960px;
   top: 1405px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .imageview_cfe4f61212d9 {
   width: 358px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 460px;
   top: 1390px;
 }

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

 .text_66238065164f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 592px;
   top: 1405px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .text_98c54acca10a {
   width: 70px;
   height: 23px;
   z-index: 2;
   position: absolute !important;
   left: 214px;
   top: 1407px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Geologica';
 }

 .container_2b0c68bbc915 {
   width: 1140px;
   height: 540px;
   position: absolute !important;
   left: 70px;
   top: 1760px;
   background: #b5edfb;
 }

 .text_115987d26d9c {
   width: 645px;
   height: 347px;
   z-index: 1;
   position: absolute !important;
   left: 314px;
   top: 1910px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Geologica';
 }

 .text_58402be051a3 {
   width: 580px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 1839px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'Geologica';
 }

 .container_605fbc859ff9 {
   width: 270px;
   height: 110px;
   position: absolute !important;
   left: 502px;
   top: 2420px;
   background: #b5edfb;
 }

 .text_346ff412748a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 522px;
   top: 2455px;
   line-height: 45px;
   font-family: 'Geologica';
 }

 .text_72cfbe9c96c2 {
   width: max-content;
   position: absolute !important;
   left: 500px;
   top: 2355px;
   line-height: 45px;
   font-family: 'Geologica';
 }

 .text_d721bf4045e6 {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .text_7046fa3986e4 {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .text_57c9ab3a9a12 {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .text_8fd39583b68a {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .text_b54f8b13e465 {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .container_3f08ae5d97a6 {
   width: 398px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 542px;
   top: 30px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_30c0ecc3ae8a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 32px;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .viewport_1ea153de4a59 {
   width: 1280px;
   height: 2618px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_2f13ac808377 {
   width: 1280px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
   box-shadow: 10px 6px 10px #5d5b5b26;
 }

 .text_41a0c7f332ae {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .container_750b256baf69 {
   width: 41px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 542px;
   top: 30px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8db15aa49ec5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 32px;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .container_f09d334da303 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_4740a3241881 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_307da7c0e53c {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

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

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

 .container_61632c4f4e27 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 0px;
   top: 76px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_0ea9378ae337 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_903f72a25ced {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_8b2be66bfe84 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_e281cae9f6a6 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 0px;
   top: 370px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_8f758a20958d {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_9f876239d248 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_b0f9e2418485 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_e9e02c67ffdf {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 188px;
   top: 370px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_19aec174375c {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_afe62ee52211 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_7b0db7719016 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_f3301c92b3b7 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 380px;
   top: 370px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_af46e9e633b0 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_8e35f9cb49e3 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_a86e73446685 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_188ffbd041e8 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 570px;
   top: 370px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_8528415d3a6f {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_df5ae4102290 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_0a7536d5d360 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_d5961f6fd4ff {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 762px;
   top: 370px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_d2f3f956b18f {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_6156dd6a64ff {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_42a4430b3e77 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_9a105e9ca4cd {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 950px;
   top: 370px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_d7d87cd44788 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_eb5516f3a8d6 {
   width: 166px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_a1bac0337e58 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 382px;
   top: 76px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_2d9318cd2950 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_bbe90c1b01c7 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_f47cff56d292 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_8b1ef1507c4e {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 762px;
   top: 76px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_36be096adc97 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_3412480213d3 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_346945db2db1 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

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

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

 .container_e85a21f71dcb {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 188px;
   top: 76px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_0eaf999e7975 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_2e64ebd6d439 {
   width: 140px;
   height: 50px;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Geologica';
 }

 .text_autoheight_2e64ebd6d439 {
   overflow: visible;
 }

 .container_0600f957d57f {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

 .container_043ba1854560 {
   position: relative !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   flex-shrink: 0;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_753444dc5108 {
   padding: 10px 10px 10px 10px;
   width: 186px;
   height: 254px;
   position: absolute !important;
   left: 560px;
   top: 66px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_989efbdce54f {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_e52b313727dc {
   width: 166px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_09dd02b1319d {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 950px;
   top: 76px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .text_604d391a4a89 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_dfbe7cec4ba1 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   position: absolute !important;
   left: 475px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .container_wrapper_dfbe7cec4ba1 {
   position: absolute !important;
   left: 475px;
   top: 0px;
   width: 166px;
   height: 45px;
 }

 .container_nested_dfbe7cec4ba1 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .imageview_a0dbd3d05de8 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 382px;
   top: 76px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c20fa8ad7ae8 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 571px;
   top: 76px;
   _scaling-factor: 0.5;
 }

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

 .imageview_cb9d96e3db13 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 762px;
   top: 76px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7927c361a930 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 950px;
   top: 76px;
   _scaling-factor: 0.5;
 }

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

 .text_e1ff0defb96c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 406px;
   top: 250px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .text_5dec6160ea1f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 970px;
   top: 263px;
   line-height: 25px;
   font-family: 'Geologica';
 }

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

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

 .imageview_ebef0780e063 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 370px;
   _scaling-factor: 0.5;
 }

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

 .imageview_974b91fbb124 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 380px;
   top: 370px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8a5249fe6112 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 570px;
   top: 370px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0e3eac7d0cb2 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 762px;
   top: 370px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7568197d8740 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 950px;
   top: 370px;
   _scaling-factor: 0.5;
 }

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

 .container_d740fbc5bd4b {
   position: relative !important;
   overflow: visible;
   width: 1116px;
   height: 604px;
   flex-shrink: 0;
 }

 .container_450b151857ee {
   padding: 16px 82px 83px 82px;
   width: 1280px;
   height: 703px;
   position: absolute !important;
   left: 0px;
   top: 134px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #b5edfb;
 }

 .viewport_01daf045f6fe {
   width: 1280px;
   height: 904px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fafbfc;
 }

 .container_1c02713265e7 {
   width: 1280px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
   box-shadow: 10px 6px 10px #5d5b5b26;
 }

 .container_6dc243161886 {
   width: 5px;
   height: 1px;
   position: absolute !important;
   left: 1185px;
   top: 590px;
   background: #d9d9d9;
 }

 .text_15e17c9c0ba6 {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .container_bb9878cae83f {
   width: 41px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 542px;
   top: 30px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_bb9878cae83f {
   position: absolute !important;
   left: 542px;
   top: 30px;
   width: 41px;
   height: 18px;
   z-index: 1;
 }

 .container_nested_bb9878cae83f {
   width: 41px;
   height: 18px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_050637d25751 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 32px;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .text_53d750f8e796 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_9f05f38096c6 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   position: absolute !important;
   left: 477px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .container_wrapper_9f05f38096c6 {
   position: absolute !important;
   left: 477px;
   top: 0px;
   width: 166px;
   height: 45px;
 }

 .container_nested_9f05f38096c6 {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .container_1a90e00b98b2 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_48a10ffa5a89 {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_7e53253eac00 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

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

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

 .container_05305ed47448 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 0px;
   top: 101px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_33cb13364f72 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_4d012c50d17b {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 580px;
   top: 101px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_ab1516267ce7 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_1d4bef26df7c {
   width: 166px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_b72d0acb8571 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 382px;
   top: 101px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_d169ac40329a {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_0a0439ec6be0 {
   width: 166px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_3bddc1b6e226 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 580px;
   top: 101px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_efcc9253e049 {
   width: 166px;
   height: 166px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_c451fba4784f {
   width: max-content;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_12e2940fa105 {
   position: absolute !important;
   width: 166px;
   height: 68px;
   left: 0px;
   top: 166px;
   overflow-x: clip;
   overflow-y: clip;
   background: #c0b8b8;
 }

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

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

 .container_a998ed7c13dc {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   left: 188px;
   top: 101px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .imageview_2ef23fe18251 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 382px;
   top: 101px;
   _scaling-factor: 0.5;
 }

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

 .text_a026636c0ba6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 394px;
   top: 288px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .imageview_fcbfd7e03b2c {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 580px;
   top: 101px;
   _scaling-factor: 0.5;
 }

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

 .text_569b292140b0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 599px;
   top: 292px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_198af3dc22b6 {
   position: absolute !important;
   overflow: visible;
   width: 746px;
   height: 338px;
   left: 87px;
   top: 0px;
 }

 .container_2291a963eb0a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 398px;
   left: 2px;
   top: 142px;
   background: #b5edfb;
 }

 .viewport_e881f9da868a {
   width: 1280px;
   height: 621px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fafbfc;
 }

 .container_8fdcf296580c {
   width: 1280px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
   background: #b5edfb;
   box-shadow: 10px 6px 10px #5d5b5b26;
 }

 .container_82bec0fa4bc8 {
   width: 5px;
   height: 1px;
   position: absolute !important;
   left: 1185px;
   top: 590px;
   background: #d9d9d9;
 }

 .text_1885c88a5d51 {
   width: fit-content;
   z-index: 1;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_152353e801bb {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 477px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .container_wrapper_152353e801bb {
   position: absolute !important;
   left: 477px;
   top: 0px;
   width: 166px;
   height: 45px;
   z-index: 1;
 }

 .container_nested_152353e801bb {
   padding: 10px 10px 10px 10px;
   width: 166px;
   height: 45px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #59cce9;
 }

 .container_bec6c7bbea99 {
   width: 5px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1129px;
   top: 512px;
   background: #d9d9d9;
 }

 .container_29d7daa665b4 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_1a738de91290 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_7c795cd8dc45 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

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

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

 .container_8bc04b45722f {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 0px;
   top: 98px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_c1450a01a556 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_e1898403ffb6 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 0px;
   top: 392px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_ebf09321f20e {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_f4bb112d9786 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_8c5d8de10a5a {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_c468453e1de7 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 188px;
   top: 392px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_a77c1df633c2 {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_a189275277de {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_2f4d3cdb6c6e {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 2;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_e72505984232 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 2;
   left: 0px;
   top: 395px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_b334744fd39a {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_97ed6a4c6aa2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_c802126dc6f0 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_f39816e8139e {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 382px;
   top: 395px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_0678a2edd194 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_6436f9595c6a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_90bd40605905 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_f90fd249cabb {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 570px;
   top: 392px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_44346f980790 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_31a6be0873d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_d99f17d54742 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_2ad23daf84f6 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 762px;
   top: 392px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_ea1c50421187 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_0b49e044e377 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_71767d112ed9 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_06befd225ace {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 950px;
   top: 392px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_a91e623366f4 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_50b820b3f092 {
   width: 166px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_ca5274f7438e {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 382px;
   top: 98px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_1e3ec85fb30b {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_dcfec8af0ddf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_3613511721ab {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_f2eea6b96f7a {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 762px;
   top: 98px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_2fc1227fcf08 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_062462337597 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .container_8cb682800b3f {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

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

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

 .container_9bcf76fedd4b {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 188px;
   top: 98px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_f899c1a09f74 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_575159525050 {
   width: 140px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 21px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Geologica';
 }

 .text_autoheight_575159525050 {
   overflow: visible;
 }

 .container_332a93f5e1b2 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 68px;
   z-index: 1;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_198df0dfa912 {
   position: relative !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   flex-shrink: 0;
   z-index: 1;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_6fabbbe45142 {
   padding: 10px 10px 10px 10px;
   width: 186px;
   height: 254px;
   z-index: 1;
   position: absolute !important;
   left: 560px;
   top: 88px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9fa1ae3ef3b7 {
   width: 166px;
   height: 166px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_cd7dde4a3c7a {
   width: 166px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 166px;
   background: #c0b8b8;
 }

 .container_303008739355 {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 234px;
   z-index: 1;
   left: 950px;
   top: 98px;
   box-shadow: 10px 10px 10px #7f7f7f40;
 }

 .container_042fa3738522 {
   width: 5px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 1103px;
   top: 252px;
   background: #d9d9d9;
 }

 .imageview_1c9b3231e55e {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 382px;
   top: 98px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b58a48694838 {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 98px;
   _scaling-factor: 0.5;
 }

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

 .imageview_90698b1db426 {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 762px;
   top: 98px;
   _scaling-factor: 0.5;
 }

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

 .imageview_45326a8eaada {
   width: 166px;
   height: 166px;
   z-index: 3;
   position: absolute !important;
   left: 950px;
   top: 98px;
   _scaling-factor: 0.5;
 }

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

 .text_5d257c77b10e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 406px;
   top: 272px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .text_2a4ee959f971 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 957px;
   top: 285px;
   line-height: 25px;
   font-family: 'Geologica';
 }

 .imageview_692f9b75a0f4 {
   width: 166px;
   height: 166px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 392px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2552ab862c3c {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 188px;
   top: 392px;
   _scaling-factor: 0.5;
 }

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

 .imageview_eeffbf233e8f {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 380px;
   top: 392px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c589d02a9cc4 {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 570px;
   top: 392px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9453a3bd3eda {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 762px;
   top: 392px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e7d95be0c376 {
   width: 166px;
   height: 166px;
   z-index: 2;
   position: absolute !important;
   left: 950px;
   top: 392px;
   _scaling-factor: 0.5;
 }

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

 .container_cc11bd27e8b5 {
   position: relative !important;
   overflow: visible;
   width: 1134px;
   height: 629px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6f9158987b11 {
   padding: 19px 59px 109px 87px;
   width: 1280px;
   height: 757px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 142px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #b5edfb;
 }

 .text_6b0430de7c4c {
   width: fit-content;
   z-index: 1;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .container_2b4f4af11a28 {
   width: 41px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 542px;
   top: 30px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 31px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4cb333e1b92d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 32px;
   line-height: 17.5px;
   font-family: 'Geologica';
 }

 .viewport_b58650e2c258 {
   width: 1280px;
   height: 979px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fafbfc;
 }