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

 .imageview_6118df203155 {
   width: 740px;
   height: 922px;
   position: absolute !important;
   left: 609.79px;
   top: 20.13px;
   _scaling-factor: 0.5;
 }

 .imageview_6118df203155 img {
   filter: brightness(0.7999999970197678) saturate(0);
 }

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

 .text_2f9fded8d574 {
   width: 100%;
   min-width: 0;
   height: 67px;
   z-index: 1;
   line-height: 66.65px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2f9fded8d574 {
   overflow: visible;
 }

 .text_2380a9053aef {
   margin: -8.28px 0 0 0 !important;
   width: 100%;
   min-width: 0;
   height: 104px;
   z-index: 2;
   line-height: 104.21px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2380a9053aef {
   overflow: visible;
 }

 .text_460383c3853f {
   margin: -8.28px 0 0 0 !important;
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 3;
   line-height: 34.33px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_460383c3853f {
   overflow: visible;
 }

 .container_4b1d3078f106 {
   width: 642px;
   height: 188.43px;
   z-index: 1;
   position: absolute !important;
   left: 124.1px;
   top: 133px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1ee076420b82 {
   width: fit-content;
   line-height: 23.33px;
   font-family: 'Montserrat';
 }

 .container_22090e9bdf7c {
   padding: 16.74px 62.19px 16.74px 62.19px;
   width: 238px;
   height: 56.49px;
   position: absolute !important;
   left: 124.1px;
   top: 361.03px;
   justify-content: center;
   align-items: center;
   gap: 0 11.96px;
   display: flex !important;
   flex-direction: row;
   background: #697146;
   border-radius: 11.96px 11.96px 11.96px 11.96px;
 }

 .container_wrapper_22090e9bdf7c {
   position: absolute !important;
   left: 124.1px;
   top: 361.03px;
   width: 238px;
   height: 56.49px;
 }

 .container_nested_22090e9bdf7c {
   padding: 16.74px 62.19px 16.74px 62.19px;
   width: 238px;
   height: 56.49px;
   justify-content: center;
   align-items: center;
   gap: 0 11.96px;
   display: flex !important;
   flex-direction: row;
   background: #697146;
   border-radius: 11.96px 11.96px 11.96px 11.96px;
 }

 .container_a66ca46fdee0 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 544px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_c7bdcedc7a2f {
   width: 1280px;
   height: 644px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_2c4c5e3602b7 {
   position: absolute !important;
   overflow: visible;
   width: 1285px;
   height: 644px;
   left: 0.29px;
   top: 0px;
 }

 .container_e9c105cb2aac {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 644px;
   flex-shrink: 0;
 }

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

 .container_0f4979208a7a {
   width: 1280px;
   height: 248px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #697146;
 }

 .container_412726ee96fd {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/280:1410-3.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_6dbef4d1f08a {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/280:1410-2.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_3f40515b3530 {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/280:1410-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_086af94efd4c {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #66666600 0%, #000000ff 100%);
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_02bd8b1dd28e {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/280:1410.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_e82c5c404c63 {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .text_12995835f634 {
   width: 114.11px;
   height: 11.31px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 150.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8.19px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_96b14fae50ef {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 161.39px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_9d05010192b8 {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_9d05010192b8 img {
   position: absolute;
   width: 149.21% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -24.61%;
   top: 0.00%;
 }

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

 .text_c1509f73c19d {
   width: 56.77px;
   height: 11.31px;
   z-index: 1;
   position: absolute !important;
   left: 42.8px;
   top: 150.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8.19px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_023d107360f2 {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 161.39px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_6859b150574b {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_6859b150574b img {
   position: absolute;
   width: 149.21% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -24.61%;
   top: 0.00%;
 }

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

 .text_87893ac873ca {
   width: 56.77px;
   height: 11.31px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 150.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8.19px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_3722ce747d4c {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 161.39px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .container_83eba86fb28f {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #66666600 0%, #000000ff 100%);
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_2605046c7516 {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/280:1419.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
   mix-blend-mode: normal;
 }

 .container_f113120f8181 {
   position: absolute !important;
   overflow: visible;
   width: 142px;
   height: 141px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .text_072083cec8af {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 150.09px;
   line-height: 8.19px;
   font-family: 'Montserrat';
 }

 .container_f73887b1491b {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 158.09px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_c04c335ae5a0 {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_c04c335ae5a0 img {
   position: absolute;
   width: 177.31% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -38.66%;
   top: 0.00%;
 }

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

 .text_2d6370ab0b64 {
   width: 56.77px;
   height: 11.31px;
   z-index: 1;
   position: absolute !important;
   left: 49.9px;
   top: 150px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 8.19px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_bdd27264b3e9 {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 161.31px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_f889db844d04 {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_f889db844d04 img {
   position: absolute;
   width: 145.21% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -22.60%;
   top: 0.00%;
 }

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

 .text_b75c70259bd5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 150.09px;
   line-height: 8.19px;
   font-family: 'Montserrat';
 }

 .container_51184c1ae846 {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 158.09px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_d827b2772f09 {
   width: 142px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .imageview_d827b2772f09 img {
   position: absolute;
   width: 149.21% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -24.61%;
   top: 0.00%;
 }

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

 .text_cf7fa40779db {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 150.09px;
   line-height: 8.19px;
   font-family: 'Montserrat';
 }

 .container_d2adb07e55cc {
   position: relative !important;
   overflow: visible;
   width: 142px;
   height: 158.09px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8.93px 8.93px 8.93px 8.93px;
 }

 .container_45d178d6a555 {
   width: 1072px;
   height: 211.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 13.2px;
   display: flex !important;
   flex-direction: row;
 }

 .container_03a0888d124f {
   position: absolute !important;
   overflow: visible;
   width: 1072px;
   height: 211.39px;
   z-index: 1;
   left: 104px;
   top: 27px;
 }

 .container_9d4c9bc8f078 {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 248px;
   flex-shrink: 0;
 }

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

 .imageview_3a21b6a9447e {
   width: 1280px;
   height: 1130px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_e475ae370fe9 {
   position: absolute !important;
   overflow: visible;
   width: 1960px;
   height: 1489.34px;
   left: -153.9px;
   top: -159.17px;
 }

 .container_f9305b7deddd {
   width: 1504px;
   height: 1167px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(118deg, #000000ff 19.69%, #00000000 78.3%);
   mix-blend-mode: normal;
 }

 .container_0aaaf676dc08 {
   position: absolute !important;
   overflow: visible;
   width: 1504px;
   height: 1167px;
   z-index: 1;
   left: -118.9px;
   top: -37px;
   background: #000000a1;
 }

 .imageview_e3ff39d4c0e7 {
   width: 1282px;
   height: 1282px;
   z-index: 2;
   position: absolute !important;
   left: 953.6px;
   top: 393.5px;
 }

 .imageview_e3ff39d4c0e7 img {
   position: absolute;
   width: 326.4px !important;
   height: 736.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_01948a39e1f0 {
   width: 594.45px;
   height: 174px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 87.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_01948a39e1f0 {
   overflow: visible;
 }

 .text_d53b18c82418 {
   width: 1055.47px;
   height: 160px;
   z-index: 3;
   position: absolute !important;
   left: 6.33px;
   top: 234px;
   line-height: 32.47px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d53b18c82418 {
   overflow: visible;
 }

 .text-9e33afb906e0_d53b18c82418 {
   line-height: 32.47px;
   font-family: 'Montserrat';
 }

 .text-7899941f7871_d53b18c82418 {
   line-height: 32.47px;
   font-family: 'Montserrat';
 }

 .container_6e30c226e083 {
   position: absolute !important;
   overflow: visible;
   width: 1061.8px;
   height: 394px;
   z-index: 3;
   left: 88.67px;
   top: 79px;
 }

 .container_3d5377bd6bf1 {
   width: 50.57px;
   height: 50.57px;
   z-index: 4;
   position: absolute !important;
   left: 95.1px;
   top: 368px;
 }

 .container_300404900e40 {
   width: 1306px;
   height: 3px;
   z-index: 3;
   position: absolute !important;
   left: -18.9px;
   top: 534px;
   background: linear-gradient(90deg, #d9d9d963 0%, #737373ff 100%);
 }

 .container_467727f4ff83 {
   width: 849px;
   height: 63.91px;
   z-index: 4;
   border-top: 0.83px solid #ffffffff;
   border-right: 0.83px solid #ffffffff;
   border-bottom: 0.83px solid #ffffffff;
   border-left: 0.83px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .container_9f8559f75233 {
   width: 849px;
   height: 63.91px;
   z-index: 4;
   border-top: 0.83px solid #ffffffff;
   border-right: 0.83px solid #ffffffff;
   border-bottom: 0.83px solid #ffffffff;
   border-left: 0.83px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 258.13px;
   background: #d9d9d933;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .input_text_0d32ffda9ebe {
   width: 429.29px;
   height: 154.38px;
   z-index: 4;
   border-top: 0.83px solid #ffffffff;
   border-right: 0.83px solid #ffffffff;
   border-bottom: 0.83px solid #ffffffff;
   border-left: 0.83px solid #ffffffff;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .wrapper_input_text_0d32ffda9ebe {
   position: absolute !important;
   left: 0px;
   top: 81.34px;
   width: 429.29px;
   height: 154.38px;
 }

 .input_text_dc986e0bde00 {
   width: 399.59px;
   height: 63.91px;
   z-index: 4;
   border-top: 0.83px solid #ffffffff;
   border-right: 0.83px solid #ffffffff;
   border-bottom: 0.83px solid #ffffffff;
   border-left: 0.83px solid #ffffffff;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .wrapper_input_text_dc986e0bde00 {
   position: absolute !important;
   left: 449.41px;
   top: 171.81px;
   width: 399.59px;
   height: 63.91px;
 }

 .container_2c27b69e589c {
   width: 399.59px;
   height: 61.42px;
   z-index: 4;
   border-top: 0.83px solid #ffffffff;
   border-right: 0.83px solid #ffffffff;
   border-bottom: 0.83px solid #ffffffff;
   border-left: 0.83px solid #ffffffff;
   position: absolute !important;
   left: 449.41px;
   top: 81.05px;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .container_c8b240eb3617 {
   position: absolute !important;
   overflow: visible;
   width: 849px;
   height: 322.03px;
   z-index: 4;
   left: 0px;
   top: 0px;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .text_c6062982c4b5 {
   width: 309.41px;
   height: 21px;
   z-index: 5;
   position: absolute !important;
   left: 29.71px;
   top: 21.29px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c6062982c4b5 {
   overflow: visible;
 }

 .text_c4a171f9db76 {
   width: 81.97px;
   height: 21px;
   z-index: 5;
   position: absolute !important;
   left: 383.29px;
   top: 278.59px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c4a171f9db76 {
   overflow: visible;
 }

 .text_29394429297a {
   width: 118.92px;
   height: 21px;
   z-index: 5;
   position: absolute !important;
   left: 29.71px;
   top: 104.29px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_29394429297a {
   overflow: visible;
 }

 .text_21163ddd9878 {
   width: 150.44px;
   height: 19.92px;
   z-index: 5;
   position: absolute !important;
   left: 483.91px;
   top: 98.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_dd10c911f2f0 {
   width: 153.55px;
   height: 21px;
   z-index: 5;
   position: absolute !important;
   left: 483.91px;
   top: 187.29px;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_dd10c911f2f0 {
   overflow: visible;
 }

 .container_1209fa8b7521 {
   position: absolute !important;
   overflow: visible;
   width: 849px;
   height: 322.03px;
   z-index: 4;
   left: 0px;
   top: 0px;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .container_3b2f958488e7 {
   position: absolute !important;
   overflow: visible;
   width: 849px;
   height: 322.03px;
   z-index: 4;
   left: 85.1px;
   top: 180px;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .container_wrapper_3b2f958488e7 {
   position: absolute !important;
   overflow: visible;
   left: 85.1px;
   top: 180px;
   width: 849px;
   height: 322.03px;
   z-index: 4;
 }

 .container_nested_3b2f958488e7 {
   width: 849px;
   height: 322.03px;
   z-index: 4;
   border-radius: 12.45px 12.45px 12.45px 12.45px;
 }

 .text_22e016924839 {
   width: 701.43px;
   height: 116px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.82px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_22e016924839 {
   overflow: visible;
 }

 .container_6ae65847b7ed {
   position: absolute !important;
   overflow: visible;
   width: 701.43px;
   height: 116px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_970e113b0aff {
   position: absolute !important;
   overflow: visible;
   width: 701.43px;
   height: 116px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_f018049d4ca3 {
   position: absolute !important;
   overflow: visible;
   width: 701.43px;
   height: 116px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_6909724cd513 {
   position: absolute !important;
   overflow: visible;
   width: 701.43px;
   height: 116px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_9deebdab111c {
   position: absolute !important;
   overflow: visible;
   width: 701.43px;
   height: 116px;
   z-index: 4;
   left: 89.09px;
   top: 33px;
 }

 .container_1ffdde669761 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 595px;
   z-index: 4;
   left: 0px;
   top: 535px;
 }

 .container_b012c42f4331 {
   width: 525px;
   height: 235px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/I297:1645;147:313.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 11.13px 11.13px 11.13px 11.13px;
   mix-blend-mode: normal;
 }

 .container_3d0e1599f1f1 {
   position: absolute !important;
   overflow: visible;
   width: 525px;
   height: 235px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
   border-radius: 11.13px 11.13px 11.13px 11.13px;
 }

 .container_61ab7628f663 {
   position: absolute !important;
   overflow: visible;
   width: 525px;
   height: 234.94px;
   z-index: 4;
   left: 692px;
   top: 49px;
 }

 .container_19dbbd35ff5b {
   position: relative !important;
   width: 1280px;
   height: 1130px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_ef1a9c551235 {
   width: 1380px;
   height: 2566px;
   position: absolute !important;
   left: -50px;
   top: 94px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_04eeaa51383b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 147px;
   top: 0px;
   line-height: 54.76px;
   font-family: 'Montserrat';
 }

 .text_d47d2c7ab92d {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_d47d2c7ab92d {
   overflow: visible;
 }

 .container_3501fd350ad1 {
   padding: 6px 0 6px 0;
   width: 604px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_d8107fe39e5d {
   padding: 1.41px 0 1.41px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_80c9a66c1e83 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_a878ec92d183 {
   height: 23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 22.58px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_a878ec92d183 {
   overflow: visible;
 }

 .container_ddc84d58375c {
   padding: 4.23px 0 4.23px 0;
   width: 322px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f4114d44ac1 {
   padding: 1.41px 0 1.41px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd22f9648961 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_d4ce0d0fbd27 {
   width: 238px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ac2498fd5b9c {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_ac2498fd5b9c {
   overflow: visible;
 }

 .container_f8db2ef5541e {
   padding: 6px 0 6px 0;
   width: 604px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f3705b8c092 {
   padding: 1.41px 0 1.41px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_557a77372807 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_23bcd78cf3f2 {
   width: 258px;
   height: 23px;
   flex-shrink: 0;
   z-index: 1;
   line-height: 22.58px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_23bcd78cf3f2 {
   overflow: visible;
 }

 .container_909d6f534235 {
   padding: 4.23px 0 4.23px 0;
   width: 426.26px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_94d66f544044 {
   padding: 1.41px 0 1.41px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_804736ee27ea {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_94b6b6f5ef51 {
   width: 238px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd5521594507 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_bd5521594507 {
   overflow: visible;
 }

 .container_6a70f1c67da8 {
   padding: 6px 0 6px 0;
   width: 604px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_18f4184c39a5 {
   padding: 1.41px 0 1.41px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_75322b800efe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe265283feca {
   width: fit-content;
   z-index: 1;
   line-height: 22.58px;
   font-family: 'Nunito Sans';
 }

 .container_bef53050e813 {
   padding: 4.23px 0 4.23px 0;
   width: 262px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_366f8be40e03 {
   padding: 1.41px 0 1.41px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_526f9265b6c2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_1fa6ec3a7206 {
   width: 238px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3018e35dc534 {
   width: 966px;
   height: 81.11px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 124px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 126px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b04b8f3cf0b8 {
   position: absolute !important;
   overflow: visible;
   width: 966px;
   height: 205.11px;
   z-index: 1;
   left: 246px;
   top: 69px;
 }

 .container_3ed718d9d1d6 {
   position: absolute !important;
   overflow: visible;
   width: 1457px;
   height: 370px;
   z-index: 1;
   left: -88px;
   top: 2652px;
 }

 .container_b7660b1e3849 {
   width: 1280px;
   height: 220.91px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 262px;
   background: #697146;
 }

 .container_e0bec6d4e575 {
   width: 1280px;
   height: 220.91px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3f3f3f;
 }

 .container_3284fd53c85b {
   width: 1280px;
   height: 220.91px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 16.91px;
   background: #697146;
 }

 .container_0c0008fe6ee3 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 237.82px;
   z-index: 3;
   left: 0px;
   top: 262px;
 }

 .container_f5d2fea9801f {
   width: 100%;
   min-width: 0;
   height: 62.41px;
   z-index: 4;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_045f7e6cfa59 {
   width: 213.13px;
   height: 80.06px;
   z-index: 4;
   position: absolute !important;
   left: 87px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d7a026f8e21d {
   width: 326px;
   height: 53.45px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48.76px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_441904af3efc {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 53.45px;
   z-index: 4;
   left: 0px;
   top: 307.27px;
 }

 .container_dd9938686136 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 360.73px;
   z-index: 4;
   left: 26px;
   top: 0px;
 }

 .container_78ed8791fea4 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 499.82px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_4f8c93ba0815 {
   width: 623px;
   height: 777px;
   z-index: 3;
   position: absolute !important;
   left: 1402px;
   top: 207px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

 .imageview_4f8c93ba0815 img {
   filter: brightness(0.6299999952316284) saturate(0);
 }

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

 .container_0f37f4ee95bc {
   position: absolute !important;
   overflow: visible;
   width: 1402px;
   height: 984px;
   z-index: 2;
   left: 0px;
   top: 2787px;
 }

 .text_dc5b5d9aff4a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3093px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_13ed90eb36c7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3093px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_926607524541 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3120px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_dd0797576592 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3120px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_50b440d3271e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3135px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_799484a19c2d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3150px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_51b8d407d4d6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3165px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_5402339fa272 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3180px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_629239d74da0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3195px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_0533fa08634c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 614px;
   top: 3210px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_954d79cbd25e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3135px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_992b6e15e8a6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3150px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_62d551ac0e8c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3165px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_9ae8712fe9f1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3180px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_be2a20859fe8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3195px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .text_1809d0c8c18e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 396px;
   top: 3210px;
   line-height: 11.29px;
   font-family: 'Montserrat';
 }

 .imageview_bf10ea44cc6c {
   width: 76px;
   height: 64px;
   position: absolute !important;
   left: 56px;
   top: 15px;
   _scaling-factor: 0.5;
 }

 .imageview_bf10ea44cc6c img {
   position: absolute;
   width: 100.00% !important;
   height: 119.23% !important;
   max-width: none !important;
   left: 0.00%;
   top: -9.62%;
 }

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

 .text_4e3c7c0de2a5 {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Montserrat';
 }

 .text_0ea4d096183a {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Montserrat';
 }

 .text_b854f71a4e29 {
   width: 84px;
   height: 19px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_2aab082f736a {
   width: fit-content;
   line-height: 19.5px;
   font-family: 'Montserrat';
 }

 .container_724e6c8789f2 {
   width: 390px;
   height: 20px;
   position: absolute !important;
   left: 834px;
   top: 37px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_724e6c8789f2 {
   position: absolute !important;
   left: 834px;
   top: 37px;
   width: 390px;
   height: 20px;
 }

 .container_nested_724e6c8789f2 {
   width: 390px;
   height: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7c70e6dd00a3 {
   width: max-content;
   position: absolute !important;
   left: 153px;
   top: 27px;
   line-height: 19.5px;
   font-family: 'Montserrat';
 }

 .container_009a2b95ef55 {
   position: fixed !important;
   overflow: visible;
   width: 1280px;
   height: 94px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   background: #fafbfc;
 }

 .container_wrapper_009a2b95ef55 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 94px;
   z-index: 9999;
 }

 .container_nested_009a2b95ef55 {
   position: fixed !important;
   width: 1280px;
   height: 94px;
   z-index: 9999;
   background: #fafbfc;
 }

 .viewport_871fd3786357 {
   width: 1280px;
   height: 3279px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: url("https://cdn.yotako.io/dd6c4d76-4783-487b-84c0-0675e3327fec/280:1378.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }