 /*
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=Poppins: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=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("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_a0e158791083 {
   width: 1440px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_187f0b375f04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_9700140840b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 0px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_f96cf85ee7b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 0px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_55884a888905 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 364px;
   top: 0px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_49328e9b3b6e {
   position: absolute !important;
   overflow: visible;
   width: 430px;
   height: 24px;
   z-index: 1;
   left: 505px;
   top: 38px;
 }

 .container_wrapper_49328e9b3b6e {
   position: absolute !important;
   overflow: visible;
   left: 505px;
   top: 38px;
   width: 430px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_49328e9b3b6e {
   width: 430px;
   height: 24px;
   z-index: 1;
 }

 .imageview_e3a144d95b7e {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1093px;
   top: 36px;
 }

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

 .imageview_51eff176257e {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1166px;
   top: 36px;
 }

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

 .imageview_56300aab57eb {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1239px;
   top: 36px;
 }

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

 .imageview_8b99a4f0d93b {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1312px;
   top: 36px;
 }

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

 .imageview_e24dcf79591b {
   width: 50px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_e24dcf79591b img {
   position: absolute;
   width: 154.00% !important;
   height: 240.63% !important;
   max-width: none !important;
   left: -26.00%;
   top: -68.75%;
 }

 .imageview_e24dcf79591b.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .text_2925a8fba61c {
   width: fit-content;
   z-index: 1;
   line-height: 41.45px;
   font-family: 'Montserrat';
 }

 .container_d947f1214e2e {
   width: 185px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 29px;
   justify-content: center;
   align-items: center;
   gap: 0 5px;
   display: flex !important;
   flex-direction: row;
 }

 .container_52ebbc9d4bd9 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 100px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_52ebbc9d4bd9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 100px;
 }

 .container_nested_52ebbc9d4bd9 {
   width: 1440px;
   height: 100px;
 }

 .imageview_aa37ff4cf35f {
   width: 1440px;
   height: 717px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 95.7px;
   _scaling-factor: 1;
 }

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

 .text_29c147393030 {
   width: max-content;
   position: absolute !important;
   left: 687px;
   top: 1518px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .imageview_aebea621b00b {
   width: 381px;
   height: 480px;
   position: absolute !important;
   left: 131px;
   top: 1008px;
   _scaling-factor: 1;
 }

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

 .text_7cc721b535e4 {
   width: max-content;
   position: absolute !important;
   left: 282px;
   top: 1518px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .imageview_a24e559e5386 {
   width: 381px;
   height: 480px;
   position: absolute !important;
   left: 532px;
   top: 1008px;
   _scaling-factor: 1;
 }

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

 .imageview_cc532700c233 {
   width: 381px;
   height: 480px;
   position: absolute !important;
   left: 933px;
   top: 1008px;
   _scaling-factor: 1;
 }

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

 .text_ff49b727dda0 {
   width: max-content;
   position: absolute !important;
   left: 1067px;
   top: 1518px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .text_21d3816b10a8 {
   width: max-content;
   position: absolute !important;
   left: 543px;
   top: 869px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .text_2c079de8941a {
   width: 559px;
   height: 28.71px;
   position: absolute !important;
   left: 449px;
   top: 917px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_407a09ec6e25 {
   width: 245px;
   height: 48px;
   border-top: 1px solid #b88e2fff;
   border-right: 1px solid #b88e2fff;
   border-bottom: 1px solid #b88e2fff;
   border-left: 1px solid #b88e2fff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0ae955cce6b4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 12px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_b8966461c2f5 {
   position: absolute !important;
   overflow: visible;
   width: 245px;
   height: 48px;
   left: 598px;
   top: 2646px;
 }

 .container_wrapper_b8966461c2f5 {
   position: absolute !important;
   overflow: visible;
   left: 598px;
   top: 2646px;
   width: 245px;
   height: 48px;
 }

 .container_nested_b8966461c2f5 {
   width: 245px;
   height: 48px;
 }

 .container_283e2028cbb2 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_f155a5873280 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_7d83bc05c56a {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_0c62e8e22880 {
   width: 249px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_342ebe0daf4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_2c9a394ac5dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_c7de5a425ac0 {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

 .imageview_a136a0758532 {
   width: 285px;
   height: 301px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .imageview_7e91235d69b4 {
   width: 285px;
   height: 301px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e08f17d838d6 {
   width: 285px;
   height: 301px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3710e58f23cb {
   width: 284px;
   height: 301px;
   z-index: 8;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3aeb5004b1f9 {
   width: 285px;
   height: 301px;
   z-index: 9;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_183ca6ce58af {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 213px;
   top: 24px;
 }

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

 .text_b2ed89b98b07 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 218px;
   top: 36px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_127f25eb964a {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_55c9964969a5 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_c53051ee312e {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .container_e56cd741fded {
   width: 131px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_31ff6a16fd1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_4c35cddcd459 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_96471bd54a13 {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

 .imageview_fe08b4304714 {
   width: 285px;
   height: 301px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .imageview_a68bd557c60b {
   width: 285px;
   height: 301px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_588fb321c36b {
   width: 285px;
   height: 301px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8da2524f28ad {
   width: 284px;
   height: 301px;
   z-index: 8;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_f41821550872 {
   width: 285px;
   height: 446px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
   opacity: 0.7200000286102295;
 }

 .container_a1b472cac1c4 {
   width: 202px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_6c835bd82339 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 59px;
   top: 12px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_82dac0affb8c {
   position: relative !important;
   overflow: visible;
   width: 202px;
   height: 48px;
   flex-shrink: 0;
   z-index: 5;
 }

 .imageview_fb93e71e2ef3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 5;
 }

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

 .text_60d7c287d709 {
   width: fit-content;
   z-index: 5;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_818f0928181b {
   width: fit-content;
   height: fit-content;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bc286de701e3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 5;
 }

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

 .text_a1467902b1f4 {
   width: fit-content;
   z-index: 5;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_eacd0b53746a {
   width: fit-content;
   height: fit-content;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3dc906fe49c0 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 5;
 }

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

 .text_9220a48f76ef {
   width: fit-content;
   z-index: 5;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_36c86a729963 {
   width: fit-content;
   height: fit-content;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1e7eb9d1bb71 {
   width: fit-content;
   height: fit-content;
   z-index: 5;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6d97d2af6458 {
   width: 252px;
   height: 96px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 175px;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6a49f3b0d80 {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_141f0f6205df {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_b08b37364bb0 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_a599156d552f {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_780244e6ecb3 {
   width: 254px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7321646fc05d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_a10279f0778c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_c0b558eaf95b {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

 .imageview_3a5e2048876e {
   width: 285px;
   height: 301px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .imageview_d2aab6e500e8 {
   width: 285px;
   height: 301px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_88884ce5b848 {
   width: 285px;
   height: 301px;
   z-index: 7;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e49fa04d764d {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 213px;
   top: 24px;
 }

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

 .text_2506e6e73943 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 218px;
   top: 36px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_a2d9f507a929 {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_b26a34abd133 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_7ae9b59dc9d2 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .container_23306a5609e4 {
   width: 114px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_09377262b59b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_65137fceb071 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

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

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

 .imageview_956487cb08a8 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 213px;
   top: 24px;
 }

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

 .text_b108d9716001 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 221px;
   top: 36px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_b34abc3f96fb {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_83a13852924c {
   width: 1236px;
   height: 446px;
   position: absolute !important;
   left: 102px;
   top: 1690px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bbe70a6d4cc8 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_60b73fe69c33 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .container_861bf6ed1792 {
   width: 127px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8333964f59f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_a4c3848bf137 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_1c78a5f56d63 {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

 .imageview_d10e1be0ccb4 {
   width: 285px;
   height: 301px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_5af569dbe79f {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_56e2b8184bb4 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_9fdbf7493cb4 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .container_af99061034b1 {
   width: 109px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_461183ee0b45 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_dde037709469 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_14d3be5ea49e {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

 .imageview_3b4732dc4673 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 213px;
   top: 24px;
 }

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

 .text_2a3fa6fabbb2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 221px;
   top: 36px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_198fe15d9103 {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_e5ef02e4dc69 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_9ee9a4d8e013 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_724ef3fc5d18 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_ba4d8967c2a6 {
   width: 254px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d1bef3657bfa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_ccd901096dc1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_199657a3f890 {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

 .imageview_a21b3778b541 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 213px;
   top: 24px;
 }

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

 .text_c3c8f2dd3ece {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 218px;
   top: 36px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_cbbd5ed8cad2 {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_cca1012e5460 {
   width: 285px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 301px;
   background: #f4f5f7;
 }

 .text_da79665457d3 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .container_bd3b69a4e06f {
   width: 114px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 386px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a8882f81e4a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 317px;
   line-height: 28.8px;
   font-family: 'Poppins';
 }

 .text_f359c2971f80 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 354px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_ef061bfc6c36 {
   width: 285px;
   height: 301px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9dd8f0dbfc64 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 213px;
   top: 24px;
 }

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

 .text_f9f7635040da {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 221px;
   top: 36px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_e01b228f68da {
   position: relative !important;
   overflow: visible;
   width: 285px;
   height: 446px;
   flex-shrink: 0;
 }

 .container_809dbbe0090d {
   width: 1236px;
   height: 446px;
   position: absolute !important;
   left: 102px;
   top: 2168px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_81eb54c9978f {
   width: max-content;
   position: absolute !important;
   left: 588px;
   top: 1610px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .container_98f8d75cbda4 {
   width: 1440px;
   height: 670px;
   position: absolute !important;
   left: 0px;
   top: 2763px;
   background: #fcf8f3;
 }

 .imageview_8a5749d864a0 {
   width: 404px;
   height: 582px;
   z-index: 1;
   position: absolute !important;
   left: 564px;
   top: 2807px;
   _scaling-factor: 0.5;
 }

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

 .container_93899a2e8550 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 805px;
   top: 3317px;
   background: #b88e2f;
 }

 .imageview_a9ef8366c968 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 817px;
   top: 3329px;
 }

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

 .container_50a119f31300 {
   width: 217px;
   height: 130px;
   z-index: 2;
   position: absolute !important;
   left: 588px;
   top: 3235px;
   background: #ffffffb8;
   backdrop-filter: blur(1.5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_da99a8f0239c {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .imageview_acb721d5bafe {
   width: 27px;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_2c1d0f8a594c {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_7caf7281a7e7 {
   width: 142px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 620px;
   top: 3267px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_719d1ed9c628 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 620px;
   top: 3299px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .imageview_d5bb045324e4 {
   width: 372px;
   height: 486px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 2807px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b1b4ea8ab11e {
   width: 372px;
   height: 486px;
   z-index: 1;
   position: absolute !important;
   left: 1388px;
   top: 2807px;
   _scaling-factor: 0.5;
 }

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

 .imageview_56fe6a86c37f {
   width: 27px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.699999988079071;
 }

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

 .imageview_a533bd7eb9ca {
   width: 11px;
   height: 11px;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 8px;
 }

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

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

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

 .container_nested_890b676988bc {
   width: 27px;
   height: 27px;
   z-index: 1;
 }

 .imageview_60d72dab56ce {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .imageview_4c3e89b39044 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .imageview_4dddc141c7cc {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_8025618f0335 {
   width: 120px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 3333px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1d748d1b1f75 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 1337px;
   top: 3074px;
 }

 .imageview_1d748d1b1f75 img {
   position: absolute;
   width: 78.0px !important;
   height: 78.0px !important;
   max-width: none !important;
   left: -15.0px;
   top: -11.0px;
 }

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

 .container_5756c4f60372 {
   width: 176px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #b88e2f;
 }

 .text_2a1f1270ba8a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 36px;
   top: 12px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .container_c4b98c2c4ee6 {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 48px;
   z-index: 1;
   left: 100px;
   top: 3162px;
 }

 .container_wrapper_c4b98c2c4ee6 {
   position: absolute !important;
   overflow: visible;
   left: 100px;
   top: 3162px;
   width: 176px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_c4b98c2c4ee6 {
   width: 176px;
   height: 48px;
   z-index: 1;
 }

 .text_4cae41a45faf {
   width: 422px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 2986px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_4cae41a45faf {
   overflow: visible;
 }

 .text_f3ea356f6ee4 {
   width: 368px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 3089px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_f3ea356f6ee4 {
   overflow: visible;
 }

 .container_197a16344432 {
   width: 274px;
   height: 312px;
   position: absolute !important;
   left: -196px;
   top: 3559px;
   background: #c4c4c4;
 }

 .imageview_a3d58bed2548 {
   width: 274px;
   height: 382px;
   z-index: 1;
   position: absolute !important;
   left: -196px;
   top: 3559px;
   _scaling-factor: 0.5;
 }

 .imageview_a3d58bed2548.wp-block-image {
   width: 78px !important;
   height: 382px !important;
   left: 0px !important;
   top: 3559px !important;
   overflow: hidden;
 }

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

 .imageview_29b756a2f9a0 {
   width: 451px;
   height: 312px;
   position: absolute !important;
   left: 94px;
   top: 3629px;
   _scaling-factor: 0.5;
 }

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

 .imageview_76409a65fa28 {
   width: 295px;
   height: 392px;
   position: absolute !important;
   left: 561px;
   top: 3715px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1373ef89e721 {
   width: 344px;
   height: 242px;
   position: absolute !important;
   left: 201px;
   top: 3957px;
   _scaling-factor: 0.5;
 }

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

 .imageview_cdf66d5fbef7 {
   width: 178px;
   height: 242px;
   position: absolute !important;
   left: 872px;
   top: 4022px;
   _scaling-factor: 0.5;
 }

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

 .imageview_bd80c3c87a55 {
   width: 258px;
   height: 196px;
   position: absolute !important;
   left: 1066px;
   top: 4022px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7b0066ff0474 {
   width: 290px;
   height: 348px;
   position: absolute !important;
   left: 872px;
   top: 3658px;
   _scaling-factor: 0.5;
 }

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

 .imageview_40bd542b351a {
   width: 425px;
   height: 433px;
   position: absolute !important;
   left: 1178px;
   top: 3573px;
   _scaling-factor: 0.5;
 }

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

 .imageview_25f602f065c3 {
   width: 381px;
   height: 323px;
   position: absolute !important;
   left: -196px;
   top: 3957px;
   _scaling-factor: 0.5;
 }

 .imageview_25f602f065c3.wp-block-image {
   width: 185px !important;
   height: 323px !important;
   left: 0px !important;
   top: 3957px !important;
   overflow: hidden;
 }

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

 .text_702dd533496a {
   width: max-content;
   position: absolute !important;
   left: 592px;
   top: 3500px;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_c6d2aef8a0b9 {
   width: max-content;
   position: absolute !important;
   left: 525px;
   top: 3538px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .container_1465328627c7 {
   width: 1440px;
   height: 505px;
   border-top: 1px solid #0000002b;
   border-right: 0px solid #0000002b;
   border-bottom: 0px solid #0000002b;
   border-left: 0px solid #0000002b;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_79e6f3ed3377 {
   width: 285px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 102.01px;
   top: 134px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_79e6f3ed3377 {
   overflow: visible;
 }

 .text_1df867aaa453 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 48px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .text_3df4ede334eb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 525.01px;
   top: 127px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_207ab38f60bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 525.01px;
   top: 197px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_d0cf70467975 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 525.01px;
   top: 267px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_445aef40d631 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 525.01px;
   top: 336px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_28350788c5d9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 523.01px;
   top: 48px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_1bf598d33c2f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 735.01px;
   top: 48px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_513cdc4fe6ae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 735.01px;
   top: 127px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_d8de3015eeae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 735.01px;
   top: 197px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_d1d69404cace {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 735.01px;
   top: 266px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_4cf8e515469d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 947.01px;
   top: 50px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .text_857b2385586d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 947.01px;
   top: 127px;
   line-height: 21px;
   font-family: 'Poppins';
 }

 .line_1bc6ffe5789b {
   width: 200px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 947.01px;
   top: 151px;
   direction: horizontal;
   background: #000000;
 }

 .text_e816f5781ce6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1158.01px;
   top: 127px;
   line-height: 21px;
   font-family: 'Poppins';
 }

 .line_88ba73749a5d {
   width: 75.01px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 1158px;
   top: 151px;
   direction: horizontal;
   background: #000000;
 }

 .line_c19a1a6e573d {
   width: 1240.01px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #d9d9d9ff;
   border-right: 1px solid #d9d9d9ff;
   border-bottom: 1px solid #d9d9d9ff;
   border-left: 1px solid #d9d9d9ff;
   position: absolute !important;
   left: 100px;
   top: 408px;
   direction: horizontal;
   background: #d9d9d9;
 }

 .text_3d25459d71c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 102.01px;
   top: 443px;
   line-height: 24px;
   font-family: 'Poppins';
 }

 .viewport_ae5f9ec37915 {
   width: 1440px;
   height: 4835px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }