 /*
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=Playfair+Display:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Poppins:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Raleway: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=Inter: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?display=swap&family=Raleway+Dots:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt-nav-item {
   /* the design wrapper is the flex row (label + icon); the anchor must not
       introduce its own box or the icon wraps under the label */
   display: contents;
 }

 body .yt-nav-item figure {
   margin: 0;
   display: flex;
   align-items: center;
 }

 body .wp-block-yotako-block-button button {
   /* the outer div carries the design box (bg, radius, flex); the native
       button must not add browser chrome or its own box */
   background: none;
   border: 0;
   padding: 0;
   margin: 0;
   font: inherit;
   color: inherit;
   cursor: pointer;
   display: contents;
 }

 body textarea.wp-block-yotako-block-input-text {
   /* textareas default to a monospace UA font and a resize grip - neither
       exists in the design */
   font-family: inherit;
   resize: none;
 }

 body .wp-block-video video {
   /* the figure carries the design size; the raw <video> otherwise renders at
       its intrinsic (or control-bar) size until media loads */
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }

 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%;
 }

 [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;
   /* Crop content that overhangs the artboard bounds, matching how Figma
     renders/exports artboards (elements bleeding past the frame edge are
     clipped and must not widen the page). */
   overflow-x: clip;
 }

 *[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;
 }

 /* Post thumbnails bound from an image-fill container: the featured image
   must fill the container exactly like the original background fill did.
   The container's own class still carries the design-time background image —
   suppress it so only the per-post featured image shows. */
 .yt-post-thumbnail {
   overflow: hidden;
   background-image: none !important;
   position: relative;
 }

 /* A background fill ignores the container's padding — the bound featured
   image must do the same: fill the whole box, with siblings (e.g. category
   chips) layered above like in the design. */
 .yt-post-thumbnail .wp-block-post-featured-image {
   background-image: none !important;
   position: absolute;
   inset: 0;
   margin: 0;
 }

 .yt-post-thumbnail>*:not(.wp-block-post-featured-image) {
   position: relative;
   z-index: 1;
 }

 /* Meta bindings (date/author) are single-line labels in list cards; the
   shared post template must not wrap longer names of other posts. */
 .yt-post-card .wp-block-post-date,
 .yt-post-card .wp-block-post-author-name {
   white-space: nowrap;
 }

 .yt-post-thumbnail .wp-block-post-featured-image,
 .yt-post-thumbnail .wp-block-post-featured-image a,
 .yt-post-thumbnail .wp-block-post-featured-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 /* Designs using FIT/STRETCH image scaling keep their own fit mode. */
 .yt-post-thumbnail.yt-fit-contain .wp-block-post-featured-image img {
   object-fit: contain;
 }

 .yt-post-thumbnail.yt-fit-fill .wp-block-post-featured-image img {
   object-fit: fill;
 }

 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_1a9fff520c81 {
   width: 876px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3733px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_1a9fff520c81 {
   overflow: visible;
 }

 .container_898ef93cfa94 {
   width: 1440px;
   height: 268px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000006b;
   mix-blend-mode: normal;
 }

 .container_a6a43e261499 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 268px;
   z-index: 0;
   left: -4px;
   top: 4211px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1185.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_aaed450f3025 {
   width: 876px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 278px;
   top: 4253px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_aaed450f3025 {
   overflow: visible;
 }

 .text_01fdb6ba7152 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_01fdb6ba7152 {
   overflow: visible;
 }

 .container_2e13651aafb3 {
   width: 45px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1191.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50% 50% 50% 50%;
   mix-blend-mode: normal;
 }

 .container_4668230a0bd5 {
   position: relative !important;
   overflow: visible;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_74a1441b6a19 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_8847d320db4d {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_68051ada8626 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_3663cdb6f99d {
   padding: 32px 32px 32px 32px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff4d;
   border-radius: 12px 12px 12px 12px;
 }

 .text_18370060fe1a {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_18370060fe1a {
   overflow: visible;
 }

 .container_cd452351a684 {
   width: 45px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1198.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50% 50% 50% 50%;
   mix-blend-mode: normal;
 }

 .container_75be81bd0c7e {
   position: relative !important;
   overflow: visible;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_fb636cae0711 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_c5b770d3c625 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_df3140d5a873 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_3dd0b7e0a7ec {
   padding: 32px 32px 32px 32px;
   height: 198px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff4d;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ddcb34d6ce53 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_ddcb34d6ce53 {
   overflow: visible;
 }

 .container_133adbb4f704 {
   width: 45px;
   height: 45px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1205.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50% 50% 50% 50%;
   mix-blend-mode: normal;
 }

 .container_44a5a7a47ba5 {
   position: relative !important;
   overflow: visible;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_88dafb764768 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_365a1ad64bb1 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_69534caa8157 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_1e234931a4bd {
   padding: 32px 32px 32px 32px;
   height: 198px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff4d;
   border-radius: 12px 12px 12px 12px;
 }

 .container_836c450df065 {
   width: 1280px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3889px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_650570767396 {
   width: 1453px;
   height: 587px;
   z-index: 0;
   transform: rotate(-179.9510961834396deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1446px;
   top: 586px;
 }

 .imageview_650570767396 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_edc3ce232e2b {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_a1385f1e8810 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 1054px;
   top: 12px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_a1385f1e8810 {
   position: absolute !important;
   left: 1054px;
   top: 12px;
   width: 180px;
   height: 52px;
   z-index: 1;
 }

 .container_nested_a1385f1e8810 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_9137c4b6e808 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_e77324713c7c {
   padding: 20px 32px 20px 32px;
   width: 241px;
   height: 70px;
   z-index: 1;
   border-top: 3px solid #023254ff;
   border-right: 3px solid #023254ff;
   border-bottom: 3px solid #023254ff;
   border-left: 3px solid #023254ff;
   position: absolute !important;
   left: 974px;
   top: 473px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_e77324713c7c {
   position: absolute !important;
   left: 974px;
   top: 473px;
   width: 241px;
   height: 70px;
   z-index: 1;
 }

 .container_nested_e77324713c7c {
   padding: 20px 32px 20px 32px;
   width: 241px;
   height: 70px;
   z-index: 1;
   border-top: 3px solid #023254ff;
   border-right: 3px solid #023254ff;
   border-bottom: 3px solid #023254ff;
   border-left: 3px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_91dfc44727db {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_91dfc44727db {
   overflow: visible;
 }

 .text_40f3e5ffd082 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_40f3e5ffd082 {
   overflow: visible;
 }

 .text_e989e88dd61d {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_e989e88dd61d {
   overflow: visible;
 }

 .text_30a0ff210d43 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_30a0ff210d43 {
   overflow: visible;
 }

 .container_66fc43361719 {
   width: 258px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_47436dcaa748 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_47436dcaa748 {
   overflow: visible;
 }

 .text_65bd4a4daaa1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_65bd4a4daaa1 {
   overflow: visible;
 }

 .text_a8b48b9ac402 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_a8b48b9ac402 {
   overflow: visible;
 }

 .container_eab145f63d0a {
   width: 187px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_56ba92e34439 {
   width: 1280px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_0f42c94be5e2 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #129cd8ff;
   border-right: 2px solid #129cd8ff;
   border-bottom: 2px solid #129cd8ff;
   border-left: 2px solid #129cd8ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d88924cee65c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_75af1b9d9bf8 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #5fb04eff;
   border-right: 2px solid #5fb04eff;
   border-bottom: 2px solid #5fb04eff;
   border-left: 2px solid #5fb04eff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #5fb04e00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_24b4513532dd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .imageview_bb0672f7eabb {
   width: 346px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_297ca95b61e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_19ad47bea1e4 {
   width: 1440px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_4532bd774a24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .imageview_b5d2cf967372 {
   width: 206px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_b5d2cf967372 img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_5eb3731df443 {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 0;
   left: -3px;
   top: 4795px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .text_c20d7bb2d305 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 96px;
   top: 4737px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e326dc92bb5d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 291px;
   top: 4737px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_0096943b6d72 {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 556px;
   top: 4719px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_0096943b6d72 {
   overflow: visible;
 }

 .text_b153b12aa2d5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 985px;
   top: 4737px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_6a4ef3ea0175 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1196px;
   top: 4737px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_1defe2fb6c4e {
   width: 624px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1311px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_1defe2fb6c4e {
   overflow: visible;
 }

 .imageview_fcb04af035e0 {
   width: 407px;
   height: 723px;
   z-index: 0;
   position: absolute !important;
   left: -1px;
   top: -159px;
 }

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

 .container_97e1b8fca948 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1289.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_6cca298eadc9 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_6cca298eadc9 {
   overflow: visible;
 }

 .text_c715d44e7cf7 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_c715d44e7cf7 {
   overflow: visible;
 }

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

 .container_adca98f5205d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1ab564831bea {
   width: 440px;
   height: 440px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -35px;
 }

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

 .container_3fead1f04c18 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1294.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_39bbb27b7a94 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_39bbb27b7a94 {
   overflow: visible;
 }

 .text_d190148fa45f {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_d190148fa45f {
   overflow: visible;
 }

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

 .container_aa43ef54657a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cd0a7edc1f6e {
   width: 405px;
   height: 405px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_42f55f9c9153 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1299.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5d3b7476de0d {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_5d3b7476de0d {
   overflow: visible;
 }

 .text_398424852bd6 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_398424852bd6 {
   overflow: visible;
 }

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

 .container_195debae39be {
   height: 529px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f41234ac27e3 {
   width: 1279px;
   height: 529px;
   z-index: 0;
   position: absolute !important;
   left: 77px;
   top: 1555px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b9b283f9387 {
   width: 1135px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3812px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_0b9b283f9387 {
   overflow: visible;
 }

 .text_0b8a4ce6c920 {
   width: 1135px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 149px;
   top: 4324px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_0b8a4ce6c920 {
   overflow: visible;
 }

 .text_f8c35099299f {
   width: 826px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 2535px;
   line-height: 58.09px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_f8c35099299f {
   overflow: visible;
 }

 .text-c89262858f58_f8c35099299f {
   line-height: 58.09px;
   font-family: 'Playfair Display';
 }

 .text-94cb56cf3316_f8c35099299f {
   line-height: 58.09px;
   font-family: 'Playfair Display';
 }

 .text_69fd28d878b7 {
   width: 1337px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 52px;
   top: 2207px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_69fd28d878b7 {
   overflow: visible;
 }

 .text_75b60c094259 {
   width: 515px;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_75b60c094259 {
   overflow: visible;
 }

 .text_b33c75ab96d2 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_b33c75ab96d2 {
   overflow: visible;
 }

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

 .text_ebff639e39d1 {
   width: 515px;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ebff639e39d1 {
   overflow: visible;
 }

 .text_8cee257b902e {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_8cee257b902e {
   overflow: visible;
 }

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

 .text_b8c66209ee0c {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_b8c66209ee0c {
   overflow: visible;
 }

 .text_ce89a7bde895 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ce89a7bde895 {
   overflow: visible;
 }

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

 .container_e68d0abbfd10 {
   width: 645px;
   height: 408px;
   z-index: 0;
   position: absolute !important;
   left: 83px;
   top: 2642px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c585f7c1ec5 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_24ad35af8b41 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_937f710c2594 {
   width: 535px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 79px;
   top: 3106px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_937f710c2594 {
   position: absolute !important;
   left: 79px;
   top: 3106px;
   width: 535px;
   height: 60px;
   z-index: 0;
 }

 .container_nested_937f710c2594 {
   width: 535px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6fbb8384c77c {
   width: 1440px;
   height: 810px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_6fbb8384c77c.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_3519f5ae107e {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 0;
   left: 0px;
   top: 4479px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .container_143ad939c2d5 {
   width: 292px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: -4px;
   top: 586px;
   background: #5fb04ecc;
 }

 .text_2f5d238bfd7b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 104px;
   top: 609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_57a60116a604 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 288px;
   top: 586px;
   background: #4bae92cc;
 }

 .container_66331fde5c81 {
   width: 290px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 576px;
   top: 586px;
   background: #4dc7c3cc;
 }

 .container_cb0a978256ce {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 866px;
   top: 586px;
   background: #4db9c7cc;
 }

 .container_eaf146ee6377 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 1154px;
   top: 586px;
   background: #129cd8cc;
 }

 .text_8b331ad0011d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 327px;
   top: 609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8272525f01ea {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 617px;
   top: 591px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_4034d3043eee {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 953px;
   top: 609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_29bca89dbe0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1218px;
   top: 609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_46b1cc01111d {
   width: 750px;
   height: 90px;
   z-index: 0;
   position: absolute !important;
   left: 606px;
   top: 1088px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_46b1cc01111d {
   overflow: visible;
 }

 .text_898c0ce890aa {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 629px;
   top: 1007px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f4f3c7d20eac {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 151px;
   top: 1465px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_869b3c52f253 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 855px;
   top: 1007px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_aa260291a5d9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 547px;
   top: 1462px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_95fca0aeba62 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1195px;
   top: 1007px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e30ddbed1723 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1025px;
   top: 1462px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .line_c218f882a560 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 660px;
   top: 1044px;
   direction: horizontal;
   background: #5fb04e;
 }

 .line_ca786ad22b03 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 244px;
   top: 1514px;
   direction: horizontal;
   background: #023254;
 }

 .line_286ae539afe1 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 966px;
   top: 1044px;
   direction: horizontal;
   background: #5fb04e;
 }

 .line_4e167368ee1f {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 655px;
   top: 1511px;
   direction: horizontal;
   background: #023254;
 }

 .line_00d88ed6d21b {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 1223px;
   top: 1044px;
   direction: horizontal;
   background: #5fb04e;
 }

 .line_0f93c1147fbb {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 1120px;
   top: 1511px;
   direction: horizontal;
   background: #023254;
 }

 .text_ae6ecf72c7a3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1389px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_7ab2ef69e496 {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_3909d1d880c5 {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 174px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_7a1517fe1404 {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 315px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_82e178c97aa2 {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 456px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_046476927a28 {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 597px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_057ab43b4f0f {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 738px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_1fe6e20e5f3b {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 879px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_07a311cab0df {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 1020px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_a4086b4c7d76 {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 1161px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_925e625c6fec {
   width: 97px;
   height: 97px;
   z-index: 0;
   position: absolute !important;
   left: 1302px;
   top: 2312px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_436857be4338 {
   width: 1440px;
   height: 318px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3291px;
 }

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

 .text_cf1cfad224d0 {
   width: 1061px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 3316px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_cf1cfad224d0 {
   overflow: visible;
 }

 .text_f5ce105bfc92 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 119px;
   top: 3389px;
   line-height: 192px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_0966ab84a07d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 679px;
   top: 3389px;
   line-height: 192px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_e46063d0f5eb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1196px;
   top: 3389px;
   line-height: 192px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .text_6b0cc0a77e9a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 83px;
   top: 3548px;
   line-height: 28.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_9d7d23dda762 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 583px;
   top: 3548px;
   line-height: 28.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_322a4413f1ea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1175px;
   top: 3548px;
   line-height: 28.18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_607f31a8e180 {
   width: 701px;
   height: 631px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0232555c;
   mix-blend-mode: normal;
 }

 .container_cd7ab6314eb1 {
   position: absolute !important;
   overflow: visible;
   width: 701px;
   height: 631px;
   z-index: 1;
   left: 758px;
   top: 2535px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/2:1386.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_7e4bd48d71d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 416px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_41b68934a6db {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 512px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8854b42b0b4c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 610px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_20aa1b6583c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 773px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_9f1908e93286 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 964px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_38f23d7a07d0 {
   width: 42.75px;
   height: 181.14px;
   z-index: 1;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1401px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_49bcd03c1ca5 {
   width: 74.07px;
   height: 25.88px;
   z-index: 2;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1434.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_3e645a865d21 {
   width: 1134px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 317px;
   line-height: 46.96px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_3e645a865d21 {
   overflow: visible;
 }

 .imageview_f288166ca472 {
   width: 1627px;
   height: 915px;
   z-index: 2;
   position: absolute !important;
   left: -562px;
   top: -15px;
 }

 .imageview_f288166ca472.wp-block-image {
   width: 1065px !important;
   height: 900px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_116ffdba4745 {
   width: 844px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: 362px;
   top: 365px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_116ffdba4745 {
   overflow: visible;
 }

 .text_a405e902cabb {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_28b8f8d7d27f {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1120px;
   top: 4558px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_28b8f8d7d27f {
   position: absolute !important;
   left: 1120px;
   top: 4558px;
   width: 177px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_28b8f8d7d27f {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_ac0c596b06b6 {
   width: 126px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: 4501px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_ac0c596b06b6 {
   overflow: visible;
 }

 .text-29bc3645ebce_ac0c596b06b6 {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-bfcb2ae53594_ac0c596b06b6 {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-47dc3a0f5691_ac0c596b06b6 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-9719770f757b_ac0c596b06b6 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-151d2600b005_ac0c596b06b6 {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_89f9c72c1bdf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 4522px;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_9d27192a1dd3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 4555px;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_eece46212dfa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 4586px;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_0bff0ac2c20c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 4617px;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8e531732a959 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 342px;
   top: 4648px;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_3fb03d04b1ad {
   width: 99px;
   height: 234px;
   z-index: 2;
   position: absolute !important;
   left: 252px;
   top: 4506px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .imageview_ab5f93237e9c {
   width: 1468px;
   height: 2px;
   z-index: 0;
   position: absolute !important;
   left: -24px;
   top: 4795px;
 }

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

 .imageview_ab5f93237e9c img {
   position: absolute;
   width: 1440.0px !important;
   height: 2.0px !important;
   max-width: none !important;
   left: 24.0px;
   top: -2.0px;
 }

 .imageview_660d9251fe51 {
   width: 570px;
   height: 437px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 753px;
 }

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

 .text_a5bd63d45c49 {
   width: 1407px;
   height: 305px;
   z-index: 3;
   position: absolute !important;
   left: 55px;
   top: 38px;
   line-height: 305.25px;
   word-wrap: break-word;
   white-space: normal;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Inter';
 }

 .text_autoheight_a5bd63d45c49 {
   overflow: visible;
 }

 .imageview_4ac3faf24f0a {
   width: 80px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 732px;
   top: 4374px;
 }

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

 .imageview_b245e08fd66a {
   width: 37.5px;
   height: 37.5px;
   z-index: 1;
   position: absolute !important;
   left: 690px;
   top: 4395px;
 }

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

 .imageview_0730c0c9e559 {
   width: 41.67px;
   height: 41.5px;
   z-index: 1;
   position: absolute !important;
   left: 620px;
   top: 4393px;
 }

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

 .imageview_f811ae4c8fb0 {
   width: 7px;
   height: 14.5px;
   z-index: 0;
   position: absolute !important;
   left: 21px;
   top: 2354px;
 }

 .imageview_f811ae4c8fb0 img {
   position: absolute;
   width: 11.8px !important;
   height: 18.5px !important;
   max-width: none !important;
   left: -2.8px;
   top: -2.0px;
 }

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

 .imageview_4bfc8cc04663 {
   width: 11.78px;
   height: 18.5px;
   z-index: 0;
   position: absolute !important;
   left: 1410px;
   top: 2352px;
 }

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

 .viewport_16ca62f0be25 {
   width: 1440px;
   height: 5227px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_8aa54c038825 {
   width: 100%;
   min-width: 0;
   height: 255px;
   z-index: 0;
   line-height: 85.31px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_8aa54c038825 {
   overflow: visible;
 }

 .text_149e43e33592 {
   width: 100%;
   min-width: 0;
   height: 402px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .container_45d390ebd3f8 {
   width: 610px;
   height: 681px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 252px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_eb747b1d23fc {
   width: 1280px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 1085px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_eb747b1d23fc {
   overflow: visible;
 }

 .text_d00e684fae8c {
   width: 616px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 744px;
   top: 1791px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_d00e684fae8c {
   overflow: visible;
 }

 .text_a601c8df0271 {
   width: 722px;
   height: 270px;
   z-index: 0;
   position: absolute !important;
   left: 638px;
   top: 2665px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_a601c8df0271 {
   overflow: visible;
 }

 .text_03afcb4b1240 {
   width: 1280px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2353px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_03afcb4b1240 {
   overflow: visible;
 }

 .text_5076343495c4 {
   width: 1280px;
   height: 61px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1435px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_c4bfa6f8ff80 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_c4bfa6f8ff80 {
   overflow: visible;
 }

 .container_7f03ced219f2 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_d44c860728e8 {
   width: 295px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_826c60622cd9 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_826c60622cd9 {
   overflow: visible;
 }

 .container_3708f663ef78 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_bf05450cdbe7 {
   width: 297px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c631bd03b4bc {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_c631bd03b4bc {
   overflow: visible;
 }

 .container_59e3e4ea1702 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_cb283b7668e2 {
   width: 626px;
   height: 46px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_15dfcabf54f4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_15dfcabf54f4 {
   overflow: visible;
 }

 .container_1d0ac5c0e480 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_0efef68bd468 {
   width: 626px;
   height: 46px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc47d8423d36 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_cc47d8423d36 {
   overflow: visible;
 }

 .container_ba9f03cbff9e {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_ac549775c4c5 {
   width: 626px;
   height: 138px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_65319c3b203c {
   width: 626px;
   height: 347px;
   z-index: 0;
   position: absolute !important;
   left: 411px;
   top: 4180px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 24px 0;
   display: flex !important;
   flex-direction: row;
 }

 .text_c9f2ac13bb0c {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 0;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_c9f2ac13bb0c {
   overflow: visible;
 }

 .container_a9f58f1fdcef {
   width: 735px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 352px;
   top: 4106px;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3ba5fc0a745e {
   width: 737px;
   height: 637px;
   z-index: 0;
   position: absolute !important;
   left: 720px;
   top: 252px;
 }

 .imageview_3ba5fc0a745e img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_1e56a5e1e6d8 {
   width: 1310px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 998px;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_1e56a5e1e6d8 {
   overflow: visible;
 }

 .text_e6bd6da8792e {
   width: 616px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 744px;
   top: 1614px;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_e6bd6da8792e {
   overflow: visible;
 }

 .text_d7f9fc979ea4 {
   width: 1280px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3106px;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_d7f9fc979ea4 {
   overflow: visible;
 }

 .text_636ddda378f0 {
   width: 1280px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2498px;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_636ddda378f0 {
   overflow: visible;
 }

 .imageview_6183a96e83ce {
   width: 635px;
   height: 291px;
   z-index: 0;
   position: absolute !important;
   left: 78px;
   top: 1620px;
 }

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

 .container_e9fed19bae83 {
   width: 405px;
   height: 412px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1926px;
   background: linear-gradient(180deg, #ffffffcc 0%, #62ae4bcc 100%);
 }

 .container_a3726f9391e6 {
   width: 405px;
   height: 412px;
   z-index: 0;
   position: absolute !important;
   left: 518px;
   top: 1926px;
   background: linear-gradient(180deg, #ffffffcc 0%, #62ae4bcc 100%);
 }

 .container_a1f20e4d6625 {
   width: 406px;
   height: 412px;
   z-index: 0;
   position: absolute !important;
   left: 954px;
   top: 1926px;
   background: linear-gradient(180deg, #ffffffcc 0%, #62ae4bcc 100%);
 }

 .text_c82b25a1a206 {
   width: 363px;
   height: 108px;
   z-index: 1;
   position: absolute !important;
   left: 104px;
   top: 2075px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_c82b25a1a206 {
   overflow: visible;
 }

 .text-9804ca89e2fe_c82b25a1a206 {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-261fc33cf5d2_c82b25a1a206 {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-087135d3211a_c82b25a1a206 {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-93bc4c33d9d0_c82b25a1a206 {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_77bc756c94de {
   width: 368px;
   height: 147px;
   z-index: 1;
   position: absolute !important;
   left: 536px;
   top: 2056px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text-e20897f02e50_77bc756c94de {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-d53477245e8c_77bc756c94de {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-7b88760d9aef_77bc756c94de {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-93921c40e1dc_77bc756c94de {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-0a7cfb91f01b_77bc756c94de {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_8c65ed0a81b3 {
   width: 1159px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 141px;
   top: 2585px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_8c65ed0a81b3 {
   overflow: visible;
 }

 .text_3c24127c41ca {
   width: 1280px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3182px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_3c24127c41ca {
   overflow: visible;
 }

 .text_48ebfaede67e {
   width: 362px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 977px;
   top: 2037px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text-5714bf415e1d_48ebfaede67e {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-409e0833c285_48ebfaede67e {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-c9f2e07509fd_48ebfaede67e {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text-3f649323e1c5_48ebfaede67e {
   line-height: 36px;
   font-family: 'Raleway';
 }

 .imageview_4234b20d6537 {
   width: 179px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 373px;
   top: 3259px;
   border-radius: 89.5px 89.5px 89.5px 89.5px;
 }

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

 .imageview_cecb14b4f823 {
   width: 178px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 255px;
   top: 3513px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_f6f6b6c302c4 {
   width: 178px;
   height: 179px;
   z-index: 0;
   position: absolute !important;
   left: 122px;
   top: 3763px;
   border-radius: 89px 89px 89px 89px;
 }

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

 .imageview_3d1fe3c38f71 {
   width: 178px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 628px;
   top: 3259px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_2b7ab37ebd20 {
   width: 179px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 504px;
   top: 3513px;
   border-radius: 89.5px 89.5px 89.5px 89.5px;
 }

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

 .imageview_576e4ae37afe {
   width: 179px;
   height: 179px;
   z-index: 0;
   position: absolute !important;
   left: 375px;
   top: 3763px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_dfe96cc7aa73 {
   width: 179px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 882px;
   top: 3259px;
   border-radius: 89.5px 89.5px 89.5px 89.5px;
 }

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

 .imageview_efa2338ef361 {
   width: 179px;
   height: 183px;
   z-index: 0;
   position: absolute !important;
   left: 754px;
   top: 3508px;
   border-radius: 89.5px 89.5px 89.5px 89.5px;
 }

 .imageview_efa2338ef361 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_2d1f0ad41288 {
   width: 178px;
   height: 179px;
   z-index: 0;
   position: absolute !important;
   left: 630px;
   top: 3763px;
   border-radius: 89px 89px 89px 89px;
 }

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

 .imageview_86b398731782 {
   width: 178px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 1004px;
   top: 3513px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_140cafdf1ec3 {
   width: 179px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 882px;
   top: 3764px;
   border-radius: 89.5px 89.5px 89.5px 89.5px;
 }

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

 .imageview_a1ed59b2ffa7 {
   width: 178px;
   height: 178px;
   z-index: 0;
   position: absolute !important;
   left: 1130px;
   top: 3764px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .text_a73f872e5411 {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_d9faf0832772 {
   padding: 16px 32px 16px 32px;
   width: 626px;
   height: 62px;
   z-index: 0;
   position: absolute !important;
   left: 411px;
   top: 4586px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_d9faf0832772 {
   position: absolute !important;
   left: 411px;
   top: 4586px;
   width: 626px;
   height: 62px;
   z-index: 0;
 }

 .container_nested_d9faf0832772 {
   padding: 16px 32px 16px 32px;
   width: 626px;
   height: 62px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_96114f361de5 {
   width: 22px;
   height: 23px;
   z-index: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 411px;
   top: 4545px;
   background: #ffffff;
 }

 .text_f27b9bc0e867 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 441px;
   top: 4542px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_49ce62a32e52 {
   width: 353px;
   height: 587px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4106px;
 }

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

 .imageview_7c46bddcccf9 {
   width: 358px;
   height: 587px;
   z-index: 0;
   position: absolute !important;
   left: 1087px;
   top: 4106px;
 }

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

 .imageview_913af62ff90f {
   width: 526px;
   height: 326px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2665px;
 }

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

 .container_00c0216515c7 {
   width: 1440px;
   height: 490px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_73a1cbc11657 {
   width: 2781px;
   height: 580px;
   z-index: 1;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_6fb9f0a745eb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_c4f52b687606 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f122e8cb93cb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8871efa0fee9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f1958cae3c63 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_aecdedfa292e {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_140228a40946 {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 729px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_140228a40946 {
   position: absolute !important;
   left: 729px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_140228a40946 {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_5b5160799264 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_caae55908deb {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 540px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_caae55908deb {
   position: absolute !important;
   left: 540px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_caae55908deb {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_df9608347a2f {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 0;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_65020a74a0bb {
   width: 21px;
   height: 21px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1198px;
 }

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

 .text_b74e6b894956 {
   width: 601px;
   height: 43px;
   z-index: 0;
   position: absolute !important;
   left: 117px;
   top: 1183px;
   line-height: 43.12px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_b74e6b894956 {
   overflow: visible;
 }

 .imageview_cd097019843d {
   width: 21px;
   height: 21px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1333px;
 }

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

 .text_ae672c6a82ce {
   width: 601px;
   height: 42px;
   z-index: 0;
   position: absolute !important;
   left: 114px;
   top: 1319px;
   line-height: 42px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ae672c6a82ce {
   overflow: visible;
 }

 .text_a3a59e299b9e {
   width: 601px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 1360px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_a3a59e299b9e {
   overflow: visible;
 }

 .text_c64486506ce5 {
   width: 601px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 119px;
   top: 1230px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_c64486506ce5 {
   overflow: visible;
 }

 .imageview_eb7e18c13f32 {
   width: 21px;
   height: 21px;
   z-index: 0;
   position: absolute !important;
   left: 774px;
   top: 1197px;
   transform-origin: 0 0;
 }

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

 .text_1f7f12815b6b {
   width: 549px;
   height: 42px;
   z-index: 0;
   position: absolute !important;
   left: 811px;
   top: 1183px;
   line-height: 42px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1f7f12815b6b {
   overflow: visible;
 }

 .imageview_c69435e697f7 {
   width: 21px;
   height: 21px;
   z-index: 0;
   position: absolute !important;
   left: 771px;
   top: 1332px;
   transform-origin: 0 0;
 }

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

 .text_336eba7529b1 {
   width: 545px;
   height: 28px;
   z-index: 0;
   position: absolute !important;
   left: 810px;
   top: 1326px;
   line-height: 27.72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_336eba7529b1 {
   overflow: visible;
 }

 .text_464f4590729d {
   width: 518px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 810px;
   top: 1361px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_464f4590729d {
   overflow: visible;
 }

 .text_c71a2388d1b6 {
   width: 496px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 811px;
   top: 1229px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_c71a2388d1b6 {
   overflow: visible;
 }

 .imageview_25cd590fbd9f {
   width: 1px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1182px;
   top: 3847px;
 }

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

 .imageview_2ad391e0aa30 {
   width: 1440px;
   height: 810px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_2ad391e0aa30.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_7b7e41518809 {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 0;
   left: 1px;
   top: 4961px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .text_fdf59cf4d2c5 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_9ed52bd45001 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1126px;
   top: 5040px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_9ed52bd45001 {
   position: absolute !important;
   left: 1126px;
   top: 5040px;
   width: 177px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_9ed52bd45001 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_2bab26a276ba {
   width: 126px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 127px;
   top: 4980px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2bab26a276ba {
   overflow: visible;
 }

 .text-de5a3756f301_2bab26a276ba {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-995a9a1fe486_2bab26a276ba {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-3a9beccd2a02_2bab26a276ba {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-e16095b74294_2bab26a276ba {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-eafac1e11a30_2bab26a276ba {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_7e1c88e790cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 366px;
   top: 5006px;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_df07c66737c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 366px;
   top: 5039px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_10670f54f22d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 366px;
   top: 5070px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_ae8e3b2aaf7d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 366px;
   top: 5101px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4809e0afd4fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 366px;
   top: 5132px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e6095a06db7f {
   width: 99px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4983px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_12d4107a1149 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_12d4107a1149 {
   overflow: visible;
 }

 .text_2cf09bb06b6e {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_2cf09bb06b6e {
   overflow: visible;
 }

 .text_62e463ae7f0e {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_62e463ae7f0e {
   overflow: visible;
 }

 .text_769c5fdbad6a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_769c5fdbad6a {
   overflow: visible;
 }

 .container_7697620397c1 {
   width: 258px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_88aff567a875 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_88aff567a875 {
   overflow: visible;
 }

 .text_2d27548b6214 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_2d27548b6214 {
   overflow: visible;
 }

 .text_41d01dc18f36 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_41d01dc18f36 {
   overflow: visible;
 }

 .container_c63652473423 {
   width: 187px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1bc6bb59d3eb {
   width: 206px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_1bc6bb59d3eb img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .line_2b6ac7fc9220 {
   width: 1280px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_8a2dbe807f65 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #129cd8ff;
   border-right: 2px solid #129cd8ff;
   border-bottom: 2px solid #129cd8ff;
   border-left: 2px solid #129cd8ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_771fb55e6440 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_0e89e44ccbb3 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #62ae4bff;
   border-right: 2px solid #62ae4bff;
   border-bottom: 2px solid #62ae4bff;
   border-left: 2px solid #62ae4bff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #62ae4b00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_7232700aa161 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_c209b351dc53 {
   width: 346px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_7f9c300ef487 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_c32eecfd096b {
   width: 1440px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_f1a74f8e5ab5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_e016c3a42b9a {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 0;
   left: 1px;
   top: 5285px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_f19aa13b6191 {
   width: 1468px;
   height: 2px;
   z-index: 0;
   position: absolute !important;
   left: -20px;
   top: 5285px;
 }

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

 .imageview_f19aa13b6191 img {
   position: absolute;
   width: 1440.0px !important;
   height: 2.0px !important;
   max-width: none !important;
   left: 20.0px;
   top: -2.0px;
 }

 .text_23a5e2bdbb8c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 100px;
   top: 5227px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_24761d64f381 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 295px;
   top: 5227px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_c68215f47f9e {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 572px;
   top: 5209px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_c68215f47f9e {
   overflow: visible;
 }

 .text_a26bd459bafd {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1006px;
   top: 5227px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_25348c8a9ee0 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1200px;
   top: 5227px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_9c30d995a7f1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 136px;
   top: 3961px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_9bae6abd6129 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 395px;
   top: 3961px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_1f4516222e26 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 281px;
   top: 3710px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_609e79d72607 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 540px;
   top: 3710px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_23549a902564 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 779px;
   top: 3710px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_e04f6ba421f5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 911px;
   top: 3452px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_871b1cb31f4e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 639px;
   top: 3452px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_b9bad5a64743 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 405px;
   top: 3455px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_e9f643099b0b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1023px;
   top: 3710px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_e92a8f1cfd8c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 639px;
   top: 3961px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_ecc2846227cf {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 664px;
   top: 3985px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_39a4e4b0d25d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 921px;
   top: 3985px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_7edc8ff00949 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1162px;
   top: 3985px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f38ed016b684 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 410px;
   top: 3985px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_68a6ce932677 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 312px;
   top: 3734px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_ade24af440b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 411px;
   top: 3473px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_daa8bea57de9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 663px;
   top: 3473px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_525169fc770d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 912px;
   top: 3473px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_3cd35ae19cca {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 533px;
   top: 3734px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_1e13d96ad5ea {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 805px;
   top: 3734px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_a357f16666de {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1026px;
   top: 3734px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_255567f1751e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 156px;
   top: 3985px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4fc90df63b89 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 885px;
   top: 3961px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_0959ac71a9fb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1151px;
   top: 3961px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_3f9977794c51 {
   width: 42.75px;
   height: 181.14px;
   z-index: 1;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1400px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_ab5d6c0fb485 {
   width: 74.07px;
   height: 25.88px;
   z-index: 2;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1433.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .container_73213784edde {
   width: 1440px;
   height: 268px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000006b;
   mix-blend-mode: normal;
 }

 .container_35339c7cfe53 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 268px;
   z-index: 0;
   left: 0px;
   top: 4693px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/47:83.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_368f6b6d60e4 {
   width: 876px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 280px;
   top: 4735px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_368f6b6d60e4 {
   overflow: visible;
 }

 .text_9b6bb0bab33a {
   width: 1135px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 165px;
   top: 4806px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_9b6bb0bab33a {
   overflow: visible;
 }

 .imageview_ef65e6174b40 {
   width: 80px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 751px;
   top: 4874px;
 }

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

 .imageview_1d3dc55835dc {
   width: 37.5px;
   height: 37.64px;
   z-index: 1;
   position: absolute !important;
   left: 700px;
   top: 4895.32px;
 }

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

 .imageview_86d04d6e1fa3 {
   width: 41.67px;
   height: 41.66px;
   z-index: 1;
   position: absolute !important;
   left: 630px;
   top: 4893.31px;
 }

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

 .viewport_d5b9b9d87fc5 {
   width: 1440px;
   height: 5612px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_9fe0875864cf {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_9fe0875864cf {
   overflow: visible;
 }

 .text_672c960fe1e5 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_672c960fe1e5 {
   overflow: visible;
 }

 .text_d63fe8903df5 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_d63fe8903df5 {
   overflow: visible;
 }

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

 .container_7c025dc08e9f {
   width: 721px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3585px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0842478e4ba {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_e0842478e4ba {
   overflow: visible;
 }

 .text_e4d8da343863 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_e4d8da343863 {
   overflow: visible;
 }

 .text_4fbe5bc9af74 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_4fbe5bc9af74 {
   overflow: visible;
 }

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

 .container_eb12ae7118e6 {
   width: 528px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 832px;
   top: 3585px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_404438cab53b {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_404438cab53b {
   overflow: visible;
 }

 .text_7d368d86d0a4 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_7d368d86d0a4 {
   overflow: visible;
 }

 .text_df10d6b7e4a6 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_df10d6b7e4a6 {
   overflow: visible;
 }

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

 .container_d0e510a8e7e7 {
   width: 528px;
   height: 143px;
   z-index: 0;
   position: absolute !important;
   left: 832px;
   top: 3141px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_312c0cf37e38 {
   width: 742px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 2576px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_312c0cf37e38 {
   overflow: visible;
 }

 .container_4fa611634f40 {
   width: 238px;
   height: 51px;
   z-index: 0;
   position: absolute !important;
   left: 120px;
   top: 1317px;
   background: #71bfe1;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_a61c4ba0c7fb {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 148px;
   top: 1392px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_38f1e6be4aee {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 149px;
   top: 1670px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_88f9e1b1e5f2 {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 389px;
   top: 1392px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_0949704c980f {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 390px;
   top: 1670px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_9ea9c2125b9f {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 641px;
   top: 1392px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_285522741de5 {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 642px;
   top: 1670px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_37664916174c {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 893px;
   top: 1392px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_f11b74818ff3 {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 894px;
   top: 1670px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_3893bf9954db {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 1134px;
   top: 1392px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .imageview_188eedde7269 {
   width: 167px;
   height: 164px;
   z-index: 0;
   position: absolute !important;
   left: 1135px;
   top: 1670px;
   border-radius: 83.5px 83.5px 83.5px 83.5px;
 }

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

 .text_4f5ce99cf91e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 204px;
   top: 1565px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b6fc7dd931f9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 120px;
   top: 1846px;
   line-height: 24.96px;
   font-family: 'Raleway';
 }

 .text_6adf6330fb63 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 343px;
   top: 1565px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_7327d05c54b5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 381px;
   top: 1846px;
   line-height: 24.96px;
   font-family: 'Raleway';
 }

 .text_6e70a3a643f7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 690px;
   top: 1565px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_d35bcac112d2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 643px;
   top: 1843px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_6ef9ee60ab4d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 894px;
   top: 1565px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_ffcc3ab0ce1d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 912px;
   top: 1843px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_bb18d90531e0 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1142px;
   top: 1565px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_6e0584ee32f4 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1114px;
   top: 1843px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_41d39424f637 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 1601px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_dbf5e068ab41 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 189px;
   top: 1903px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f679906b3027 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 405px;
   top: 1601px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_254190c1200d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 422px;
   top: 1903px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_a4436858144c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 622px;
   top: 1601px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_15907775ecbb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 657px;
   top: 1879px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_368db88c3a4b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 923px;
   top: 1601px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_57c45b456377 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 907px;
   top: 1879px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_71c54ecdd093 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1157px;
   top: 1601px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_37227c347f09 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1151px;
   top: 1879px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .line_bf58b8f5af2b {
   width: 1280.01px;
   height: 7.1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1993px;
   direction: horizontal;
   background: #2981c1;
 }

 .line_74b50cb8abf3 {
   width: 1279.01px;
   height: 7.18px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 3810px;
   direction: horizontal;
   background: #129cd8;
 }

 .imageview_4f09087e7d03 {
   width: 70px;
   height: 65px;
   z-index: 1;
   position: absolute !important;
   left: 686px;
   top: 1964px;
 }

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

 .imageview_cb42b2f711b1 {
   width: 69px;
   height: 65px;
   z-index: 1;
   position: absolute !important;
   left: 687px;
   top: 3781px;
 }

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

 .text_2087400b8c8f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 691px;
   top: 2035px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_3d8dd372ece1 {
   width: 131px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 656px;
   top: 3851px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_3d8dd372ece1 {
   overflow: visible;
 }

 .container_bba77fbc3e57 {
   width: 1442px;
   height: 316px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 2157px;
   background: linear-gradient(90deg, #ffffffff 0%, #62ae4bff 100%);
 }

 .text_563e917b6a5e {
   width: 679px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 386px;
   top: 2192px;
   line-height: 57.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_563e917b6a5e {
   overflow: visible;
 }

 .imageview_a6fd21ce8ba3 {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_94de26459361 {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 202px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_7c7eebc46058 {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 356px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_4c3e7235c2c7 {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 510px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_1e0341220ebf {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 664px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_370853560805 {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 818px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_957b6b2c0c6b {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 972px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_f9d8681046ab {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 1126px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_26c7e4cee6ce {
   width: 124px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 1280px;
   top: 2293px;
   border-radius: 50% 50% 50% 50%;
 }

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

 .container_bc7e0f1d180c {
   width: 720px;
   height: 725px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2842px;
   background: #d9d9d9;
 }

 .text_6a6e3b7f67ae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 3179px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_600e1bd059a0 {
   width: 528px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 832px;
   top: 2842px;
   background: #d9d9d9;
 }

 .text_66ffe4c4500d {
   width: 476px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 859px;
   top: 2969px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_66ffe4c4500d {
   overflow: visible;
 }

 .container_7936313ed7d0 {
   width: 528px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 832px;
   top: 3284px;
   background: #d9d9d9;
 }

 .text_7031f1a86b9e {
   width: 478px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 861px;
   top: 3422px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_7031f1a86b9e {
   overflow: visible;
 }

 .text_3ff6f397a4db {
   width: 926px;
   height: 102px;
   z-index: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_3ff6f397a4db {
   overflow: visible;
 }

 .container_12db29922768 {
   width: 924px;
   height: 102px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 457px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_af8ad91fbd21 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_ac3bd18692c9 {
   padding: 20px 32px 20px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #71bfe1;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_325525caa72b {
   width: 844px;
   height: 76px;
   z-index: 0;
   position: absolute !important;
   left: -197px;
   top: 575px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_325525caa72b {
   position: absolute !important;
   left: -197px;
   top: 575px;
   width: 844px;
   height: 76px;
   z-index: 0;
 }

 .container_nested_325525caa72b {
   width: 844px;
   height: 76px;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7ba7bb4aedcf {
   width: 729px;
   height: 532px;
   z-index: 1;
   position: absolute !important;
   left: 631px;
   top: 173px;
 }

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

 .container_d1f85992e287 {
   width: 1440px;
   height: 490px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_bab692459aad {
   width: 2781px;
   height: 580px;
   z-index: 1;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_1e3821f40685 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_104c3a949a8d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_22918b623621 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_cdd593909542 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_229e629c01a9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_cf8731272b75 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_a4a6ce9e82b2 {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 724px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_a4a6ce9e82b2 {
   position: absolute !important;
   left: 724px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_a4a6ce9e82b2 {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_fd895caeeb15 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_c9c80716687d {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 535px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_c9c80716687d {
   position: absolute !important;
   left: 535px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_c9c80716687d {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_c800e4835ee1 {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 0;
   left: 1px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .text_accb42b7dfe0 {
   width: 924px;
   height: 180px;
   z-index: 2;
   position: absolute !important;
   left: 78px;
   top: 268px;
   line-height: 89.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_accb42b7dfe0 {
   overflow: visible;
 }

 .container_5868900ab4e7 {
   width: 286px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 695px;
   background: linear-gradient(180deg, #2981c112 0%, #ffffff42 100%);
 }

 .container_a294a78de774 {
   width: 287px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 695px;
   background: #5fb04ecc;
 }

 .text_525dab019e35 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 57px;
   top: 700px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .container_2d79b5a64634 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 288px;
   top: 695px;
   background: linear-gradient(180deg, #2981c12e 0%, #ffffff6b 100%);
 }

 .container_d98a00c12d4a {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 288px;
   top: 695px;
   background: #4bae92cc;
 }

 .container_6c3e0e7ce598 {
   width: 290px;
   height: 81px;
   z-index: 2;
   position: absolute !important;
   left: 576px;
   top: 695px;
   background: linear-gradient(180deg, #2981c161 0%, #ffffff9e 100%);
 }

 .container_a66b55eb45ff {
   width: 290px;
   height: 81px;
   z-index: 3;
   position: absolute !important;
   left: 576px;
   top: 695px;
   background: #4dc7c3cc;
 }

 .container_9545f42d69e8 {
   width: 288px;
   height: 81px;
   z-index: 2;
   position: absolute !important;
   left: 866px;
   top: 695px;
   background: linear-gradient(180deg, #2981c19e 0%, #ffffffc9 100%);
 }

 .container_05a3d1f2870c {
   width: 288px;
   height: 81px;
   z-index: 3;
   position: absolute !important;
   left: 866px;
   top: 695px;
   background: #4db9c7cc;
 }

 .container_240284f758be {
   width: 288px;
   height: 81px;
   z-index: 2;
   position: absolute !important;
   left: 1154px;
   top: 695px;
   background: linear-gradient(180deg, #2981c1e0 0%, #ffffffe0 100%);
 }

 .container_9fecb6ae9a23 {
   width: 288px;
   height: 81px;
   z-index: 3;
   position: absolute !important;
   left: 1154px;
   top: 695px;
   background: #129cd899;
 }

 .text_d254faf307f6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 304px;
   top: 718px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_60228fcb93b7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 637px;
   top: 700px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_3db592d98377 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 878px;
   top: 718px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_2e717959bb82 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 1201px;
   top: 700px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .imageview_2e2c03d8d894 {
   width: 625px;
   height: 400px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 874px;
 }

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

 .text_b6dc7d09bccc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 163px;
   top: 1331px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_1a1f114b5116 {
   width: 623px;
   height: 180px;
   z-index: 0;
   position: absolute !important;
   left: 737px;
   top: 971px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1a1f114b5116 {
   overflow: visible;
 }

 .text_164e6b14e14e {
   width: 645px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 737px;
   top: 879px;
   line-height: 57.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_164e6b14e14e {
   overflow: visible;
 }

 .text_b26bbd676bbd {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_b2269c4c2921 {
   padding: 12px 24px 12px 24px;
   width: 398px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_1dbd945fc38c {
   position: absolute !important;
   overflow: visible;
   width: 398px;
   height: 60px;
   z-index: 0;
   left: 737px;
   top: 1194px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_1dbd945fc38c {
   position: absolute !important;
   overflow: visible;
   left: 737px;
   top: 1194px;
   width: 398px;
   height: 60px;
   z-index: 0;
 }

 .container_nested_1dbd945fc38c {
   width: 398px;
   height: 60px;
   z-index: 0;
   border-radius: 8px 8px 8px 8px;
 }

 .text_eea0723d360d {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_d9397bc8a4eb {
   padding: 12px 24px 12px 24px;
   width: 160px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 1149px;
   top: 1194px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #71bfe1;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_d9397bc8a4eb {
   position: absolute !important;
   left: 1149px;
   top: 1194px;
   width: 160px;
   height: 60px;
   z-index: 0;
 }

 .container_nested_d9397bc8a4eb {
   padding: 12px 24px 12px 24px;
   width: 160px;
   height: 60px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #71bfe1;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_7d414ba174fd {
   width: 42.75px;
   height: 181.14px;
   z-index: 1;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1400px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_4fcfa2b8bba9 {
   width: 74.07px;
   height: 25.88px;
   z-index: 2;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1433.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .imageview_270920897ae6 {
   width: 24px;
   height: 14.83px;
   z-index: 2;
   position: absolute !important;
   left: 711px;
   top: 1992px;
 }

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

 .imageview_ad9572153f06 {
   width: 24px;
   height: 14.83px;
   z-index: 2;
   position: absolute !important;
   left: 709px;
   top: 3809px;
 }

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

 .imageview_2582820840b5 {
   width: 7px;
   height: 14.5px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 2348px;
 }

 .imageview_2582820840b5 img {
   position: absolute;
   width: 11.8px !important;
   height: 18.5px !important;
   max-width: none !important;
   left: -2.8px;
   top: -2.0px;
 }

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

 .imageview_153a040264ef {
   width: 11.78px;
   height: 18.5px;
   z-index: 1;
   position: absolute !important;
   left: 1413px;
   top: 2346px;
 }

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

 .text_dae8225f28dd {
   width: 742px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3940px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_dae8225f28dd {
   overflow: visible;
 }

 .container_857a1b70a64e {
   width: 528px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 4199px;
   background: #d9d9d9;
 }

 .container_0ae955e0cbb7 {
   width: 720px;
   height: 725px;
   z-index: 0;
   position: absolute !important;
   left: 640px;
   top: 4199px;
   background: #d9d9d9;
 }

 .text_a8d22a9bfb89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 252px;
   top: 4326px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_72037d061b57 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_72037d061b57 {
   overflow: visible;
 }

 .text_96cd15d1d1fb {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_96cd15d1d1fb {
   overflow: visible;
 }

 .text_c7d725ced934 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_c7d725ced934 {
   overflow: visible;
 }

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

 .container_f1a0ad013c81 {
   width: 528px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 4501px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_618512c1c5a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 866px;
   top: 4537px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_8119fd3d0bf0 {
   width: 528px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 4641px;
   background: #d9d9d9;
 }

 .text_f72f49a98cf6 {
   width: 233px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 231px;
   top: 4779px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_f72f49a98cf6 {
   overflow: visible;
 }

 .text_59a4b39641fb {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_59a4b39641fb {
   overflow: visible;
 }

 .text_669bc9ce3eb7 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_669bc9ce3eb7 {
   overflow: visible;
 }

 .text_c7ceb5a65292 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_c7ceb5a65292 {
   overflow: visible;
 }

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

 .container_75ce44ef15cb {
   width: 526px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 4941px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6e8de21615a7 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_6e8de21615a7 {
   overflow: visible;
 }

 .text_c5bcf0ec9388 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_c5bcf0ec9388 {
   overflow: visible;
 }

 .text_1d5baef1e025 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_1d5baef1e025 {
   overflow: visible;
 }

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

 .container_139dc04adc6c {
   width: 735px;
   height: 104px;
   z-index: 0;
   position: absolute !important;
   left: 651px;
   top: 4942px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7baf146e96b8 {
   width: 69px;
   height: 65px;
   z-index: 0;
   position: absolute !important;
   left: 687px;
   top: 5133px;
 }

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

 .imageview_d4de739763d5 {
   width: 24px;
   height: 14.83px;
   z-index: 1;
   position: absolute !important;
   left: 709px;
   top: 5161px;
 }

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

 .line_2ee21a40d494 {
   width: 1280.01px;
   height: 7.12px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 5162px;
   direction: horizontal;
   background: #129cd8;
 }

 .text_36bb57745af8 {
   width: 109px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 667px;
   top: 5205px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_36bb57745af8 {
   overflow: visible;
 }

 .container_888ebd369eec {
   width: 1446px;
   height: 443px;
   z-index: 0;
   position: absolute !important;
   left: -4px;
   top: 5317px;
   background: linear-gradient(0deg, #72bfddff 0%, #62ae4bff 100%);
 }

 .imageview_6b9f7f7b00fa {
   width: 35px;
   height: 14.73px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 5613.64px;
 }

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

 .imageview_4dfcbb5060c7 {
   width: 35.05px;
   height: 14.72px;
   z-index: 1;
   position: absolute !important;
   left: 1370.96px;
   top: 5614.16px;
 }

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

 .container_21ffee096275 {
   width: 1440px;
   height: 268px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000006b;
   mix-blend-mode: normal;
 }

 .container_8941c6aabff1 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 268px;
   z-index: 1;
   left: 1px;
   top: 5754px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/135:284.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_29c7ecf36bdc {
   width: 876px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 281px;
   top: 5777px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_29c7ecf36bdc {
   overflow: visible;
 }

 .text_2c72b60f9924 {
   width: 1135px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 151px;
   top: 5848px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_2c72b60f9924 {
   overflow: visible;
 }

 .imageview_d87bef17a5ca {
   width: 80px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 743px;
   top: 5918px;
 }

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

 .imageview_ac5d8b607ddd {
   width: 41.67px;
   height: 41.66px;
   z-index: 2;
   position: absolute !important;
   left: 622px;
   top: 5937.31px;
 }

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

 .imageview_c0e8d133a6a4 {
   width: 37.5px;
   height: 37.64px;
   z-index: 2;
   position: absolute !important;
   left: 692px;
   top: 5939.32px;
 }

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

 .imageview_dcbe92cb808f {
   width: 1440px;
   height: 810px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_dcbe92cb808f.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d0b8ea7bea51 {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 0;
   left: 1px;
   top: 6022px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .text_b9755014e403 {
   width: 126px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: 6041px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_b9755014e403 {
   overflow: visible;
 }

 .text-a97969c14f5a_b9755014e403 {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-99539e24e126_b9755014e403 {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-5034b5f58d16_b9755014e403 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-333ea9fd59db_b9755014e403 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-cc6a4a57eef4_b9755014e403 {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_452f6c00bf18 {
   width: 99px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 247px;
   top: 6044px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_e4d2eeee6811 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 360px;
   top: 6067px;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_0807df6d29b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 360px;
   top: 6100px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_c7bc45ad931a {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_2f8c7d9cc724 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1120px;
   top: 6101px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_2f8c7d9cc724 {
   position: absolute !important;
   left: 1120px;
   top: 6101px;
   width: 177px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_2f8c7d9cc724 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_9da89feb31d9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 360px;
   top: 6131px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_2c9062057120 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 360px;
   top: 6162px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_fb3c3f44ee5e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 360px;
   top: 6193px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_ae7fe3f53970 {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 566px;
   top: 6270px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ae7fe3f53970 {
   overflow: visible;
 }

 .text_b85f295d7f40 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 94px;
   top: 6288px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4946792e4637 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 289px;
   top: 6288px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_bacb7616bfa7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1000px;
   top: 6288px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8e7783502045 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1194px;
   top: 6288px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .imageview_d6ae82ec4832 {
   width: 1446px;
   height: 3px;
   z-index: 0;
   position: absolute !important;
   left: -4px;
   top: 6347px;
 }

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

 .imageview_d6ae82ec4832 img {
   position: absolute;
   width: 1442.0px !important;
   height: 3.0px !important;
   max-width: none !important;
   left: 4.0px;
   top: -3.0px;
 }

 .text_a4f8622606d7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_a4f8622606d7 {
   overflow: visible;
 }

 .text_b299add14064 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_b299add14064 {
   overflow: visible;
 }

 .text_47612985fba3 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_47612985fba3 {
   overflow: visible;
 }

 .text_9ed71731b5c0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_9ed71731b5c0 {
   overflow: visible;
 }

 .container_1c8608f325b4 {
   width: 258px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6fd06f6d8650 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_6fd06f6d8650 {
   overflow: visible;
 }

 .text_85679831711a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_85679831711a {
   overflow: visible;
 }

 .text_6c2ab2d90cbd {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_6c2ab2d90cbd {
   overflow: visible;
 }

 .container_d6c195fea4b9 {
   width: 187px;
   height: 120px;
   z-index: 1;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3a2d11446065 {
   width: 206px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_3a2d11446065 img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .line_cb6bb12b08b3 {
   width: 1280px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_a3f3a7e29fd1 {
   width: 251px;
   height: 41px;
   z-index: 1;
   border-top: 2px solid #129cd8ff;
   border-right: 2px solid #129cd8ff;
   border-bottom: 2px solid #129cd8ff;
   border-left: 2px solid #129cd8ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_f25780b3d9bd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_8195ee5ede0d {
   width: 251px;
   height: 41px;
   z-index: 1;
   border-top: 2px solid #5fb04eff;
   border-right: 2px solid #5fb04eff;
   border-bottom: 2px solid #5fb04eff;
   border-left: 2px solid #5fb04eff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #5fb04e00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d32034c6a8d0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_5b6fc9fc8660 {
   width: 346px;
   height: 198px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_810ef954418e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_dfaf16fdf129 {
   width: 1440px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_c128e5895456 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_94d93db7d2fe {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 1;
   left: 0px;
   top: 6346px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .text_1a8eca95d95b {
   width: 1277px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 4009px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1a8eca95d95b {
   overflow: visible;
 }

 .text_8a51c3c143fb {
   width: 876px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 5363px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_8a51c3c143fb {
   overflow: visible;
 }

 .text_b12f6c1a94de {
   width: 1135px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 5441px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_b12f6c1a94de {
   overflow: visible;
 }

 .text_d752683b9816 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_d752683b9816 {
   overflow: visible;
 }

 .container_f3dc251ab50e {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/135:359.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50% 50% 50% 50%;
   mix-blend-mode: normal;
 }

 .container_f50e7db7d8b3 {
   position: relative !important;
   overflow: visible;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_a56911e8fd2d {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_9eda80ad9a9a {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

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

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

 .container_39ae3b63b2c3 {
   padding: 32px 32px 32px 32px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_48f359adf577 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_48f359adf577 {
   overflow: visible;
 }

 .container_0f443d192fd5 {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/135:366.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50% 50% 50% 50%;
   mix-blend-mode: normal;
 }

 .container_90d6836ea7b4 {
   position: relative !important;
   overflow: visible;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_90bdbe169290 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_dc10057bc5ba {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

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

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

 .container_a7149994a758 {
   padding: 32px 32px 32px 32px;
   height: 198px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_7feebbfaffcc {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_7feebbfaffcc {
   overflow: visible;
 }

 .container_424859f9c1fb {
   width: 45px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/135:373.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50% 50% 50% 50%;
   mix-blend-mode: normal;
 }

 .container_00ab787fec22 {
   position: relative !important;
   overflow: visible;
   width: 45px;
   height: 45px;
   flex-shrink: 0;
   z-index: 1;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_e5522162fdea {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_35f4df80f0aa {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

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

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

 .container_ec8465c979c9 {
   padding: 32px 32px 32px 32px;
   height: 198px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_3d10fd522774 {
   width: 1280px;
   height: 198px;
   z-index: 1;
   position: absolute !important;
   left: 78px;
   top: 5517px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_1b0142347f10 {
   width: 1442px;
   height: 7098px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_d42ebaf36b44 {
   width: 856px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 134px;
   top: 1944px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_c17aa7cfbefb {
   width: 1277px;
   height: 180px;
   z-index: 0;
   position: absolute !important;
   left: 79px;
   top: 1631px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_c17aa7cfbefb {
   overflow: visible;
 }

 .text_64b24055196e {
   width: 1277px;
   height: 270px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 926px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_64b24055196e {
   overflow: visible;
 }

 .container_4b2b7ca8c7bb {
   width: 1280px;
   height: 476px;
   z-index: 0;
   position: absolute !important;
   left: 79px;
   top: 428px;
   background: #d9d9d9;
 }

 .text_cb9894127f4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 604px;
   top: 627px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_edf17f28ed39 {
   width: 622px;
   height: 324px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 1261px;
   background: #d9d9d9;
 }

 .container_137a63d69c15 {
   width: 625px;
   height: 324px;
   z-index: 0;
   position: absolute !important;
   left: 736px;
   top: 1261px;
   background: #d9d9d9;
 }

 .container_e643b6ea9de5 {
   width: 365px;
   height: 314px;
   z-index: 0;
   position: absolute !important;
   left: 141px;
   top: 2031px;
   background: #d9d9d9;
 }

 .container_0bdce28ff35b {
   width: 365px;
   height: 314px;
   z-index: 0;
   position: absolute !important;
   left: 538px;
   top: 2031px;
   background: #d9d9d9;
 }

 .container_5abbf13aaa29 {
   width: 365px;
   height: 314px;
   z-index: 0;
   position: absolute !important;
   left: 935px;
   top: 2031px;
   background: #d9d9d9;
 }

 .text_c7ba5d37ce8e {
   width: 186px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 141px;
   top: 2360px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_d7b2ae6f98c6 {
   width: 238px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 538px;
   top: 2362px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_6ecdabfb7811 {
   width: 217px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 935px;
   top: 2363px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_fff84168b3eb {
   width: 184px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 141px;
   top: 2386px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_d181fbc28def {
   width: 184px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 539px;
   top: 2386px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_1a76051a13b7 {
   width: 184px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 935px;
   top: 2386px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_df9474fa5b4e {
   width: 733px;
   height: 85px;
   z-index: 0;
   position: absolute !important;
   left: 79px;
   top: 266px;
   line-height: 85.31px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_df9474fa5b4e {
   overflow: visible;
 }

 .text_71c9c39fab34 {
   width: 733px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 79px;
   top: 352px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_71c9c39fab34 {
   overflow: visible;
 }

 .container_81d6a9b8c1a3 {
   width: 1440px;
   height: 490px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_ed461e45c85c {
   width: 2781px;
   height: 580px;
   z-index: 1;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_7caf36b9c88d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f4f21fc66077 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_9ee61bb44660 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_0b77d0dbf755 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8ba00aef4936 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_019ba933b6df {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_3c23ca7b81cb {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 724px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_3c23ca7b81cb {
   position: absolute !important;
   left: 724px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_3c23ca7b81cb {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_a51d0bf80f78 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_b09406b506d3 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 535px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_b09406b506d3 {
   position: absolute !important;
   left: 535px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_b09406b506d3 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_7c6f2ab27954 {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 0;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_fc005800a835 {
   width: 42.75px;
   height: 181.14px;
   z-index: 1;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1399px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_63b4cfd7a7f7 {
   width: 74.07px;
   height: 25.88px;
   z-index: 2;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1432.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .imageview_f7df816f9ea1 {
   width: 1440px;
   height: 810px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_f7df816f9ea1.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_b12c97d31b01 {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 0;
   left: 0px;
   top: 2511px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .text_5f0f025209cb {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_03983ef12947 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1121px;
   top: 2590px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_03983ef12947 {
   position: absolute !important;
   left: 1121px;
   top: 2590px;
   width: 177px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_03983ef12947 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_1ddd87c33a1a {
   width: 126px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 122px;
   top: 2530px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_1ddd87c33a1a {
   overflow: visible;
 }

 .text-2eb4b7dd7dc4_1ddd87c33a1a {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-1be4ff37884d_1ddd87c33a1a {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-f2a7a26823b7_1ddd87c33a1a {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-f66fcc2bd09b_1ddd87c33a1a {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-670cacab1db0_1ddd87c33a1a {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_87f1342bcb39 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 2556px;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_3753ff9626f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 2589px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_5451b87ea037 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 2620px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e884c99b0592 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 361px;
   top: 2651px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_26888019c7e2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 361px;
   top: 2682px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_484fe7f5822e {
   width: 99px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 248px;
   top: 2533px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_d56dd3372b44 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_d56dd3372b44 {
   overflow: visible;
 }

 .text_da9db0b30520 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_da9db0b30520 {
   overflow: visible;
 }

 .text_62b0267d5986 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_62b0267d5986 {
   overflow: visible;
 }

 .text_3df433f99b5c {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_3df433f99b5c {
   overflow: visible;
 }

 .container_c5d11eb016fd {
   width: 258px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fda450fc9fc7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_fda450fc9fc7 {
   overflow: visible;
 }

 .text_c75d2f746779 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_c75d2f746779 {
   overflow: visible;
 }

 .text_b3eb2571fb59 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_b3eb2571fb59 {
   overflow: visible;
 }

 .container_e30217d7885c {
   width: 187px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7db5110b73f8 {
   width: 206px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_7db5110b73f8 img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .line_a2b8cc51a8ac {
   width: 1280px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_0d7dbeedae6a {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #2981c1ff;
   border-right: 2px solid #2981c1ff;
   border-bottom: 2px solid #2981c1ff;
   border-left: 2px solid #2981c1ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_52bb94fa54c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_95e5f919cf66 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #62ae4bff;
   border-right: 2px solid #62ae4bff;
   border-bottom: 2px solid #62ae4bff;
   border-left: 2px solid #62ae4bff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #62ae4b00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_e9a8cc1ed3c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_cded03f0d62e {
   width: 346px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_c798cf763e4c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_eb900cdf1656 {
   width: 1440px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_e61ab2e6f1f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_4f6c98889278 {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 0;
   left: -4px;
   top: 2835px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_ad3c918973cf {
   width: 1468px;
   height: 2px;
   z-index: 0;
   position: absolute !important;
   left: -25px;
   top: 2835px;
 }

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

 .imageview_ad3c918973cf img {
   position: absolute;
   width: 1440.0px !important;
   height: 2.0px !important;
   max-width: none !important;
   left: 25.0px;
   top: -2.0px;
 }

 .text_2cf4452e88c8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 95px;
   top: 2777px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e10615c4d565 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 290px;
   top: 2777px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_efc0733657a0 {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 567px;
   top: 2759px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_efc0733657a0 {
   overflow: visible;
 }

 .text_39a6c5f7e6ff {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1001px;
   top: 2777px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f924bd70d780 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1195px;
   top: 2777px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .viewport_6f485a78dd96 {
   width: 1440px;
   height: 3163px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_dc2ec2c58b02 {
   width: 856px;
   height: 44px;
   z-index: 0;
   position: absolute !important;
   left: 83px;
   top: 1943px;
   line-height: 44px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_dc2ec2c58b02 {
   overflow: visible;
 }

 .text_95d505a8a390 {
   width: 1277px;
   height: 180px;
   z-index: 0;
   position: absolute !important;
   left: 83px;
   top: 1630px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_95d505a8a390 {
   overflow: visible;
 }

 .text_217cf7caeb6e {
   width: 1277px;
   height: 270px;
   z-index: 0;
   position: absolute !important;
   left: 83px;
   top: 925px;
   line-height: 30px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_217cf7caeb6e {
   overflow: visible;
 }

 .container_7d8f364e75d2 {
   width: 1280px;
   height: 476px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 427px;
   background: #d9d9d9;
 }

 .text_c14b14076e78 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 605px;
   top: 626px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_4044497bdb57 {
   width: 622px;
   height: 324px;
   z-index: 0;
   position: absolute !important;
   left: 83px;
   top: 1260px;
   background: #d9d9d9;
 }

 .container_a3b7cded7fdc {
   width: 625px;
   height: 324px;
   z-index: 0;
   position: absolute !important;
   left: 737px;
   top: 1260px;
   background: #d9d9d9;
 }

 .text_eff6217eb45c {
   width: 733px;
   height: 85px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 265px;
   line-height: 85.31px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_eff6217eb45c {
   overflow: visible;
 }

 .text_1e1804fade31 {
   width: 733px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 351px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1e1804fade31 {
   overflow: visible;
 }

 .container_680bd2dd5b8f {
   width: 32px;
   height: 324px;
   z-index: 0;
   position: absolute !important;
   left: 705px;
   top: 1260px;
   background: #d9d9d9;
 }

 .container_cdb1941e44ae {
   width: 365px;
   height: 314px;
   z-index: 0;
   position: absolute !important;
   left: 139px;
   top: 2030px;
   background: #d9d9d9;
 }

 .container_b3faf42759f4 {
   width: 365px;
   height: 314px;
   z-index: 0;
   position: absolute !important;
   left: 536px;
   top: 2030px;
   background: #d9d9d9;
 }

 .container_0557b2558676 {
   width: 365px;
   height: 314px;
   z-index: 0;
   position: absolute !important;
   left: 933px;
   top: 2030px;
   background: #d9d9d9;
 }

 .text_2639d82f52d7 {
   width: 186px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 139px;
   top: 2359px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_d4f77d862833 {
   width: 241px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 536px;
   top: 2361px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_bf3fca3ef12c {
   width: 235px;
   height: 30px;
   z-index: 0;
   position: absolute !important;
   left: 933px;
   top: 2362px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_ca1c521b87d8 {
   width: 184px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 139px;
   top: 2385px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_f7716a35a8de {
   width: 184px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 537px;
   top: 2385px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_eb56234b7ec0 {
   width: 184px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 933px;
   top: 2385px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .container_5f166381b7fb {
   width: 1440px;
   height: 490px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_400fde2eeb5e {
   width: 2781px;
   height: 580px;
   z-index: 0;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_44e47ad4203d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4196bf7e1d9f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e5c5b911f63f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_c6f49bb94328 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4134bb4b0417 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_2fc5dcdeedc4 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_33c5a697506a {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 724px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_33c5a697506a {
   position: absolute !important;
   left: 724px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 0;
 }

 .container_nested_33c5a697506a {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_e71e15bf3757 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_7961d19b0b89 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 535px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_7961d19b0b89 {
   position: absolute !important;
   left: 535px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 0;
 }

 .container_nested_7961d19b0b89 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_2d8ed50cd598 {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 0;
   left: -2px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_76d06cb7903c {
   width: 42.75px;
   height: 181.14px;
   z-index: 1;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1397px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_a5bf47374a08 {
   width: 74.07px;
   height: 25.88px;
   z-index: 2;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1430.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .viewport_fa29cae3910d {
   width: 1440px;
   height: 3173px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_1cc91dcc982c {
   width: 606px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 386px;
   top: 798px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_1cc91dcc982c {
   overflow: visible;
 }

 .text_648827fd6bc8 {
   width: 682px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 621px;
   top: 1157px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_648827fd6bc8 {
   overflow: visible;
 }

 .text_6781f55caae0 {
   width: 737px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1634px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_6781f55caae0 {
   overflow: visible;
 }

 .text_d0b83790149a {
   width: 682px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 629px;
   top: 2123px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_d0b83790149a {
   overflow: visible;
 }

 .text_b32bf40aa371 {
   width: 701px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 2601px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_b32bf40aa371 {
   overflow: visible;
 }

 .text_3a5d9569fb17 {
   width: 672px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3563px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_3a5d9569fb17 {
   overflow: visible;
 }

 .text_9e5c6051aa0d {
   width: 682px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 623px;
   top: 3083px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_9e5c6051aa0d {
   overflow: visible;
 }

 .imageview_38d0394976ff {
   width: 1441px;
   height: 515px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 4093px;
 }

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

 .text_8d4380ff00cc {
   width: 516px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 755px;
   top: 4161px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_8d4380ff00cc {
   overflow: visible;
 }

 .imageview_8bc85f07c78f {
   width: 624px;
   height: 383px;
   z-index: 1;
   position: absolute !important;
   left: 83px;
   top: 4161px;
 }

 .imageview_8bc85f07c78f img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .text_ebb66280dbec {
   width: 604px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 755px;
   top: 4256px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ebb66280dbec {
   overflow: visible;
 }

 .text_dfc7172c2acc {
   width: 627px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 386px;
   top: 961px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_dfc7172c2acc {
   overflow: visible;
 }

 .text_6bd6da6c79c4 {
   width: 735px;
   height: 216px;
   z-index: 0;
   position: absolute !important;
   left: 621px;
   top: 1343px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway Dots';
 }

 .text_autoheight_6bd6da6c79c4 {
   overflow: visible;
 }

 .text-0d0dc5298e70_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text-711d01ed1d39_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text-1709870cde9c_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text-d9a306597266_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text-380257c8c5fa_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text-cb7ec2edbbdb_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text-4ed1025c80b0_6bd6da6c79c4 {
   line-height: 24px;
   font-family: 'Raleway';
 }

 .text_8285b490f10e {
   width: 735px;
   height: 192px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 1826px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_8285b490f10e {
   overflow: visible;
 }

 .text_c4edc67709e0 {
   width: 735px;
   height: 96px;
   z-index: 0;
   position: absolute !important;
   left: 624px;
   top: 2308px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_c4edc67709e0 {
   overflow: visible;
 }

 .text_8ae0bd932906 {
   width: 740px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2789px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_8ae0bd932906 {
   overflow: visible;
 }

 .text_cb85440e035c {
   width: 738px;
   height: 312px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3703px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_cb85440e035c {
   overflow: visible;
 }

 .text_d1b88e308703 {
   width: 735px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 623px;
   top: 3214px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_d1b88e308703 {
   overflow: visible;
 }

 .text_9d9ee283c0d7 {
   width: 735px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 621px;
   top: 1269px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_9d9ee283c0d7 {
   overflow: visible;
 }

 .text_a3181fbe0d70 {
   width: 735px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1758px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_a3181fbe0d70 {
   overflow: visible;
 }

 .text_39ccd19af0e7 {
   width: 735px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 629px;
   top: 2240px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_39ccd19af0e7 {
   overflow: visible;
 }

 .text_1e09b81b77d8 {
   width: 724px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 2720px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1e09b81b77d8 {
   overflow: visible;
 }

 .text_40acf067a25b {
   width: 724px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 3630px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_40acf067a25b {
   overflow: visible;
 }

 .text_f80e2355add2 {
   width: 735px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 623px;
   top: 3146px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_f80e2355add2 {
   overflow: visible;
 }

 .text_ad847d5b7c59 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_72bbac1f5fa6 {
   padding: 20px 32px 20px 32px;
   width: 634px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 755px;
   top: 4447px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_72bbac1f5fa6 {
   position: absolute !important;
   left: 755px;
   top: 4447px;
   width: 634px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_72bbac1f5fa6 {
   padding: 20px 32px 20px 32px;
   width: 634px;
   height: 76px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_f64babb6b82d {
   width: 321px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_f64babb6b82d {
   overflow: visible;
 }

 .container_4aa4652ac96a {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   position: absolute !important;
   left: 90px;
   top: 5517px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_4aa4652ac96a {
   position: absolute !important;
   left: 90px;
   top: 5517px;
   width: 385px;
   height: 55px;
   z-index: 0;
 }

 .container_nested_4aa4652ac96a {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_5b8c32736179 {
   width: 321px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_5b8c32736179 {
   overflow: visible;
 }

 .container_a2a9dc562dca {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   position: absolute !important;
   left: 527px;
   top: 5517px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_a2a9dc562dca {
   position: absolute !important;
   left: 527px;
   top: 5517px;
   width: 385px;
   height: 55px;
   z-index: 0;
 }

 .container_nested_a2a9dc562dca {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_3c7c138fcff0 {
   width: 321px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_3c7c138fcff0 {
   overflow: visible;
 }

 .container_37816813b3a7 {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   position: absolute !important;
   left: 971px;
   top: 5517px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_37816813b3a7 {
   position: absolute !important;
   left: 971px;
   top: 5517px;
   width: 385px;
   height: 55px;
   z-index: 0;
 }

 .container_nested_37816813b3a7 {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_8d997a949912 {
   width: 624px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 83px;
   top: 4711px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_8d997a949912 {
   overflow: visible;
 }

 .text_039fe5857f17 {
   width: 1031px;
   height: 70px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 4781px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_46ad49c8e365 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 167px;
   top: 4863px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_7d5fb9c5d4af {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 572px;
   top: 4863px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b9c3db053a65 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1041px;
   top: 4866px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .line_acd5e7f96504 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 242px;
   top: 4900px;
   direction: horizontal;
   background: #023254;
 }

 .line_db3305969087 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 658px;
   top: 4900px;
   direction: horizontal;
   background: #023254;
 }

 .line_ebb1678cfae4 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 1115px;
   top: 4903px;
   direction: horizontal;
   background: #023254;
 }

 .imageview_94588050ce14 {
   width: 1080px;
   height: 1920px;
   z-index: 0;
   position: absolute !important;
   left: -511px;
   top: -930px;
 }

 .imageview_94588050ce14 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_fe966cfa0be9 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #c4c4c4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_25d05ba0ca96 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_25d05ba0ca96 {
   overflow: visible;
 }

 .text_25b3ffa6d76e {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_25b3ffa6d76e {
   overflow: visible;
 }

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

 .container_d7c714483106 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a58964adab7a {
   width: 687px;
   height: 889px;
   z-index: 0;
   position: absolute !important;
   left: -115px;
   top: -484px;
 }

 .imageview_a58964adab7a img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_2e36dd7d12b7 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #c4c4c4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_2bc0779b3d72 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_2bc0779b3d72 {
   overflow: visible;
 }

 .text_92fad13e1d73 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_92fad13e1d73 {
   overflow: visible;
 }

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

 .container_65600d56b36f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7d8dd144a78c {
   width: 405px;
   height: 405px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_e97d4b3ec400 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   background: #c4c4c4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_e481dea8aba9 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_e481dea8aba9 {
   overflow: visible;
 }

 .text_60359aabd1c9 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_60359aabd1c9 {
   overflow: visible;
 }

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

 .container_be345387f4ff {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1321f8774095 {
   width: 1279px;
   height: 529px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 4943px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .line_7d7d6b61ef77 {
   width: 3px;
   height: 256px;
   z-index: 0;
   position: absolute !important;
   left: 1047px;
   top: 798px;
   direction: vertical;
   background: #023254;
 }

 .text_05282287d212 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1079px;
   top: 798px;
   line-height: 28.8px;
   text-align: justify;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f22beeeba692 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1079px;
   top: 857px;
   line-height: 28.8px;
   text-align: justify;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_d567908528f5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1079px;
   top: 915px;
   line-height: 28.8px;
   text-align: justify;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4a31580df517 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1079px;
   top: 973px;
   line-height: 28.8px;
   text-align: justify;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_be1069506647 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1079px;
   top: 1031px;
   line-height: 28.8px;
   text-align: justify;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .imageview_721244cb0d54 {
   width: 274px;
   height: 256px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 798px;
 }

 .imageview_721244cb0d54 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_8af0fc9461ad {
   width: 592px;
   height: 378px;
   z-index: 0;
   position: absolute !important;
   left: -3px;
   top: 1157px;
 }

 .imageview_8af0fc9461ad.wp-block-image {
   width: 589px !important;
   height: 378px !important;
   left: 0px !important;
   top: 1157px !important;
   overflow: hidden;
 }

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

 .imageview_c3b9e057d796 {
   width: 592px;
   height: 378px;
   z-index: 0;
   position: absolute !important;
   left: 849px;
   top: 1634px;
 }

 .imageview_c3b9e057d796 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_39499a0ace5c {
   width: 592px;
   height: 378px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 2120px;
 }

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

 .imageview_86310c10ae8f {
   width: 592px;
   height: 378px;
   z-index: 0;
   position: absolute !important;
   left: -1px;
   top: 3082px;
 }

 .imageview_86310c10ae8f.wp-block-image {
   width: 591px !important;
   height: 378px !important;
   left: 0px !important;
   top: 3082px !important;
   overflow: hidden;
 }

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

 .imageview_d30404357dbc {
   width: 592px;
   height: 378px;
   z-index: 0;
   position: absolute !important;
   left: 852px;
   top: 2601px;
 }

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

 .imageview_151f749df90a {
   width: 592px;
   height: 423px;
   z-index: 0;
   position: absolute !important;
   left: 850px;
   top: 3563px;
 }

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

 .line_5b07bed1ef18 {
   width: 286px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 624px;
   top: 1261px;
   direction: horizontal;
   background: #023254;
 }

 .line_b72b4569fd90 {
   width: 285px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 1741px;
   direction: horizontal;
   background: #023254;
 }

 .line_0ef968981679 {
   width: 285px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 632px;
   top: 2232px;
   direction: horizontal;
   background: #023254;
 }

 .line_478a518314aa {
   width: 281px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 2707px;
   direction: horizontal;
   background: #023254;
 }

 .line_c15eab4d076a {
   width: 281.09px;
   height: 2px;
   z-index: 0;
   position: absolute !important;
   left: 82.91px;
   top: 3622px;
   direction: horizontal;
   background: #023254;
 }

 .line_2f9cc80bd149 {
   width: 285px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 623px;
   top: 3139px;
   direction: horizontal;
   background: #023254;
 }

 .container_91128113888b {
   width: 286px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 617px;
   background: linear-gradient(180deg, #2981c112 0%, #ffffff42 100%);
 }

 .container_1f4cd02000e2 {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 617px;
   background: #5fb04e99;
 }

 .text_78ce25ac48f9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 640px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_99833c4da9f8 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 288px;
   top: 617px;
   background: linear-gradient(180deg, #2981c12e 0%, #ffffff6b 100%);
 }

 .container_a6ec749ae34e {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 288px;
   top: 617px;
   background: #4bae92cc;
 }

 .container_b4d0ec80bf2b {
   width: 290px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 576px;
   top: 617px;
   background: linear-gradient(180deg, #2981c161 0%, #ffffff9e 100%);
 }

 .container_173d2642543e {
   width: 290px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 576px;
   top: 617px;
   background: #4dc7c3cc;
 }

 .container_0f538d240da8 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 866px;
   top: 617px;
   background: linear-gradient(180deg, #2981c19e 0%, #ffffffc9 100%);
 }

 .container_1cf8bb81400b {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 866px;
   top: 617px;
   background: #4db9c7cc;
 }

 .container_25795086d0b0 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 1154px;
   top: 617px;
   background: linear-gradient(180deg, #2981c1e0 0%, #ffffffe0 100%);
 }

 .container_af6c032da18b {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 1154px;
   top: 617px;
   background: #129cd8cc;
 }

 .text_dd1e486d93f4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 329px;
   top: 640px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_d86d442b910c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 613px;
   top: 622px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_9b2578fc492e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 919px;
   top: 622px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_30dfb79473bc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1180px;
   top: 640px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_71020792abfa {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_ea631e59e301 {
   padding: 20px 32px 20px 32px;
   width: 367px;
   height: 70px;
   z-index: 0;
   position: absolute !important;
   left: 538px;
   top: 443px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_5b018d8497cf {
   width: 1442px;
   height: 456px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0232558a;
   mix-blend-mode: normal;
 }

 .container_47f61ad0ed02 {
   position: absolute !important;
   overflow: visible;
   width: 1442px;
   height: 456px;
   z-index: 2;
   transform: rotate(-0.15189307337778707deg);
   transform-origin: 0 0;
   left: -1px;
   top: 165.82px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/108:580.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_b7da8cd8f657 {
   width: fit-content;
   z-index: 3;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_09b88da9b36f {
   padding: 20px 32px 20px 32px;
   width: 379px;
   height: 70px;
   z-index: 3;
   position: absolute !important;
   left: 532px;
   top: 443px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_abd67faf7416 {
   width: 1110px;
   height: 90px;
   z-index: 3;
   position: absolute !important;
   left: 166px;
   top: 281px;
   line-height: 89.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_abd67faf7416 {
   overflow: visible;
 }

 .text_1bb67fbb5631 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 3;
   line-height: 33.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1bb67fbb5631 {
   overflow: visible;
 }

 .container_c433bcdbdc70 {
   width: 1110px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 166px;
   top: 380px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d900;
 }

 .imageview_1277c2e40417 {
   width: 1440px;
   height: 810px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_1277c2e40417.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_4590b10b4dcb {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 0;
   left: 1px;
   top: 6000px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .text_6d02414a5de8 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_10b644eaf0a6 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1118px;
   top: 6079px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_10b644eaf0a6 {
   position: absolute !important;
   left: 1118px;
   top: 6079px;
   width: 177px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_10b644eaf0a6 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_d587f6964e6b {
   width: 126px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 119px;
   top: 6019px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_d587f6964e6b {
   overflow: visible;
 }

 .text-06e476e6feaa_d587f6964e6b {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-bddcaf95f72c_d587f6964e6b {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-fe256ce2bcb2_d587f6964e6b {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-31c77b32892d_d587f6964e6b {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-600b920cc188_d587f6964e6b {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_6f4e9a78ae8b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 6045px;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_49556abf5f11 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 6078px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_968651e268c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 6109px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_16ada35bf00b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 6140px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_94dfa8217ab5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 6171px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_9b7120be4212 {
   width: 99px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 245px;
   top: 6022px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_eb1a23a9d5f9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_eb1a23a9d5f9 {
   overflow: visible;
 }

 .text_61a508bb7474 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_61a508bb7474 {
   overflow: visible;
 }

 .text_a75db50480c9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_a75db50480c9 {
   overflow: visible;
 }

 .text_8544a3bef83e {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_8544a3bef83e {
   overflow: visible;
 }

 .container_027ef3508c96 {
   width: 258px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_69380f2e18b2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_69380f2e18b2 {
   overflow: visible;
 }

 .text_3314146ce000 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_3314146ce000 {
   overflow: visible;
 }

 .text_9e2be9489f6d {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_9e2be9489f6d {
   overflow: visible;
 }

 .container_bf942791ecce {
   width: 187px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_727c0790baaf {
   width: 206px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_727c0790baaf img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .line_682c850da0aa {
   width: 1280px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_7d8ee9f78aa6 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #129cd8ff;
   border-right: 2px solid #129cd8ff;
   border-bottom: 2px solid #129cd8ff;
   border-left: 2px solid #129cd8ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_117a9d461817 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_fc7e89036290 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #5fb04eff;
   border-right: 2px solid #5fb04eff;
   border-bottom: 2px solid #5fb04eff;
   border-left: 2px solid #5fb04eff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #62ae4b00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_a90d8e8e8b0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_5ceaf0a280cc {
   width: 346px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_18974c535c31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_a37557b6dec0 {
   width: 1440px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_7e563fe0221e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_1678991ff723 {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 0;
   left: 0px;
   top: 6324px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_35d01c6a7826 {
   width: 1446px;
   height: 3px;
   z-index: 1;
   position: absolute !important;
   left: -6px;
   top: 6325px;
 }

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

 .imageview_35d01c6a7826 img {
   position: absolute;
   width: 1440.0px !important;
   height: 3.0px !important;
   max-width: none !important;
   left: 6.0px;
   top: -3.0px;
 }

 .text_743d4241b49c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 92px;
   top: 6266px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_7ce123673dac {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 287px;
   top: 6266px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b8786faed551 {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 564px;
   top: 6248px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_b8786faed551 {
   overflow: visible;
 }

 .text_cb80293c960c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 998px;
   top: 6266px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_efec84d22f44 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1192px;
   top: 6266px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_093df6040d4c {
   width: 1440px;
   height: 268px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000006b;
   mix-blend-mode: normal;
 }

 .container_4134fa5d464b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 268px;
   z-index: 0;
   left: 1px;
   top: 5732px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/108:707.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_69cabf4f9c6f {
   width: 876px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 268px;
   top: 5755px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_69cabf4f9c6f {
   overflow: visible;
 }

 .text_887967c19b28 {
   width: 1135px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 5826px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_887967c19b28 {
   overflow: visible;
 }

 .imageview_da3952023190 {
   width: 80px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 730px;
   top: 5896px;
 }

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

 .imageview_89ac7bd02a0f {
   width: 37.5px;
   height: 37.64px;
   z-index: 1;
   position: absolute !important;
   left: 679px;
   top: 5917.32px;
 }

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

 .imageview_7c7ca30041d0 {
   width: 41.67px;
   height: 41.66px;
   z-index: 1;
   position: absolute !important;
   left: 609px;
   top: 5915.31px;
 }

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

 .container_89b62996f4d1 {
   width: 1440px;
   height: 490px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_01a169d1c551 {
   width: 2781px;
   height: 580px;
   z-index: 4;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_f0346b0a60d1 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_d34f73139a8c {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b180cd52cfb9 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_62e612c9d492 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_5875e9e6e844 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_d538d80871b6 {
   width: fit-content;
   z-index: 5;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_b55acf9fa4a2 {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 5;
   position: absolute !important;
   left: 724px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_b55acf9fa4a2 {
   position: absolute !important;
   left: 724px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 5;
 }

 .container_nested_b55acf9fa4a2 {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_a480b26d5b5a {
   width: fit-content;
   z-index: 5;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_a52dcc363548 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 5;
   position: absolute !important;
   left: 535px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_a52dcc363548 {
   position: absolute !important;
   left: 535px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 5;
 }

 .container_nested_a52dcc363548 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 5;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_83f6c0ec4ce0 {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 3;
   left: 1px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_9a1c34a8183c {
   width: 42.75px;
   height: 181.14px;
   z-index: 4;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1400px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d73344eb96ea {
   width: 74.07px;
   height: 25.88px;
   z-index: 5;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1433.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .viewport_c3cd8088fc92 {
   width: 1442px;
   height: 6652px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_369ce989ec05 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_369ce989ec05 {
   overflow: visible;
 }

 .text_6b5cea0ecba0 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_6b5cea0ecba0 {
   overflow: visible;
 }

 .text_1cace67706d2 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_1cace67706d2 {
   overflow: visible;
 }

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

 .container_3301b2ee720c {
   width: 713px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 82px;
   top: 4843px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5ba9666a6663 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_5ba9666a6663 {
   overflow: visible;
 }

 .text_ebfd1e948b07 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ebfd1e948b07 {
   overflow: visible;
 }

 .text_9e355e5e8f0c {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_9e355e5e8f0c {
   overflow: visible;
 }

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

 .container_f50c100c67d1 {
   width: 691px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 666px;
   top: 3124px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f128208f0f65 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_f128208f0f65 {
   overflow: visible;
 }

 .text_dfb60cd98d37 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_dfb60cd98d37 {
   overflow: visible;
 }

 .text_35b1b456140d {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_35b1b456140d {
   overflow: visible;
 }

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

 .container_1e923a685f0f {
   width: 529px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 831px;
   top: 4845px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f70d8b59523 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_0f70d8b59523 {
   overflow: visible;
 }

 .text_f8e5adf1d452 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_f8e5adf1d452 {
   overflow: visible;
 }

 .text_dabf9423dd79 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_dabf9423dd79 {
   overflow: visible;
 }

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

 .container_2bc7d552f5e6 {
   width: 529px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 3127px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cbd445eeb4a0 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_cbd445eeb4a0 {
   overflow: visible;
 }

 .text_6cc1bf72aa02 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_6cc1bf72aa02 {
   overflow: visible;
 }

 .text_a63bf9722cb9 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_a63bf9722cb9 {
   overflow: visible;
 }

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

 .container_31b2d79c5ed6 {
   width: 533px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 827px;
   top: 4408px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_133c809afee4 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_133c809afee4 {
   overflow: visible;
 }

 .text_62b6bcedb56a {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_62b6bcedb56a {
   overflow: visible;
 }

 .text_e6b64f303b56 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
   text-decoration-color: #000000 !important;
   text-decoration-skip-ink: none;
 }

 .text_autoheight_e6b64f303b56 {
   overflow: visible;
 }

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

 .container_2706dffd3a54 {
   width: 530px;
   height: 131px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2679px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_379362cac611 {
   width: 742px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 84px;
   top: 4013px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_379362cac611 {
   overflow: visible;
 }

 .text_82aebdff7891 {
   width: 1077px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2286px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_82aebdff7891 {
   overflow: visible;
 }

 .text_dc407b394219 {
   width: 516px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 810px;
   top: 834px;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_dc407b394219 {
   overflow: visible;
 }

 .container_3f096f3edced {
   width: 720px;
   height: 719px;
   z-index: 0;
   position: absolute !important;
   left: 84px;
   top: 4109px;
   background: #d9d9d9;
 }

 .container_8a0ac2e4c931 {
   width: 720px;
   height: 722px;
   z-index: 0;
   position: absolute !important;
   left: 640px;
   top: 2387px;
   background: #d9d9d9;
 }

 .text_0e3f1dd69e4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 229px;
   top: 4446px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_bf38e33dafc9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 869px;
   top: 2725px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_17923db8aea5 {
   width: 535px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 827px;
   top: 4108px;
   background: #d9d9d9;
 }

 .container_a665ba748563 {
   width: 530px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2388px;
   background: #d9d9d9;
 }

 .text_edb543a51c27 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 877px;
   top: 4235px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_2834663ee584 {
   width: 235px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 243px;
   top: 2515px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2834663ee584 {
   overflow: visible;
 }

 .container_ae4f9cd28ca1 {
   width: 538px;
   height: 272px;
   z-index: 0;
   position: absolute !important;
   left: 824px;
   top: 4555px;
   background: #d9d9d9;
 }

 .container_d662685add6a {
   width: 530px;
   height: 283px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 2826px;
   background: #d9d9d9;
 }

 .text_09ff5bb0cf79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 877px;
   top: 4672px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .text_7326092c8fcd {
   width: 234px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 247px;
   top: 2954px;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_7326092c8fcd {
   overflow: visible;
 }

 .imageview_172254d46b5f {
   width: 680px;
   height: 383px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 834px;
 }

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

 .text_f13130ae94ca {
   width: 567px;
   height: 144px;
   z-index: 0;
   position: absolute !important;
   left: 793px;
   top: 929px;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_f13130ae94ca {
   overflow: visible;
 }

 .text_3b39ffdd7cdf {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_3650ba2c0da5 {
   padding: 20px 32px 20px 32px;
   width: 539px;
   height: 70px;
   z-index: 0;
   position: absolute !important;
   left: 821px;
   top: 1125px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_3650ba2c0da5 {
   position: absolute !important;
   left: 821px;
   top: 1125px;
   width: 539px;
   height: 70px;
   z-index: 0;
 }

 .container_nested_3650ba2c0da5 {
   padding: 20px 32px 20px 32px;
   width: 539px;
   height: 70px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .imageview_db6e0f770698 {
   width: 1442px;
   height: 579px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3322px;
 }

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

 .text_a7ae08b57ef2 {
   width: 1061px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 190px;
   top: 3384px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_a7ae08b57ef2 {
   overflow: visible;
 }

 .text_3d849cfbfa68 {
   width: 1048px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 190px;
   top: 3467px;
   line-height: 24.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3d849cfbfa68 {
   overflow: visible;
 }

 .imageview_0ec1d470c724 {
   width: 279px;
   height: 224px;
   z-index: 1;
   position: absolute !important;
   left: 268px;
   top: 3616px;
   border-radius: 9px 9px 9px 9px;
 }

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

 .imageview_ec6713f3225c {
   width: 279px;
   height: 224px;
   z-index: 1;
   position: absolute !important;
   left: 580px;
   top: 3616px;
   border-radius: 9px 9px 9px 9px;
 }

 .imageview_ec6713f3225c img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_8e3f81118438 {
   width: 279px;
   height: 224px;
   z-index: 1;
   position: absolute !important;
   left: 892px;
   top: 3616px;
   border-radius: 9px 9px 9px 9px;
 }

 .imageview_8e3f81118438 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_93907b7f8280 {
   width: 136px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 653px;
   top: 3558px;
 }

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

 .text_2c72b5c28ae5 {
   width: 321px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_2c72b5c28ae5 {
   overflow: visible;
 }

 .container_d74e3f5351f3 {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   position: absolute !important;
   left: 84px;
   top: 2127px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_d74e3f5351f3 {
   position: absolute !important;
   left: 84px;
   top: 2127px;
   width: 385px;
   height: 55px;
   z-index: 0;
 }

 .container_nested_d74e3f5351f3 {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_0485247247fa {
   width: 321px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_0485247247fa {
   overflow: visible;
 }

 .container_4789bae1e90b {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   position: absolute !important;
   left: 528px;
   top: 2127px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_4789bae1e90b {
   position: absolute !important;
   left: 528px;
   top: 2127px;
   width: 385px;
   height: 55px;
   z-index: 0;
 }

 .container_nested_4789bae1e90b {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_607cd7418d8b {
   width: 321px;
   height: 30px;
   flex-shrink: 0;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_607cd7418d8b {
   overflow: visible;
 }

 .container_d2f6e90cf846 {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   position: absolute !important;
   left: 972px;
   top: 2127px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_d2f6e90cf846 {
   position: absolute !important;
   left: 972px;
   top: 2127px;
   width: 385px;
   height: 55px;
   z-index: 0;
 }

 .container_nested_d2f6e90cf846 {
   padding: 20px 32px 20px 32px;
   width: 385px;
   height: 55px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #5fb04e;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_c90b072c7ab9 {
   width: 624px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 78px;
   top: 1320px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_c90b072c7ab9 {
   overflow: visible;
 }

 .text_faec6318f47b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 78px;
   top: 1398px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_08566af5611b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 168px;
   top: 1472px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8979570e0bee {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 569px;
   top: 1472px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_5b5c2cf0b385 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1039px;
   top: 1472px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .line_c074108540a3 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 243px;
   top: 1509px;
   direction: horizontal;
   background: #023254;
 }

 .line_ea76ca129810 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 655px;
   top: 1509px;
   direction: horizontal;
   background: #023254;
 }

 .line_22f41aef9592 {
   width: 83px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 1113px;
   top: 1509px;
   direction: horizontal;
   background: #023254;
 }

 .imageview_2781b8937690 {
   width: 677px;
   height: 1385px;
   z-index: 0;
   position: absolute !important;
   left: -92.25px;
   top: -934px;
 }

 .imageview_2781b8937690 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_f1e1e55d730d {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #c4c4c4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_da91f176d578 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_da91f176d578 {
   overflow: visible;
 }

 .text_4c2d48f5900d {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_4c2d48f5900d {
   overflow: visible;
 }

 .container_2ce60f174eaf {
   width: 381px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ef446730ea3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_97cda3d9d543 {
   width: 484px;
   height: 484px;
   z-index: 0;
   position: absolute !important;
   left: -41px;
   top: -23px;
 }

 .imageview_97cda3d9d543 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_b85c0f0f9240 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #c4c4c4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_7921aa399aab {
   width: 400px;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_7921aa399aab {
   overflow: visible;
 }

 .text_2bde0bfb88a9 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_2bde0bfb88a9 {
   overflow: visible;
 }

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

 .container_ab65f219c91c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3a2e6783a36b {
   width: 405px;
   height: 405px;
   z-index: 0;
   position: absolute !important;
   left: -3px;
   top: 0px;
 }

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

 .container_d4eeb10f5027 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 405px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #c4c4c4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_e8e25b63cd0e {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 0;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_e8e25b63cd0e {
   overflow: visible;
 }

 .text_b8f6df51382d {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 0;
   line-height: 30px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_b8f6df51382d {
   overflow: visible;
 }

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

 .container_8dca1a7caf12 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4fe201db26bb {
   width: 1279px;
   height: 529px;
   z-index: 0;
   position: absolute !important;
   left: 81px;
   top: 1554px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5dae83fdfce3 {
   width: 286px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 645px;
   background: linear-gradient(180deg, #2981c112 0%, #ffffff42 100%);
 }

 .container_b709af2f75b4 {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 645px;
   background: #5fb04e99;
 }

 .text_22b463818987 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 88px;
   top: 668px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_4144a3988b96 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 288px;
   top: 645px;
   background: linear-gradient(180deg, #2981c12e 0%, #ffffff6b 100%);
 }

 .container_246be3df3287 {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 288px;
   top: 645px;
   background: #4bae92cc;
 }

 .container_09ad7c762fa5 {
   width: 290px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 576px;
   top: 645px;
   background: linear-gradient(180deg, #2981c161 0%, #ffffff9e 100%);
 }

 .container_b19d6be7de26 {
   width: 290px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 576px;
   top: 645px;
   background: #4dc7c3cc;
 }

 .container_0b8ace8e1747 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 866px;
   top: 645px;
   background: linear-gradient(180deg, #2981c19e 0%, #ffffffc9 100%);
 }

 .container_5cf636487760 {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 866px;
   top: 645px;
   background: #4db9c7cc;
 }

 .container_ae24eff05701 {
   width: 288px;
   height: 81px;
   z-index: 0;
   position: absolute !important;
   left: 1154px;
   top: 645px;
   background: linear-gradient(180deg, #2981c1e0 0%, #ffffffe0 100%);
 }

 .container_55324773682b {
   width: 288px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 1154px;
   top: 645px;
   background: #129cd8cc;
 }

 .text_25396ee64870 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 305px;
   top: 668px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f00329c2d50c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 589px;
   top: 668px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b7b2cc0e80ad {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 954px;
   top: 668px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8f6cd1752b00 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1199px;
   top: 650px;
   line-height: 36px;
   font-family: 'Raleway';
 }

 .text_d0b50ba7d00c {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_fa01d3aaa5e4 {
   padding: 20px 32px 20px 32px;
   width: 367px;
   height: 70px;
   z-index: 0;
   position: absolute !important;
   left: 538px;
   top: 472px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #62ae4b;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_251bbe5f8b6e {
   width: 1443px;
   height: 483px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0232555c;
   mix-blend-mode: normal;
 }

 .container_ed992c8f3c56 {
   position: absolute !important;
   overflow: visible;
   width: 1443px;
   height: 483px;
   z-index: 1;
   left: 0px;
   top: 162px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/115:8.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_d919ad734579 {
   width: 1110px;
   height: 90px;
   z-index: 2;
   position: absolute !important;
   left: 166px;
   top: 265px;
   line-height: 89.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_d919ad734579 {
   overflow: visible;
 }

 .text_ff48c1c1cd33 {
   width: 1110px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 166px;
   top: 364px;
   line-height: 33.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_ff48c1c1cd33 {
   overflow: visible;
 }

 .imageview_ad3f256f207e {
   width: 1440px;
   height: 810px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_ad3f256f207e.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_90e5fe9d1e39 {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 0;
   left: 1px;
   top: 5343px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .text_eed23831c66b {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_582f52e3efd0 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1118px;
   top: 5422px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_582f52e3efd0 {
   position: absolute !important;
   left: 1118px;
   top: 5422px;
   width: 177px;
   height: 76px;
   z-index: 1;
 }

 .container_nested_582f52e3efd0 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 1;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_191c1c2521c8 {
   width: 126px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 119px;
   top: 5362px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_191c1c2521c8 {
   overflow: visible;
 }

 .text-ec60d328db56_191c1c2521c8 {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-df5fdcd3dd1e_191c1c2521c8 {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-1b0e3e85d4aa_191c1c2521c8 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-634ad69b1a61_191c1c2521c8 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-831db7eb8216_191c1c2521c8 {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_8ea2736e93fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 5388px;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_92a16237f3cb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 5421px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b86baf8150be {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 5452px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_3eeb18a3336c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 5483px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_95c87d14bec3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 358px;
   top: 5514px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e0dd37122eeb {
   width: 99px;
   height: 236px;
   z-index: 1;
   position: absolute !important;
   left: 245px;
   top: 5365px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_09ac66f244e7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_09ac66f244e7 {
   overflow: visible;
 }

 .text_31efaa272ee0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_31efaa272ee0 {
   overflow: visible;
 }

 .text_203dd7f43d6d {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_203dd7f43d6d {
   overflow: visible;
 }

 .text_5a2df5ffc693 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_5a2df5ffc693 {
   overflow: visible;
 }

 .container_8923252e2494 {
   width: 258px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5f836976e4a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_f5f836976e4a {
   overflow: visible;
 }

 .text_cd533435b91a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_cd533435b91a {
   overflow: visible;
 }

 .text_23778c90ecb2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_23778c90ecb2 {
   overflow: visible;
 }

 .container_ad5264f0292b {
   width: 187px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_be0069790228 {
   width: 206px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_be0069790228 img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .line_5851944ae134 {
   width: 1280px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_4daab7dddc80 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #129cd8ff;
   border-right: 2px solid #129cd8ff;
   border-bottom: 2px solid #129cd8ff;
   border-left: 2px solid #129cd8ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_857c24dfff7b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_c6f90f7cad31 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #62ae4bff;
   border-right: 2px solid #62ae4bff;
   border-bottom: 2px solid #62ae4bff;
   border-left: 2px solid #62ae4bff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #62ae4b00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_062e72b1d102 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_c8bcf75160f2 {
   width: 346px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_c0225f97ac9d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_43bf889b09b3 {
   width: 1440px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_4d4a7be40b92 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_e98b27278676 {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 0;
   left: 0px;
   top: 5667px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_dd715a0a1aa5 {
   width: 1446px;
   height: 3px;
   z-index: 1;
   position: absolute !important;
   left: -6px;
   top: 5668px;
 }

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

 .imageview_dd715a0a1aa5 img {
   position: absolute;
   width: 1440.0px !important;
   height: 3.0px !important;
   max-width: none !important;
   left: 6.0px;
   top: -3.0px;
 }

 .text_c6f1ea8edede {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 92px;
   top: 5609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_c1fe087f69a9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 287px;
   top: 5609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_fe88ad3b3adc {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 564px;
   top: 5591px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_fe88ad3b3adc {
   overflow: visible;
 }

 .text_40ec5d434308 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 998px;
   top: 5609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_958bac31e7fe {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1192px;
   top: 5609px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_72da5a673bbf {
   width: 1440px;
   height: 268px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000006b;
   mix-blend-mode: normal;
 }

 .container_7ece612e4a8c {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 268px;
   z-index: 0;
   left: 1px;
   top: 5075px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/108:782.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_a45fcb84cb3d {
   width: 876px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 5098px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_a45fcb84cb3d {
   overflow: visible;
 }

 .text_72001a04c77f {
   width: 1135px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 149px;
   top: 5169px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_72001a04c77f {
   overflow: visible;
 }

 .imageview_ef5aeaa4e9ba {
   width: 80px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 741px;
   top: 5239px;
 }

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

 .imageview_c1c583587f65 {
   width: 37.5px;
   height: 37.64px;
   z-index: 1;
   position: absolute !important;
   left: 690px;
   top: 5260.32px;
 }

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

 .imageview_cc5820d23cc5 {
   width: 41.67px;
   height: 41.66px;
   z-index: 1;
   position: absolute !important;
   left: 620px;
   top: 5258.31px;
 }

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

 .container_ea561d55f7e3 {
   width: 1440px;
   height: 490px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_e6360e9947df {
   width: 2781px;
   height: 580px;
   z-index: 3;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_e8901fb00325 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e290ec3a6924 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_8b8793e27870 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_4ed8b7a75e08 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e07600448f44 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e2255241627d {
   width: fit-content;
   z-index: 4;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_6adb4cc99f2b {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 724px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_6adb4cc99f2b {
   position: absolute !important;
   left: 724px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 4;
 }

 .container_nested_6adb4cc99f2b {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_3d5059c2e01d {
   width: fit-content;
   z-index: 4;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_d7acb58abf5e {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 535px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_d7acb58abf5e {
   position: absolute !important;
   left: 535px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 4;
 }

 .container_nested_d7acb58abf5e {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_9f9eadd6c709 {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 2;
   left: 1px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_wrapper_9f9eadd6c709 {
   position: absolute !important;
   overflow: visible;
   left: 1px;
   top: 0px;
   width: 1440px;
   height: 164px;
   z-index: 2;
 }

 .container_nested_9f9eadd6c709 {
   width: 1440px;
   height: 164px;
   z-index: 2;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_f77c4998e8b1 {
   width: 42.75px;
   height: 181.14px;
   z-index: 3;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1400px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_7c65e3ec8426 {
   width: 74.07px;
   height: 25.88px;
   z-index: 4;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1433.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .viewport_386f9f08761d {
   width: 1442px;
   height: 5995px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_c7276f11fb2c {
   width: 1440px;
   height: 490px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 162px;
   background: #d9d9d9;
 }

 .imageview_c2e000d156fd {
   width: 2781px;
   height: 580px;
   z-index: 1;
   transform: rotate(165.00900290518206deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1545.15px;
   top: 161.7px;
 }

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

 .text_460a3eb5a2a1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 417px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_0b5b166561d6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 513px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e52023cfc3be {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 611px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b9372a4e66c2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 774px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_44a76c2dcc5e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 965px;
   top: 23px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_18044aa67286 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_0ecb0845310e {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 724px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_0ecb0845310e {
   position: absolute !important;
   left: 724px;
   top: 69px;
   width: 187px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_0ecb0845310e {
   padding: 14px 24px 14px 24px;
   width: 187px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_0e6ae60edda4 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_0bbc8e84b928 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 535px;
   top: 69px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_0bbc8e84b928 {
   position: absolute !important;
   left: 535px;
   top: 69px;
   width: 180px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_0bbc8e84b928 {
   padding: 14px 24px 14px 24px;
   width: 180px;
   height: 52px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_f1f6f14cf93a {
   position: absolute !important;
   width: 1440px;
   height: 164px;
   z-index: 0;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_wrapper_f1f6f14cf93a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 164px;
   z-index: 0;
 }

 .container_nested_f1f6f14cf93a {
   width: 1440px;
   height: 164px;
   z-index: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .container_436c0631fa70 {
   width: 1456px;
   height: 444px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0232557d;
   mix-blend-mode: normal;
 }

 .container_e6fd8fd2c446 {
   position: absolute !important;
   overflow: visible;
   width: 1456px;
   height: 444px;
   z-index: 1;
   left: 0px;
   top: 162px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/75:1173.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_c3dd97c2cefe {
   position: absolute !important;
   overflow: visible;
   width: 1442px;
   height: 603px;
   z-index: 0;
   left: 0px;
   top: -3px;
   background: #0000003d;
 }

 .imageview_082b020806c7 {
   width: 1442px;
   height: 636px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1458px;
 }

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

 .text_4f454dd6a986 {
   width: 1110px;
   height: 90px;
   z-index: 1;
   position: absolute !important;
   left: 166px;
   top: 264px;
   line-height: 89.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_4f454dd6a986 {
   overflow: visible;
 }

 .container_35040e17225e {
   width: 42.75px;
   height: 181.14px;
   z-index: 1;
   transform: rotate(-0.050947592802573646deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1402px;
   top: 101.04px;
   background: #023255;
   border-radius: 4px 4px 4px 4px;
 }

 .text_350f029b2323 {
   width: 74.07px;
   height: 25.88px;
   z-index: 2;
   transform: rotate(90.51802737346843deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 1435.97px;
   top: 155.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_fc3f43357fcb {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_fc3f43357fcb {
   overflow: visible;
 }

 .container_ccbdebf9b37d {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_fc60adaca9c8 {
   width: 295px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c33ac4b83c6 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_1c33ac4b83c6 {
   overflow: visible;
 }

 .container_7684bdf19b58 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_47f0abf24014 {
   width: 297px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_41831cf10757 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_41831cf10757 {
   overflow: visible;
 }

 .container_31085f4688aa {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_c4a623d964da {
   width: 626px;
   height: 46px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f9fcf0295b2 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_6f9fcf0295b2 {
   overflow: visible;
 }

 .container_112c2df99716 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_ea9a799c62d5 {
   width: 626px;
   height: 46px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_01708ae856f9 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_01708ae856f9 {
   overflow: visible;
 }

 .container_3cb95d8b49db {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   border-top: 1px solid #dfdfdfff;
   border-right: 1px solid #dfdfdfff;
   border-bottom: 1px solid #dfdfdfff;
   border-left: 1px solid #dfdfdfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_b86c1d1c7b07 {
   width: 626px;
   height: 138px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b527c6a42c3 {
   width: 626px;
   height: 347px;
   z-index: 0;
   position: absolute !important;
   left: 419px;
   top: 677px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 24px 0;
   display: flex !important;
   flex-direction: row;
 }

 .text_ec9fce1d2d97 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 0;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_ec9fce1d2d97 {
   overflow: visible;
 }

 .container_207cdd3e1d41 {
   width: 735px;
   height: 48px;
   z-index: 0;
   position: absolute !important;
   left: 360px;
   top: 603px;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1bbe580b636a {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_8f9ce7a0db39 {
   padding: 16px 32px 16px 32px;
   width: 626px;
   height: 62px;
   z-index: 0;
   position: absolute !important;
   left: 419px;
   top: 1083px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_8f9ce7a0db39 {
   position: absolute !important;
   left: 419px;
   top: 1083px;
   width: 626px;
   height: 62px;
   z-index: 0;
 }

 .container_nested_8f9ce7a0db39 {
   padding: 16px 32px 16px 32px;
   width: 626px;
   height: 62px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #023255;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_231296b1c258 {
   width: 22px;
   height: 23px;
   z-index: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 419px;
   top: 1042px;
   background: #ffffff;
 }

 .text_b6eea65377f5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 449px;
   top: 1039px;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .imageview_20cbcfa24ac0 {
   width: 353px;
   height: 587px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 604px;
 }

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

 .imageview_9d22c2a592d2 {
   width: 358px;
   height: 587px;
   z-index: 0;
   position: absolute !important;
   left: 1095px;
   top: 603px;
 }

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

 .container_d12b9c63ee5d {
   width: 1444px;
   height: 268px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000006b;
   mix-blend-mode: normal;
 }

 .container_f3e4233cac3b {
   position: absolute !important;
   overflow: visible;
   width: 1444px;
   height: 268px;
   z-index: 1;
   left: 1px;
   top: 1190px;
   background: url("https://cdn.yotako.io/5d941c58-79a9-4466-88ab-e99877859bff/48:937.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_233ea07587c3 {
   width: 876px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 279px;
   top: 1214px;
   line-height: 63.98px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_233ea07587c3 {
   overflow: visible;
 }

 .text_4c63ea8d0840 {
   width: 1135px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 164px;
   top: 1285px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_4c63ea8d0840 {
   overflow: visible;
 }

 .imageview_fd31040a5e4f {
   width: 80px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 750px;
   top: 1353px;
 }

 .imageview_fd31040a5e4f img {
   position: absolute;
   width: 80.0px !important;
   height: 105.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -25.0px;
 }

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

 .imageview_7507d86d81aa {
   width: 37.5px;
   height: 35.41px;
   z-index: 2;
   position: absolute !important;
   left: 707px;
   top: 1339.07px;
 }

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

 .imageview_dbd1ca38517d {
   width: 41.67px;
   height: 39.19px;
   z-index: 2;
   position: absolute !important;
   left: 637px;
   top: 1337.19px;
 }

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

 .text_28b4560b9158 {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_28b4560b9158 {
   overflow: visible;
 }

 .container_151abfd52b84 {
   width: 1110px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 169px;
   top: 369px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7124952036d8 {
   width: 1440px;
   height: 810px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -288px;
 }

 .imageview_7124952036d8.wp-block-image {
   width: 1440px !important;
   height: 236px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_39af7a03c92b {
   position: absolute !important;
   width: 1440px;
   height: 236px;
   z-index: 1;
   left: 1px;
   top: 2075px;
   overflow-x: clip;
   overflow-y: clip;
   background: #72bfdd;
 }

 .text_6a2f43b5f993 {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .container_f37750173eb7 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 2;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   position: absolute !important;
   left: 1121px;
   top: 2154px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_f37750173eb7 {
   position: absolute !important;
   left: 1121px;
   top: 2154px;
   width: 177px;
   height: 76px;
   z-index: 2;
 }

 .container_nested_f37750173eb7 {
   padding: 20px 32px 20px 32px;
   width: 177px;
   height: 76px;
   z-index: 2;
   border-top: 2px solid #023254ff;
   border-right: 2px solid #023254ff;
   border-bottom: 2px solid #023254ff;
   border-left: 2px solid #023254ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #3deb9400;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .text_94822d276054 {
   width: 126px;
   height: 175px;
   z-index: 2;
   position: absolute !important;
   left: 122px;
   top: 2094px;
   line-height: 58.13px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_94822d276054 {
   overflow: visible;
 }

 .text-3a7194131d6c_94822d276054 {
   line-height: 23.5px;
   font-family: 'Raleway';
 }

 .text-246ec279b52a_94822d276054 {
   line-height: 58.13px;
   font-family: 'Raleway';
 }

 .text-636952f82df2_94822d276054 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-b338e76b3a33_94822d276054 {
   line-height: 58px;
   font-family: 'Raleway';
 }

 .text-8f16bce1dd0d_94822d276054 {
   line-height: 60px;
   font-family: 'Raleway';
 }

 .text_d7cb45bfc5ae {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 361px;
   top: 2120px;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_504a88159cb7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 361px;
   top: 2153px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_5983da22c575 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 361px;
   top: 2184px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_83d5001ae3ce {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 361px;
   top: 2215px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_e73156a14517 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 361px;
   top: 2246px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b6565db68c1d {
   width: 99px;
   height: 236px;
   z-index: 2;
   position: absolute !important;
   left: 248px;
   top: 2097px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 168px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_1b43c5ea07ea {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_1b43c5ea07ea {
   overflow: visible;
 }

 .text_24f55262a44a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_24f55262a44a {
   overflow: visible;
 }

 .text_e3d646a17cb7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_e3d646a17cb7 {
   overflow: visible;
 }

 .text_2bfa7a073ee6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_2bfa7a073ee6 {
   overflow: visible;
 }

 .container_63fab22ec066 {
   width: 258px;
   height: 168px;
   z-index: 0;
   position: absolute !important;
   left: 603px;
   top: 45px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f7b0d501e556 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_f7b0d501e556 {
   overflow: visible;
 }

 .text_5b5edeb1ba19 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_5b5edeb1ba19 {
   overflow: visible;
 }

 .text_43051cfeeeaa {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_43051cfeeeaa {
   overflow: visible;
 }

 .container_6c2e040a266f {
   width: 187px;
   height: 120px;
   z-index: 0;
   position: absolute !important;
   left: 1140px;
   top: 48px;
   align-items: flex-end;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bb50231b092a {
   width: 206px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 192px;
   top: 230px;
 }

 .imageview_bb50231b092a img {
   position: absolute;
   width: 206.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .line_96381e615432 {
   width: 1280px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 80px;
   top: 0px;
   direction: horizontal;
   background: #e6e6e6;
 }

 .container_2c2a3e670cb1 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #129cd8ff;
   border-right: 2px solid #129cd8ff;
   border-bottom: 2px solid #129cd8ff;
   border-left: 2px solid #129cd8ff;
   position: absolute !important;
   left: 1140px;
   top: 186px;
   background: #d9d9d900;
   border-radius: 8px 8px 8px 8px;
 }

 .text_517a62b13f4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 195px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .container_84fd16a730e8 {
   width: 251px;
   height: 41px;
   z-index: 0;
   border-top: 2px solid #62ae4bff;
   border-right: 2px solid #62ae4bff;
   border-bottom: 2px solid #62ae4bff;
   border-left: 2px solid #62ae4bff;
   position: absolute !important;
   left: 1140px;
   top: 234px;
   background: #62ae4b00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_26ba6b3a561c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: 243px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Poppins';
 }

 .imageview_aa36a6fe9bc5 {
   width: 346px;
   height: 198px;
   z-index: 0;
   position: absolute !important;
   left: 87px;
   top: 19px;
   border-radius: 33px 33px 33px 33px;
 }

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

 .text_1b665a100340 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 85px;
   top: 158px;
   line-height: 36px;
   font-family: 'Playfair Display';
 }

 .imageview_e2f258f2ae1e {
   width: 1440px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 299px;
 }

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

 .text_d0f0cbd86595 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 626px;
   top: 304px;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_9b072de4f0c1 {
   position: absolute !important;
   width: 1440px;
   height: 328px;
   z-index: 0;
   left: 0px;
   top: 2400px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_4a9a2d045eb5 {
   width: 1446px;
   height: 3px;
   z-index: 0;
   position: absolute !important;
   left: -3px;
   top: 2400px;
 }

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

 .imageview_4a9a2d045eb5 img {
   position: absolute;
   width: 1442.0px !important;
   height: 3.0px !important;
   max-width: none !important;
   left: 3.0px;
   top: -3.0px;
 }

 .text_c535c3b3e7b5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 95px;
   top: 2341px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_b6d33d3b4e59 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 290px;
   top: 2341px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_f35e07fbda39 {
   width: 329px;
   height: 72px;
   z-index: 0;
   position: absolute !important;
   left: 567px;
   top: 2323px;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Raleway';
 }

 .text_autoheight_f35e07fbda39 {
   overflow: visible;
 }

 .text_177204f31ca6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1001px;
   top: 2341px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .text_731a6b30cf1e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1195px;
   top: 2341px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Raleway';
 }

 .viewport_2331694f3530 {
   width: 1442px;
   height: 2727px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }