 /*
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=Merriweather: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?family=Times+New+Roman:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css?family=Shippori+Mincho+B1:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_3aeffba965cf {
   width: 139px;
   height: 30px;
   position: absolute !important;
   left: 167px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_dc5ef6ee8700 {
   width: 108px;
   height: 30px;
   position: absolute !important;
   left: 881px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_420135ffbb82 {
   width: 101px;
   height: 30px;
   position: absolute !important;
   left: 1272px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_3a858aac573b {
   width: 178px;
   height: 30px;
   position: absolute !important;
   left: 380px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_07f16e24c7b3 {
   width: 161px;
   height: 30px;
   position: absolute !important;
   left: 1050px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_addba55eaa52 {
   width: 179px;
   height: 175px;
   position: absolute !important;
   left: 630px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_a2eec025319e {
   width: 123px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 55px;
   _scaling-factor: 0.5;
 }

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

 .container_2a5d161564b5 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 176px;
   left: 0px;
   top: 0px;
   background: #e5e1da;
 }

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

 .container_nested_2a5d161564b5 {
   width: 1440px;
   height: 176px;
   background: #e5e1da;
 }

 .imageview_56aa7f50f4a2 {
   width: 1440px;
   height: 872px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_56aa7f50f4a2 img {
   position: absolute;
   width: 100.00% !important;
   height: 110.90% !important;
   max-width: none !important;
   left: 0.00%;
   top: -10.89%;
 }

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

 .container_c58cf07f40b9 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 872px;
   left: 0px;
   top: 176px;
 }

 .container_dc1db2dc719b {
   width: 1440px;
   height: 686px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_c0f7e72346dc {
   width: 300px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 570px;
   top: 531px;
   background: #999953;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_c0f7e72346dc {
   position: absolute !important;
   left: 570px;
   top: 531px;
   width: 300px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_c0f7e72346dc {
   width: 300px;
   height: 60px;
   z-index: 1;
   background: #999953;
   border-radius: 50px 50px 50px 50px;
 }

 .text_80bc92022908 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 598px;
   top: 548px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .text_98ee4d78b623 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 589px;
   top: 64px;
   line-height: 73.59px;
   font-family: 'Times New Roman';
 }

 .text_c86ca58d4e6b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 186px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .container_a3ac8dd09326 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 686px;
   left: 0px;
   top: 1048px;
 }

 .container_5c6ca0f6f301 {
   width: 720px;
   height: 371px;
   position: absolute !important;
   left: 720px;
   top: 0px;
   background: #999953;
 }

 .container_449745146310 {
   width: 720px;
   height: 371px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_f0f588c8553a {
   width: 300px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 930px;
   top: 290px;
   background: #ffffff;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_f0f588c8553a {
   position: absolute !important;
   left: 930px;
   top: 290px;
   width: 300px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_f0f588c8553a {
   width: 300px;
   height: 60px;
   z-index: 1;
   background: #ffffff;
   border-radius: 50px 50px 50px 50px;
 }

 .text_e2ccb0e3aa37 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 958px;
   top: 308px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .text_df251fe42dc7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 974px;
   top: 59px;
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .text_322baaec5190 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 803px;
   top: 133px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

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

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

 .container_17bb7aa54d23 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 371px;
   left: 0px;
   top: 1734px;
 }

 .text_8d572ca98b9f {
   width: max-content;
   position: absolute !important;
   left: 653px;
   top: 73px;
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .text_61185d0415a3 {
   width: 930px;
   height: 181px;
   position: absolute !important;
   left: 255px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_c514bd368327 {
   width: 300px;
   height: 60px;
   position: absolute !important;
   left: 570px;
   top: 350px;
   background: #999953;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_c514bd368327 {
   position: absolute !important;
   left: 570px;
   top: 350px;
   width: 300px;
   height: 60px;
 }

 .container_nested_c514bd368327 {
   width: 300px;
   height: 60px;
   background: #999953;
   border-radius: 50px 50px 50px 50px;
 }

 .text_175175c6cb11 {
   width: 243px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 598px;
   top: 367px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_1b4bcfe174bb {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 452px;
   left: 0px;
   top: 2105px;
   background: #ffffff;
 }

 .imageview_1a3cbfd332b2 {
   width: 720px;
   height: 540px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_1a3cbfd332b2.wp-block-image {
   width: 720px !important;
   height: 539px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_5405e7eba77f {
   width: 720px;
   height: 541px;
   position: absolute !important;
   left: 720px;
   top: -1px;
   background: #999953;
 }

 .container_3afd090a2f50 {
   width: 300px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 930px;
   top: 427px;
   background: #ffffff;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_3afd090a2f50 {
   position: absolute !important;
   left: 930px;
   top: 427px;
   width: 300px;
   height: 60px;
   z-index: 1;
 }

 .container_nested_3afd090a2f50 {
   width: 300px;
   height: 60px;
   z-index: 1;
   background: #ffffff;
   border-radius: 50px 50px 50px 50px;
 }

 .text_78ebae17c474 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 958px;
   top: 445px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .text_7125a6c7680f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1006px;
   top: 67px;
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .text_3d6259b77c3b {
   width: 655px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 752px;
   top: 173px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_autoheight_3d6259b77c3b {
   overflow: visible;
 }

 .container_00088d6614af {
   position: absolute !important;
   width: 1440px;
   height: 540px;
   left: 0px;
   top: 2557px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_8f62960d0048 {
   width: 1440px;
   height: 676px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_e213868f0da3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 241px;
   top: 144px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .text_93b138fca280 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 310px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .imageview_8bd107f9d91e {
   width: 691px;
   height: 296px;
   z-index: 1;
   position: absolute !important;
   left: 733px;
   top: 262px;
   _scaling-factor: 0.5;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_dfca91066a9d {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 676px;
   left: 0px;
   top: 3097px;
 }

 .container_ad416c5d95ff {
   width: 1440px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_47b81080d749 {
   width: 217px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.22px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_df130da2a2c4 {
   width: 29px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: 1257px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .line_5f9e2e93a978 {
   width: 90px;
   height: 2px;
   z-index: 2;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1163px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .line_f39d841e3b7a {
   width: 90px;
   height: 2px;
   z-index: 2;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1290px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .text_f75274389bcd {
   width: 411px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1066px;
   top: 263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_6579ef5abdc6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 62px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_4870526e5190 {
   width: 31px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 120px;
   _scaling-factor: 0.5;
 }

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

 .text_af961bc8b603 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 120px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_04b019fc0e8b {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 168px;
   _scaling-factor: 0.5;
 }

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

 .text_2e65b87ac256 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 162px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_6b26e3deb7be {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 232px;
   _scaling-factor: 0.5;
 }

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

 .text_2475905abd19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 232px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .text_031eaddb49c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 268px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_d7eba6c2895a {
   width: 459px;
   height: 325px;
   z-index: 3;
   position: absolute !important;
   left: 717px;
   top: 53px;
   _scaling-factor: 0.5;
 }

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

 .text_fa5b4605edda {
   width: 182px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_5cc15581115c {
   width: 112px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5c57b839f5c8 {
   width: 113px;
   height: 47px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 188px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7b2c90b09478 {
   width: 112px;
   height: 21px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 82px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d830c7057914 {
   width: 75px;
   height: 75px;
   z-index: 4;
   position: absolute !important;
   left: 148px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ef7cd4924056 {
   width: 88px;
   height: 41px;
   z-index: 4;
   position: absolute !important;
   left: 140px;
   top: 75px;
   _scaling-factor: 0.5;
 }

 .imageview_ef7cd4924056 img {
   position: absolute;
   width: 200.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -1.07%;
   top: 0.00%;
 }

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

 .imageview_dcad5c009a16 {
   width: 84px;
   height: 86px;
   z-index: 4;
   position: absolute !important;
   left: 148px;
   top: 222px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ba8e4917e1ab {
   width: 121px;
   height: 42px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 268px;
   _scaling-factor: 0.5;
 }

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

 .container_34006ec82f50 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 310px;
   z-index: 4;
   left: 466px;
   top: 53px;
 }

 .imageview_a2ac4d9d019d {
   width: 108px;
   height: 106px;
   z-index: 4;
   position: absolute !important;
   left: 1012px;
   top: 146px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7a4d7bdfb2cf {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_7a4d7bdfb2cf img {
   position: absolute;
   width: 146.38% !important;
   height: 153.01% !important;
   max-width: none !important;
   left: -20.77%;
   top: -25.13%;
 }

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

 .imageview_7082141bd8d0 {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 133px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_7082141bd8d0 img {
   position: absolute;
   width: 139.46% !important;
   height: 154.00% !important;
   max-width: none !important;
   left: -18.39%;
   top: -27.64%;
 }

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

 .container_2cdaf1b98b23 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 464px;
   left: 0px;
   top: 3773px;
 }

 .viewport_f30f5845e025 {
   width: 1440px;
   height: 4237px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_87a6f916ff28 {
   width: 135px;
   height: 30px;
   position: absolute !important;
   left: 167px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_a4e13248a85b {
   width: 108px;
   height: 30px;
   position: absolute !important;
   left: 881px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_7555df0b3ec1 {
   width: 101px;
   height: 30px;
   position: absolute !important;
   left: 1272px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_289e781a3239 {
   width: 178px;
   height: 30px;
   position: absolute !important;
   left: 380px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_3c7a5b7228bb {
   width: 161px;
   height: 30px;
   position: absolute !important;
   left: 1050px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_c674d8747192 {
   width: 123px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1b742c135121 {
   width: 179px;
   height: 175px;
   position: absolute !important;
   left: 630px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_6eadb97ee29b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 176px;
   left: 0px;
   top: 0px;
   background: #e5e1da;
 }

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

 .container_nested_6eadb97ee29b {
   width: 1440px;
   height: 176px;
   background: #e5e1da;
 }

 .imageview_3b65aa27869c {
   width: 1440px;
   height: 989px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .container_567a98565820 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 989px;
   left: 0px;
   top: 176px;
 }

 .container_a120a19fa01a {
   width: 1440px;
   height: 455px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_5c90e105e347 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 646px;
   top: 124px;
   line-height: 52.13px;
   font-family: 'Shippori Mincho B1';
 }

 .text_224ddaea814e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 589px;
   top: 21px;
   line-height: 73.59px;
   font-family: 'Times New Roman';
 }

 .text_f68f4f2ff2a7 {
   width: 1300px;
   height: 229px;
   z-index: 1;
   position: absolute !important;
   left: 70px;
   top: 205px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_86af71a01eef {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 455px;
   left: 0px;
   top: 1165px;
 }

 .imageview_b5147d8c8c14 {
   width: 1440px;
   height: 478px;
   max-width: 1440px;
   position: absolute !important;
   left: 0px;
   top: 1620px;
 }

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

 .container_81ccfa97792a {
   width: 1440px;
   height: 455px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_d622d6450f89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 83px;
   line-height: 25px;
   font-family: 'Times New Roman';
 }

 .text_5247a77737ff {
   width: 1274.08px;
   height: 119.35px;
   z-index: 1;
   transform: rotate(0.02951718033888669deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 83.06px;
   top: 247px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_6374ddb51ff5 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 455px;
   left: 0px;
   top: 2098px;
 }

 .container_cac96b22692f {
   width: 720px;
   height: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_cc765f72246f {
   width: 595px;
   height: 125px;
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 177px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_45670ebcaf31 {
   width: 720px;
   height: 480px;
   position: absolute !important;
   left: 720px;
   top: 0px;
   background: #d9d9d9;
 }

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

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

 .container_2f637cb33970 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 480px;
   left: 0px;
   top: 2553px;
 }

 .container_836e4e95ae1b {
   width: 1440px;
   height: 455px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_36e2250b31b6 {
   width: 1312px;
   height: 100px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_c27a8fe6db68 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 455px;
   left: 0px;
   top: 3033px;
 }

 .container_f1504ac9c8a3 {
   width: 720px;
   height: 479px;
   position: absolute !important;
   left: 720px;
   top: 0px;
   background: #d9d9d9;
 }

 .container_897220618e66 {
   width: 720px;
   height: 479px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

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

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

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

 .imageview_035abf3f0853 img {
   position: absolute;
   width: 120.78% !important;
   height: 102.17% !important;
   max-width: none !important;
   left: -0.00%;
   top: -0.04%;
 }

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

 .container_e22a28cd78de {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 480px;
   left: 0px;
   top: 3488px;
 }

 .container_d6242460220b {
   width: 1440px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_b172204fe87a {
   width: 411px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1066px;
   top: 263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_a49972cd426f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 62px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_b2958d732384 {
   width: 31px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 120px;
   _scaling-factor: 0.5;
 }

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

 .text_d181db169199 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 120px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_320df85e4c51 {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 168px;
   _scaling-factor: 0.5;
 }

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

 .text_72f6da5bf4dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 162px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_c4d309a319c3 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 232px;
   _scaling-factor: 0.5;
 }

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

 .text_09094cf7694d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 232px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .text_fdd5fe63fd24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 268px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_4a34a9c865a3 {
   width: 459px;
   height: 325px;
   z-index: 2;
   position: absolute !important;
   left: 717px;
   top: 53px;
   _scaling-factor: 0.5;
 }

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

 .text_9de4818ee615 {
   width: 182px;
   height: 44px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_c764b69068d6 {
   width: 112px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5830712a4320 {
   width: 113px;
   height: 47px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 188px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3565c9138496 {
   width: 112px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 82px;
   _scaling-factor: 0.5;
 }

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

 .imageview_acfa37fff0cb {
   width: 75px;
   height: 75px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fb1e2b37fa27 {
   width: 88px;
   height: 41px;
   z-index: 3;
   position: absolute !important;
   left: 140px;
   top: 75px;
   _scaling-factor: 0.5;
 }

 .imageview_fb1e2b37fa27 img {
   position: absolute;
   width: 200.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -1.07%;
   top: 0.00%;
 }

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

 .imageview_eaeed386bdc0 {
   width: 84px;
   height: 86px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 222px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2ae94a3333b7 {
   width: 121px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 268px;
   _scaling-factor: 0.5;
 }

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

 .container_d1d929378dd6 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 310px;
   z-index: 3;
   left: 466px;
   top: 53px;
 }

 .imageview_b908882190f5 {
   width: 108px;
   height: 106px;
   z-index: 3;
   position: absolute !important;
   left: 1012px;
   top: 146px;
   _scaling-factor: 0.5;
 }

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

 .text_5b3e7210703c {
   width: 217px;
   height: 64px;
   z-index: 3;
   position: absolute !important;
   left: 1163px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.22px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_9b05189ea792 {
   width: 29px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .line_3c4f94d376d9 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1163px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .line_4b1fa0228774 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1290px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .imageview_3b6d9f0f466d {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_3b6d9f0f466d img {
   position: absolute;
   width: 146.38% !important;
   height: 153.01% !important;
   max-width: none !important;
   left: -20.77%;
   top: -25.13%;
 }

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

 .imageview_f2de284fad50 {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 133px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_f2de284fad50 img {
   position: absolute;
   width: 139.46% !important;
   height: 154.00% !important;
   max-width: none !important;
   left: -18.39%;
   top: -27.64%;
 }

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

 .container_995c8a9fadec {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 464px;
   left: 0px;
   top: 3968px;
 }

 .viewport_8c7c14b82767 {
   width: 1440px;
   height: 4432px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_05f821eddd2a {
   width: 139px;
   height: 30px;
   position: absolute !important;
   left: 167px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_e88a6e06b3ef {
   width: 108px;
   height: 30px;
   position: absolute !important;
   left: 881px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_aa90c28fbb8c {
   width: 101px;
   height: 30px;
   position: absolute !important;
   left: 1272px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_48c8263d721f {
   width: 178px;
   height: 30px;
   position: absolute !important;
   left: 380px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_39c670fcd005 {
   width: 161px;
   height: 30px;
   position: absolute !important;
   left: 1050px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_e0e5f2a30a22 {
   width: 123px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   _scaling-factor: 0.5;
 }

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

 .imageview_a421cdee8677 {
   width: 179px;
   height: 175px;
   position: absolute !important;
   left: 630px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_1f9702ef3633 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 176px;
   left: 0px;
   top: 0px;
   background: #e5e1da;
 }

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

 .container_nested_1f9702ef3633 {
   width: 1440px;
   height: 176px;
   background: #e5e1da;
 }

 .imageview_8efcf2e43fc5 {
   width: 1440px;
   height: 808px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_b4acc84f6136 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 808px;
   left: 0px;
   top: 176px;
 }

 .container_f250ab2b9ac9 {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_0f6c2aa0a1ba {
   width: 1214px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 162px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_99a222a15fea {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 984px;
 }

 .container_182168e6621a {
   width: 720px;
   height: 551px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .text_072663cb1b42 {
   width: 589px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 27px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_9ff3328df741 {
   width: 662px;
   height: 344px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_a71f8e25a236 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 551px;
   left: 720px;
   top: 0px;
 }

 .container_9465b0d1109f {
   width: 720px;
   height: 551px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

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

 .imageview_6d792e15b579 img {
   position: absolute;
   width: 112.92% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -6.71%;
   top: 0.00%;
 }

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

 .container_0521db24b4ea {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 0px;
   top: 0px;
 }

 .container_523139046529 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 551px;
   left: 0px;
   top: 1303px;
 }

 .container_30d363e66be8 {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_4a505857914d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 366px;
   top: 135px;
   line-height: 25px;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Times New Roman';
 }

 .container_2684dde7dfb0 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 1854px;
 }

 .container_7a3ee5bdf26f {
   width: 720px;
   height: 552px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .text_a0f073301275 {
   width: 635px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_bb7b1fbfef1d {
   width: 650px;
   height: 298px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 173px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_73fa58b4fe0b {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 552px;
   left: 0px;
   top: 0px;
 }

 .container_c7e1c2931ec9 {
   width: 720px;
   height: 552px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

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

 .imageview_652d7e293eab img {
   position: absolute;
   width: 115.19% !important;
   height: 100.08% !important;
   max-width: none !important;
   left: -15.19%;
   top: -0.04%;
 }

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

 .container_9a3e94f54679 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 552px;
   left: 720px;
   top: 0px;
 }

 .container_0df2a4ddd914 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 552px;
   left: 0px;
   top: 2173px;
 }

 .container_08ae718d126c {
   width: 1440px;
   height: 552px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

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

 .imageview_a9cdace9d050 img {
   position: absolute;
   width: 100.00% !important;
   height: 195.66% !important;
   max-width: none !important;
   left: 0.00%;
   top: -26.97%;
 }

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

 .container_6456359a686a {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 552px;
   left: 0px;
   top: 2725px;
 }

 .container_0b043fe2c470 {
   width: 1440px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_8b77bf2770c9 {
   width: 411px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1066px;
   top: 263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_bc323885c1c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 62px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_704b2859c6db {
   width: 31px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 120px;
   _scaling-factor: 0.5;
 }

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

 .text_18eac9428506 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 120px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_84be36bfcca8 {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 168px;
   _scaling-factor: 0.5;
 }

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

 .text_a4720760ce79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 162px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_07255d49256d {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 232px;
   _scaling-factor: 0.5;
 }

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

 .text_83305b20251f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 232px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .text_b4a8b5834671 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 268px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_0594371c4577 {
   width: 459px;
   height: 325px;
   z-index: 2;
   position: absolute !important;
   left: 717px;
   top: 53px;
   _scaling-factor: 0.5;
 }

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

 .text_b279852e5339 {
   width: 182px;
   height: 44px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_ec41685e2f8d {
   width: 112px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c2a85d98a487 {
   width: 113px;
   height: 47px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 188px;
   _scaling-factor: 0.5;
 }

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

 .imageview_90a8290e1f18 {
   width: 112px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 82px;
   _scaling-factor: 0.5;
 }

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

 .imageview_145313d9964b {
   width: 75px;
   height: 75px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_517bee4217cc {
   width: 88px;
   height: 41px;
   z-index: 3;
   position: absolute !important;
   left: 140px;
   top: 75px;
   _scaling-factor: 0.5;
 }

 .imageview_517bee4217cc img {
   position: absolute;
   width: 200.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -1.07%;
   top: 0.00%;
 }

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

 .imageview_4aab574a4f95 {
   width: 84px;
   height: 86px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 222px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f7a32cb6ef88 {
   width: 121px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 268px;
   _scaling-factor: 0.5;
 }

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

 .container_7ab811b75319 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 310px;
   z-index: 3;
   left: 466px;
   top: 53px;
 }

 .imageview_c6767aaed8cc {
   width: 108px;
   height: 106px;
   z-index: 3;
   position: absolute !important;
   left: 1012px;
   top: 144px;
   _scaling-factor: 0.5;
 }

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

 .text_eb64748063d6 {
   width: 217px;
   height: 64px;
   z-index: 3;
   position: absolute !important;
   left: 1163px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.22px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_740a720293d7 {
   width: 29px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .line_0b3c43c26d28 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1163px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .line_9d35a38551f0 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1290px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .imageview_f315eea8be1e {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_f315eea8be1e img {
   position: absolute;
   width: 146.38% !important;
   height: 153.01% !important;
   max-width: none !important;
   left: -20.77%;
   top: -25.13%;
 }

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

 .imageview_d2acc5790320 {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 133px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_d2acc5790320 img {
   position: absolute;
   width: 139.46% !important;
   height: 154.00% !important;
   max-width: none !important;
   left: -18.39%;
   top: -27.64%;
 }

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

 .container_b7c494824003 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 464px;
   left: 0px;
   top: 3277px;
 }

 .viewport_bfeae08b961d {
   width: 1440px;
   height: 3741px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_9cdfcaada5c2 {
   width: 1440px;
   height: 960px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_12e6e564bc77 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 960px;
   left: 0px;
   top: 176px;
 }

 .container_4ae5063dceea {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_178db9623cea {
   width: 1214px;
   height: 163px;
   z-index: 1;
   position: absolute !important;
   left: 113px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_74a6c1c65221 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 614px;
   top: 89px;
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .container_ba3bcf3167b2 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 1136px;
 }

 .container_7cdac1085211 {
   width: 720px;
   height: 544px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

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

 .imageview_3d8091502d57 img {
   position: absolute;
   width: 100.00% !important;
   height: 106.36% !important;
   max-width: none !important;
   left: 0.00%;
   top: -3.18%;
 }

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

 .container_16ffeb80bef3 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 544px;
   left: 0px;
   top: 0px;
 }

 .container_0b9bc7201ddf {
   width: 720px;
   height: 544px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .imageview_eae958c1a00b {
   width: 323px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 439px;
 }

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

 .text_0e55076ffc2b {
   width: 302px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 456px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_28a880c19320 {
   width: 702px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_b67c53a40eb4 {
   width: 672px;
   height: 203px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 174px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_0aafcd790b80 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 407px;
   top: 431px;
   _scaling-factor: 0.5;
 }

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

 .imageview_4a71934e838e {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 405px;
   top: 384px;
   _scaling-factor: 0.5;
 }

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

 .text_13d9e57bd1c6 {
   width: 163px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 484px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_8ef4e624268f {
   width: 146px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 486px;
   top: 438px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_62f3d72a8656 {
   width: 39px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 410px;
   top: 480px;
   _scaling-factor: 0.5;
 }

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

 .text_9515e85711e4 {
   width: 210px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 486px;
   top: 484px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_7885401b566a {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 544px;
   left: 720px;
   top: 0px;
 }

 .container_6ee4c1bc4746 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 544px;
   left: 0px;
   top: 1455px;
 }

 .container_76db24a01990 {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_d4be4d528d37 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 363px;
   top: 135px;
   line-height: 25px;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Times New Roman';
 }

 .container_99e2fa06e461 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 1999px;
 }

 .container_6a06a0e83d64 {
   width: 720px;
   height: 544px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

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

 .imageview_ef4112ba9c11 img {
   position: absolute;
   width: 115.21% !important;
   height: 101.65% !important;
   max-width: none !important;
   left: -7.60%;
   top: 0.00%;
 }

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

 .container_ef43e4455990 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 544px;
   left: 720px;
   top: 0px;
 }

 .container_8874741fabf2 {
   width: 720px;
   height: 544px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .imageview_0d71bec612c1 {
   width: 323px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 439px;
 }

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

 .text_0edc1cc73fc8 {
   width: 302px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 456px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_f5fac39d6c1c {
   width: 713px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 29px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_e66bd8be2024 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 407px;
   top: 431px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b720bf10c697 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 405px;
   top: 384px;
   _scaling-factor: 0.5;
 }

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

 .text_108ba6e9e305 {
   width: 163px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 484px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_476353da8b4f {
   width: 146px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 486px;
   top: 438px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_efb60158277d {
   width: 39px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 410px;
   top: 480px;
   _scaling-factor: 0.5;
 }

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

 .text_ad5982dbd5ea {
   width: 665px;
   height: 203px;
   z-index: 1;
   position: absolute !important;
   left: 27px;
   top: 160px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_ab7825823684 {
   width: 210px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 486px;
   top: 481px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_1e6be8a1063d {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 544px;
   left: 0px;
   top: 0px;
 }

 .container_58c2e2f7cdd0 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 544px;
   left: 0px;
   top: 2318px;
 }

 .container_c2067465600f {
   width: 1440px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_6843c08dbf1a {
   width: 411px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1066px;
   top: 263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_831f0ed13ef5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 62px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_457a0a82679c {
   width: 31px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 120px;
   _scaling-factor: 0.5;
 }

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

 .text_71a15f7845b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 120px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_0a8f7d73d4b7 {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 168px;
   _scaling-factor: 0.5;
 }

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

 .text_fc03c75328e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 162px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_99928cf5e946 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 232px;
   _scaling-factor: 0.5;
 }

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

 .text_e98ac7cf69b2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 232px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .text_c5cf6ce8a856 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 268px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_600ffa3c8c94 {
   width: 459px;
   height: 325px;
   z-index: 2;
   position: absolute !important;
   left: 720px;
   top: 58px;
   _scaling-factor: 0.5;
 }

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

 .text_56f07ceca6cb {
   width: 182px;
   height: 44px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_7731f5d58f30 {
   width: 112px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1622f98b871a {
   width: 113px;
   height: 47px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 188px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d5de05e19f72 {
   width: 112px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 82px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ba7b0245962f {
   width: 75px;
   height: 75px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_034b33906b1f {
   width: 88px;
   height: 41px;
   z-index: 3;
   position: absolute !important;
   left: 140px;
   top: 75px;
   _scaling-factor: 0.5;
 }

 .imageview_034b33906b1f img {
   position: absolute;
   width: 200.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -1.07%;
   top: 0.00%;
 }

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

 .imageview_56c07e7b5d1f {
   width: 84px;
   height: 86px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 222px;
   _scaling-factor: 0.5;
 }

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

 .imageview_47e5bdad2fbd {
   width: 121px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 268px;
   _scaling-factor: 0.5;
 }

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

 .container_a3c753bfbf5e {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 310px;
   z-index: 3;
   left: 466px;
   top: 53px;
 }

 .imageview_26d20e9f7ffd {
   width: 108px;
   height: 106px;
   z-index: 3;
   position: absolute !important;
   left: 1012px;
   top: 146px;
   _scaling-factor: 0.5;
 }

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

 .text_c9496d59daa9 {
   width: 217px;
   height: 64px;
   z-index: 3;
   position: absolute !important;
   left: 1163px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.22px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_2b870a5fa72d {
   width: 29px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .line_897db325e11f {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1163px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .line_1d73a98dce77 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1290px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .imageview_93c84cc1538b {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_93c84cc1538b img {
   position: absolute;
   width: 146.38% !important;
   height: 153.01% !important;
   max-width: none !important;
   left: -20.77%;
   top: -25.13%;
 }

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

 .imageview_895fc5252c08 {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 133px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_895fc5252c08 img {
   position: absolute;
   width: 139.46% !important;
   height: 154.00% !important;
   max-width: none !important;
   left: -18.39%;
   top: -27.64%;
 }

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

 .container_0ef8922e6a51 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 464px;
   left: 0px;
   top: 2862px;
 }

 .text_dd174771c20b {
   width: 139px;
   height: 30px;
   position: absolute !important;
   left: 167px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_8aa33ead70a4 {
   width: 108px;
   height: 30px;
   position: absolute !important;
   left: 881px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_4c5e29554ed0 {
   width: 101px;
   height: 30px;
   position: absolute !important;
   left: 1272px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_f0e51da064e4 {
   width: 178px;
   height: 30px;
   position: absolute !important;
   left: 380px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_80d2c65cce53 {
   width: 155px;
   height: 30px;
   position: absolute !important;
   left: 1050px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_0f1380829197 {
   width: 123px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d94139347a53 {
   width: 179px;
   height: 175px;
   position: absolute !important;
   left: 630px;
   top: 1px;
   _scaling-factor: 0.5;
 }

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

 .container_314e1091715e {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 176px;
   left: 0px;
   top: 0px;
   background: #e5e1da;
 }

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

 .container_nested_314e1091715e {
   width: 1440px;
   height: 176px;
   background: #e5e1da;
 }

 .viewport_bc6df397265a {
   width: 1440px;
   height: 3326px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_b156f448df39 {
   width: 139px;
   height: 30px;
   position: absolute !important;
   left: 167px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_c4315bffef95 {
   width: 108px;
   height: 30px;
   position: absolute !important;
   left: 881px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_178e25474f71 {
   width: 101px;
   height: 30px;
   position: absolute !important;
   left: 1272px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_d75ca7a38471 {
   width: 178px;
   height: 30px;
   position: absolute !important;
   left: 380px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_3fe8001ed0e3 {
   width: 161px;
   height: 30px;
   position: absolute !important;
   left: 1050px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_0388943cbfec {
   width: 123px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   _scaling-factor: 0.5;
 }

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

 .imageview_24177402e337 {
   width: 179px;
   height: 175px;
   position: absolute !important;
   left: 630px;
   top: 1px;
   _scaling-factor: 0.5;
 }

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

 .container_255df3d308c8 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 176px;
   left: 0px;
   top: 0px;
   background: #e5e1da;
 }

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

 .container_nested_255df3d308c8 {
   width: 1440px;
   height: 176px;
   background: #e5e1da;
 }

 .imageview_f3a0f635d9cc {
   width: 1440px;
   height: 960px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_c252e93b7b9a {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 960px;
   left: 0px;
   top: 176px;
 }

 .container_5d8822f32f0c {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_cf2a095ad769 {
   width: 1172px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 134px;
   top: 115px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_378f5d28b813 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 646px;
   top: 89px;
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .container_fd807f91a2a4 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 1136px;
 }

 .container_b11361f4bdbb {
   width: 720px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .imageview_5c770b3653c3 {
   width: 307px;
   height: 391px;
   z-index: 1;
   position: absolute !important;
   left: 414px;
   top: 225px;
   _scaling-factor: 0.5;
 }

 .imageview_5c770b3653c3 img {
   position: absolute;
   width: 100.00% !important;
   height: 104.69% !important;
   max-width: none !important;
   left: 0.00%;
   top: -0.04%;
 }

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

 .imageview_f360604f514f {
   width: 449px;
   height: 336px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: 279px;
   _scaling-factor: 0.5;
 }

 .imageview_f360604f514f.wp-block-image {
   width: 448px !important;
   height: 336px !important;
   left: 0px !important;
   top: 279px !important;
   overflow: hidden;
 }

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

 .imageview_3c89911a5252 {
   width: 379px;
   height: 284px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_63ce78ecdd38 {
   width: 380px;
   height: 285px;
   z-index: 4;
   position: absolute !important;
   left: 340px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_6a7ba3d83228 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 0px;
   top: 0px;
 }

 .container_8f52cd6ea954 {
   width: 720px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .imageview_0cb3051c519d {
   width: 323px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 517px;
 }

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

 .text_5dc57a3e450c {
   width: 302px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 22px;
   top: 534px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_5218e56e31d3 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 364px;
   top: 473px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d703d4eb5381 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 362px;
   top: 426px;
   _scaling-factor: 0.5;
 }

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

 .text_6f7f31b8dc68 {
   width: 163px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 441px;
   top: 434px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_6cf0a91c1cb0 {
   width: 193px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 441px;
   top: 480px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_7e50bb04f66e {
   width: 39px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 367px;
   top: 522px;
   _scaling-factor: 0.5;
 }

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

 .text_4bfc8ee947d6 {
   width: 210px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 443px;
   top: 522px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_c897e903669e {
   width: 339px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 154px;
   top: 37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_82644f94401a {
   width: 697px;
   height: 200px;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 149px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_4b4d287538c1 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 720px;
   top: 0px;
 }

 .container_d91a430c70d4 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 616px;
   left: 0px;
   top: 1455px;
 }

 .container_20ab08e4cf7c {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_cb40b3d22d21 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 343px;
   top: 135px;
   line-height: 25px;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Times New Roman';
 }

 .container_370cfeffb5dd {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 2071px;
 }

 .container_952a091cf524 {
   width: 720px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .imageview_30a97a3ca781 {
   width: 477px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 284px;
   _scaling-factor: 0.5;
 }

 .imageview_30a97a3ca781 img {
   position: absolute;
   width: 104.82% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -4.72%;
   top: 0.00%;
 }

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

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

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

 .imageview_d60bcec9a9d2 {
   width: 345px;
   height: 292px;
   z-index: 3;
   position: absolute !important;
   left: 375px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d60bcec9a9d2 img {
   position: absolute;
   width: 127.25% !important;
   height: 100.23% !important;
   max-width: none !important;
   left: -27.25%;
   top: -0.11%;
 }

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

 .imageview_8fddeea65490 {
   width: 422px;
   height: 332px;
   z-index: 4;
   position: absolute !important;
   left: 298px;
   top: 284px;
   _scaling-factor: 0.5;
 }

 .imageview_8fddeea65490 img {
   position: absolute;
   width: 117.96% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -17.96%;
   top: 0.00%;
 }

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

 .container_db1abff1d0fb {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 720px;
   top: 0px;
 }

 .container_d83167fbd760 {
   width: 720px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .imageview_229beb7bc578 {
   width: 323px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 517px;
 }

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

 .text_ddcc98fdc1a0 {
   width: 302px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 22px;
   top: 534px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_ab57e3606f57 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 364px;
   top: 473px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f220d79c97c2 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 362px;
   top: 426px;
   _scaling-factor: 0.5;
 }

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

 .text_2e1d9dcba3ea {
   width: 163px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 441px;
   top: 434px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_5c364fe1b2dc {
   width: 193px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 441px;
   top: 480px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .imageview_661c3412b0fb {
   width: 39px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 367px;
   top: 522px;
   _scaling-factor: 0.5;
 }

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

 .text_ed22ce214a6d {
   width: 210px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 443px;
   top: 526px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_c7e9e2f80a8c {
   width: 663px;
   height: 176px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 195px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_1ce89c636181 {
   width: 635px;
   height: 73px;
   z-index: 1;
   position: absolute !important;
   left: 57px;
   top: 51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_0f7fe24b2471 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 0px;
   top: 0px;
 }

 .container_aa6b85ca2b46 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 616px;
   left: 0px;
   top: 2390px;
 }

 .container_12f2a4a5c881 {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_9f6c075d0e16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 177px;
   top: 135px;
   line-height: 25px;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Times New Roman';
 }

 .container_64a7677fe761 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 3006px;
 }

 .imageview_d33517f56514 {
   width: 1440px;
   height: 978px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d33517f56514 img {
   position: absolute;
   width: 100.04% !important;
   height: 108.91% !important;
   max-width: none !important;
   left: -0.02%;
   top: 0.00%;
 }

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

 .container_c1f18c75ce80 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 978px;
   left: 0px;
   top: 3325px;
 }

 .container_9fd10236faf8 {
   width: 1440px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_4bbce141f0c9 {
   width: 411px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1066px;
   top: 263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_1a538c9b7680 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 62px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_7fc18d7dace1 {
   width: 31px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 120px;
   _scaling-factor: 0.5;
 }

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

 .text_3528028e42fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 120px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_7058341fc83b {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 168px;
   _scaling-factor: 0.5;
 }

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

 .text_fac57f0830c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 162px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_a63eac881548 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 232px;
   _scaling-factor: 0.5;
 }

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

 .text_3518544cf340 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 232px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .text_88d1ce20fa03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 268px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_a781f82f5238 {
   width: 459px;
   height: 325px;
   z-index: 2;
   position: absolute !important;
   left: 717px;
   top: 53px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5fbb7cadd518 {
   width: 108px;
   height: 106px;
   z-index: 3;
   position: absolute !important;
   left: 1012px;
   top: 146px;
   _scaling-factor: 0.5;
 }

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

 .text_c0ce8805fa52 {
   width: 182px;
   height: 44px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_8e5c16bd8c29 {
   width: 112px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7b1c5cef2561 {
   width: 113px;
   height: 47px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 188px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2b1f08b3a803 {
   width: 112px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 82px;
   _scaling-factor: 0.5;
 }

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

 .imageview_dc5b654fb3eb {
   width: 75px;
   height: 75px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f73f4c6715c7 {
   width: 88px;
   height: 41px;
   z-index: 3;
   position: absolute !important;
   left: 140px;
   top: 75px;
   _scaling-factor: 0.5;
 }

 .imageview_f73f4c6715c7 img {
   position: absolute;
   width: 200.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -1.07%;
   top: 0.00%;
 }

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

 .imageview_a83f9c1c8d01 {
   width: 84px;
   height: 86px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 222px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3b90622215bc {
   width: 121px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 268px;
   _scaling-factor: 0.5;
 }

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

 .container_1b9dfab1f6e0 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 310px;
   z-index: 3;
   left: 466px;
   top: 53px;
 }

 .text_bf3f7ab23e5d {
   width: 217px;
   height: 64px;
   z-index: 3;
   position: absolute !important;
   left: 1163px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.22px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_e6b7c63c5091 {
   width: 29px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .line_6feca5769612 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1163px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .line_2b83239896d5 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1290px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .imageview_f112f471ae1b {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_f112f471ae1b img {
   position: absolute;
   width: 146.38% !important;
   height: 153.01% !important;
   max-width: none !important;
   left: -20.77%;
   top: -25.13%;
 }

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

 .imageview_314faeebdd58 {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 133px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_314faeebdd58 img {
   position: absolute;
   width: 139.46% !important;
   height: 154.00% !important;
   max-width: none !important;
   left: -18.39%;
   top: -27.64%;
 }

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

 .container_fa821e816b1a {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 464px;
   left: 0px;
   top: 4303px;
 }

 .viewport_2a73c810a75e {
   width: 1440px;
   height: 4767px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_602aa2dc7414 {
   width: 139px;
   height: 30px;
   position: absolute !important;
   left: 167px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_95f8c8adaba6 {
   width: 108px;
   height: 30px;
   position: absolute !important;
   left: 881px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_79f8a0733f32 {
   width: 101px;
   height: 30px;
   position: absolute !important;
   left: 1272px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_2c7f9b889045 {
   width: 178px;
   height: 30px;
   position: absolute !important;
   left: 380px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_f6ba92703953 {
   width: 161px;
   height: 30px;
   position: absolute !important;
   left: 1050px;
   top: 122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_18a7cdd028f6 {
   width: 123px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f8023d89e343 {
   width: 179px;
   height: 175px;
   position: absolute !important;
   left: 630px;
   top: 1px;
   _scaling-factor: 0.5;
 }

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

 .container_937c45bd57e9 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 176px;
   left: 0px;
   top: 0px;
   background: #e5e1da;
 }

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

 .container_nested_937c45bd57e9 {
   width: 1440px;
   height: 176px;
   background: #e5e1da;
 }

 .imageview_b34600506e16 {
   width: 1440px;
   height: 1134px;
   position: absolute !important;
   left: 0px;
   top: 176px;
 }

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

 .container_8972e47c0804 {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_459509dc72a5 {
   width: 1214px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 113px;
   top: 58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .container_e9487841561b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 1310px;
 }

 .container_ac4c299e30b3 {
   width: 720px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #999953;
 }

 .imageview_104cfc76ba63 {
   width: 323px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 504px;
 }

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

 .text_1c33bbf314b9 {
   width: 302px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 521px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_89d4573d8a8a {
   width: 713px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text_f1b9de07b718 {
   width: 683px;
   height: 317px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 131px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Times New Roman';
 }

 .text-13e7881ed61b_f1b9de07b718 {
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .text-b9776dbc97eb_f1b9de07b718 {
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .text-cc3565cd717a_f1b9de07b718 {
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .text-4cd4dd4f83d1_f1b9de07b718 {
   line-height: 20px;
   font-family: 'Times New Roman';
 }

 .container_341930d2954f {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 720px;
   top: 0px;
 }

 .container_33b5e6c3053c {
   width: 720px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .imageview_7a42d80257df {
   width: 248px;
   height: 371px;
   z-index: 1;
   position: absolute !important;
   left: 473px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c629ba2b9975 {
   width: 372px;
   height: 248px;
   z-index: 2;
   position: absolute !important;
   left: 348px;
   top: 367px;
   _scaling-factor: 0.5;
 }

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

 .imageview_787127cb4548 {
   width: 491px;
   height: 369px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_97bd375268e5 {
   width: 373px;
   height: 249px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 368px;
   _scaling-factor: 0.5;
 }

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

 .container_8209650e42f0 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 616px;
   left: 0px;
   top: 0px;
 }

 .container_c3125e636c87 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 616px;
   left: 0px;
   top: 1629px;
 }

 .container_91dc92b14376 {
   width: 1440px;
   height: 319px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .text_fa8d55ae242f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312px;
   top: 135px;
   line-height: 25px;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Times New Roman';
 }

 .container_fd9bb4745a20 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 319px;
   left: 0px;
   top: 2245px;
 }

 .container_89c812946c77 {
   width: 1440px;
   height: 552px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .imageview_c1bd3676259d {
   width: 613px;
   height: 552px;
   z-index: 1;
   position: absolute !important;
   left: 827px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_c1bd3676259d img {
   position: absolute;
   width: 135.09% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -35.09%;
   top: 0.00%;
 }

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

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

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

 .container_16ffa5b763f3 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 552px;
   left: 0px;
   top: 2564px;
 }

 .container_888d463ba20a {
   width: 1440px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
 }

 .text_5fa028e22c4e {
   width: 411px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 1066px;
   top: 263px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.17px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .text_eb73caa432b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 62px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_aa73e83d2b10 {
   width: 31px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 120px;
   _scaling-factor: 0.5;
 }

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

 .text_baef2f9ae146 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 120px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_370f4e4d80ab {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 168px;
   _scaling-factor: 0.5;
 }

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

 .text_1e4790802087 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 162px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_c644ac3d4af1 {
   width: 36px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 232px;
   _scaling-factor: 0.5;
 }

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

 .text_19534a63fbbe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 232px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .text_c18b0920b888 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 88px;
   top: 268px;
   line-height: 30.17px;
   font-family: 'Merriweather';
 }

 .imageview_2133c5930b1f {
   width: 459px;
   height: 325px;
   z-index: 2;
   position: absolute !important;
   left: 717px;
   top: 53px;
   _scaling-factor: 0.5;
 }

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

 .text_c80e45abafff {
   width: 217px;
   height: 64px;
   z-index: 3;
   position: absolute !important;
   left: 1163px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.22px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_7188863a6a5d {
   width: 29px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 208px;
   _scaling-factor: 0.5;
 }

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

 .line_7ea87da26c99 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1163px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .line_87522353f0d1 {
   width: 90px;
   height: 2px;
   z-index: 4;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   position: absolute !important;
   left: 1290px;
   top: 221px;
   direction: horizontal;
   background: #000000;
 }

 .text_aedbe76c87db {
   width: 182px;
   height: 44px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Merriweather';
 }

 .imageview_6e9d761c7da5 {
   width: 112px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b7cebcd5e1c0 {
   width: 113px;
   height: 47px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 188px;
   _scaling-factor: 0.5;
 }

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

 .imageview_aa4510bc9426 {
   width: 112px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 82px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2b4cd70e9f8c {
   width: 75px;
   height: 75px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 123px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0d9cf55577cc {
   width: 88px;
   height: 41px;
   z-index: 3;
   position: absolute !important;
   left: 140px;
   top: 75px;
   _scaling-factor: 0.5;
 }

 .imageview_0d9cf55577cc img {
   position: absolute;
   width: 200.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -1.07%;
   top: 0.00%;
 }

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

 .imageview_4869ab6af4cf {
   width: 84px;
   height: 86px;
   z-index: 3;
   position: absolute !important;
   left: 148px;
   top: 222px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1dc7808c3b59 {
   width: 121px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 268px;
   _scaling-factor: 0.5;
 }

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

 .container_d1c55aa82d36 {
   position: absolute !important;
   overflow: visible;
   width: 266px;
   height: 310px;
   z-index: 3;
   left: 466px;
   top: 53px;
 }

 .imageview_d22427307446 {
   width: 108px;
   height: 106px;
   z-index: 3;
   position: absolute !important;
   left: 1012px;
   top: 146px;
   _scaling-factor: 0.5;
 }

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

 .imageview_03c4f08b8c7c {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_03c4f08b8c7c img {
   position: absolute;
   width: 146.38% !important;
   height: 153.01% !important;
   max-width: none !important;
   left: -20.77%;
   top: -25.13%;
 }

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

 .imageview_4107854d5ffe {
   width: 75px;
   height: 75px;
   z-index: 1;
   position: absolute !important;
   left: 133px;
   top: 368px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_4107854d5ffe img {
   position: absolute;
   width: 139.46% !important;
   height: 154.00% !important;
   max-width: none !important;
   left: -18.39%;
   top: -27.64%;
 }

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

 .container_c4eedae5093f {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 464px;
   left: 0px;
   top: 3116px;
 }

 .viewport_24f49fb73ae1 {
   width: 1440px;
   height: 3580px;
   overflow-x: hidden;
   overflow-y: hidden;
 }