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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_b647b3f0fc9a {
   width: 1440px;
   height: 106.45px;
   position: absolute !important;
   left: 0px;
   top: 4363px;
 }

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

 .imageview_f33f520026b2 {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_29b36c863b67 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_40aecd4c5875 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f13dacc7032b {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1566bd16580f {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_167baff8cef0 {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5c383c7b391e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_a81cbadf3506 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

 .container_c141de0bf8e9 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a5f84abc1d0c {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1ec32ae1e939 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_007fb1183d0b {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_e176e9cf3d43 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b2cee9969721 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_a70fcae7a9e3 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_423c11b94deb {
   width: 1140px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a3ef60250144 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_a5dcdaa33e56 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_c44813bd3d2f {
   width: 1440px;
   height: 892px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 26.79%);
   mix-blend-mode: normal;
 }

 .container_9e43e7e5b3b0 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 892px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:1600.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_a32727ab1f7d {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.4000000059604645;
 }

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

 .imageview_6b8116df6776 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 0px;
 }

 .imageview_6b8116df6776 img {
   position: absolute;
   width: 33.0px !important;
   height: 33.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

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

 .container_f2b9e1734436 {
   width: 2px;
   height: 12px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff;
 }

 .container_e1edb4820718 {
   width: 2px;
   height: 12px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff;
 }

 .container_b0f3c753bb33 {
   width: 8px;
   height: 12px;
   z-index: 4;
   position: absolute !important;
   left: 27.56px;
   top: 26.44px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_ba01a1e6c713 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 2;
   left: 1292px;
   top: 756px;
 }

 .container_c032813e33b1 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 892px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #d6d6d6;
 }

 .imageview_b7dbd85b7cf0 {
   width: 1440px;
   height: 106.45px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 825.12px;
 }

 .imageview_b7dbd85b7cf0 img {
   position: absolute;
   width: 1440.0px !important;
   height: 46.9px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_005722a9ee79 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_ad7878e8e2e9 {
   width: 17.94px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
   background: #333333;
   border-radius: 44.85px 44.85px 44.85px 44.85px;
 }

 .imageview_a543323e177b {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_cfd5d651c41a {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_6a953c224952 {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_1bb17183326c {
   width: 66px;
   height: 13px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_a658044f1453 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_482b7c54d3f2 {
   width: 162px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 639px;
   top: 841px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2f9a58d26c18 {
   width: 118px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10.5px;
 }

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

 .text_d8a127794159 {
   width: 49px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_bad92aff2a49 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_adeed391d93d {
   width: 118px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0c0667d3d8fe {
   width: 326px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .line_a7a83f613ecd {
   width: 20px;
   height: 1.2px;
   z-index: 2;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 24px;
   direction: horizontal;
   background: #ffffff;
 }

 .container_c6b09187a7f8 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 24px;
   z-index: 2;
   left: 407px;
   top: 9px;
 }

 .text_e418efaf1d08 {
   width: fit-content;
   z-index: 2;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0035bbe731af {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_5d80cc1ca62b {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a41549120fad {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_5724b92e1928 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_3c52c3fc72c6 {
   width: 203px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 937px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ddad3f9c544f {
   position: absolute !important;
   overflow: visible;
   width: 1140px;
   height: 42px;
   z-index: 2;
   left: 50px;
   top: 18px;
 }

 .container_62bb3121dd11 {
   width: 118px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_723a21a96ec8 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   z-index: 2;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_343d8b110865 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 872px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_e2851e70dd06 {
   width: 1408px;
   height: 1305px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -311px;
   _scaling-factor: 0.5;
 }

 .imageview_e2851e70dd06.wp-block-image {
   width: 1408px !important;
   height: 775px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_b14b9739012d {
   position: relative !important;
   width: 1408px;
   height: 775px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a12ecd56d6c7 {
   width: 968px;
   height: 227px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-f99a4dfcb769_a12ecd56d6c7 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-f5998e84e7bb_a12ecd56d6c7 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d856eaa0f78e {
   width: 391px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 391px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(0deg, #000000ff 10.57%, #00000000 34.27%);
   mix-blend-mode: normal;
 }

 .container_c15b43066418 {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 220px;
   z-index: 1;
   left: 391px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(180deg, #c0c0c0ff 12.72%, #c0c0c000 37.9%);
   mix-blend-mode: normal;
 }

 .container_2f257860bb63 {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 220px;
   z-index: 1;
   left: 379px;
   top: -32px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:1672.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_a4240e37f1e1 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6bc4819a3bce {
   width: 294px;
   height: 171px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_6bc4819a3bce img {
   position: absolute;
   width: 104.27% !important;
   height: 224.36% !important;
   max-width: none !important;
   left: -2.22%;
   top: -52.69%;
 }

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

 .imageview_7c2cb6949da1 {
   width: 373px;
   height: 249px;
   z-index: 1;
   position: absolute !important;
   left: -0.2px;
   top: -38px;
   _scaling-factor: 0.5;
 }

 .imageview_7c2cb6949da1.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_4ccfc7d68874 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_31f2f99d8afd {
   width: 375px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: -7px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_31f2f99d8afd.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_309001e19b4c {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .imageview_bfa26c7ab196 {
   width: 368px;
   height: 207px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -38px;
   _scaling-factor: 0.5;
 }

 .imageview_bfa26c7ab196.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_4d4a324f7bc2 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_9e6a695a5aea {
   width: 412px;
   height: 167px;
   z-index: 1;
   position: absolute !important;
   left: -27px;
   top: -7px;
   _scaling-factor: 0.5;
 }

 .imageview_9e6a695a5aea.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f52623b24c19 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_7ed8d60c5a48 {
   width: 187px;
   height: 173px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_7ed8d60c5a48 img {
   position: absolute;
   width: 121.93% !important;
   height: 164.74% !important;
   max-width: none !important;
   left: -11.00%;
   top: -32.95%;
 }

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

 .imageview_38872874863e {
   width: 389px;
   height: 173px;
   z-index: 1;
   position: absolute !important;
   left: -10px;
   top: -9px;
   _scaling-factor: 0.5;
 }

 .imageview_38872874863e.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_50d310049fa5 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .imageview_cc7badaed71c {
   width: 377px;
   height: 282px;
   z-index: 1;
   position: absolute !important;
   left: -5.15px;
   top: -122px;
   _scaling-factor: 0.5;
 }

 .imageview_cc7badaed71c.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a634c852560a {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

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

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

 .imageview_95ceb70eb897 {
   width: 352px;
   height: 123px;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 24.86px;
   _scaling-factor: 1;
 }

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

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

 .imageview_e5e3768a4f58 {
   width: 471px;
   height: 210px;
   z-index: 1;
   position: absolute !important;
   left: -52px;
   top: -27px;
   _scaling-factor: 0.5;
 }

 .imageview_e5e3768a4f58.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_5f24c46a4bdf {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_7358fbf11085 {
   width: 389px;
   height: 259px;
   z-index: 1;
   position: absolute !important;
   left: -21px;
   top: -52.5px;
   _scaling-factor: 0.5;
 }

 .imageview_7358fbf11085.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a6b8d211bc8e {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_44166806ea29 {
   width: 368px;
   height: 207px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(98deg, #000000ff 15.12%, #00000000 30.48%);
   mix-blend-mode: normal;
 }

 .container_782fd0793b23 {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 207px;
   z-index: 1;
   left: 0px;
   top: -30px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:1700.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_544a7feaf992 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_4e9e4ab25400 {
   width: 368px;
   height: 182px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -18px;
   _scaling-factor: 0.5;
 }

 .imageview_4e9e4ab25400.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_5f1e44a992f6 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_861e81e8e4d5 {
   width: 343px;
   height: 164px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_b8adf4e8a5b4 {
   width: 401px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: -18.27px;
   top: -38.17px;
   _scaling-factor: 0.5;
 }

 .imageview_b8adf4e8a5b4.wp-block-image {
   width: 368px !important;
   height: 154px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f400a040b588 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_6b90852b8fa0 {
   width: 1643px;
   height: 748px;
   z-index: 1;
   position: absolute !important;
   left: -101px;
   top: -2px;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0e89db898a4 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 742px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_fd5ada8b8d46 {
   width: 1714px;
   height: 1143px;
   z-index: 1;
   position: absolute !important;
   left: -137px;
   top: -430px;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_bed759bdc4c9 {
   width: 421px;
   height: 59px;
   z-index: 2;
   position: absolute !important;
   left: 510px;
   top: 95px;
   _scaling-factor: 0.5;
 }

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

 .imageview_6f39464e1c6c {
   width: 679px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 47.27px;
   top: 296.69px;
   _scaling-factor: 0.5;
 }

 .imageview_6f39464e1c6c img {
   position: absolute;
   width: 120.60% !important;
   height: 879.45% !important;
   max-width: none !important;
   left: -13.94%;
   top: -683.56%;
 }

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

 .imageview_aafe0e990fd0 {
   width: 750px;
   height: 333px;
   z-index: 3;
   position: absolute !important;
   left: 0.89px;
   top: 3.52px;
   _scaling-factor: 0.5;
 }

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

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

 .container_c469fe3d3cd3 {
   position: absolute !important;
   overflow: visible;
   width: 751.15px;
   height: 346.74px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_7631fca43e84 {
   position: absolute !important;
   width: 751px;
   height: 346.07px;
   z-index: 2;
   left: 344px;
   top: 202px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

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

 .container_e11b667f0b77 {
   width: 1505px;
   height: 233px;
   z-index: 2;
   position: absolute !important;
   left: -32px;
   top: 675px;
   background: #c0c0c0;
   filter: blur(17.5px);
 }

 .text_d0b3aa9b9b9d {
   width: 723px;
   height: 97px;
   z-index: 3;
   position: absolute !important;
   left: 359px;
   top: 662px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d2423e68f936_d0b3aa9b9b9d {
   line-height: 48px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-dc0a0c19bf08_d0b3aa9b9b9d {
   line-height: 48px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_177fe724a98b {
   width: 157.82px;
   height: 20.89px;
   z-index: 3;
   position: absolute !important;
   left: 42.05px;
   top: 15.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.96px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c04f291c909c {
   position: absolute !important;
   overflow: visible;
   width: 239px;
   height: 51px;
   z-index: 3;
   left: 601px;
   top: 783px;
   background: #227bb5;
   border-radius: 128px 128px 128px 128px;
   box-shadow: 0px 0px 19.15px #ffffffff;
 }

 .container_wrapper_c04f291c909c {
   position: absolute !important;
   overflow: visible;
   left: 601px;
   top: 783px;
   width: 239px;
   height: 51px;
   z-index: 3;
 }

 .container_nested_c04f291c909c {
   width: 239px;
   height: 51px;
   z-index: 3;
   background: #227bb5;
   border-radius: 128px 128px 128px 128px;
   filter: drop-shadow(0px 0px 19.15px #ffffffff);
 }

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

 .imageview_0bc84a0dfc96 {
   width: 1440px;
   height: 41.45px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .text_f2bd3da9b9a6 {
   width: 372px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_6cb020633854 {
   width: 474px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d8950d87cdfa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_433254afd051 {
   width: 99px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0.35px;
   top: 0.35px;
   background: #70b5d9;
   border-radius: 22px 22px 22px 22px;
 }

 .text_c1ceeadaff7d {
   width: 99.56px;
   height: 41.58px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.54px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_nested_05bd44ccaa20 {
   width: 98px;
   height: 41px;
   z-index: 1;
 }

 .text_700c6bb0694b {
   width: 99px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: -0.29px;
   top: 0.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_097ffa596083 {
   width: 99px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0.06px;
   top: 0.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_79f189e56c6d {
   padding: 9.65px 9.65px 9.65px 9.65px;
   width: 336px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0px 0px 3.22px #00000017;
 }

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

 .imageview_2b9f999b09a3 {
   width: 400px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_55d1a2f94c0f {
   width: 63px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_4fb20c7f79aa {
   width: 40.97px;
   height: 40.97px;
   z-index: 3;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_49e7bb2f6432 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 2;
   left: 308px;
   top: 207px;
 }

 .container_4f221d3dc708 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6640ee3e7df4 {
   width: 339px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4193a31176d7 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8db79ab44d2d {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9721b8930eb5 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a4aa9bb9eb83 {
   width: 161.21px;
   height: 16.41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_4b3d6f7b1590 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .imageview_d43124994201 {
   width: 400px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_77b8398ca829 {
   width: 63px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_f8fcbcc75038 {
   width: 40.97px;
   height: 40.97px;
   z-index: 3;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_78546a3bb611 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 2;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_78546a3bb611 {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_nested_78546a3bb611 {
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_393f637936ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e521336811e1 {
   width: 339px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_db9d729995d4 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5d8b507aadd0 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3ca1fb82b091 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c87cc8497f54 {
   width: 161.21px;
   height: 16.41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_ffd9992b0b36 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .imageview_f32b31bab4f5 {
   width: 400px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_dc73e0a7834b {
   width: 63px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_59687f349f99 {
   width: 40.97px;
   height: 40.97px;
   z-index: 3;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_7a18982f63f1 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 2;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_7a18982f63f1 {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_nested_7a18982f63f1 {
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_d06813e724af {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_341110d5b775 {
   width: 339px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2df84c956cb6 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_87bb1c3f14b6 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9fc50d5d1d59 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d2a8727124c5 {
   width: 161.21px;
   height: 16.41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_23be8ac53fe6 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

 .imageview_0b79fcefd642 img {
   position: absolute;
   width: 1440.0px !important;
   height: 500.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_bc0fae69a28d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-cb3cfb7c0eba_bc0fae69a28d {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-83a7a415c09b_bc0fae69a28d {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_de5aa68e3219 {
   width: 27.58px;
   height: 27.84px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_de5aa68e3219 img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_426d10ec2a93 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_1f8f9f380fe1 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_42441275282c {
   width: 22.71px;
   height: 26.16px;
   z-index: 2;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_42441275282c img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_1a1534c72320 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_8ef024d7fc98 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_22618fcb42ad {
   width: 27.84px;
   height: 32.06px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_22618fcb42ad img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_b746fdecdc95 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_34ff7c014afc {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_13e49fddb73d {
   width: 216px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_13e49fddb73d {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 2;
 }

 .container_nested_13e49fddb73d {
   width: 216px;
   height: 54px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2dec60525e86 {
   width: 505px;
   height: 88.66px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_a33a34ad2c83 {
   width: 207.91px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_6ce872ef5ca8 {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ef72a3db9258 {
   width: 191px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_8f96fa0d5de3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_8f96fa0d5de3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_8f96fa0d5de3 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 2;
 }

 .text_ddbb3b2b6593 {
   width: 159px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_2aef98c05868 {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2f0496ad250d {
   width: 147px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_d2037e4c4377 {
   position: relative !important;
   overflow: visible;
   width: 146px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e433f9ca2383 {
   width: 205px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f2a12e8fcc4e {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f33a0e6b3ecd {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_118df1501d53 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0be878ba294a {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0cf9cc87e2a3 {
   width: 177px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_01efafceaa95 {
   position: relative !important;
   overflow: visible;
   width: 114px;
   height: 184px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6c0cddac647d {
   width: 369px;
   height: 184px;
   z-index: 2;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_363b822b01af {
   width: 305px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_28ebfd2df220 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_72d8a5e870a2 {
   width: 16px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_d59c930311dd {
   width: 91px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2a086396c602 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 2;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_c3b6e2978c38 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_c3b6e2978c38 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_c3b6e2978c38 {
   width: 100%;
   min-width: 0;
   height: 500px;
   z-index: 1;
 }

 .container_8a9d33b058a2 {
   width: 1440px;
   height: 5107px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_857cc27faa32 {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 5px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d0c0f3a10440 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .text_c3ffc74a3f0f {
   width: 42px;
   height: 9px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ec20ca0f4b26 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 62px;
 }

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

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

 .text_4cec32262eba {
   width: 38px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4df58cb52078 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 116px;
 }

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

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

 .text_7b88970886bd {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 6px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_37ffef0b6276 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 170px;
 }

 .container_e515085b4286 {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 218px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_47295cfe08e4 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_c2bb2e1f344f {
   position: fixed !important;
   padding: 16px 0 16px 0;
   width: 56px;
   height: 282px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(79deg, #70b5d9ff 0%, #227bb5ff 100%);
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 4px #00000030;
 }

 .container_4575b9258ce7 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 282px;
   z-index: 2;
   left: 1357px;
   top: 360px;
 }

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

 .imageview_a42e5e83955e {
   width: 375px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_76e44ce7c468 {
   width: 375px;
   height: 667px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_25f16e17f840 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.4000000059604645;
 }

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

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

 .imageview_9b83e0c9c344 img {
   position: absolute;
   width: 20.6px !important;
   height: 20.6px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.6px;
 }

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

 .container_bd1df17a5ef3 {
   width: 1.25px;
   height: 7.5px;
   flex-shrink: 0;
   z-index: 3;
   background: #ffffff;
 }

 .container_f443f673a833 {
   width: 1.25px;
   height: 7.5px;
   flex-shrink: 0;
   z-index: 3;
   background: #ffffff;
 }

 .container_b495f55b1738 {
   width: 5px;
   height: 7.5px;
   z-index: 3;
   position: absolute !important;
   left: 17.22px;
   top: 16.53px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 2.5px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4a2b1ee9d514 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a22b090985f5 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 319px;
   top: 575px;
 }

 .container_wrapper_a22b090985f5 {
   position: absolute !important;
   overflow: visible;
   left: 319px;
   top: 575px;
   width: 40px;
   height: 40px;
   z-index: 1;
 }

 .container_nested_a22b090985f5 {
   width: 40px;
   height: 40px;
   z-index: 1;
 }

 .container_38b2111dc2d7 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .imageview_966cd7318b30 {
   width: 78.67px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .imageview_9c3b6a4cfa6a {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 303px;
   top: 11px;
 }

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

 .container_66a449a72f65 {
   position: absolute !important;
   overflow: visible;
   width: 343px;
   height: 46px;
   z-index: 1;
   left: 16px;
   top: 19px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_ff414f48cff5 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 667px;
   left: 0px;
   top: 0px;
   background: #bababa;
 }

 .imageview_ee37a21829fc {
   width: 716.97px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: -170px;
   top: 640px;
 }

 .imageview_ee37a21829fc img {
   position: absolute;
   width: 375.0px !important;
   height: 27.0px !important;
   max-width: none !important;
   left: 170.0px;
   top: 0.0px;
 }

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

 .imageview_a79e2cdba7dd {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_3ebcb028e143 {
   width: 11.21px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
   background: #333333;
   border-radius: 28.03px 28.03px 28.03px 28.03px;
 }

 .imageview_2c14c6721b2a {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_56726b655048 {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_579f5626ef4c {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_a266026af53f {
   width: 41px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 3.75px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8.75px 8.75px 8.75px 8.75px;
 }

 .imageview_4301690d515a {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_2dbe4b0f2017 {
   width: 103px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 136px;
   top: 646px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b1c0650f87b9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 667px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .imageview_690d6fc74b13 {
   width: 343px;
   height: 231px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_690d6fc74b13 img {
   position: absolute;
   width: 158.40% !important;
   height: 156.88% !important;
   max-width: none !important;
   left: -13.99%;
   top: -35.13%;
 }

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

 .container_199975a79abd {
   position: relative !important;
   overflow: visible;
   width: 343px;
   height: 231px;
   flex-shrink: 0;
   background: #dddddd;
   border-radius: 19px 19px 19px 19px;
 }

 .text_b2344ca6d647 {
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-c1979a7ab69c_b2344ca6d647 {
   line-height: 30px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-4d4fb20abf0c_b2344ca6d647 {
   line-height: 30px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_fa3066db4aa3 {
   width: 190px;
   height: 107px;
   position: absolute !important;
   left: 190px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(0deg, #000000ff 10.57%, #00000000 34.27%);
   mix-blend-mode: normal;
 }

 .container_c4e8d85b3744 {
   position: absolute !important;
   overflow: visible;
   width: 190px;
   height: 107px;
   left: 190px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(180deg, #c0c0c0ff 12.72%, #c0c0c000 37.9%);
   mix-blend-mode: normal;
 }

 .container_50101563bd1a {
   position: absolute !important;
   overflow: visible;
   width: 190px;
   height: 107px;
   left: 156.22px;
   top: -22px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:1940.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_14c53f2005da {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 187px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_88a209b742f1 {
   width: 193px;
   height: 86px;
   position: absolute !important;
   left: -44px;
   top: -2px;
   _scaling-factor: 0.5;
 }

 .imageview_88a209b742f1.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_05745018a30b {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 285px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_bb0d713e4996 {
   width: 200px;
   height: 81px;
   position: absolute !important;
   left: -27px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_bb0d713e4996.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a87b448bff3e {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 22px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_bfd47e717b3d {
   width: 146px;
   height: 82px;
   position: absolute !important;
   left: -8.11px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_bfd47e717b3d.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_05dd19570baa {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: -119px;
   top: 96px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_17ff6483eef0 {
   width: 129px;
   height: 86px;
   position: absolute !important;
   left: -0.2px;
   top: -2.84px;
   _scaling-factor: 0.5;
 }

 .imageview_17ff6483eef0.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_51bffde19be7 {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 328px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_a085e981156e {
   width: 152px;
   height: 88px;
   position: absolute !important;
   left: 15px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_a085e981156e img {
   position: absolute;
   width: 104.27% !important;
   height: 224.36% !important;
   max-width: none !important;
   left: -2.22%;
   top: -52.69%;
 }

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

 .imageview_cb23470be50c {
   width: 94px;
   height: 89px;
   position: absolute !important;
   left: 171px;
   top: 88px;
   _scaling-factor: 0.5;
 }

 .imageview_cb23470be50c img {
   position: absolute;
   width: 122.55% !important;
   height: 161.80% !important;
   max-width: none !important;
   left: -11.46%;
   top: -30.34%;
 }

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

 .imageview_c7a7d70d3079 {
   width: 168px;
   height: 125px;
   position: absolute !important;
   left: -18.68px;
   top: -44px;
   _scaling-factor: 0.5;
 }

 .imageview_c7a7d70d3079.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_c46371de933d {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: -107px;
   top: 194px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_5658ca6d02ef {
   width: 171px;
   height: 82px;
   position: absolute !important;
   left: 3px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_5658ca6d02ef img {
   position: absolute;
   width: 103.26% !important;
   height: 269.18% !important;
   max-width: none !important;
   left: -1.75%;
   top: -85.99%;
 }

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

 .imageview_533d33c1cd7b {
   width: 151px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 13.25px;
   top: 10.63px;
   _scaling-factor: 1;
 }

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

 .container_11d2687e9223 {
   position: absolute !important;
   overflow: visible;
   width: 176px;
   height: 82px;
   left: 42px;
   top: 194px;
 }

 .imageview_937ba1ae6524 {
   width: 189px;
   height: 84px;
   position: absolute !important;
   left: -30px;
   top: -3px;
   _scaling-factor: 0.5;
 }

 .imageview_937ba1ae6524.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_caeb6f12d6e5 {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 238px;
   top: 194px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_15bf97dda379 {
   width: 167px;
   height: 94px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(98deg, #000000ff 15.12%, #00000000 30.48%);
   mix-blend-mode: normal;
 }

 .container_d5fdf64427ee {
   position: absolute !important;
   overflow: visible;
   width: 167px;
   height: 94px;
   left: -19px;
   top: -6px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:2489.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_b95044388687 {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 4px;
   top: 293px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_b2aa98c5111e {
   width: 156px;
   height: 104px;
   position: absolute !important;
   left: -13px;
   top: -10.98px;
   _scaling-factor: 0.5;
 }

 .imageview_b2aa98c5111e.wp-block-image {
   width: 129px !important;
   height: 81px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_8c6feee4da7b {
   position: absolute !important;
   width: 129px;
   height: 81px;
   left: 342px;
   top: 292px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_28fc744bd956 {
   width: 169px;
   height: 81px;
   position: absolute !important;
   left: 153px;
   top: 293px;
   _scaling-factor: 0.5;
 }

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

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

 .container_0982e05cd3c8 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 374px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_e464bf7b5148 {
   width: 670px;
   height: 447px;
   position: absolute !important;
   left: -68.25px;
   top: -127.97px;
   _scaling-factor: 0.5;
 }

 .imageview_e464bf7b5148.wp-block-image {
   width: 534px !important;
   height: 319px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_ab183fd02a82 {
   width: 318px;
   height: 147px;
   z-index: 1;
   position: absolute !important;
   left: 94px;
   top: 104px;
   _scaling-factor: 0.5;
 }

 .imageview_ab183fd02a82 img {
   position: absolute;
   width: 130.83% !important;
   height: 139.94% !important;
   max-width: none !important;
   left: -9.69%;
   top: -22.61%;
 }

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

 .container_c83579b51c29 {
   position: absolute !important;
   width: 534.14px;
   height: 319px;
   left: -75px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #999999;
 }

 .container_9b60db623ecc {
   width: 402px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: -13px;
   top: 379px;
   background: #c0c0c0;
   filter: blur(17.5px);
 }

 .text_807dc6238b20 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0493d345d3a8 {
   padding: 12px 16px 12px 16px;
   width: 141px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 117px;
   top: 15px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 0px 19.15px #ffffffff;
 }

 .container_b01f952c84b6 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 109px;
   z-index: 2;
   left: 0px;
   top: 498px;
   background: #c1c1c1;
 }

 .container_wrapper_b01f952c84b6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 498px;
   width: 375px;
   height: 109px;
   z-index: 2;
 }

 .container_nested_b01f952c84b6 {
   width: 375px;
   height: 109px;
   z-index: 2;
   background: #c1c1c1;
 }

 .imageview_6d0b63bd1b96 {
   width: 271px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 88px;
   _scaling-factor: 0.5;
 }

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

 .container_f9453f17242b {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 150px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #9a9a9a;
 }

 .text_c6ab3368e2ce {
   width: 318px;
   height: 109px;
   z-index: 3;
   position: absolute !important;
   left: 29px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-2f26c6954200_c6ab3368e2ce {
   line-height: 32px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-f87c5ed42411_c6ab3368e2ce {
   line-height: 32px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6ff68b31b2b8 {
   position: absolute !important;
   width: 375px;
   height: 607px;
   left: -0.03px;
   top: -15px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #d6d6d6;
 }

 .imageview_e3d401d77353 {
   width: 375px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_62184ecd3012 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 592px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_292f7004e514 {
   width: 372px;
   height: 37px;
   position: absolute !important;
   left: -15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e4f41bfa1161 {
   width: 302px;
   height: 30px;
   position: absolute !important;
   left: 20px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f52e176ac80a {
   position: relative !important;
   overflow: visible;
   width: 342px;
   height: 75px;
   flex-shrink: 0;
 }

 .container_2c6bd75eaa84 {
   width: 66px;
   height: 27.33px;
   position: absolute !important;
   left: 0.24px;
   top: 0.24px;
   background: #70b5d9;
   border-radius: 14.67px 14.67px 14.67px 14.67px;
 }

 .text_99e7da8f6e37 {
   width: 66.37px;
   height: 27.72px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ef7b9305d986 {
   position: relative !important;
   overflow: visible;
   width: 65.33px;
   height: 27.33px;
   flex-shrink: 0;
 }

 .container_wrapper_ef7b9305d986 {
   position: relative !important;
   overflow: visible;
   width: 65.33px;
   height: 27.33px;
   flex-shrink: 0;
 }

 .container_nested_ef7b9305d986 {
   width: 65.33px;
   height: 27.33px;
 }

 .text_71c825bc7f10 {
   width: 66px;
   height: 27.33px;
   position: absolute !important;
   left: -0.19px;
   top: 0.24px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_31aa71bef7da {
   position: relative !important;
   overflow: visible;
   width: 65.33px;
   height: 27.33px;
   flex-shrink: 0;
 }

 .text_dec7779932bb {
   width: 66px;
   height: 27.33px;
   position: absolute !important;
   left: 0.04px;
   top: 0.24px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f7e3cf0236eb {
   position: relative !important;
   overflow: visible;
   width: 65.33px;
   height: 27.33px;
   flex-shrink: 0;
 }

 .container_7f559fec88c4 {
   width: 211.14px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6.43px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3a1901e70ff9 {
   padding: 6.43px 6.43px 6.43px 6.43px;
   width: 224px;
   height: 40px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5.33px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 21.33px 21.33px 21.33px 21.33px;
   box-shadow: inset 0px 0px 2.14px #00000017;
 }

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

 .imageview_6175d7bdc6c2 {
   width: 342px;
   height: 230px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_aa476eb42777 {
   width: 53.86px;
   height: 53.86px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 17.96px 17.96px 17.96px 17.96px;
 }

 .imageview_41733378110b {
   width: 35.03px;
   height: 35.03px;
   z-index: 2;
   position: absolute !important;
   left: 9.42px;
   top: 9.42px;
 }

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

 .container_5d4a36ff1e70 {
   position: absolute !important;
   overflow: visible;
   width: 53px;
   height: 54px;
   z-index: 1;
   left: 263px;
   top: 176.33px;
 }

 .container_wrapper_5d4a36ff1e70 {
   position: absolute !important;
   overflow: visible;
   left: 263px;
   top: 176.33px;
   width: 53px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_5d4a36ff1e70 {
   width: 53px;
   height: 54px;
   z-index: 1;
 }

 .container_89ab089b8b11 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 237px;
   flex-shrink: 0;
 }

 .text_a045d05fe6ab {
   width: 343px;
   height: 41px;
   position: absolute !important;
   left: 0px;
   top: -0.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c5854c940d87 {
   width: 83px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_01f03a620061 {
   width: 4px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_81d78b7d6f92 {
   width: 31px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2bfb59e2dbc8 {
   width: 134px;
   height: 14px;
   position: absolute !important;
   left: 0px;
   top: 46.17px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_944c1d068b98 {
   position: relative !important;
   overflow: visible;
   width: 291.55px;
   height: 59px;
   flex-shrink: 0;
 }

 .text_97a657ec3126 {
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_adfcb7a9c950 {
   width: 342px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9c0d54ccb8d0 {
   width: 342px;
   height: 230px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_aec156e235bd {
   width: 53.86px;
   height: 53.86px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 17.96px 17.96px 17.96px 17.96px;
 }

 .imageview_60bbd28eeeed {
   width: 35.03px;
   height: 35.03px;
   z-index: 2;
   position: absolute !important;
   left: 9.42px;
   top: 9.42px;
 }

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

 .container_75140616d45f {
   position: absolute !important;
   overflow: visible;
   width: 53px;
   height: 54px;
   z-index: 1;
   left: 263px;
   top: 176.33px;
 }

 .container_wrapper_75140616d45f {
   position: absolute !important;
   overflow: visible;
   left: 263px;
   top: 176.33px;
   width: 53px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_75140616d45f {
   width: 53px;
   height: 54px;
   z-index: 1;
 }

 .container_4806acd6d97f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 237px;
   flex-shrink: 0;
 }

 .text_b74f0e33c812 {
   width: 343px;
   height: 41px;
   position: absolute !important;
   left: 0px;
   top: -0.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a605c8f14bea {
   width: 83px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_40555e601993 {
   width: 4px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f1fb4df66ad6 {
   width: 31px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2e6b8fdb7540 {
   width: 134px;
   height: 14px;
   position: absolute !important;
   left: 0px;
   top: 46.17px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a62f3a7d125b {
   position: relative !important;
   overflow: visible;
   width: 291.55px;
   height: 59px;
   flex-shrink: 0;
 }

 .text_19c4f0a9cb82 {
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_26794502c310 {
   width: 342px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0ad004982975 {
   width: 342px;
   height: 230px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_23a009738961 {
   width: 53.86px;
   height: 53.86px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 17.96px 17.96px 17.96px 17.96px;
 }

 .imageview_a2565e77d736 {
   width: 35.03px;
   height: 35.03px;
   z-index: 2;
   position: absolute !important;
   left: 9.42px;
   top: 9.42px;
 }

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

 .container_af3af76f8d1e {
   position: absolute !important;
   overflow: visible;
   width: 53px;
   height: 54px;
   z-index: 1;
   left: 263px;
   top: 176.33px;
 }

 .container_wrapper_af3af76f8d1e {
   position: absolute !important;
   overflow: visible;
   left: 263px;
   top: 176.33px;
   width: 53px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_af3af76f8d1e {
   width: 53px;
   height: 54px;
   z-index: 1;
 }

 .container_dc6ea302e511 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 237px;
   flex-shrink: 0;
 }

 .text_1c997dec76d5 {
   width: 343px;
   height: 41px;
   position: absolute !important;
   left: 0px;
   top: -0.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.52px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_540b54f51fd1 {
   width: 83px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c1a12a2f922c {
   width: 4px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5f1e03b93e52 {
   width: 31px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f885a9ffb4da {
   width: 134px;
   height: 14px;
   position: absolute !important;
   left: 0px;
   top: 46.17px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1b4b8ba08d68 {
   position: relative !important;
   overflow: visible;
   width: 291.55px;
   height: 59px;
   flex-shrink: 0;
 }

 .text_d1d46a5789d8 {
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_31a3d47a9a4d {
   width: 342px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_df8ede74cd22 {
   width: 100%;
   min-width: 0;
   height: 1206px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c075f5786a71 {
   width: 343px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_25d289dc933a {
   width: 375px;
   height: 570px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_25d289dc933a img {
   position: absolute;
   width: 375.0px !important;
   height: 550.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_10493de881b1 {
   width: 17.88px;
   height: 18.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_10493de881b1 img {
   position: absolute;
   width: 16.9px !important;
   height: 16.5px !important;
   max-width: none !important;
   left: 0.5px;
   top: 1.0px;
 }

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

 .container_9a8fd5616155 {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_5793526183d6 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_39d519d51694 {
   width: 14.72px;
   height: 16.95px;
   z-index: 1;
   position: absolute !important;
   left: 1.09px;
   top: 0px;
 }

 .imageview_39d519d51694 img {
   position: absolute;
   width: 14.3px !important;
   height: 14.3px !important;
   max-width: none !important;
   left: 0.2px;
   top: 1.7px;
 }

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

 .container_8f22bff1460b {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_b6825128db41 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_b77bac5730dd {
   width: 18.04px;
   height: 20.78px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.09px;
 }

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

 .imageview_b77bac5730dd img {
   position: absolute;
   width: 17.3px !important;
   height: 16.9px !important;
   max-width: none !important;
   left: 0.2px;
   top: 1.7px;
 }

 .container_9df1b6357202 {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_6b561a128dc4 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .container_dc7d48bf1ee0 {
   width: 140px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 219px;
   top: 33px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 17.5px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7c6aa033e739 {
   width: 149px;
   height: 27px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_730553f73912 {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_dbb88f4cef52 {
   width: 127px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_333bf983cd8a {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_fd16ee2b497a {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_13a2c6d4f80f {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d99a1c12530d {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ca5944aa48eb {
   width: 127px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5667b8ca27fe {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 162px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_115afb3d908e {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_6583310900f6 {
   width: 137px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_5f2e7ac433ba {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_160a3e18ae9d {
   width: 159px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_0140515dafd6 {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_389e973fa9ae {
   width: 147px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_b45437f047a1 {
   position: relative !important;
   overflow: visible;
   width: 146px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_7ed3b682fbf8 {
   width: 100%;
   min-width: 0;
   height: 162px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2b459180afab {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_7052cd8a1cad {
   width: 16px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
 }

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

 .text_c99ea8a83b28 {
   width: 91px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_593c088e72e9 {
   position: absolute !important;
   overflow: visible;
   width: 123px;
   height: 16px;
   z-index: 2;
   left: 16px;
   top: 13px;
 }

 .imageview_5e07288ad250 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 303px;
   top: 9px;
 }

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

 .container_4ef591a272cc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

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

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

 .text_2b6e8c9e7077 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 2;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2b6e8c9e7077 {
   overflow: visible;
 }

 .text-91c12fed277d_2b6e8c9e7077 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-60def8c0119a_2b6e8c9e7077 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_942496e22a4b {
   width: 343px;
   height: 486px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 51px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d66395865aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 570px;
   flex-shrink: 0;
 }

 .container_b319b1ceef67 {
   width: 375px;
   height: 4155px;
   position: absolute !important;
   left: 0px;
   top: 44px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_07375ab603ce {
   width: 375px;
   height: 4179px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_98aa354c1752 {
   width: 1440px;
   height: 106.45px;
   position: absolute !important;
   left: 0px;
   top: 4363px;
 }

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

 .imageview_35263007dce2 {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_ce2ffae6d59c {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_67c2cfaf0563 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f78902bb0ca4 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9071927634e1 {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3389fec83d52 {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b5ef63361f0c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_a6b4a3277b2a {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

 .container_c49a4edc6c3e {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b047ebd4e2bd {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cf025eef0d28 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_9be3655c49b1 {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_ae3bb6300d20 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_95aae5b26977 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1bd024bdee79 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_811b6889fc22 {
   width: 1140px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_37bb936ff01d {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_4610a9b538f1 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_357d7e6b1af2 {
   width: 1440px;
   height: 892px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 26.79%);
   mix-blend-mode: normal;
 }

 .container_0b552a7873b3 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 892px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:3312.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_f9b263460d3a {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.4000000059604645;
 }

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

 .imageview_2b9a15f9dcf5 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 0px;
 }

 .imageview_2b9a15f9dcf5 img {
   position: absolute;
   width: 33.0px !important;
   height: 33.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

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

 .container_2d94de834e6b {
   width: 2px;
   height: 12px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff;
 }

 .container_195c9d1ea68e {
   width: 2px;
   height: 12px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff;
 }

 .container_2574907fbd0e {
   width: 8px;
   height: 12px;
   z-index: 4;
   position: absolute !important;
   left: 27.56px;
   top: 26.44px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_f695980d0356 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 2;
   left: 1292px;
   top: 756px;
 }

 .container_d195b9eef530 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 892px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #d6d6d6;
 }

 .imageview_3d4032239fac {
   width: 1440px;
   height: 106.45px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 825.12px;
 }

 .imageview_3d4032239fac img {
   position: absolute;
   width: 1440.0px !important;
   height: 46.9px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_c2e973d2e250 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_1975421439d8 {
   width: 17.94px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
   background: #333333;
   border-radius: 44.85px 44.85px 44.85px 44.85px;
 }

 .imageview_19b7f1d4cbce {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_1d6956a90692 {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_6c1dd32eb795 {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_6127c49ee831 {
   width: 66px;
   height: 13px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_390acd7fc49e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_1948febf90a1 {
   width: 162px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 639px;
   top: 841px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a0fc63f14a8b {
   width: 118px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10.5px;
 }

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

 .text_024c9ed1cce3 {
   width: 49px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_25973150cec5 {
   width: 61px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8acc982cb38e {
   width: 118px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_af6cc73c8534 {
   width: 326px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .line_847c0f3c4e63 {
   width: 20px;
   height: 1.2px;
   z-index: 2;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   position: absolute !important;
   left: 99px;
   top: 24px;
   direction: horizontal;
   background: #ffffff;
 }

 .container_cc10d2cc0f48 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 24px;
   z-index: 2;
   left: 407px;
   top: 9px;
 }

 .text_44489575624a {
   width: fit-content;
   z-index: 2;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c29dc8b94066 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_7a0e9fc5f436 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_651a25d22d87 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_32b8b19ea715 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_4ed6d235a1ad {
   width: 203px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 937px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fc738297d574 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_205817069218 {
   width: 72px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_6366abb76a65 {
   width: 182px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 12.7px;
   top: 79.73px;
   _scaling-factor: 0.5;
 }

 .imageview_6366abb76a65 img {
   position: absolute;
   width: 120.60% !important;
   height: 879.45% !important;
   max-width: none !important;
   left: -13.94%;
   top: -683.56%;
 }

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

 .imageview_5812967ee95e {
   width: 201px;
   height: 89px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.95px;
   _scaling-factor: 0.5;
 }

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

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

 .container_0c48eddffd45 {
   position: absolute !important;
   overflow: visible;
   width: 201.86px;
   height: 93.18px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_b83c5d877a72 {
   position: relative !important;
   width: 200px;
   height: 93px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_761ea9608d4b {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a54e99e29369 {
   width: 100%;
   min-width: 0;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-7fa85debf59f_a54e99e29369 {
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-78304b496be2_a54e99e29369 {
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_475818f96e5b {
   width: 66px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b6f4c3a65cdc {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_694386c88c0e {
   width: 100%;
   min-width: 0;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-3c67aaafcc62_694386c88c0e {
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-0181775a6494_694386c88c0e {
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_66baa1da1e08 {
   width: 66px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_937e111dc45a {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ff4a53d59373 {
   width: 100%;
   min-width: 0;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-9fce66fc4175_ff4a53d59373 {
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-068b5f673938_ff4a53d59373 {
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_de9af37df4ad {
   width: 66px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_95733e52dcf4 {
   width: 93px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.76px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_7572effa8785 {
   position: relative !important;
   overflow: visible;
   width: 140px;
   height: 30px;
   flex-shrink: 0;
   z-index: 2;
   background: #227bb5;
   border-radius: 80px 80px 80px 80px;
   box-shadow: 0px 0px 11.28px #ffffffff;
 }

 .container_wrapper_7572effa8785 {
   position: relative !important;
   overflow: visible;
   width: 140px;
   height: 30px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_7572effa8785 {
   width: 140px;
   height: 30px;
   z-index: 2;
   background: #227bb5;
   border-radius: 80px 80px 80px 80px;
   filter: drop-shadow(0px 0px 11.28px #ffffffff);
 }

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

 .text_fdf02a6e727e {
   width: 72px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1815324c6039 {
   width: 182px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 12.7px;
   top: 79.73px;
   _scaling-factor: 0.5;
 }

 .imageview_1815324c6039 img {
   position: absolute;
   width: 120.60% !important;
   height: 879.45% !important;
   max-width: none !important;
   left: -13.94%;
   top: -683.56%;
 }

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

 .imageview_989ec075ba83 {
   width: 201px;
   height: 89px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.95px;
   _scaling-factor: 0.5;
 }

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

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

 .container_c103a2d61c12 {
   position: absolute !important;
   overflow: visible;
   width: 201.86px;
   height: 93.18px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_d3077f876e15 {
   position: relative !important;
   width: 200px;
   height: 93px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_50afc2a97656 {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_910bcc89d878 {
   width: 100%;
   min-width: 0;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-30ef4e319209_910bcc89d878 {
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-7f1fe7a5ae1b_910bcc89d878 {
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1d5fd1178359 {
   width: 66px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd6061f15f96 {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_46d44088470f {
   width: 100%;
   min-width: 0;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d2f86b4eff77_46d44088470f {
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-b37a4c31abe4_46d44088470f {
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b74b86821618 {
   width: 66px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a337afe65c5f {
   width: 100%;
   min-width: 0;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f939a0b44356 {
   width: 100%;
   min-width: 0;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34.72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-57e2b73b793e_f939a0b44356 {
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-433541bcd581_f939a0b44356 {
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_108dffe16557 {
   width: 66px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_e068958c21b2 {
   width: 93px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 11.76px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4a0e13595670 {
   position: relative !important;
   overflow: visible;
   width: 140px;
   height: 30px;
   flex-shrink: 0;
   z-index: 2;
   background: #227bb5;
   border-radius: 80px 80px 80px 80px;
   box-shadow: 0px 0px 11.28px #ffffffff;
 }

 .container_wrapper_4a0e13595670 {
   position: relative !important;
   overflow: visible;
   width: 140px;
   height: 30px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_4a0e13595670 {
   width: 140px;
   height: 30px;
   z-index: 2;
   background: #227bb5;
   border-radius: 80px 80px 80px 80px;
   filter: drop-shadow(0px 0px 11.28px #ffffffff);
 }

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

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

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

 .container_bdd69aa83320 {
   padding: 24px 50px 24px 50px;
   width: 1240px;
   height: 385px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 50px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_3496787545bb {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 872px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

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

 .container_e22ab4cdb1a3 {
   position: relative !important;
   overflow: visible;
   width: 1408px;
   height: 775px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a08baca1d05a {
   width: 968px;
   height: 227px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-77642250ec0f_a08baca1d05a {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-a6b3932daf0c_a08baca1d05a {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a6a373eda57e {
   width: 391px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 391px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(0deg, #000000ff 10.57%, #00000000 34.27%);
   mix-blend-mode: normal;
 }

 .container_36e15c6c5c0d {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 220px;
   z-index: 1;
   left: 391px;
   top: 0px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: linear-gradient(180deg, #c0c0c0ff 12.72%, #c0c0c000 37.9%);
   mix-blend-mode: normal;
 }

 .container_b75aeb0f87f2 {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 220px;
   z-index: 1;
   left: 379px;
   top: -32px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:3421.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_4495a9c6a16f {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_2f7cc8fdaec6 {
   width: 294px;
   height: 171px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_2f7cc8fdaec6 img {
   position: absolute;
   width: 104.27% !important;
   height: 224.36% !important;
   max-width: none !important;
   left: -2.22%;
   top: -52.69%;
 }

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

 .imageview_c2a6acfbf62c {
   width: 373px;
   height: 249px;
   z-index: 1;
   position: absolute !important;
   left: -0.2px;
   top: -38px;
   _scaling-factor: 0.5;
 }

 .imageview_c2a6acfbf62c.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_418bda61ed64 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_5c66e7e68a94 {
   width: 375px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: -7px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_5c66e7e68a94.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d70c9a9814e6 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .imageview_cb3deb0db63e {
   width: 368px;
   height: 207px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -38px;
   _scaling-factor: 0.5;
 }

 .imageview_cb3deb0db63e.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_73f7fa81a438 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_7d64d1803c50 {
   width: 412px;
   height: 167px;
   z-index: 1;
   position: absolute !important;
   left: -27px;
   top: -7px;
   _scaling-factor: 0.5;
 }

 .imageview_7d64d1803c50.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_c09e7cfe386a {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_e98f7b148eaa {
   width: 187px;
   height: 173px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_e98f7b148eaa img {
   position: absolute;
   width: 121.93% !important;
   height: 164.74% !important;
   max-width: none !important;
   left: -11.00%;
   top: -32.95%;
 }

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

 .imageview_6115bdef4ca3 {
   width: 389px;
   height: 173px;
   z-index: 1;
   position: absolute !important;
   left: -10px;
   top: -9px;
   _scaling-factor: 0.5;
 }

 .imageview_6115bdef4ca3.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d9bb225ced33 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .imageview_51c982562496 {
   width: 377px;
   height: 282px;
   z-index: 1;
   position: absolute !important;
   left: -5.15px;
   top: -122px;
   _scaling-factor: 0.5;
 }

 .imageview_51c982562496.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_367650525d62 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

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

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

 .imageview_a6f31192c058 {
   width: 352px;
   height: 123px;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 24.86px;
   _scaling-factor: 1;
 }

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

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

 .imageview_395a99f36b1e {
   width: 471px;
   height: 210px;
   z-index: 1;
   position: absolute !important;
   left: -52px;
   top: -27px;
   _scaling-factor: 0.5;
 }

 .imageview_395a99f36b1e.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_29c47972cc15 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_c850a0c9595e {
   width: 389px;
   height: 259px;
   z-index: 1;
   position: absolute !important;
   left: -21px;
   top: -52.5px;
   _scaling-factor: 0.5;
 }

 .imageview_c850a0c9595e.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_48424fe4ae22 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_854b605bcbad {
   width: 368px;
   height: 207px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(98deg, #000000ff 15.12%, #00000000 30.48%);
   mix-blend-mode: normal;
 }

 .container_fa737d3b2dd7 {
   position: absolute !important;
   overflow: visible;
   width: 368px;
   height: 207px;
   z-index: 1;
   left: 0px;
   top: -30px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:3449.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_07f32130649f {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_df00b803f92b {
   width: 368px;
   height: 182px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -18px;
   _scaling-factor: 0.5;
 }

 .imageview_df00b803f92b.wp-block-image {
   width: 368px !important;
   height: 155px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f7c68fe84a73 {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_976bd22e26bd {
   width: 343px;
   height: 164px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_a0f894779bef {
   width: 401px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: -18.27px;
   top: -38.17px;
   _scaling-factor: 0.5;
 }

 .imageview_a0f894779bef.wp-block-image {
   width: 368px !important;
   height: 154px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_cdbfc459097b {
   position: relative !important;
   width: 368px;
   height: 155px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_dc2cbb53f87d {
   width: 1643px;
   height: 748px;
   z-index: 1;
   position: absolute !important;
   left: -101px;
   top: -2px;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_be7bcb4860b3 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 742px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_eba2c5ac2804 {
   width: 1714px;
   height: 1143px;
   z-index: 1;
   position: absolute !important;
   left: -137px;
   top: -430px;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_49993dc1bb0d {
   width: 421px;
   height: 59px;
   z-index: 2;
   position: absolute !important;
   left: 510px;
   top: 95px;
   _scaling-factor: 0.5;
 }

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

 .imageview_ad2ff4415cf0 {
   width: 679px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 47.27px;
   top: 296.69px;
   _scaling-factor: 0.5;
 }

 .imageview_ad2ff4415cf0 img {
   position: absolute;
   width: 120.60% !important;
   height: 879.45% !important;
   max-width: none !important;
   left: -13.94%;
   top: -683.56%;
 }

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

 .imageview_d130d5e4454a {
   width: 750px;
   height: 333px;
   z-index: 3;
   position: absolute !important;
   left: 0.89px;
   top: 3.52px;
   _scaling-factor: 0.5;
 }

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

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

 .container_9a38b153502b {
   position: absolute !important;
   overflow: visible;
   width: 751.15px;
   height: 346.74px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_68160a6d3301 {
   position: absolute !important;
   width: 751px;
   height: 346.07px;
   z-index: 2;
   left: 344px;
   top: 202px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

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

 .container_5172b035a57f {
   width: 1505px;
   height: 233px;
   z-index: 2;
   position: absolute !important;
   left: -32px;
   top: 675px;
   background: #c0c0c0;
   filter: blur(17.5px);
 }

 .text_0e6ce9dce519 {
   width: 723px;
   height: 97px;
   z-index: 3;
   position: absolute !important;
   left: 359px;
   top: 662px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-a9ded0a811d5_0e6ce9dce519 {
   line-height: 48px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6c2e09f9cb01_0e6ce9dce519 {
   line-height: 48px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_873c94f781e8 {
   width: 157.82px;
   height: 20.89px;
   z-index: 3;
   position: absolute !important;
   left: 42.05px;
   top: 15.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.96px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9fafd8746eb1 {
   position: absolute !important;
   overflow: visible;
   width: 239px;
   height: 51px;
   z-index: 3;
   left: 601px;
   top: 783px;
   background: #227bb5;
   border-radius: 128px 128px 128px 128px;
   box-shadow: 0px 0px 19.15px #ffffffff;
 }

 .container_wrapper_9fafd8746eb1 {
   position: absolute !important;
   overflow: visible;
   left: 601px;
   top: 783px;
   width: 239px;
   height: 51px;
   z-index: 3;
 }

 .container_nested_9fafd8746eb1 {
   width: 239px;
   height: 51px;
   z-index: 3;
   background: #227bb5;
   border-radius: 128px 128px 128px 128px;
   filter: drop-shadow(0px 0px 19.15px #ffffffff);
 }

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

 .imageview_bf5e95206ca1 {
   width: 1440px;
   height: 41.45px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .text_e0fe45e38da5 {
   width: 372px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_44ab9a0dfd91 {
   width: 474px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4054ff3a0d28 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c4f79dfb03ec {
   width: 99px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0.35px;
   top: 0.35px;
   background: #70b5d9;
   border-radius: 22px 22px 22px 22px;
 }

 .text_bd225cb42c33 {
   width: 99.56px;
   height: 41.58px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.54px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_nested_af4961d56b50 {
   width: 98px;
   height: 41px;
   z-index: 1;
 }

 .text_12dcd6fd727d {
   width: 99px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: -0.29px;
   top: 0.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_bf7d2f5971e4 {
   width: 99px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0.06px;
   top: 0.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_8fdbd9d1651c {
   padding: 9.65px 9.65px 9.65px 9.65px;
   width: 336px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0px 0px 3.22px #00000017;
 }

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

 .imageview_1a4c717f5e07 {
   width: 400px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_e94b0be5418b {
   width: 63px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_e51c57e58021 {
   width: 40.97px;
   height: 40.97px;
   z-index: 3;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_313289ca3c75 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 2;
   left: 308px;
   top: 207px;
 }

 .container_44cdebb7cdda {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_706f73d0454d {
   width: 339px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_501a8e2df9d6 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0158bcf9ab8a {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c7584384b64f {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e227d771c77f {
   width: 161.21px;
   height: 16.41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_a16713eec738 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .imageview_7f8b7e2658b7 {
   width: 400px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_25790f5fb527 {
   width: 63px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_65a72c79653d {
   width: 40.97px;
   height: 40.97px;
   z-index: 3;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_0e792e6f8e6d {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 2;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_0e792e6f8e6d {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_nested_0e792e6f8e6d {
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_2cb488cc925d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c33bee550b24 {
   width: 339px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3cde311f6967 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3e7551ea7110 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_bca830b0ca3c {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_40450e1cbb3f {
   width: 161.21px;
   height: 16.41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_69b431ead657 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .imageview_8ce1425da964 {
   width: 400px;
   height: 269px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_c4b2dc54aa5e {
   width: 63px;
   height: 63px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_5d744c7f14d3 {
   width: 40.97px;
   height: 40.97px;
   z-index: 3;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_851af217c301 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 2;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_851af217c301 {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_nested_851af217c301 {
   width: 63px;
   height: 63px;
   z-index: 2;
 }

 .container_3ac3dacd2bc7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_41a5631cfe81 {
   width: 339px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_19bdeaf675e1 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_989ac720384b {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_76a3ae4bf6b8 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ece9f58f8f80 {
   width: 161.21px;
   height: 16.41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_aa01caf4ffed {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

 .imageview_934615c66f9a img {
   position: absolute;
   width: 1440.0px !important;
   height: 500.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_4e9beeab4495 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-395f5c8710fb_4e9beeab4495 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-ed4d6169e626_4e9beeab4495 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_5a003d4ae884 {
   width: 27.58px;
   height: 27.84px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_5a003d4ae884 img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_044a7c111364 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_53bb10669fc3 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_93551e287309 {
   width: 22.71px;
   height: 26.16px;
   z-index: 2;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_93551e287309 img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_fa83e55275a5 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_f21dd4d7feb5 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_543460e47d2d {
   width: 27.84px;
   height: 32.06px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_543460e47d2d img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_4041d6c452a5 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_cb0352989b6d {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_d6539586e15a {
   width: 216px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d6539586e15a {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 2;
 }

 .container_nested_d6539586e15a {
   width: 216px;
   height: 54px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_81086966a9a0 {
   width: 505px;
   height: 88.66px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_6135870bfaeb {
   width: 207.91px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_ddd6355caa31 {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_cec12a63bcf1 {
   width: 191px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_d76886435de5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_d76886435de5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_d76886435de5 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 2;
 }

 .text_33708a260f84 {
   width: 159px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_b7553adb0c7a {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_403174f7b43c {
   width: 147px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_09c28ede2426 {
   position: relative !important;
   overflow: visible;
   width: 146px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_cdc73e9cb52f {
   width: 205px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8445f8e5df80 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1f27e515a6d3 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a6cadb14eab5 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_60844b4babe6 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_074f1c0eb9f2 {
   width: 177px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d6a8ea91ccc {
   position: relative !important;
   overflow: visible;
   width: 114px;
   height: 184px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_f11514d3e445 {
   width: 369px;
   height: 184px;
   z-index: 2;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_361f283d640e {
   width: 305px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_72a0a744a1d1 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_d1eb782f5a76 {
   width: 16px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_6571d0375473 {
   width: 91px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_38c2f97124e0 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 2;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_7658c90dfe31 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_7658c90dfe31 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7658c90dfe31 {
   width: 100%;
   min-width: 0;
   height: 500px;
   z-index: 1;
 }

 .container_898c29dca6fd {
   width: 1440px;
   height: 5107px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_99764023afdf {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 5px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_fa7a11e899e1 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .text_ff876be5402a {
   width: 42px;
   height: 9px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b6568acb23c5 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 62px;
 }

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

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

 .text_cd7e658b9cf9 {
   width: 38px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ffa4c32ccf1a {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 116px;
 }

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

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

 .text_f91ea536d8f0 {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 6px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a956b5a7ea29 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 170px;
 }

 .container_89aae9ac4ce9 {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 218px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_7d88f5a84d0c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_70e7e325b3f0 {
   position: fixed !important;
   padding: 16px 0 16px 0;
   width: 56px;
   height: 282px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(79deg, #70b5d9ff 0%, #227bb5ff 100%);
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 4px #00000030;
 }

 .container_cf1daad8fec3 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 282px;
   z-index: 2;
   left: 1357px;
   top: 360px;
 }

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

 .imageview_85c9dc01627d {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_ca3c5f63c69b {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c6ec13796a3c {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9c19fee9376b {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_10fa573e0aec {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e1d1b765a98b {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e6fd677438e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_ddeb693051c0 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

 .container_d0369911566f {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_deaeba3e6697 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6afd3cb345ad {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_cbf34078054d {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_83ed3a845c69 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a2bdba00d66e {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_879c4c691f61 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_24c63c523368 {
   width: 1140px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a3c672013d51 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_93c5d5f0f15e {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_47dcfdc8491d {
   width: 1440px;
   height: 892px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 26.79%);
   mix-blend-mode: normal;
 }

 .container_ae11548cd1e7 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 892px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:6048.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_9f102cdd437c {
   width: 64px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.4000000059604645;
 }

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

 .imageview_b1fd4573d397 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 0px;
 }

 .imageview_b1fd4573d397 img {
   position: absolute;
   width: 33.0px !important;
   height: 33.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -1.0px;
 }

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

 .container_928aed65b753 {
   width: 2px;
   height: 12px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff;
 }

 .container_55d6e1b86637 {
   width: 2px;
   height: 12px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff;
 }

 .container_9697da3fa24c {
   width: 8px;
   height: 12px;
   z-index: 4;
   position: absolute !important;
   left: 27.56px;
   top: 26.44px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_07722f455e34 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 2;
   left: 1292px;
   top: 756px;
 }

 .container_87a89569d123 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 892px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #d6d6d6;
 }

 .imageview_53c953568300 {
   width: 1440px;
   height: 106.45px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 825.12px;
 }

 .imageview_53c953568300 img {
   position: absolute;
   width: 1440.0px !important;
   height: 46.9px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_15216433962a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_cf34aabbe0b5 {
   width: 17.94px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
   background: #333333;
   border-radius: 44.85px 44.85px 44.85px 44.85px;
 }

 .imageview_88fc97f989e2 {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_20bc620e972a {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .imageview_5ba054e3645d {
   width: 7.18px;
   height: 7.18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_3467876d0e48 {
   width: 66px;
   height: 13px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_8f8c73091d82 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_b41ebb70a769 {
   width: 162px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 639px;
   top: 841px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6abc94a0b60e {
   width: 118px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10.5px;
 }

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

 .text_5ce3da434713 {
   width: 49px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2263606cc10c {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_7d587a39da96 {
   width: 118px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_765d5441f37e {
   width: 326px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .line_a84c5da1843f {
   width: 20px;
   height: 1.2px;
   z-index: 2;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 24px;
   direction: horizontal;
   background: #ffffff;
 }

 .container_6725d4dd5a37 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 24px;
   z-index: 2;
   left: 407px;
   top: 9px;
 }

 .text_3d5506f5f0da {
   width: fit-content;
   z-index: 2;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_91cb45ba2dd0 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_1d71f8c45e49 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6ace857c2927 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1567bc1eb51e {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_e31281d15c8c {
   width: 203px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 937px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0d9d63eb5cb7 {
   position: absolute !important;
   overflow: visible;
   width: 1140px;
   height: 42px;
   z-index: 2;
   left: 50px;
   top: 18px;
 }

 .container_f802821ec9bc {
   width: 118px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_22470ba927d3 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   z-index: 2;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_06e9228d674c {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 872px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_e4f02ebaef81 {
   width: 1408px;
   height: 1305px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -311px;
   _scaling-factor: 0.5;
 }

 .imageview_e4f02ebaef81.wp-block-image {
   width: 1408px !important;
   height: 775px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_9a355716eb7b {
   position: relative !important;
   width: 1408px;
   height: 775px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 100px 100px 100px 100px;
 }

 .text_b0be55cb00f5 {
   width: 968px;
   height: 227px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-ebb3efec259c_b0be55cb00f5 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-e30393fff88f_b0be55cb00f5 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_08e7a1e80da9 {
   width: 1440px;
   height: 5107px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_cf372b6c96ca {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 5px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_877f981b0b27 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .text_b734ff57503a {
   width: 42px;
   height: 9px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_19678febfa90 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 62px;
 }

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

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

 .text_a28d88e8325d {
   width: 38px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_eba12178f33f {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 116px;
 }

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

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

 .text_6c54ae67db41 {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 6px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_20496841614e {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 170px;
 }

 .container_6e4ac230c5d3 {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 218px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_f5f6a2832303 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_940f6a0b1043 {
   position: fixed !important;
   padding: 16px 0 16px 0;
   width: 56px;
   height: 282px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(79deg, #70b5d9ff 0%, #227bb5ff 100%);
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 4px #00000030;
 }

 .container_69b0f0e88160 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 282px;
   z-index: 2;
   left: 1357px;
   top: 360px;
 }

 .container_2341bc78a3e6 {
   width: 1440px;
   height: 2119px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000094;
 }

 .imageview_ef87afe95ce9 {
   width: 918px;
   height: 918px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_b63e1a7bb401 {
   width: 157.82px;
   height: 20.89px;
   z-index: 5;
   position: absolute !important;
   left: 123px;
   top: 15.09px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.96px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9d0d64683fb4 {
   position: absolute !important;
   overflow: visible;
   width: 403px;
   height: 51px;
   z-index: 5;
   left: 258px;
   top: 812px;
   background: #227bb5;
   border-radius: 128px 128px 128px 128px;
   box-shadow: 0px 0px 19.15px #ffffffff;
 }

 .container_wrapper_9d0d64683fb4 {
   position: absolute !important;
   overflow: visible;
   left: 258px;
   top: 812px;
   width: 403px;
   height: 51px;
   z-index: 5;
 }

 .container_nested_9d0d64683fb4 {
   width: 403px;
   height: 51px;
   z-index: 5;
   background: #227bb5;
   border-radius: 128px 128px 128px 128px;
   filter: drop-shadow(0px 0px 19.15px #ffffffff);
 }

 .container_15df70c7accd {
   position: fixed !important;
   overflow: visible;
   width: 918px;
   height: 918px;
   z-index: 9999;
   left: 261px;
   top: 582px;
   background: #ffffff;
 }

 .imageview_73877fc64f67 {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 1139px;
   top: 526px;
 }

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

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

 .imageview_6eb0f8900ab9 {
   width: 375px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_e2bfbd5c639d {
   width: 375px;
   height: 667px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b36db0b038e2 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.4000000059604645;
 }

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

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

 .imageview_7c521a1dac39 img {
   position: absolute;
   width: 20.6px !important;
   height: 20.6px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.6px;
 }

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

 .container_b62d0a44bc6d {
   width: 1.25px;
   height: 7.5px;
   flex-shrink: 0;
   z-index: 3;
   background: #ffffff;
 }

 .container_fc791e9fb0f1 {
   width: 1.25px;
   height: 7.5px;
   flex-shrink: 0;
   z-index: 3;
   background: #ffffff;
 }

 .container_8e5d24556acc {
   width: 5px;
   height: 7.5px;
   z-index: 3;
   position: absolute !important;
   left: 17.22px;
   top: 16.53px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 2.5px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f8acc0c54917 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e7df8c63b6d7 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 319px;
   top: 575px;
 }

 .imageview_0f391b8cd1a7 {
   width: 311px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_a7f22ab80ed4 {
   width: 62.13px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .input_text_9a1592a1ecc3 {
   width: 311px;
   height: 53px;
   z-index: 1;
   border-bottom: 1px solid #ffffff1a;
   font-family: 'Inter';
 }

 .wrapper_input_text_9a1592a1ecc3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 48px;
   width: 311px;
   height: 53px;
 }

 .input_text_9a1592a1ecc3::placeholder {
   width: 62.13px;
   height: 24px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   text-align: start;
   word-wrap: break-word;
   color: #ffffff;
   font-family: 'Inter';
   letter-spacing: 0.5px;
 }

 .text_065c8ec5cf66 {
   width: 73.94px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_2feef4717671 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 294px;
   top: 18px;
 }

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

 .input_text_85f4a7ea5485 {
   width: 311px;
   height: 53px;
   z-index: 1;
   border-bottom: 1px solid #ffffff1a;
   font-family: 'Inter';
 }

 .wrapper_input_text_85f4a7ea5485 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 125px;
   width: 311px;
   height: 53px;
 }

 .input_text_85f4a7ea5485::placeholder {
   width: 73.94px;
   height: 24px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   text-align: start;
   word-wrap: break-word;
   color: #ffffff;
   font-family: 'Inter';
   letter-spacing: 0.5px;
 }

 .imageview_c16c74ba2b42 {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 294px;
   top: 18px;
 }

 .text_150025f86851 {
   width: 153.3px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .input_text_d447390ade43 {
   width: 311px;
   height: 53px;
   z-index: 1;
   border-bottom: 1px solid #ffffff1a;
   font-family: 'Inter';
 }

 .wrapper_input_text_d447390ade43 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 202px;
   width: 311px;
   height: 53px;
 }

 .input_text_d447390ade43::placeholder {
   width: 153.3px;
   height: 24px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   text-align: start;
   word-wrap: break-word;
   color: #ffffff;
   font-family: 'Inter';
   letter-spacing: 0.5px;
 }

 .text_cb20b2e23137 {
   width: 89.4px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 111px;
   top: 18px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_0b7adac4a751 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 279px;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_0b7adac4a751 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 279px;
   width: 311px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_0b7adac4a751 {
   width: 311px;
   height: 56px;
   z-index: 1;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_3fd2605b3220 {
   width: 19px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d422494601ad {
   width: 6px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d28418de92e5 {
   width: 22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5bd7d8aef2bd {
   width: 53px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 129px;
   top: 359px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 3px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_d66cf1f8c39e {
   padding: 24px 16px 24px 16px;
   width: 343px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 19px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #00000066;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_d66cf1f8c39e {
   position: absolute !important;
   left: 16px;
   top: 19px;
   width: 343px;
   height: 425px;
   z-index: 1;
 }

 .container_nested_d66cf1f8c39e {
   padding: 24px 16px 24px 16px;
   width: 343px;
   height: 425px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #00000066;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_a71037d6c4c0 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 667px;
   left: 0px;
   top: 0px;
   background: #bababa;
 }

 .imageview_862cbd062f9f {
   width: 716.97px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: -170px;
   top: 640px;
 }

 .imageview_862cbd062f9f img {
   position: absolute;
   width: 375.0px !important;
   height: 27.0px !important;
   max-width: none !important;
   left: 170.0px;
   top: 0.0px;
 }

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

 .imageview_b87d2edc82e0 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_8315900ad3f7 {
   width: 11.21px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
   background: #333333;
   border-radius: 28.03px 28.03px 28.03px 28.03px;
 }

 .imageview_569011eb3806 {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_68fe8e365c9a {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_30be50f2b628 {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_38f02a274f50 {
   width: 41px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 3.75px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8.75px 8.75px 8.75px 8.75px;
 }

 .imageview_e465434c22c3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_a06970ad679f {
   width: 103px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 136px;
   top: 646px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

 .container_45cabf21dfbc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 667px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .container_19a745456fbf {
   width: 375px;
   height: 4155px;
   position: absolute !important;
   left: 0px;
   top: 44px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_92cb70469dbf {
   width: 375px;
   height: 711px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_43f965f0f61f {
   width: 375px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_80e56293f33d {
   width: 375px;
   height: 667px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1c82e9ba2a16 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.4000000059604645;
 }

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

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

 .imageview_43a355ca4335 img {
   position: absolute;
   width: 20.6px !important;
   height: 20.6px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.6px;
 }

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

 .container_05a40364784e {
   width: 1.25px;
   height: 7.5px;
   flex-shrink: 0;
   z-index: 3;
   background: #ffffff;
 }

 .container_afc5174ff076 {
   width: 1.25px;
   height: 7.5px;
   flex-shrink: 0;
   z-index: 3;
   background: #ffffff;
 }

 .container_acab4e3ce471 {
   width: 5px;
   height: 7.5px;
   z-index: 3;
   position: absolute !important;
   left: 17.22px;
   top: 16.53px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 2.5px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1763923fdb4d {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_f7f43b45db31 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   z-index: 1;
   left: 319px;
   top: 575px;
 }

 .imageview_1808cfa0fa49 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1808cfa0fa49 img {
   position: absolute;
   width: 311.0px !important;
   height: 24.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_448b96eea85f {
   width: 62.13px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9a0634159c13 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   box-shadow: inset 0 -1px 0 0 #ffffff1a;
 }

 .text_8b6349b14650 {
   width: 73.94px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_fbebb41df84b {
   width: 18px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 294px;
   top: 4px;
 }

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

 .container_7d3c377683b7 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 14px;
 }

 .text_157d55f747da {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_36321123219b {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bf129a19ddf9 {
   width: 311px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 50px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c5d827ca4d87 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
   z-index: 1;
   box-shadow: inset 0 -1px 0 0 #ffffff1a;
 }

 .text_cc684deecacc {
   width: 153.3px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_388fc262bdbe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   box-shadow: inset 0 -1px 0 0 #ffffff1a;
 }

 .text_623757d45c81 {
   width: 89.4px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 111px;
   top: 18px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bb652b893a8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_bb652b893a8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_bb652b893a8d {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 1;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_311c933f4044 {
   width: 19px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_03e0ce71d017 {
   width: 6px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c324720dd541 {
   width: 22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_f6bdda61af11 {
   width: 311px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cca1e30999d {
   padding: 24px 16px 24px 16px;
   width: 343px;
   height: 492px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 19px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #00000066;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_0cca1e30999d {
   position: absolute !important;
   left: 16px;
   top: 19px;
   width: 343px;
   height: 492px;
   z-index: 1;
 }

 .container_nested_0cca1e30999d {
   padding: 24px 16px 24px 16px;
   width: 343px;
   height: 492px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #00000066;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_8b2649de747b {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 667px;
   left: 0px;
   top: 0px;
   background: #bababa;
 }

 .imageview_444b5ac94295 {
   width: 716.97px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: -170px;
   top: 640px;
 }

 .imageview_444b5ac94295 img {
   position: absolute;
   width: 375.0px !important;
   height: 27.0px !important;
   max-width: none !important;
   left: 170.0px;
   top: 0.0px;
 }

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

 .imageview_8b43e790ee94 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_19f226175058 {
   width: 11.21px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
   background: #333333;
   border-radius: 28.03px 28.03px 28.03px 28.03px;
 }

 .imageview_d598c468eb3e {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_ec0026baf7e1 {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_5fcbdf2f7bd9 {
   width: 4.48px;
   height: 4.48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_25f5b5f2e64f {
   width: 41px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 3.75px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8.75px 8.75px 8.75px 8.75px;
 }

 .imageview_4fb48ce0ea76 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_8b30c4cd7cbe {
   width: 103px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 136px;
   top: 646px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6575b2539d9e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 667px;
   flex-shrink: 0;
   background: #ffffff;
 }

 .container_f15a53365ae3 {
   width: 375px;
   height: 4155px;
   position: absolute !important;
   left: 0px;
   top: 44px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_995387d63d81 {
   width: 375px;
   height: 711px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_9d9fa7ae4149 {
   width: 375px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_883ba35ed256 {
   width: 375px;
   height: 667px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7c579ebe7863 {
   width: 268px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 483px;
   _scaling-factor: 0.5;
 }

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

 .container_5d2f0534adf0 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .imageview_72cf2db06a6e {
   width: 78.67px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .imageview_3c5fafbf506b {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 303px;
   top: 11px;
 }

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

 .container_59493baae6f9 {
   position: absolute !important;
   overflow: visible;
   width: 343px;
   height: 46px;
   z-index: 1;
   left: 16px;
   top: 19px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_eed0adb734c5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 667px;
   flex-shrink: 0;
   background: #bababa;
 }

 .container_bd9f65289289 {
   width: 825px;
   height: 568px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:6389.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_f20cea8ce383 {
   position: absolute !important;
   overflow: visible;
   width: 825px;
   height: 568px;
   left: -189.57px;
   top: -85.29px;
   background: #ffffff;
 }

 .text_5faf90a84264 {
   width: 150px;
   height: 87px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.11px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d6bdb9776f86 {
   width: 144px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.39px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b0f6a47c409a {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 140px;
   z-index: 1;
   left: 8px;
   top: 55px;
 }

 .container_04cbd85c4995 {
   position: relative !important;
   width: 166px;
   height: 250px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 66.08px 0;
 }

 .imageview_c0bf9ab39b70 {
   width: 303px;
   height: 281px;
   position: absolute !important;
   left: -93.5px;
   top: 250.79px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

 .imageview_c0bf9ab39b70.wp-block-image {
   width: 166px !important;
   height: 0px !important;
   left: 0px !important;
   top: 251px !important;
   overflow: hidden;
 }

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

 .container_70e4f1bc405f {
   position: relative !important;
   width: 166px;
   height: 251px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   transform: scale(1, -1);
   transform-origin: center;
   background: #e6e2e2;
   border-radius: 0 0 66.08px 0;
 }

 .imageview_827e82ba73a6 {
   width: 641px;
   height: 308px;
   position: absolute !important;
   left: -142.9px;
   top: -48.08px;
   _scaling-factor: 0.5;
 }

 .imageview_827e82ba73a6.wp-block-image {
   width: 167px !important;
   height: 250px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_ef67ad9caaeb {
   position: relative !important;
   width: 167px;
   height: 250px;
   flex-shrink: 0;
   transform: rotate(179.99999499104388deg);
   transform-origin: center;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 66.08px 0;
 }

 .container_5019d3cf6450 {
   width: 518.42px;
   height: 251px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9.71px;
   display: flex !important;
   flex-direction: row;
 }

 .container_51af66e605bc {
   position: absolute !important;
   overflow: visible;
   width: 635px;
   height: 249.87px;
   left: 16px;
   top: 0px;
 }

 .container_db9f8a3f8b71 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 250px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_36e301685c28 {
   width: 375px;
   height: 447px;
   position: absolute !important;
   left: -1px;
   top: -40px;
   _scaling-factor: 0.5;
 }

 .imageview_36e301685c28.wp-block-image {
   width: 374px !important;
   height: 407px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_520f20a214de {
   width: 318px;
   height: 147px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 192px;
   _scaling-factor: 0.5;
 }

 .imageview_520f20a214de img {
   position: absolute;
   width: 130.83% !important;
   height: 139.94% !important;
   max-width: none !important;
   left: -9.69%;
   top: -22.61%;
 }

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

 .container_d93d2dc048ef {
   width: 402px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: -13px;
   top: 379px;
   background: #c0c0c0;
   filter: blur(17.5px);
 }

 .text_a0b737931268 {
   width: 143px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 116px;
   top: 447px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_88569a4f822b {
   width: 20.45px;
   height: 20.45px;
   z-index: 2;
   border-top: 1.46px solid #ffffffff;
   border-right: 1.46px solid #ffffffff;
   border-bottom: 1.46px solid #ffffffff;
   border-left: 1.46px solid #ffffffff;
   position: absolute !important;
   left: 4.38px;
   top: 4.38px;
   background: #da5301;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0px 2.05px 2.05px 1.46px #00000040;
 }

 .container_4d28e05146c3 {
   position: absolute !important;
   overflow: visible;
   width: 29.22px;
   height: 29.22px;
   z-index: 2;
   left: 2.92px;
   top: 2.92px;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0 0 0 1.46px #000000ff;
 }

 .container_6223f9b26457 {
   width: 20.45px;
   height: 20.45px;
   z-index: 2;
   border-top: 1.46px solid #000000ff;
   border-right: 1.46px solid #000000ff;
   border-bottom: 1.46px solid #000000ff;
   border-left: 1.46px solid #000000ff;
   position: absolute !important;
   left: 4.38px;
   top: 4.38px;
   background: #f4f4f4;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
 }

 .container_d95059f21412 {
   position: absolute !important;
   overflow: visible;
   width: 29.22px;
   height: 29.22px;
   z-index: 2;
   left: 40.91px;
   top: 2.92px;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0 0 0 1.46px #000000ff;
 }

 .container_9a9fc1d4c153 {
   width: 20.45px;
   height: 20.45px;
   z-index: 2;
   border-top: 1.46px solid #000000ff;
   border-right: 1.46px solid #000000ff;
   border-bottom: 1.46px solid #000000ff;
   border-left: 1.46px solid #000000ff;
   position: absolute !important;
   left: 4.38px;
   top: 4.38px;
   background: #b8bac0;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
 }

 .container_a6a50fe74313 {
   position: absolute !important;
   overflow: visible;
   width: 29.22px;
   height: 29.22px;
   z-index: 2;
   left: 78.9px;
   top: 2.92px;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0 0 0 1.46px #000000ff;
 }

 .container_0d605f3ab395 {
   width: 20.45px;
   height: 20.45px;
   z-index: 2;
   border-top: 1.46px solid #000000ff;
   border-right: 1.46px solid #000000ff;
   border-bottom: 1.46px solid #000000ff;
   border-left: 1.46px solid #000000ff;
   position: absolute !important;
   left: 4.38px;
   top: 4.38px;
   background: #000000;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
 }

 .container_79743ab7b199 {
   position: absolute !important;
   overflow: visible;
   width: 29.22px;
   height: 29.22px;
   z-index: 2;
   left: 116.88px;
   top: 2.92px;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0 0 0 1.46px #000000ff;
 }

 .container_46af9b659dfc {
   width: 20.45px;
   height: 20.45px;
   z-index: 2;
   border-top: 1.46px solid #000000ff;
   border-right: 1.46px solid #000000ff;
   border-bottom: 1.46px solid #000000ff;
   border-left: 1.46px solid #000000ff;
   position: absolute !important;
   left: 4.38px;
   top: 4.38px;
   background: #4e523b;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
 }

 .container_f75a66a1d61b {
   position: absolute !important;
   overflow: visible;
   width: 29.22px;
   height: 29.22px;
   z-index: 2;
   left: 154.87px;
   top: 2.92px;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0 0 0 1.46px #000000ff;
 }

 .container_2ac9d56aa270 {
   width: 20.45px;
   height: 20.45px;
   z-index: 2;
   border-top: 1.46px solid #000000ff;
   border-right: 1.46px solid #000000ff;
   border-bottom: 1.46px solid #000000ff;
   border-left: 1.46px solid #000000ff;
   position: absolute !important;
   left: 4.38px;
   top: 4.38px;
   background: #42444a;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
 }

 .container_30b251cf43fd {
   position: absolute !important;
   overflow: visible;
   width: 29.22px;
   height: 29.22px;
   z-index: 2;
   left: 192.86px;
   top: 2.92px;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   box-shadow: inset 0 0 0 1.46px #000000ff;
 }

 .container_e17cfe2bae43 {
   position: absolute !important;
   overflow: visible;
   width: 225px;
   height: 35px;
   z-index: 2;
   left: 74.03px;
   top: 404px;
   background: #0000001a;
   border-radius: 12256071px 12256071px 12256071px 12256071px;
   backdrop-filter: blur(14.61px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_cbc757969b9d {
   width: 249px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 94px;
   _scaling-factor: 0.5;
 }

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

 .container_3321ab937058 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 150px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #9a9a9a;
 }

 .container_72db5eda169a {
   position: absolute !important;
   width: 375px;
   height: 523px;
   left: 0px;
   top: -15px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #d6d6d6;
 }

 .text_aa3fbfcdba1b {
   width: 100%;
   min-width: 0;
   height: 21.91px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.91px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_424245495cef {
   width: 100%;
   min-width: 0;
   height: 30.13px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48.21px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-96b0b3229db3_424245495cef {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-e16dcc93b227_424245495cef {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_1ee8a5c3bef4 {
   width: 99.52px;
   height: 21.91px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.91px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_81979a1972f4 {
   width: 100%;
   min-width: 0;
   height: 30.13px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48.21px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-adb0392fbe63_81979a1972f4 {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-903d1c3a8a7e_81979a1972f4 {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .line_0b4f935e154e {
   width: 1px;
   height: 123.26px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #d0d0d0ff;
   border-right: 0.91px solid #d0d0d0ff;
   border-bottom: 0.91px solid #d0d0d0ff;
   border-left: 0.91px solid #d0d0d0ff;
   direction: vertical;
   background: #d0d0d0;
 }

 .text_b77bd29d6362 {
   width: 100%;
   min-width: 0;
   height: 21.91px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.91px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5897a5f32d32 {
   width: 100%;
   min-width: 0;
   height: 30.13px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48.21px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-f4d3faaa42bc_5897a5f32d32 {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-0a5818f54c2b_5897a5f32d32 {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_6312cf94093f {
   width: 100%;
   min-width: 0;
   height: 21.91px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.91px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1bc87458a026 {
   width: 100%;
   min-width: 0;
   height: 30.13px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48.21px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-cc379bfb3bcc_1bc87458a026 {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-afa1e32f56df_1bc87458a026 {
   line-height: 48.21px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_de23bdb7312e {
   width: 289.13px;
   height: 140.61px;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 52.96px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a5449a48073a {
   width: fit-content;
   z-index: 1;
   line-height: 15.7px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8d7fadc9929f {
   padding: 9.42px 18.84px 9.42px 18.84px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 7.85px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 25.12px 25.12px 25.12px 25.12px;
   box-shadow: 0px 0px 18.25px #ffffffff;
 }

 .container_wrapper_8d7fadc9929f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_8d7fadc9929f {
   padding: 9.42px 18.84px 9.42px 18.84px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 7.85px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 25.12px 25.12px 25.12px 25.12px;
   filter: drop-shadow(0px 0px 18.25px #ffffffff);
 }

 .text_2ec830b8aa3d {
   width: fit-content;
   z-index: 1;
   line-height: 15.7px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2ed96e914591 {
   padding: 9.42px 25.12px 9.42px 25.12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.78px solid #ffffffff;
   border-right: 0.78px solid #ffffffff;
   border-bottom: 0.78px solid #ffffffff;
   border-left: 0.78px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 7.85px;
   display: flex !important;
   flex-direction: row;
   border-radius: 25.12px 25.12px 25.12px 25.12px;
 }

 .container_wrapper_2ed96e914591 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_2ed96e914591 {
   padding: 9.42px 25.12px 9.42px 25.12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.78px solid #ffffffff;
   border-right: 0.78px solid #ffffffff;
   border-bottom: 0.78px solid #ffffffff;
   border-left: 0.78px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 7.85px;
   display: flex !important;
   flex-direction: row;
   border-radius: 25.12px 25.12px 25.12px 25.12px;
 }

 .container_259cfc7fbe1b {
   width: 293px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 164.61px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12.56px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d8ad44a51b64 {
   position: absolute !important;
   overflow: visible;
   width: 322px;
   height: 205px;
   z-index: 1;
   left: 26px;
   top: 21px;
 }

 .container_ae00cc3d84fe {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 287px;
   z-index: 1;
   left: 0px;
   top: 469px;
   background: #c1c1c1;
 }

 .imageview_9a7be75157a5 {
   width: 375px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_ce94ef4a1f2e {
   position: absolute !important;
   width: 375px;
   height: 756px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_4df743bc117b {
   width: 450px;
   height: 734px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #c1c1c1ff 0%, #c1c1c100 36.44%);
   mix-blend-mode: normal;
 }

 .container_d44bd7307cc5 {
   position: absolute !important;
   overflow: visible;
   width: 450px;
   height: 734px;
   left: -74.75px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:11419.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_0a3a23aa5e4b {
   width: 279px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27.68px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_06ce9a114f16 {
   position: absolute !important;
   overflow: visible;
   width: 285.83px;
   height: 153px;
   z-index: 1;
   left: 45px;
   top: 38px;
 }

 .container_bfea935b96af {
   position: absolute !important;
   width: 375px;
   height: 612px;
   left: 0px;
   top: 756px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_3f12455f01cc {
   width: 608px;
   height: 342px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000087;
   mix-blend-mode: normal;
 }

 .container_54e396bf0675 {
   position: absolute !important;
   overflow: visible;
   width: 608px;
   height: 342px;
   left: -116px;
   top: -61px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:11423.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_8755686e2f4e {
   width: 66.86px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 25px;
 }

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

 .text_f5054fc9bcd6 {
   width: fit-content;
   z-index: 1;
   line-height: 14.71px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6b31505635d7 {
   padding: 9.81px 13.07px 9.81px 13.07px;
   width: 132.37px;
   height: 34.61px;
   z-index: 1;
   position: absolute !important;
   left: 122px;
   top: 173px;
   justify-content: center;
   align-items: center;
   gap: 0 8.17px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 81.71px 81.71px 81.71px 81.71px;
   box-shadow: 0px 0px 15.65px #ffffffff;
 }

 .container_wrapper_6b31505635d7 {
   position: absolute !important;
   left: 122px;
   top: 173px;
   width: 132.37px;
   height: 34.61px;
   z-index: 1;
 }

 .container_nested_6b31505635d7 {
   padding: 9.81px 13.07px 9.81px 13.07px;
   width: 132.37px;
   height: 34.61px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8.17px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 81.71px 81.71px 81.71px 81.71px;
   filter: drop-shadow(0px 0px 15.65px #ffffffff);
 }

 .text_e996f5cc270e {
   width: 130px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.76px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8d8fd1e10689 {
   width: 152px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 33px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1b2c0b5e3087 {
   position: absolute !important;
   overflow: visible;
   width: 152px;
   height: 64px;
   z-index: 1;
   left: 112px;
   top: 88px;
 }

 .container_be1a4e1157f8 {
   position: absolute !important;
   width: 375px;
   height: 281px;
   left: 0px;
   top: 1368px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #efefef;
 }

 .container_835ab8e22197 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1649px;
   flex-shrink: 0;
 }

 .container_c67ba8481923 {
   width: 825px;
   height: 568px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:11443.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_97b3b531b34b {
   position: absolute !important;
   overflow: visible;
   width: 825px;
   height: 568px;
   left: -189.57px;
   top: -85.29px;
   background: #ffffff;
 }

 .text_9524cea73b0e {
   width: 150px;
   height: 87px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.11px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_469ced46109c {
   width: 144px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.39px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9075226c7eb4 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 140px;
   z-index: 1;
   left: 8px;
   top: 55px;
 }

 .container_c6f7bdfc8ac7 {
   position: relative !important;
   width: 166px;
   height: 250px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 66.08px 0;
 }

 .imageview_8c1b889415d1 {
   width: 303px;
   height: 281px;
   position: absolute !important;
   left: -93.5px;
   top: 250.79px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

 .imageview_8c1b889415d1.wp-block-image {
   width: 166px !important;
   height: 0px !important;
   left: 0px !important;
   top: 251px !important;
   overflow: hidden;
 }

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

 .container_0d8c008c7bb7 {
   position: relative !important;
   width: 166px;
   height: 251px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   transform: scale(1, -1);
   transform-origin: center;
   background: #e6e2e2;
   border-radius: 0 0 66.08px 0;
 }

 .imageview_a21cf33e4a2b {
   width: 641px;
   height: 308px;
   position: absolute !important;
   left: -142.9px;
   top: -48.08px;
   _scaling-factor: 0.5;
 }

 .imageview_a21cf33e4a2b.wp-block-image {
   width: 167px !important;
   height: 250px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_62f99f209a7e {
   position: relative !important;
   width: 167px;
   height: 250px;
   flex-shrink: 0;
   transform: rotate(179.99999499104388deg);
   transform-origin: center;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 66.08px 0;
 }

 .container_38781af72379 {
   width: 518.42px;
   height: 251px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9.71px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8249902215c6 {
   position: absolute !important;
   overflow: visible;
   width: 635px;
   height: 249.87px;
   left: 16px;
   top: 0px;
 }

 .container_8995acf0e481 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 250px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_edae589aa618 {
   width: 375px;
   height: 570px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_edae589aa618 img {
   position: absolute;
   width: 375.0px !important;
   height: 552.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_40acd2ebfb30 {
   width: 17.88px;
   height: 18.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_40acd2ebfb30 img {
   position: absolute;
   width: 16.9px !important;
   height: 16.5px !important;
   max-width: none !important;
   left: 0.5px;
   top: 1.0px;
 }

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

 .container_e99045effe5b {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_189b849b614f {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_58ff415b5ee7 {
   width: 14.72px;
   height: 16.95px;
   z-index: 1;
   position: absolute !important;
   left: 1.09px;
   top: 0px;
 }

 .imageview_58ff415b5ee7 img {
   position: absolute;
   width: 14.3px !important;
   height: 14.3px !important;
   max-width: none !important;
   left: 0.2px;
   top: 1.7px;
 }

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

 .container_bf35a4a16f37 {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_b27aa7bb2bf3 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_a9d8ad0f4b34 {
   width: 18.04px;
   height: 20.78px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.09px;
 }

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

 .imageview_a9d8ad0f4b34 img {
   position: absolute;
   width: 17.3px !important;
   height: 16.9px !important;
   max-width: none !important;
   left: 0.2px;
   top: 1.7px;
 }

 .container_df7ba930c9f8 {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_f0945063c987 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .container_f7f6b8bb0d6d {
   width: 140px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 219px;
   top: 33px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 17.5px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fbf1bb396d25 {
   width: 149px;
   height: 27px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_546ca2d78e60 {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_7345a7cdbd8a {
   width: 127px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9a31e68772fe {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_074125d3e4f0 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d6f2cfdc808c {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_cb323cdd78a4 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6cb4e7aea1fd {
   width: 127px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e11c78057332 {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 162px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_a376a2aadc95 {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ed3071a1f497 {
   width: 137px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_a35a69ed5e9b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_e3db93c147d6 {
   width: 159px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_4aec615be8b2 {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_634e2a97b0fc {
   width: 147px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_ddd1bfb83fbe {
   position: relative !important;
   overflow: visible;
   width: 146px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_9741f2521b10 {
   width: 100%;
   min-width: 0;
   height: 162px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_44b79057064a {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_61ddf55792bb {
   width: 16px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
 }

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

 .text_4000b1b99280 {
   width: 91px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_25ebff0cbd42 {
   position: absolute !important;
   overflow: visible;
   width: 123px;
   height: 16px;
   z-index: 2;
   left: 16px;
   top: 13px;
 }

 .imageview_5b699ce215fc {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 303px;
   top: 9px;
 }

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

 .container_3396ffa6c6e7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

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

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

 .text_8147e3e0c7ba {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 2;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8147e3e0c7ba {
   overflow: visible;
 }

 .text-6fee61a66592_8147e3e0c7ba {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-7a243d9be37f_8147e3e0c7ba {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1bef64971b01 {
   width: 343px;
   height: 486px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 51px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9da5a5f255e3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 570px;
   flex-shrink: 0;
 }

 .container_b0fce98475fe {
   width: 375px;
   height: 3546px;
   position: absolute !important;
   left: 0px;
   top: 44px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_7b45cad2a26b {
   width: 375px;
   height: 3572px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6210f781807c {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_d682850a0627 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_84fc1e5b31f9 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_fbde4c022154 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0777d61b928e {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_640c6673b801 {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_84f77c126509 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_0dccb681dda0 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

 .container_2ba5b35e4262 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7504d8a37854 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d361ccc91ac0 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_e9968e8abdfa {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_fde8f2c67501 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1179dbff3f42 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_ee38ff9b6239 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_90af5c315d7e {
   width: 1140px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2e8b3a86fa03 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_18819dbec4ba {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_7189af1c1441 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 68px;
 }

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

 .text_4d95d911dfa9 {
   width: 50px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1b71c00f7262 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 5px;
 }

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

 .container_d643e28b64ef {
   position: absolute !important;
   overflow: visible;
   width: 66px;
   height: 18px;
   z-index: 1;
   left: 1274px;
   top: 75px;
 }

 .text_6c515c0f5ad0 {
   width: 71px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.2px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_34c9239a69c4 {
   position: absolute !important;
   overflow: visible;
   width: 113px;
   height: 44px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
   box-shadow: inset 0 0 0 1.06px #ffffffff;
 }

 .imageview_8e3186ef90dd {
   width: 44px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 112px;
   top: 0px;
 }

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

 .container_13b3e9853c28 {
   position: absolute !important;
   overflow: visible;
   width: 157px;
   height: 44px;
   z-index: 1;
   left: 1093px;
   top: 60px;
 }

 .container_fc5f27882e4b {
   width: 1923px;
   height: 1082px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 12.3%, #00000000 30.15%);
   mix-blend-mode: normal;
 }

 .container_49bb44170e41 {
   position: absolute !important;
   overflow: visible;
   width: 1923px;
   height: 1082px;
   z-index: 2;
   left: -483px;
   top: -121.59px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:16566.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_cefe5c850540 {
   width: 390px;
   height: 55px;
   z-index: 3;
   position: absolute !important;
   left: 917px;
   top: 332.62px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7ced72a09ff3 {
   width: 118px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 10.5px;
 }

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

 .text_53a795411d2b {
   width: 49px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2cb3ecead77c {
   width: 61px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_68dc9f8945c2 {
   width: 118px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5e427fc1f545 {
   width: 326px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .line_3def0899139f {
   width: 20px;
   height: 1.2px;
   z-index: 3;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   position: absolute !important;
   left: 99px;
   top: 24px;
   direction: horizontal;
   background: #ffffff;
 }

 .container_d79a82032632 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 24px;
   z-index: 3;
   left: 407px;
   top: 9px;
 }

 .text_807997421757 {
   width: fit-content;
   z-index: 3;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_66ef6a1fa8e0 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_427c6fbea398 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1aa4cfec9edb {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_8c1a2db38686 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .container_ed4a80d1853a {
   width: 203px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 937px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_80d273942326 {
   position: absolute !important;
   overflow: visible;
   width: 1140px;
   height: 42px;
   z-index: 3;
   left: 50px;
   top: 24px;
 }

 .container_5585888f44c2 {
   width: 118px;
   height: 21px;
   z-index: 4;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_9c1245ace9a0 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 90px;
   z-index: 3;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_3b42349d8abb {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 720px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #d6d6d6;
 }

 .container_da71db22bfe0 {
   width: 1953px;
   height: 1345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:16611.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_3767cb0857ce {
   position: absolute !important;
   overflow: visible;
   width: 1953px;
   height: 1345px;
   z-index: 1;
   left: -449px;
   top: -202px;
   background: #ffffff;
 }

 .text_f70442c2531a {
   width: 100%;
   min-width: 0;
   height: 207px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_bc6211007c57 {
   width: 270px;
   height: 90px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0acba37a5378 {
   width: 299px;
   height: 309px;
   z-index: 2;
   position: absolute !important;
   left: 48px;
   top: 142px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc4246b385da {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 159.57px 0;
 }

 .imageview_0749dbb52f50 {
   width: 891px;
   height: 594px;
   z-index: 1;
   position: absolute !important;
   left: -262.45px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_0749dbb52f50.wp-block-image {
   width: 396px !important;
   height: 594px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_5e16eee645de {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   transform: rotate(179.99999499104388deg);
   transform-origin: center;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 0 159.57px;
 }

 .imageview_8221ff62afa0 {
   width: 1042px;
   height: 695px;
   z-index: 1;
   position: absolute !important;
   left: -311px;
   top: 594px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .container_3d5cc477da46 {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   transform: scale(1, -1);
   transform-origin: center;
   background: #e6e2e2;
   border-radius: 0 0 0 159.57px;
 }

 .imageview_bc14b833f6aa {
   width: 718px;
   height: 665px;
   z-index: 1;
   position: absolute !important;
   left: -219px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_bc14b833f6aa.wp-block-image {
   width: 396px !important;
   height: 594px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_dc337fdb20d1 {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   transform: rotate(0.00001001791226195056deg);
   transform-origin: center;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 159.57px 0;
 }

 .container_75bdeda664d0 {
   width: 1653px;
   height: 594px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 23px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6295df89450a {
   position: absolute !important;
   overflow: visible;
   width: 1653px;
   height: 594px;
   z-index: 1;
   left: 100px;
   top: 0px;
 }

 .container_f8acff087d01 {
   position: relative !important;
   width: 1440px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_8cf1ffe53cd4 {
   width: 1456px;
   height: 819px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000082;
   mix-blend-mode: normal;
 }

 .container_9cc23e3f3f1d {
   position: absolute !important;
   overflow: visible;
   width: 1456px;
   height: 819px;
   z-index: 1;
   left: -16px;
   top: -4.39px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:21590.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_8f9acf799fb8 {
   width: 100%;
   min-width: 0;
   height: 61px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 69.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_7f16ed80a05a {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_9d845306d580 {
   width: 107px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 68.42px;
   top: 17.89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_45dfe2b00190 {
   position: relative !important;
   overflow: visible;
   width: 243px;
   height: 62px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 155.8px 155.8px 155.8px 155.8px;
   box-shadow: 0px 0px 23.25px #ffffffff;
 }

 .container_wrapper_45dfe2b00190 {
   position: relative !important;
   overflow: visible;
   width: 243px;
   height: 62px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_45dfe2b00190 {
   width: 243px;
   height: 62px;
   z-index: 2;
   background: #ffffff;
   border-radius: 155.8px 155.8px 155.8px 155.8px;
   filter: drop-shadow(0px 0px 23.25px #ffffffff);
 }

 .container_a1cea981a329 {
   width: 353px;
   height: 197px;
   z-index: 2;
   position: absolute !important;
   left: 544px;
   top: 295px;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_37d84419b0cc {
   width: 191.29px;
   height: 206px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 61px;
 }

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

 .container_0588126425bd {
   position: absolute !important;
   width: 1440px;
   height: 786px;
   z-index: 1;
   left: 0px;
   top: 1564px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ebe4e4;
 }

 .imageview_19e423b0eee7 {
   width: 1918px;
   height: 1279px;
   z-index: 1;
   position: absolute !important;
   left: -4px;
   top: -419px;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_661d6e6e251e {
   width: 1918px;
   height: 1279px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: -419px;
   _scaling-factor: 0.5;
 }

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

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

 .imageview_9f6cabae5bff {
   width: 761px;
   height: 58px;
   z-index: 3;
   position: absolute !important;
   left: 53px;
   top: 332.65px;
   _scaling-factor: 0.5;
 }

 .imageview_9f6cabae5bff img {
   position: absolute;
   width: 120.60% !important;
   height: 879.45% !important;
   max-width: none !important;
   left: -13.94%;
   top: -683.56%;
 }

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

 .imageview_298ed4620153 {
   width: 841px;
   height: 373px;
   z-index: 4;
   position: absolute !important;
   left: 1px;
   top: 3.95px;
   _scaling-factor: 0.5;
 }

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

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

 .container_fc7ae41d6742 {
   position: absolute !important;
   overflow: visible;
   width: 842.17px;
   height: 388.75px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_4ed0967930a3 {
   position: absolute !important;
   width: 842px;
   height: 388px;
   z-index: 3;
   left: 534px;
   top: 286px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_0d5738416463 {
   position: absolute !important;
   width: 1440px;
   height: 860px;
   z-index: 1;
   left: 0px;
   top: -140px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_a1bb566e9219 {
   width: 1440px;
   height: 36.45px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_a561e21f185d {
   width: 1505px;
   height: 176px;
   z-index: 2;
   position: absolute !important;
   left: -33px;
   top: 638px;
   background: #c0c0c0;
   filter: blur(17.5px);
 }

 .imageview_f17bcb010eba {
   width: 300px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

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

 .container_fec2378316d1 {
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_50795746d42a {
   width: 27.13px;
   height: 27.13px;
   z-index: 2;
   border-top: 1.94px solid #ffffffff;
   border-right: 1.94px solid #ffffffff;
   border-bottom: 1.94px solid #ffffffff;
   border-left: 1.94px solid #ffffffff;
   position: absolute !important;
   left: 6px;
   top: 5.49px;
   background: #da5301;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   box-shadow: inset 0px 2.71px 2.71px 1.94px #00000040;
 }

 .container_e0688aa61e68 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 38px;
   z-index: 2;
   left: 4px;
   top: 3.51px;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
 }

 .container_d2dd312c43f8 {
   width: 27.13px;
   height: 27.13px;
   z-index: 2;
   border-top: 1.94px solid #000000ff;
   border-right: 1.94px solid #000000ff;
   border-bottom: 1.94px solid #000000ff;
   border-left: 1.94px solid #000000ff;
   position: absolute !important;
   left: 5.81px;
   top: 6.81px;
   background: #f4f4f4;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
 }

 .container_7deebb3c9bd0 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 39px;
   z-index: 2;
   left: 55px;
   top: 4px;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   box-shadow: inset 0 0 0 1.94px #000000ff;
 }

 .container_1cb267863ed5 {
   width: 27.13px;
   height: 27.13px;
   z-index: 2;
   border-top: 1.94px solid #000000ff;
   border-right: 1.94px solid #000000ff;
   border-bottom: 1.94px solid #000000ff;
   border-left: 1.94px solid #000000ff;
   position: absolute !important;
   left: 5.81px;
   top: 6.81px;
   background: #b8bac0;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
 }

 .container_f9ef30b99ede {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 39px;
   z-index: 2;
   left: 105px;
   top: 3.51px;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   box-shadow: inset 0 0 0 1.94px #000000ff;
 }

 .container_927b0f03c826 {
   width: 27.13px;
   height: 27.13px;
   z-index: 2;
   border-top: 1.94px solid #000000ff;
   border-right: 1.94px solid #000000ff;
   border-bottom: 1.94px solid #000000ff;
   border-left: 1.94px solid #000000ff;
   position: absolute !important;
   left: 5.81px;
   top: 6.81px;
   background: #000000;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
 }

 .container_1dbc48da8fd6 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 39px;
   z-index: 2;
   left: 156px;
   top: 3px;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   box-shadow: inset 0 0 0 1.94px #000000ff;
 }

 .container_e037c3d7273d {
   width: 27.13px;
   height: 27.13px;
   z-index: 2;
   border-top: 1.94px solid #000000ff;
   border-right: 1.94px solid #000000ff;
   border-bottom: 1.94px solid #000000ff;
   border-left: 1.94px solid #000000ff;
   position: absolute !important;
   left: 5.81px;
   top: 6.81px;
   background: #4e523b;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
 }

 .container_46739957a642 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 39px;
   z-index: 2;
   left: 206px;
   top: 3px;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   box-shadow: inset 0 0 0 1.94px #000000ff;
 }

 .container_02fd5d2b277a {
   width: 27.13px;
   height: 27.13px;
   z-index: 2;
   border-top: 1.94px solid #000000ff;
   border-right: 1.94px solid #000000ff;
   border-bottom: 1.94px solid #000000ff;
   border-left: 1.94px solid #000000ff;
   position: absolute !important;
   left: 5.81px;
   top: 6.81px;
   background: #42444a;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
 }

 .container_883d06695597 {
   position: absolute !important;
   overflow: visible;
   width: 38px;
   height: 39px;
   z-index: 2;
   left: 256px;
   top: 3.51px;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   box-shadow: inset 0 0 0 1.94px #000000ff;
 }

 .container_dfa819b9a94b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 46px;
   flex-shrink: 0;
   z-index: 2;
   background: #0000001a;
   border-radius: 16257126px 16257126px 16257126px 16257126px;
   backdrop-filter: blur(19.38px);
   -webkit-font-smoothing: antialiased;
 }

 .text_ae50f7dac2e9 {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .text_f6ea4a49f40e {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_03a370eb7bf6 {
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-83674e25f41e_03a370eb7bf6 {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-9267eaf639e0_03a370eb7bf6 {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_29595d417c4d {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_68f53356085d {
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-5170929c5b5c_68f53356085d {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-4b4a1cf8319e_68f53356085d {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .line_50e51a3507f4 {
   width: 1px;
   height: 135px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #d0d0d0ff;
   border-right: 1px solid #d0d0d0ff;
   border-bottom: 1px solid #d0d0d0ff;
   border-left: 1px solid #d0d0d0ff;
   direction: vertical;
   background: #d0d0d0;
 }

 .text_879657f5a021 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ca1a1b8a8726 {
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-a34d1464d55d_ca1a1b8a8726 {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-5e7e4908a636_ca1a1b8a8726 {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_53f44764017d {
   width: 109px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_7ead252a579e {
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 52.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-c6a66dd2e563_7ead252a579e {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-9c8a254cd63d_7ead252a579e {
   line-height: 52.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .text_be503f388c3e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2fd3858bac77 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 0px 23.25px #ffffffff;
 }

 .container_wrapper_2fd3858bac77 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_2fd3858bac77 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
   filter: drop-shadow(0px 0px 23.25px #ffffffff);
 }

 .text_b3797781dd6f {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d0d7047de830 {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_d0d7047de830 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_d0d7047de830 {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 32px 32px 32px 32px;
 }

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

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

 .container_d764d460822d {
   width: 353px;
   height: 482px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 147px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3029c3167f13 {
   position: absolute !important;
   width: 1440px;
   height: 764px;
   z-index: 1;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_6bcab7a6812a {
   width: 1449px;
   height: 805px;
   z-index: 1;
   position: absolute !important;
   left: -9.2px;
   top: -0.11px;
   _scaling-factor: 0.5;
 }

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

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

 .text_57cffac157db {
   width: 519px;
   height: 141px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 100px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1f473eb054ff {
   position: absolute !important;
   width: 1440px;
   height: 800px;
   z-index: 1;
   left: 0px;
   top: 764px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ebe4e4;
 }

 .container_c3eeddd8d48d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2350px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_db06b5cf64b5 {
   width: 1953px;
   height: 1345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/54d7107a-f896-43dc-b7a9-436529cfcfe8/1:21694.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_91894dc36387 {
   position: absolute !important;
   overflow: visible;
   width: 1953px;
   height: 1345px;
   z-index: 1;
   left: -449px;
   top: -202px;
   background: #ffffff;
 }

 .text_5346c9730087 {
   width: 100%;
   min-width: 0;
   height: 207px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d5147079ca6b {
   width: 270px;
   height: 90px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_408d8363b70b {
   width: 299px;
   height: 309px;
   z-index: 2;
   position: absolute !important;
   left: 48px;
   top: 142px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_124dac77d6f6 {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 159.57px 0;
 }

 .imageview_66e13a6caa0b {
   width: 1059px;
   height: 596px;
   z-index: 1;
   position: absolute !important;
   left: -359px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_66e13a6caa0b.wp-block-image {
   width: 396px !important;
   height: 594px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_b7c6a1c528cf {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   transform: rotate(179.99999499104388deg);
   transform-origin: center;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 0 159.57px;
 }

 .imageview_154e0a3da1e4 {
   width: 396px;
   height: 594px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 594px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .container_33c30cf9d7f9 {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   transform: scale(1, -1);
   transform-origin: center;
   background: #e6e2e2;
   border-radius: 0 0 0 159.57px;
 }

 .imageview_82a3d8510ef2 {
   width: 1268px;
   height: 713px;
   z-index: 1;
   position: absolute !important;
   left: -536px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_82a3d8510ef2.wp-block-image {
   width: 396px !important;
   height: 594px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_eef87bbe2c59 {
   position: relative !important;
   width: 396px;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   transform: rotate(0.00001001791226195056deg);
   transform-origin: center;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e6e2e2;
   border-radius: 0 0 159.57px 0;
 }

 .container_646187ee5212 {
   width: 1653px;
   height: 594px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 23px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d77409f6e482 {
   position: absolute !important;
   overflow: visible;
   width: 1653px;
   height: 594px;
   z-index: 1;
   left: 100px;
   top: 0px;
 }

 .container_8f29e7079e88 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 594px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
 }

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

 .imageview_0bf929a16f75 img {
   position: absolute;
   width: 1440.0px !important;
   height: 483.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_ef13bf334c85 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-262ba1b15199_ef13bf334c85 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-232e41f5f9f8_ef13bf334c85 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_9478ed089e1f {
   width: 27.58px;
   height: 27.84px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_9478ed089e1f img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_1c6bc3520244 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_0c71a863296d {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_0c71a863296d {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_0c71a863296d {
   width: 54px;
   height: 54px;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_abcf85942934 {
   width: 22.71px;
   height: 26.16px;
   z-index: 2;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_abcf85942934 img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_b29a89b584cc {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_50cc6a946b3b {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_50cc6a946b3b {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_50cc6a946b3b {
   width: 54px;
   height: 54px;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_f47ba4a05720 {
   width: 27.84px;
   height: 32.06px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_f47ba4a05720 img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_7d5eb0be5c28 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 2;
   left: 13.5px;
   top: 13.5px;
 }

 .container_ca9236c703cf {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_ca9236c703cf {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_ca9236c703cf {
   width: 54px;
   height: 54px;
   z-index: 2;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_6d1da657b883 {
   width: 216px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6d1da657b883 {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 2;
 }

 .container_nested_6d1da657b883 {
   width: 216px;
   height: 54px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_47776ab96dd8 {
   width: 505px;
   height: 88.66px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_4c401c36bcad {
   width: 207.91px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_265f0c1c985c {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_88886f64ec79 {
   width: 191px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_b621404901f1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_72f90460e464 {
   width: 159px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_4cb93b9cd4a2 {
   position: relative !important;
   overflow: visible;
   width: 127px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8e181a9115f6 {
   width: 147px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_64b05c4227e5 {
   position: relative !important;
   overflow: visible;
   width: 146px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_b314baded739 {
   width: 205px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1a0343c09cd1 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_55229a2886b1 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_fd54a09f254f {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_46fb2b51fced {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_25e4e83aa98e {
   width: 177px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_731c87b58524 {
   position: relative !important;
   overflow: visible;
   width: 114px;
   height: 184px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_d67df871d9eb {
   width: 369px;
   height: 184px;
   z-index: 2;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a43260fc087d {
   width: 305px;
   height: 34px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_bf9e882af2d4 {
   width: 40px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_f136faec701c {
   width: 16px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_50bedd0a3f32 {
   width: 91px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_72a94528a94d {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 2;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_f63c01cf1317 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_f63c01cf1317 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f63c01cf1317 {
   width: 100%;
   min-width: 0;
   height: 500px;
   z-index: 1;
 }

 .container_9bf4b6081483 {
   width: 1440px;
   height: 5078px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_19f5994a3c56 {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 5px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_434662d4676e {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .text_266621a5b102 {
   width: 42px;
   height: 9px;
   z-index: 2;
   position: absolute !important;
   left: 7px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_719048f6f605 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 62px;
 }

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

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

 .text_54485d1115b3 {
   width: 38px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f7b705322d23 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 40px;
   z-index: 2;
   left: 0px;
   top: 116px;
 }

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

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

 .text_fe12c8b80351 {
   width: 45px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: 6px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 7.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_32bdd6ec1e4b {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 170px;
 }

 .container_f33c30652f7f {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 218px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_51b66b6087d6 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_ea95849ee1a9 {
   position: fixed !important;
   padding: 16px 0 16px 0;
   width: 56px;
   height: 282px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(79deg, #70b5d9ff 0%, #227bb5ff 100%);
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 4px #00000030;
 }

 .container_89e73acc8c17 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 282px;
   z-index: 2;
   left: 1357px;
   top: 360px;
 }

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

 .imageview_3dc7aa676f5b {
   width: 118px;
   height: 21px;
   position: absolute !important;
   left: 100px;
   top: 68px;
 }

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

 .text_106f57b19d05 {
   width: 50px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_738e9889cf20 {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 58px;
   top: 5px;
 }

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

 .container_03004147bd1a {
   position: absolute !important;
   overflow: visible;
   width: 66px;
   height: 18px;
   left: 1274px;
   top: 75px;
 }

 .text_37b776c2313c {
   width: 71px;
   height: 18px;
   position: absolute !important;
   left: 21px;
   top: 13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.2px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9bd45cd339b7 {
   position: absolute !important;
   overflow: visible;
   width: 113px;
   height: 44px;
   left: 0px;
   top: 0px;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
   box-shadow: inset 0 0 0 1.06px #ffffffff;
 }

 .imageview_5de9175e761d {
   width: 44px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 112px;
   top: 0px;
 }

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

 .container_d7cfd6854914 {
   position: absolute !important;
   overflow: visible;
   width: 157px;
   height: 44px;
   left: 1093px;
   top: 60px;
 }

 .imageview_62ac2c11bc92 {
   width: 1923px;
   height: 1082px;
   z-index: 1;
   position: absolute !important;
   left: -483px;
   top: -121.59px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c46eb156915b {
   width: 390px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 917px;
   top: 332.62px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c1ee9af3782b {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_9be0ee639f14 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c7e75a97161e {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_bd094337f927 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a751bba60625 {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_7b7085ebc67a {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2fc4af9078b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_413f8bfbda21 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1.2px solid #ffffffff;
   border-right: 1.2px solid #ffffffff;
   border-bottom: 1.2px solid #ffffffff;
   border-left: 1.2px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

 .text_395c73c074eb {
   width: fit-content;
   z-index: 2;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_60c9ed81ea94 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_wrapper_60c9ed81ea94 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_60c9ed81ea94 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.06px solid #ffffffff;
   border-right: 1.06px solid #ffffffff;
   border-bottom: 1.06px solid #ffffffff;
   border-left: 1.06px solid #ffffffff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_2217fbbd84e7 {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_56d66a33a4f3 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_4169ad078d43 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_810446101462 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

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

 .container_b2bee7cdb910 {
   width: 1140px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c9e0c88346c8 {
   width: 118px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_00ffd0aa9b64 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   z-index: 2;
   left: 100px;
   top: 50px;
   background: #0000004d;
   border-radius: 41px 41px 41px 41px;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_cbf0aa3866c8 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 720px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #d6d6d6;
 }

 .text_285db1557ef6 {
   width: 372px;
   height: 37px;
   position: absolute !important;
   left: 51px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c5bef7867bc3 {
   width: 474px;
   height: 30px;
   position: absolute !important;
   left: 0px;
   top: 45px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e90add69b23d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 75px;
   flex-shrink: 0;
 }

 .container_b18711172edf {
   width: 99px;
   height: 41px;
   position: absolute !important;
   left: 0.35px;
   top: 0.35px;
   background: #70b5d9;
   border-radius: 22px 22px 22px 22px;
 }

 .text_99622c76fe28 {
   width: 99.56px;
   height: 41.58px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.54px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_7543b96ea6ca {
   position: relative !important;
   overflow: visible;
   width: 98px;
   height: 41px;
   flex-shrink: 0;
 }

 .container_wrapper_7543b96ea6ca {
   position: relative !important;
   overflow: visible;
   width: 98px;
   height: 41px;
   flex-shrink: 0;
 }

 .container_nested_7543b96ea6ca {
   width: 98px;
   height: 41px;
 }

 .text_d3e354ef1fbc {
   width: 99px;
   height: 41px;
   position: absolute !important;
   left: -0.29px;
   top: 0.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3c649cc25ec0 {
   position: relative !important;
   overflow: visible;
   width: 98px;
   height: 41px;
   flex-shrink: 0;
 }

 .text_b22ef60faf04 {
   width: 99px;
   height: 41px;
   position: absolute !important;
   left: 0.06px;
   top: 0.35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3c9d0be7fd02 {
   position: relative !important;
   overflow: visible;
   width: 98px;
   height: 41px;
   flex-shrink: 0;
 }

 .container_6776dd82f0e1 {
   width: 316.71px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9.65px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a3ffab4b7653 {
   padding: 9.65px 9.65px 9.65px 9.65px;
   width: 336px;
   height: 60px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0px 0px 3.22px #00000017;
 }

 .container_bbc94a2ceeb2 {
   width: 474px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1d3a953bb694 {
   width: 400px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_6e55b16b6528 {
   width: 63px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_b5f246337a2d {
   width: 40.97px;
   height: 40.97px;
   z-index: 2;
   position: absolute !important;
   left: 11.01px;
   top: 11.02px;
 }

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

 .container_cac64dfcaa5a {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 1;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_cac64dfcaa5a {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_nested_cac64dfcaa5a {
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_d32ffe6d9e1e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
 }

 .text_4df3121c6826 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_bef2da3830d9 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4af3a2fe1f31 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_651a40caec9b {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_80bf004e53b7 {
   width: 161.21px;
   height: 16.41px;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f084ff07103f {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 69px;
   flex-shrink: 0;
 }

 .text_f3408d4518df {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_91f4dafbb155 {
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e0c7ac019c77 {
   width: 400px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_f8f3158f64b5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
 }

 .text_52bd3b119132 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2f47fdd06b46 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_21bbd597c7a0 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f4e51a1abddc {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_28738f8bb7ce {
   width: 161.21px;
   height: 16.41px;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dec599d59e02 {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 69px;
   flex-shrink: 0;
 }

 .text_bdc068cbb847 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_25fe74207c54 {
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1d00f229534f {
   width: 400px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_9c4a409f3e4f {
   width: 63px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_5048aec6605d {
   width: 40.97px;
   height: 40.97px;
   z-index: 2;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_5baf8f92ed3b {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 1;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_5baf8f92ed3b {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_nested_5baf8f92ed3b {
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_af11ddd540a7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
 }

 .text_a2e7b96e9b43 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1a4bb09e2904 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ac4dc236b2f4 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a5a506e130b5 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_bf9346bcb9f1 {
   width: 161.21px;
   height: 16.41px;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_979820d21971 {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 69px;
   flex-shrink: 0;
 }

 .text_deffc379cdfd {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_2f8a73ce8e30 {
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6eb958cab051 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2b8038acbaae {
   width: 400px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_f2c37abac940 {
   width: 63px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_0856a8e0d830 {
   width: 40.97px;
   height: 40.97px;
   z-index: 2;
   position: absolute !important;
   left: 11.01px;
   top: 11.02px;
 }

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

 .container_22d67dd3b3a6 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 1;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_22d67dd3b3a6 {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_nested_22d67dd3b3a6 {
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_7694aca751f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
 }

 .text_b29eca99aeb1 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a95f7a9900e2 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9e0ed4896e6a {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2ef7d4239830 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_091e3049b0ad {
   width: 161.21px;
   height: 16.41px;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_64a0bdea8b0b {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 69px;
   flex-shrink: 0;
 }

 .text_f40c754e8fde {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_b71b359453cb {
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_295d2ec957ea {
   width: 400px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_d722e28fd476 {
   width: 63px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_50615ff97204 {
   width: 40.97px;
   height: 40.97px;
   z-index: 2;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_16a8d611039b {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 1;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_16a8d611039b {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_nested_16a8d611039b {
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_5291e4bc3d1f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
 }

 .text_eb4c8fc8c905 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1b7c45325e58 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8c5bd15085fe {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_daeb4d8687b6 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_15476aadc009 {
   width: 161.21px;
   height: 16.41px;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ecf3ed2237c3 {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 69px;
   flex-shrink: 0;
 }

 .text_c9b29e82b18c {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_9adb9da2824a {
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cd2ef86da802 {
   width: 400px;
   height: 269px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_ff86ce603a85 {
   width: 63px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #227bb5;
   border-radius: 21px 21px 21px 21px;
 }

 .imageview_663fdd3a4a99 {
   width: 40.97px;
   height: 40.97px;
   z-index: 2;
   position: absolute !important;
   left: 11.02px;
   top: 11.02px;
 }

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

 .container_61cf208e1b00 {
   position: absolute !important;
   overflow: visible;
   width: 63px;
   height: 63px;
   z-index: 1;
   left: 308px;
   top: 207px;
 }

 .container_wrapper_61cf208e1b00 {
   position: absolute !important;
   overflow: visible;
   left: 308px;
   top: 207px;
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_nested_61cf208e1b00 {
   width: 63px;
   height: 63px;
   z-index: 1;
 }

 .container_4160c6cad17b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
 }

 .text_60eb68335518 {
   width: 339px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_be9b79572883 {
   width: 104px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4f1c68f65646 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.71px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_30343f2a8471 {
   width: 37.21px;
   height: 16.41px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3a9dbcf6f846 {
   width: 161.21px;
   height: 16.41px;
   position: absolute !important;
   left: 0px;
   top: 54px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e5d2bb34b5df {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 69px;
   flex-shrink: 0;
 }

 .text_e1ccd9781ffd {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   opacity: 0.800000011920929;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_0a2b5c4175e3 {
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e92c2c8b1a35 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9281a5d67b51 {
   width: 1240px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ab6b5930bb94 {
   width: 1440px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_ab6b5930bb94 img {
   position: absolute;
   width: 1440.0px !important;
   height: 475.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_e779b04cad79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-1c72b63e32c6_e779b04cad79 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d265cdd9c0c8_e779b04cad79 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_00674aa310bc {
   width: 27.58px;
   height: 27.84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_00674aa310bc img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_171364f0ebf8 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_3f5a8b8a217a {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_a15ba4a08abf {
   width: 22.71px;
   height: 26.16px;
   z-index: 1;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_a15ba4a08abf img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_114b81a98f7a {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_3638e606cce7 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_1fde5219e1c4 {
   width: 27.84px;
   height: 32.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_1fde5219e1c4 img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_9ada5e57c19e {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_145eeeb65b5a {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_fff89eddb36a {
   width: 216px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ebe399a3d022 {
   width: 505px;
   height: 88.66px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_341b80f18199 {
   width: 207.91px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_9c9f6fcdf17d {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c10ebe1d4eae {
   width: 191px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_c87bf681d91a {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_6ca03818622b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_fc174baf4cb7 {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_3f14fac726cd {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_8bf30ed059bb {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_35ab025763c7 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .text_87e9d6d03e2f {
   width: 205px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d0359f8330bb {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0b3cea2fb570 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8d87828e05a7 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4a82b9936f67 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cf65e0ec705c {
   width: 177px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b4546e4235ec {
   width: 369px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2a2aef4e3940 {
   width: 305px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_98ef14e85c1b {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_99914c610046 {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_bdf4f9169a6d {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_223cea2a6066 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 1;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_380c15cc12ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_b4406870692d {
   width: 1440px;
   height: 2507px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_46ef5aa3cc7f {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_0a023a5f1265 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_609b7eb728b7 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d69f8e746a52 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2b620fd91371 {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_67e50f45c09d {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_71337271de9a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_d026c6a5eda0 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #333333ff;
   border-right: 1.2px solid #333333ff;
   border-bottom: 1.2px solid #333333ff;
   border-left: 1.2px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

 .container_d080ca569115 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d080ca569115 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_d080ca569115 {
   width: 442px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_becf2109dc82 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c9969eb6349f {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_wrapper_c9969eb6349f {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_c9969eb6349f {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_aab4ee905058 {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_6b1df63467fb {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_db47be5eea88 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_6a0f7f6bdaad {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_0f6e4ba0c486 {
   width: 1139px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d9fc7e66b438 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_cd11977aa17e {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   box-shadow: 0px 0px 5.3px #6766662e;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_cd11977aa17e {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
 }

 .container_nested_cd11977aa17e {
   width: 1240px;
   height: 78px;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   filter: drop-shadow(0px 0px 5.3px #6766662e);
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .text_2126acc6eafd {
   width: 100%;
   min-width: 0;
   height: 105px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_78b31102d669 {
   width: 99px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_85078cfb7440 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_22678a0afaae {
   width: fit-content;
   line-height: 15.12px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d8bad6a5a1f0 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_d8bad6a5a1f0 {
   width: fit-content;
   height: 25px;
 }

 .container_nested_d8bad6a5a1f0 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

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

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

 .imageview_5ed11e55610a {
   width: 1239px;
   height: 826px;
   position: absolute !important;
   left: -26px;
   top: -144px;
   _scaling-factor: 0.5;
 }

 .imageview_5ed11e55610a.wp-block-image {
   width: 1213px !important;
   height: 682px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_787a40c7d7dc {
   position: relative !important;
   width: 1213px;
   height: 682px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f1f9ff;
   border-radius: 88px 88px 88px 88px;
 }

 .imageview_1bd79646f2b3 {
   width: 74px;
   height: 220px;
   flex-shrink: 0;
 }

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

 .text_8c926063cd94 {
   width: 736px;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8c926063cd94 {
   overflow: visible;
 }

 .text_681f148341a0 {
   width: 724px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_681f148341a0 {
   overflow: visible;
 }

 .text-08bd7a74542c_681f148341a0 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-3a00752e2184_681f148341a0 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-ef7b22f1e097_681f148341a0 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_736e95a45989 {
   width: 704px;
   height: 144px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_736e95a45989 {
   overflow: visible;
 }

 .container_4ef864b020e1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
 }

 .text_c8a50d0c6dce {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_c8a50d0c6dce {
   overflow: visible;
 }

 .text-78f41e9950e2_c8a50d0c6dce {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6ebb3cc47e56_c8a50d0c6dce {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-167933807640_c8a50d0c6dce {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e6fd93f4383a {
   width: 724px;
   height: 112px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_e6fd93f4383a {
   overflow: visible;
 }

 .text-740d4c42dc25_e6fd93f4383a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-997b8f7e98f2_e6fd93f4383a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-692ce8467674_e6fd93f4383a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_7293f0677617 {
   width: 720px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_7293f0677617 {
   overflow: visible;
 }

 .text-7b9135e1c05a_7293f0677617 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-c44d31e8cdc6_7293f0677617 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-3d143806a991_7293f0677617 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_dcccf204ed82 {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_dcccf204ed82 {
   overflow: visible;
 }

 .text-215a55ccf64e_dcccf204ed82 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-9142d45666e7_dcccf204ed82 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-24f5f61c1ec8_dcccf204ed82 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_dd0e2c2e4b05 {
   width: 736px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fbe55786ec85 {
   width: 96px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_bc74a5e61e9f {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: 0.06px;
   _scaling-factor: 0.5;
 }

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

 .container_22963c29115c {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_0330b94ef249 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0330b94ef249 {
   overflow: visible;
 }

 .text_b217c5026e22 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_6324e064302f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_f2e3d8bac6b4 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_3456804a58fa {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bcc44ad95d45 {
   width: 233px;
   height: 155px;
   position: absolute !important;
   left: -0.54px;
   top: 0.4px;
   _scaling-factor: 0.5;
 }

 .imageview_bcc44ad95d45.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_4d408db194fe {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_dd56604c589a {
   width: 233px;
   height: 35px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_dd56604c589a {
   overflow: visible;
 }

 .text_b7865edd6395 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_5b27c827b853 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_454f5d80b3f0 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_a39c383acc24 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3df11f29343f {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: -1.93px;
   _scaling-factor: 0.5;
 }

 .imageview_3df11f29343f.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d70b2738cf16 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_0c4c71b2fb81 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0c4c71b2fb81 {
   overflow: visible;
 }

 .text_13adab585b20 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_bf680af266e7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_973a0962e28c {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_ed96584168f9 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e5f2d341d6aa {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 12.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f2ec52725e45 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 12px;
   left: 79px;
   top: 10px;
 }

 .container_5e85ff4f76e1 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_5e85ff4f76e1 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_nested_5e85ff4f76e1 {
   width: 228px;
   height: 32px;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_e4cbc1c71abf {
   padding: 24px 16px 24px 16px;
   width: 296.09px;
   height: fit-content;
   flex-shrink: 0;
   border-top: 0.71px solid #e3e4e8ff;
   border-right: 0.71px solid #e3e4e8ff;
   border-bottom: 0.71px solid #e3e4e8ff;
   border-left: 0.71px solid #e3e4e8ff;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
 }

 .container_af7968c09d98 {
   width: 1206px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 52px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7d06300a5a67 {
   width: 1214px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a501702c6d15 {
   width: 1440px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_a501702c6d15 img {
   position: absolute;
   width: 1440.0px !important;
   height: 475.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_475cf6bc4f56 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-0ef25222722c_475cf6bc4f56 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-2e566a4dfd34_475cf6bc4f56 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_aa274543671f {
   width: 27.58px;
   height: 27.84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_aa274543671f img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_c9aa90d778bf {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_411156f9456d {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_320f4f063639 {
   width: 22.71px;
   height: 26.16px;
   z-index: 1;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_320f4f063639 img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_ee5059c8ada8 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_395a8f80e4f1 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_395a8f80e4f1 {
   width: 54px;
   height: 54px;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_3363b3d8b117 {
   width: 27.84px;
   height: 32.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_3363b3d8b117 img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_fb0a0ebf1c3e {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_e0d2b8737306 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_714a4f85b8ea {
   width: 216px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_714a4f85b8ea {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_714a4f85b8ea {
   width: 216px;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_45d98cbe7c92 {
   width: 505px;
   height: 88.66px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_cb406202265c {
   width: 207.91px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_25168daf2a3e {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4364ae86cdc8 {
   width: 191px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_9b4e57ed937b {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_54e74f466e31 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d1e5376664f0 {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_81b26a6197fe {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_7d47a33b34ce {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_e1aa9a46e5ae {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .text_35ccf14983df {
   width: 205px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a0dfdf83feb8 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_b2826b7ac154 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_71c9d30c4f5a {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f50cfae6799c {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b979a34a8fda {
   width: 177px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_5a21466a5192 {
   width: 369px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a39131811b8 {
   width: 305px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_2ee82000034c {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_45552569b461 {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_3bb10ee62ad5 {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ec6896e85d39 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 1;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_702c22bf3621 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_wrapper_702c22bf3621 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_nested_702c22bf3621 {
   width: 100%;
   min-width: 0;
   height: 500px;
 }

 .container_26f93d37dc54 {
   width: 1440px;
   height: 2594px;
   position: absolute !important;
   left: 0px;
   top: 50px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_244ab1f25ea3 {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_ed8b53760d54 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ef10e7c691b8 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2b0339efe517 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f87a04647afb {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a82d442ef184 {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4a46e88050f3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_bd32625fc2dc {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #333333ff;
   border-right: 1.2px solid #333333ff;
   border-bottom: 1.2px solid #333333ff;
   border-left: 1.2px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

 .container_c56788e25251 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_03902e2db230 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b4669c5f38bf {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_wrapper_b4669c5f38bf {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_b4669c5f38bf {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_751ba74966b4 {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_e167fbdfa9ea {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e58c7a1f435a {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_d05cd2f12303 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_5c4b3e7e5364 {
   width: 1139px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aabdd7d3d70b {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_8c6104e6d078 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   box-shadow: 0px 0px 5.3px #6766662e;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_8c6104e6d078 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
 }

 .container_nested_8c6104e6d078 {
   width: 1240px;
   height: 78px;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   filter: drop-shadow(0px 0px 5.3px #6766662e);
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .text_ba522fc749ec {
   width: 100%;
   min-width: 0;
   height: 105px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_a27dc01506fb {
   width: 99px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_48e87a726704 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_620d4c446add {
   width: fit-content;
   line-height: 15.12px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6d8bff227a2b {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_6d8bff227a2b {
   width: fit-content;
   height: 25px;
 }

 .container_nested_6d8bff227a2b {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

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

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

 .imageview_faf642ea2190 {
   width: 1213px;
   height: 682px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_97b0561352cd {
   position: relative !important;
   overflow: visible;
   width: 1213px;
   height: 682px;
   flex-shrink: 0;
   background: #f1f9ff;
   border-radius: 88px 88px 88px 88px;
 }

 .imageview_0fbe0375135e {
   width: 74px;
   height: 220px;
   flex-shrink: 0;
 }

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

 .text_35a9555890f5 {
   width: 736px;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_35a9555890f5 {
   overflow: visible;
 }

 .text_0f098b23dad6 {
   width: 724px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_0f098b23dad6 {
   overflow: visible;
 }

 .text-c286f185ca40_0f098b23dad6 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-288a4f01c05f_0f098b23dad6 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-fb70bba081e6_0f098b23dad6 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_958da89ad089 {
   width: 704px;
   height: 144px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_958da89ad089 {
   overflow: visible;
 }

 .container_a6b522adf9aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
 }

 .text_b9e643e03651 {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_b9e643e03651 {
   overflow: visible;
 }

 .text-e6a78789db9d_b9e643e03651 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-e0595310fbbf_b9e643e03651 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-0cc14fc879b0_b9e643e03651 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e877205073d2 {
   width: 724px;
   height: 112px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_e877205073d2 {
   overflow: visible;
 }

 .text-7e2dad6e564b_e877205073d2 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d57c39f0319d_e877205073d2 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-24e064ce4e63_e877205073d2 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5ec9c4adf38a {
   width: 720px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_5ec9c4adf38a {
   overflow: visible;
 }

 .text-6fe764169714_5ec9c4adf38a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-37091011572b_5ec9c4adf38a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d7547e6abe7b_5ec9c4adf38a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_59ce8db0d21d {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_59ce8db0d21d {
   overflow: visible;
 }

 .text-521cbb419ab8_59ce8db0d21d {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-86cef442aaf6_59ce8db0d21d {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-ecf3424f836d_59ce8db0d21d {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_4a60da0d8d90 {
   width: 736px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b05d49ba058e {
   width: 96px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_d12a742fb4ec {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: 0.06px;
   _scaling-factor: 0.5;
 }

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

 .container_ea4f11214b4f {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_6315cca611c3 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6315cca611c3 {
   overflow: visible;
 }

 .text_d8e9e3079977 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_a52a39d35f0f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_88389036f093 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_e16d56fbc9a2 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4b67d43c15be {
   width: 233px;
   height: 155px;
   position: absolute !important;
   left: -0.54px;
   top: 0.4px;
   _scaling-factor: 0.5;
 }

 .imageview_4b67d43c15be.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_fd2de4ca1b71 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_8e8612c4f051 {
   width: 233px;
   height: 35px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8e8612c4f051 {
   overflow: visible;
 }

 .text_ad51d19da91c {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_7f7bbab69a41 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_2368c6c8aa63 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_504ccb8a968f {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_47c918b1fad9 {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: -1.93px;
   _scaling-factor: 0.5;
 }

 .imageview_47c918b1fad9.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f3ce18e8e4da {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_513916400ea1 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_513916400ea1 {
   overflow: visible;
 }

 .text_f8e4ad434ac8 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_99f90faa9f29 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_62c61a76192d {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_237a0588de2a {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9dc0427cf551 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 12.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_41f6fb686eb6 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 12px;
   left: 79px;
   top: 10px;
 }

 .container_a67ceabced42 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_a67ceabced42 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_nested_a67ceabced42 {
   width: 228px;
   height: 32px;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_934ee88a3c65 {
   padding: 24px 16px 24px 16px;
   width: 296.09px;
   height: fit-content;
   flex-shrink: 0;
   border-top: 0.71px solid #e3e4e8ff;
   border-right: 0.71px solid #e3e4e8ff;
   border-bottom: 0.71px solid #e3e4e8ff;
   border-left: 0.71px solid #e3e4e8ff;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
 }

 .container_60c7405791d6 {
   width: 1206px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 52px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f934d9b10149 {
   width: 1214px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4577788f0d50 {
   width: 1440px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_4577788f0d50 img {
   position: absolute;
   width: 1440.0px !important;
   height: 475.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_267cf81cf88b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-bc5e141f4033_267cf81cf88b {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-f018c7b21c71_267cf81cf88b {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_03322c524427 {
   width: 27.58px;
   height: 27.84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_03322c524427 img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_f2f3bfbb8f5b {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_a4d831e87d9b {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_2b491f5eca21 {
   width: 22.71px;
   height: 26.16px;
   z-index: 1;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_2b491f5eca21 img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_5c681d22d946 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_953068cf3c92 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_953068cf3c92 {
   width: 54px;
   height: 54px;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_c449f7aecd01 {
   width: 27.84px;
   height: 32.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_c449f7aecd01 img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_6df5998d2474 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_5a291184eb96 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_9728bb394523 {
   width: 216px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_9728bb394523 {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_9728bb394523 {
   width: 216px;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3859dec446f1 {
   width: 505px;
   height: 88.66px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_693a71404d7d {
   width: 207.91px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_10ee887328b1 {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e5b441156300 {
   width: 191px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_5990b9cdd135 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_9273d8fd3851 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_526eeb92841a {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_12e8fb2f07c3 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_84df4d97410b {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_c2d1cf13f4a8 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .text_aff5d7433a65 {
   width: 205px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_6805ccca4530 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_33a9fb8674a1 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d010e656b4e0 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4f30fa01cb9a {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_371aaead271c {
   width: 177px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c5d25b471ff6 {
   width: 369px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f82633ff7e7 {
   width: 305px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_032c7bd5a3fa {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_73dc763377cd {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_cec7d100381b {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_66e4322a7e87 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 1;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_5c40379a3358 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_wrapper_5c40379a3358 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_nested_5c40379a3358 {
   width: 100%;
   min-width: 0;
   height: 500px;
 }

 .container_7da7ec3ece91 {
   width: 1440px;
   height: 2594px;
   position: absolute !important;
   left: 0px;
   top: 50px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_c596fadcfbb6 {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_266555353175 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5d838c8f623f {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4f3df1479490 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ccb0818e1c20 {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5922bbbd0ace {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ebbfb23bf832 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_d31824429e52 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #333333ff;
   border-right: 1.2px solid #333333ff;
   border-bottom: 1.2px solid #333333ff;
   border-left: 1.2px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

 .container_c6b0c05d418b {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_38b3de5a1a91 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_037d1e223709 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_wrapper_037d1e223709 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_037d1e223709 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_96c4e4eb5c9a {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_a9600a08a469 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_ac749e5d8292 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_0b3749c7e8f2 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_2a451bc63c7a {
   width: 1139px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_210e97a2132f {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_759fdeaab607 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   box-shadow: 0px 0px 5.3px #6766662e;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_759fdeaab607 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
 }

 .container_nested_759fdeaab607 {
   width: 1240px;
   height: 78px;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   filter: drop-shadow(0px 0px 5.3px #6766662e);
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .text_089782aaf5ab {
   width: 100%;
   min-width: 0;
   height: 105px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_40ae4fa129c0 {
   width: 99px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_784d1d6f0c6c {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0176f7478c84 {
   width: fit-content;
   line-height: 15.12px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b051125b419d {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_b051125b419d {
   width: fit-content;
   height: 25px;
 }

 .container_nested_b051125b419d {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

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

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

 .imageview_fbce0080dd59 {
   width: 1200px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: -91px;
   _scaling-factor: 0.5;
 }

 .imageview_fbce0080dd59.wp-block-image {
   width: 1200px !important;
   height: 682px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_ac970ffb2c56 {
   position: relative !important;
   width: 1213px;
   height: 682px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f1f9ff;
   border-radius: 88px 88px 88px 88px;
 }

 .imageview_095716041307 {
   width: 74px;
   height: 220px;
   flex-shrink: 0;
 }

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

 .text_d93f7c8eaacb {
   width: 736px;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d93f7c8eaacb {
   overflow: visible;
 }

 .text_b6fcbda78f5a {
   width: 724px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_b6fcbda78f5a {
   overflow: visible;
 }

 .text-2f151970f6df_b6fcbda78f5a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-998011b63a22_b6fcbda78f5a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-60de186dab55_b6fcbda78f5a {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0d923cf22979 {
   width: 704px;
   height: 144px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0d923cf22979 {
   overflow: visible;
 }

 .container_e5f775794a0a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
 }

 .text_3c9e76083853 {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_3c9e76083853 {
   overflow: visible;
 }

 .text-25dd8fff99b8_3c9e76083853 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-14122378ff94_3c9e76083853 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-a3eda9fc21a3_3c9e76083853 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_685f29441eb8 {
   width: 724px;
   height: 112px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_685f29441eb8 {
   overflow: visible;
 }

 .text-18359ce7c294_685f29441eb8 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-4bfbc29413f9_685f29441eb8 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d5edd40a8994_685f29441eb8 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4a9dd58b1f6f {
   width: 720px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_4a9dd58b1f6f {
   overflow: visible;
 }

 .text-d86a9a06c408_4a9dd58b1f6f {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-210b0b6b27d9_4a9dd58b1f6f {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-b1c86e4928aa_4a9dd58b1f6f {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_539b165799ec {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_539b165799ec {
   overflow: visible;
 }

 .text-37281edc51d0_539b165799ec {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-407c56961656_539b165799ec {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-470a4f341f2e_539b165799ec {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_b067948d536d {
   width: 736px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d57d6de14f3 {
   width: 96px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_2e03445bb685 {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: 0.06px;
   _scaling-factor: 0.5;
 }

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

 .container_9cfbd7177613 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_85237d24acad {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_85237d24acad {
   overflow: visible;
 }

 .text_24ab8919ba86 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_3a692b900f85 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_03090a1a37e1 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_dbd8d29245ed {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d4191376d5c1 {
   width: 233px;
   height: 155px;
   position: absolute !important;
   left: -0.54px;
   top: 0.4px;
   _scaling-factor: 0.5;
 }

 .imageview_d4191376d5c1.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_c474fcd4cd14 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_0c7ab3ecdc1a {
   width: 233px;
   height: 35px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0c7ab3ecdc1a {
   overflow: visible;
 }

 .text_0fb1e11c2c86 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_65b16b8e5722 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_8a23f5325e1d {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_d4a3a8d8cbf3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0521fc98a177 {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: -1.93px;
   _scaling-factor: 0.5;
 }

 .imageview_0521fc98a177.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_de944132a06b {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_fbf120c24502 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fbf120c24502 {
   overflow: visible;
 }

 .text_ea3901627a13 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_550f7c8f6ff9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_e6e4bbc7372a {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_03636b0b18f9 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f22e164e6fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 12.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f33e968fa4e7 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 12px;
   left: 79px;
   top: 10px;
 }

 .container_2a10aaf162f5 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_2a10aaf162f5 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_nested_2a10aaf162f5 {
   width: 228px;
   height: 32px;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_a3f7a78562c1 {
   padding: 24px 16px 24px 16px;
   width: 296.09px;
   height: fit-content;
   flex-shrink: 0;
   border-top: 0.71px solid #e3e4e8ff;
   border-right: 0.71px solid #e3e4e8ff;
   border-bottom: 0.71px solid #e3e4e8ff;
   border-left: 0.71px solid #e3e4e8ff;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
 }

 .container_d41571d96d5a {
   width: 1206px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 52px;
   display: flex !important;
   flex-direction: row;
 }

 .container_12f3f4033174 {
   width: 1214px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_54a5a41d495a {
   width: 1440px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_54a5a41d495a img {
   position: absolute;
   width: 1440.0px !important;
   height: 475.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_5df1e4351b34 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-47620a101133_5df1e4351b34 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-3f40587e065f_5df1e4351b34 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_f834b5651bd9 {
   width: 27.58px;
   height: 27.84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f834b5651bd9 img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_4da03c56658a {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_aa573cf344f6 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_4dab0987384a {
   width: 22.71px;
   height: 26.16px;
   z-index: 1;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_4dab0987384a img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_bc0759e0d2f0 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_847fca6845d6 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_847fca6845d6 {
   width: 54px;
   height: 54px;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_7cd9f3503bba {
   width: 27.84px;
   height: 32.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_7cd9f3503bba img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_b47d136ad279 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_b87f753d8f8a {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_b90bfd223c2e {
   width: 216px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_b90bfd223c2e {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_b90bfd223c2e {
   width: 216px;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1023a3e210f3 {
   width: 505px;
   height: 88.66px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_c1e296941367 {
   width: 207.91px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_b80c979c845b {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_eca578a15fda {
   width: 191px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_2a4fab29a416 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_caed7d3b8fbe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_9d74f5ae0a9c {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_8d5481e2ed54 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_e51edc7120c7 {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_120bcfe14473 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .text_4cd7436acd1f {
   width: 205px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3d6994dcef36 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_143a925a8238 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_b0bb79b8461c {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d4e2eba2ea8f {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4aca67c2d08b {
   width: 177px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_56b9f14713ac {
   width: 369px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9cb6cbe9ba17 {
   width: 305px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_adef09e5c3d7 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_3f9b1084283f {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_03c3ed198099 {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ab8da8a6c526 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 1;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_964c2865ef4b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_wrapper_964c2865ef4b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_nested_964c2865ef4b {
   width: 100%;
   min-width: 0;
   height: 500px;
 }

 .container_df35da1e625e {
   width: 1440px;
   height: 2594px;
   position: absolute !important;
   left: 0px;
   top: 50px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_061e33756b42 {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_ef37a288f928 {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3fc0d6a1f7b8 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e30cac709ab9 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_b6aaefe55953 {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_f7e4a4c6d3a3 {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_bdc57a41cf86 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_4bce7f1c6de9 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #333333ff;
   border-right: 1.2px solid #333333ff;
   border-bottom: 1.2px solid #333333ff;
   border-left: 1.2px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

 .container_130479fd2ffd {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_130479fd2ffd {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_130479fd2ffd {
   width: 442px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bae4875e2619 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d8ae9da351a2 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_wrapper_d8ae9da351a2 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_d8ae9da351a2 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_0c5bf7a300ca {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_037bcbb7fa92 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e734f37c6c04 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_091aea99a2c9 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_f49b217fde17 {
   width: 1139px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b0ed0380a626 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_a6496e6cc669 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   box-shadow: 0px 0px 5.3px #6766662e;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_a6496e6cc669 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
 }

 .container_nested_a6496e6cc669 {
   width: 1240px;
   height: 78px;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   filter: drop-shadow(0px 0px 5.3px #6766662e);
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .text_bedc82f3c306 {
   width: 100%;
   min-width: 0;
   height: 105px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_60d15ee13f58 {
   width: 99px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5a5d92aadb20 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_741d7b99b3c2 {
   width: fit-content;
   line-height: 15.12px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0c13338aa665 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_0c13338aa665 {
   width: fit-content;
   height: 25px;
 }

 .container_nested_0c13338aa665 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

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

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

 .imageview_c14feaef8ad2 {
   width: 1224px;
   height: 1632px;
   position: absolute !important;
   left: -45.12px;
   top: -544.83px;
   _scaling-factor: 0.5;
 }

 .imageview_c14feaef8ad2.wp-block-image {
   width: 1179px !important;
   height: 682px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_6e3b25f644f0 {
   position: relative !important;
   width: 1213px;
   height: 682px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f1f9ff;
   border-radius: 88px 88px 88px 88px;
 }

 .imageview_bebb889f9f28 {
   width: 74px;
   height: 220px;
   flex-shrink: 0;
 }

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

 .text_5ef03536f82b {
   width: 736px;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5ef03536f82b {
   overflow: visible;
 }

 .text_39ee1c412cdd {
   width: 724px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_39ee1c412cdd {
   overflow: visible;
 }

 .text-b4387abb39c2_39ee1c412cdd {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-8aa1c57cd4cc_39ee1c412cdd {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-4433f760f75d_39ee1c412cdd {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_503949018032 {
   width: 704px;
   height: 144px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_503949018032 {
   overflow: visible;
 }

 .container_9be26ffabdde {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
 }

 .text_59477beeb673 {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_59477beeb673 {
   overflow: visible;
 }

 .text-9ba7f27caee6_59477beeb673 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-ac72d0c73bc7_59477beeb673 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-0a5214c0c450_59477beeb673 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_7c0696c319da {
   width: 724px;
   height: 112px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_7c0696c319da {
   overflow: visible;
 }

 .text-158d841d52e1_7c0696c319da {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-38c8f5fe4315_7c0696c319da {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-91f4ef316e85_7c0696c319da {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_e40bb0518a09 {
   width: 720px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_e40bb0518a09 {
   overflow: visible;
 }

 .text-2aecb844af47_e40bb0518a09 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-45dd809fdcd1_e40bb0518a09 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6597fb7edf64_e40bb0518a09 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8f08db719876 {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_8f08db719876 {
   overflow: visible;
 }

 .text-b753e06fa143_8f08db719876 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-b08661fc16db_8f08db719876 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-b6ae8a36a68a_8f08db719876 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_b1b008131cb6 {
   width: 736px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aa27667b5a2a {
   width: 96px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_401a24a9619c {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: 0.06px;
   _scaling-factor: 0.5;
 }

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

 .container_f36de5105af7 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_214fca54d8a6 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_214fca54d8a6 {
   overflow: visible;
 }

 .text_348eca5708d0 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_8697a033e7db {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_60dbecef5b27 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_687b279d2539 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1666dec51387 {
   width: 233px;
   height: 155px;
   position: absolute !important;
   left: -0.54px;
   top: 0.4px;
   _scaling-factor: 0.5;
 }

 .imageview_1666dec51387.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f898b7e038f7 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_8d1c3de58b23 {
   width: 233px;
   height: 35px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8d1c3de58b23 {
   overflow: visible;
 }

 .text_3b682a47562f {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_061d544fa6ba {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_ba477b5cb28c {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_f659d7588aac {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_59de2958632b {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: -1.93px;
   _scaling-factor: 0.5;
 }

 .imageview_59de2958632b.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_3d55d9402840 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_3365ad6816b7 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3365ad6816b7 {
   overflow: visible;
 }

 .text_a3a4ffd4e4c7 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_52dab42318ac {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_ab153e822f61 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_8235af922258 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba716c240609 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 12.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_471c70865eb2 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 12px;
   left: 79px;
   top: 10px;
 }

 .container_b719fff36811 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_b719fff36811 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_nested_b719fff36811 {
   width: 228px;
   height: 32px;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_ea3787f89a27 {
   padding: 24px 16px 24px 16px;
   width: 296.09px;
   height: fit-content;
   flex-shrink: 0;
   border-top: 0.71px solid #e3e4e8ff;
   border-right: 0.71px solid #e3e4e8ff;
   border-bottom: 0.71px solid #e3e4e8ff;
   border-left: 0.71px solid #e3e4e8ff;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
 }

 .container_6c1e331a69b4 {
   width: 1206px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 52px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5f74cff3366b {
   width: 1214px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7cbb4684b7aa {
   width: 1440px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_7cbb4684b7aa img {
   position: absolute;
   width: 1440.0px !important;
   height: 475.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_8cbf6b7e7402 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-c07555e04291_8cbf6b7e7402 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-b8385c3bb278_8cbf6b7e7402 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_08647f010394 {
   width: 27.58px;
   height: 27.84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_08647f010394 img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_3666cc5bbc69 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_47302592768e {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_a6d7b628c39c {
   width: 22.71px;
   height: 26.16px;
   z-index: 1;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_a6d7b628c39c img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_61c4275995cd {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_67278cb975da {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_67278cb975da {
   width: 54px;
   height: 54px;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_007c36326ea4 {
   width: 27.84px;
   height: 32.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_007c36326ea4 img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_2726a8c060a7 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_1ba277f43e1b {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_30068fb5318e {
   width: 216px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_30068fb5318e {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_30068fb5318e {
   width: 216px;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_22ed0ffe81d8 {
   width: 505px;
   height: 88.66px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_cf104c2ab322 {
   width: 207.91px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_84bed67bf597 {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_464ec64dcf53 {
   width: 191px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_f3805630d65a {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_ca24b63405bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c1ce4501a72f {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_08c715c0d1ee {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_b8b7e5562c05 {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_74970c87db19 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .text_50c3f0a7dc49 {
   width: 205px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_884e6dffcc90 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0e45576a531a {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d2f2370b1894 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3c3d084f6416 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2a59df7f39a4 {
   width: 177px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d484db5bf1bb {
   width: 369px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2b3356093bca {
   width: 305px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_de38121a9443 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_16b76167fca2 {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_13547fa3fe1b {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a672664c5a7b {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 1;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_dc6da1916555 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_wrapper_dc6da1916555 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_nested_dc6da1916555 {
   width: 100%;
   min-width: 0;
   height: 500px;
 }

 .container_47ce2d8d86f7 {
   width: 1440px;
   height: 2594px;
   position: absolute !important;
   left: 0px;
   top: 50px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_48648e5357e8 {
   width: 118px;
   height: 21px;
   flex-shrink: 0;
 }

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

 .text_bbc5786cdf1e {
   width: 43px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2def25ef7b43 {
   width: 51px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d1a06cbb5296 {
   width: 59px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_b903da431246 {
   width: 92px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c6fcbb9618e5 {
   width: 101px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_80b56660915a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .line_6246957610a0 {
   width: 20px;
   height: 1.2px;
   flex-shrink: 0;
   border-top: 1.2px solid #333333ff;
   border-right: 1.2px solid #333333ff;
   border-bottom: 1.2px solid #333333ff;
   border-left: 1.2px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

 .container_ca847f9c5c24 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ca847f9c5c24 {
   width: 442px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_ca847f9c5c24 {
   width: 442px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1ffb5c503bf0 {
   width: fit-content;
   line-height: 17.2px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f8352f508c36 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .container_wrapper_f8352f508c36 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_f8352f508c36 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.06px solid #333333ff;
   border-right: 1.06px solid #333333ff;
   border-bottom: 1.06px solid #333333ff;
   border-left: 1.06px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 110.57px 110.57px 110.57px 110.57px;
 }

 .imageview_0d2117f713c1 {
   width: 42px;
   height: 42px;
   flex-shrink: 0;
 }

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

 .container_7062af9d883b {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1ffd2c5ca891 {
   width: 50px;
   height: 18px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_6f39be2f5dcf {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
 }

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

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

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

 .container_a38d6a6e109a {
   width: 1139px;
   height: 42px;
   position: absolute !important;
   left: 50px;
   top: 18px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 167px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e326d4457c0 {
   width: 118px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .container_81160d9f42e5 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   box-shadow: 0px 0px 5.3px #6766662e;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_81160d9f42e5 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 78px;
   flex-shrink: 0;
 }

 .container_nested_81160d9f42e5 {
   width: 1240px;
   height: 78px;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   filter: drop-shadow(0px 0px 5.3px #6766662e);
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .text_97c7fd1c8ad3 {
   width: 100%;
   min-width: 0;
   height: 105px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_020eb225c7a7 {
   width: 99px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_581420e6a75b {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d6f58200c951 {
   width: fit-content;
   line-height: 15.12px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f1dc49ca8aa7 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_f1dc49ca8aa7 {
   width: fit-content;
   height: 25px;
 }

 .container_nested_f1dc49ca8aa7 {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 25px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

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

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

 .imageview_d664a1182f07 {
   width: 1252px;
   height: 1669px;
   position: absolute !important;
   left: -17px;
   top: -722px;
   _scaling-factor: 0.5;
 }

 .imageview_d664a1182f07.wp-block-image {
   width: 1213px !important;
   height: 682px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f65ede43dc89 {
   position: relative !important;
   width: 1213px;
   height: 682px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f1f9ff;
   border-radius: 88px 88px 88px 88px;
 }

 .imageview_ac9b4189ce6a {
   width: 74px;
   height: 220px;
   flex-shrink: 0;
 }

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

 .text_104e276a0ed0 {
   width: 736px;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_104e276a0ed0 {
   overflow: visible;
 }

 .text_ad69cf508432 {
   width: 724px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_ad69cf508432 {
   overflow: visible;
 }

 .text-291c3dc4e0ab_ad69cf508432 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-649bb6ffea86_ad69cf508432 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-a665ed9331d3_ad69cf508432 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0b83e9a7c1b2 {
   width: 704px;
   height: 144px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0b83e9a7c1b2 {
   overflow: visible;
 }

 .container_24b4e70e8936 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
 }

 .text_f3de37ef059f {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_f3de37ef059f {
   overflow: visible;
 }

 .text-557fbc2f5ae6_f3de37ef059f {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-0f260a204478_f3de37ef059f {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-f68cac47dd97_f3de37ef059f {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_ef1ad12e0758 {
   width: 724px;
   height: 112px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_ef1ad12e0758 {
   overflow: visible;
 }

 .text-c1b8e95ef5aa_ef1ad12e0758 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-e020a740555a_ef1ad12e0758 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-d5a6d51fd6ae_ef1ad12e0758 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_265a934d6796 {
   width: 720px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_265a934d6796 {
   overflow: visible;
 }

 .text-470b1ed82820_265a934d6796 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-264e91b603b6_265a934d6796 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6c1126c668bb_265a934d6796 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_424e7d0dffd4 {
   width: 724px;
   height: 140px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_424e7d0dffd4 {
   overflow: visible;
 }

 .text-cd8aa8b009e3_424e7d0dffd4 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-7c1979e5df49_424e7d0dffd4 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-2c4def15d561_424e7d0dffd4 {
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_cddf12cbd8c2 {
   width: 736px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a7b5600b6529 {
   width: 96px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_b479abaf7cea {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: 0.06px;
   _scaling-factor: 0.5;
 }

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

 .container_b937e0aaecd1 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_42f8672fcbd1 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_42f8672fcbd1 {
   overflow: visible;
 }

 .text_92fece02be2a {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_5f06a0c07a56 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_512eed0a419f {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_8c11b2bdc257 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4ae6b7c8de45 {
   width: 233px;
   height: 155px;
   position: absolute !important;
   left: -0.54px;
   top: 0.4px;
   _scaling-factor: 0.5;
 }

 .imageview_4ae6b7c8de45.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_f07ad841fab1 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_5ca44ebec84c {
   width: 233px;
   height: 35px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5ca44ebec84c {
   overflow: visible;
 }

 .text_24ddd5439eed {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_b1712b6016d1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_b9d9a6a52b31 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_dddf5170a2df {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e14ea498d2f6 {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: -1.93px;
   _scaling-factor: 0.5;
 }

 .imageview_e14ea498d2f6.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_510e820aa4f8 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_9a70503f6e86 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9a70503f6e86 {
   overflow: visible;
 }

 .text_569b1f596764 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_e23a1a02a7e1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_e0c1c3d5baf0 {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_2b6699ff8503 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_08f630ccf60f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 12.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b70812dfc241 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 12px;
   left: 79px;
   top: 10px;
 }

 .container_362812862e4f {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_362812862e4f {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_nested_362812862e4f {
   width: 228px;
   height: 32px;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_e8c4324511b6 {
   padding: 24px 16px 24px 16px;
   width: 296.09px;
   height: fit-content;
   flex-shrink: 0;
   border-top: 0.71px solid #e3e4e8ff;
   border-right: 0.71px solid #e3e4e8ff;
   border-bottom: 0.71px solid #e3e4e8ff;
   border-left: 0.71px solid #e3e4e8ff;
   align-items: center;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
 }

 .container_50295560cec2 {
   width: 1206px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 52px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6dc02309862d {
   width: 1214px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e1bae510f08b {
   width: 1440px;
   height: 514px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_e1bae510f08b img {
   position: absolute;
   width: 1440.0px !important;
   height: 475.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_98f3f6989654 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 436px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-bdd4cb698689_98f3f6989654 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-8e45d2d0cc93_98f3f6989654 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_ae6c843701c1 {
   width: 27.58px;
   height: 27.84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_ae6c843701c1 img {
   position: absolute;
   width: 26.0px !important;
   height: 25.9px !important;
   max-width: none !important;
   left: 0.8px;
   top: 0.9px;
 }

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

 .container_4a97668c311d {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_274e216478df {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_42169d4e5bb5 {
   width: 22.71px;
   height: 26.16px;
   z-index: 1;
   position: absolute !important;
   left: 1.69px;
   top: 0px;
 }

 .imageview_42169d4e5bb5 img {
   position: absolute;
   width: 22.1px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.5px;
 }

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

 .container_9727fe026af2 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_2e147aac6fc2 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_2e147aac6fc2 {
   width: 54px;
   height: 54px;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_e25e083e122c {
   width: 27.84px;
   height: 32.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.69px;
 }

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

 .imageview_e25e083e122c img {
   position: absolute;
   width: 26.7px !important;
   height: 25.8px !important;
   max-width: none !important;
   left: 0.3px;
   top: 2.8px;
 }

 .container_9f4edaed9521 {
   position: absolute !important;
   overflow: visible;
   width: 27px;
   height: 27px;
   z-index: 1;
   left: 13.5px;
   top: 13.5px;
 }

 .container_d269f9fd8a85 {
   position: relative !important;
   overflow: visible;
   width: 54px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 40.5px 40.5px 40.5px 40.5px;
   backdrop-filter: blur(6.07px);
   -webkit-font-smoothing: antialiased;
 }

 .container_7351bbf0fcd0 {
   width: 216px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7351bbf0fcd0 {
   position: absolute !important;
   left: 1124px;
   top: 30.13px;
   width: 216px;
   height: 54px;
   z-index: 1;
 }

 .container_nested_7351bbf0fcd0 {
   width: 216px;
   height: 54px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d0d24f52d0a4 {
   width: 505px;
   height: 88.66px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.72px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_07d2e750c01f {
   width: 207.91px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 77px;
 }

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

 .text_ed7117c25464 {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2775207eddb5 {
   width: 191px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_c64734564347 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_8b8ad060436a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_cbb17b743440 {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_eebaa8ae5cea {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_9130987f7387 {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_45ed3a8cff01 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .text_d1456c96bcd6 {
   width: 205px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_17c2c4b474f4 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2adcc28f43d1 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_89164508a022 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9e2186bb2323 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_42e24efbcd35 {
   width: 177px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_72fdabd2cd8c {
   width: 369px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 971px;
   top: 270px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9e8dae85ea3a {
   width: 305px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 102px;
   top: 270px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_97afce43bdaa {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 5px;
 }

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

 .imageview_cc16d44089c7 {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .text_148923c9b433 {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 50px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2dced6347ce9 {
   position: absolute !important;
   overflow: visible;
   width: 287px;
   height: 50px;
   z-index: 1;
   left: 100px;
   top: 324px;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_557674e16637 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_wrapper_557674e16637 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
 }

 .container_nested_557674e16637 {
   width: 100%;
   min-width: 0;
   height: 500px;
 }

 .container_a2cc2ea2ab3a {
   width: 1440px;
   height: 2594px;
   position: absolute !important;
   left: 0px;
   top: 50px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_c9dd8acb5849 {
   width: 100%;
   min-width: 0;
   height: 44px;
 }

 .imageview_c9dd8acb5849 img {
   position: absolute;
   width: 375.0px !important;
   height: 44.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_64f323a5c9a2 {
   width: 118px;
   height: 21px;
   position: absolute !important;
   left: 55px;
   top: 25px;
 }

 .imageview_87335246a55d {
   width: 78.67px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .imageview_00d5be4c226c {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 303px;
   top: 11px;
 }

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

 .container_86bcfd92966c {
   position: relative !important;
   overflow: visible;
   width: 343px;
   height: 46px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 41px 41px 41px 41px;
   box-shadow: 0px 0px 5.3px #6766662e;
   backdrop-filter: blur(6.75px);
   -webkit-font-smoothing: antialiased;
 }

 .text_3b5a07211556 {
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_47489bb67bcb {
   width: 85px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_07df153cf242 {
   width: 4px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5347e0a52712 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_dbb2f8f00bb6 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: 20px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f27022;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_73de6a6459b6 {
   width: 150px;
   height: 51px;
   flex-shrink: 0;
 }

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

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

 .imageview_bb6f372136a8 {
   width: 343px;
   height: 229px;
   position: absolute !important;
   left: 0px;
   top: -5px;
   _scaling-factor: 0.5;
 }

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

 .container_adebfbf0be1a {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f1f9ff;
   border-radius: 24.36px 24.36px 24.36px 24.36px;
 }

 .text_7e89fd85de2b {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7e89fd85de2b {
   overflow: visible;
 }

 .text_b9e760330edc {
   width: 343px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_b9e760330edc {
   overflow: visible;
 }

 .text-93650e049dd1_b9e760330edc {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-012a44970554_b9e760330edc {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-64c3f14343df_b9e760330edc {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_35ff99287aac {
   width: 323px;
   height: 144px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 72px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_35ff99287aac {
   overflow: visible;
 }

 .container_933d2b259865 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
 }

 .text_98291f6be51a {
   width: 100%;
   min-width: 0;
   height: 104px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text-3724c4a50c69_98291f6be51a {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-61b3ffd3c0b7_98291f6be51a {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-122da7c78da4_98291f6be51a {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8e374cbddb49 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_8e374cbddb49 {
   overflow: visible;
 }

 .text-143a3d53fd25_8e374cbddb49 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-365e4fb1c85b_8e374cbddb49 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-5e6854ca0a08_8e374cbddb49 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d31023d9e7f0 {
   width: 100%;
   min-width: 0;
   height: 112px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_d31023d9e7f0 {
   overflow: visible;
 }

 .text-c2ce336b0b28_d31023d9e7f0 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-ec509ff9a7f7_d31023d9e7f0 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-05c270944175_d31023d9e7f0 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_0a64249b9046 {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Nunito Sans';
 }

 .text_autoheight_0a64249b9046 {
   overflow: visible;
 }

 .text-85d9ca11c31b_0a64249b9046 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-fafafbc4e983_0a64249b9046 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-9575dac6032e_0a64249b9046 {
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_4397da9189d7 {
   width: 343px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_55dbb140ca05 {
   width: 96px;
   height: 14px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.12px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_a6c404dabd19 {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: 0.06px;
   _scaling-factor: 0.5;
 }

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

 .container_61596e418b25 {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_d64adab914a0 {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d64adab914a0 {
   overflow: visible;
 }

 .text_5693d61ba7e8 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_b12fd014c046 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_1a9dd12b69ec {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_3a79449d751c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b6f7feee92a6 {
   width: 233px;
   height: 155px;
   position: absolute !important;
   left: -0.54px;
   top: 0.4px;
   _scaling-factor: 0.5;
 }

 .imageview_b6f7feee92a6.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_15325e326b9b {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_7dd8e41ee382 {
   width: 233px;
   height: 35px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7dd8e41ee382 {
   overflow: visible;
 }

 .text_99d7084bb62f {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_aba6eb3c84fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_e74aa395996a {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_aa03af28188f {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_32fa090f300a {
   width: 232px;
   height: 155px;
   position: absolute !important;
   left: 0.46px;
   top: -1.93px;
   _scaling-factor: 0.5;
 }

 .imageview_32fa090f300a.wp-block-image {
   width: 232px !important;
   height: 134px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_0e8b8aa0116d {
   position: relative !important;
   width: 232px;
   height: 134px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_b9c2da2c1c2b {
   width: 233px;
   height: 18px;
   line-height: 17.28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b9c2da2c1c2b {
   overflow: visible;
 }

 .text_5794c47d3d13 {
   width: max-content;
   position: absolute !important;
   left: 49.23px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .text_b6d379676246 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 13px;
   font-family: 'Nunito Sans';
 }

 .container_62f32e87675a {
   position: relative !important;
   overflow: visible;
   width: 116.23px;
   height: 13px;
   flex-shrink: 0;
 }

 .container_9c361247b3d1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.56px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_43758f6afa24 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 12.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ee7b43600930 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 12px;
   left: 79px;
   top: 10px;
 }

 .container_df7bbeff7ae8 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_wrapper_df7bbeff7ae8 {
   position: relative !important;
   overflow: visible;
   width: 228px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_nested_df7bbeff7ae8 {
   width: 228px;
   height: 32px;
   background: #227bb5;
   border-radius: 32px 32px 32px 32px;
 }

 .container_257914deaafc {
   padding: 21.4px 16.41px 21.4px 16.41px;
   width: 296.09px;
   height: fit-content;
   border-top: 0.71px solid #e3e4e8ff;
   border-right: 0.71px solid #e3e4e8ff;
   border-bottom: 0.71px solid #e3e4e8ff;
   border-left: 0.71px solid #e3e4e8ff;
   align-items: center;
   justify-content: center;
   gap: 28.54px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
 }

 .container_7ca95e8bc266 {
   width: 296px;
   height: 766px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6ef0bf8182de {
   width: 375px;
   height: 672px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_6ef0bf8182de img {
   position: absolute;
   width: 375.0px !important;
   height: 576.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .imageview_9bb1ef6c1d52 {
   width: 17.88px;
   height: 18.05px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_9bb1ef6c1d52 img {
   position: absolute;
   width: 16.9px !important;
   height: 16.5px !important;
   max-width: none !important;
   left: 0.5px;
   top: 1.0px;
 }

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

 .container_e8ab5785d21f {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_ab57790b5021 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_233646c170e3 {
   width: 14.72px;
   height: 16.95px;
   z-index: 1;
   position: absolute !important;
   left: 1.09px;
   top: 0px;
 }

 .imageview_233646c170e3 img {
   position: absolute;
   width: 14.3px !important;
   height: 14.3px !important;
   max-width: none !important;
   left: 0.2px;
   top: 1.7px;
 }

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

 .container_48e441cf2f43 {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_722c40109906 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_1557a1169ab8 {
   width: 18.04px;
   height: 20.78px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.09px;
 }

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

 .imageview_1557a1169ab8 img {
   position: absolute;
   width: 17.3px !important;
   height: 16.9px !important;
   max-width: none !important;
   left: 0.2px;
   top: 1.7px;
 }

 .container_832f4a6815f4 {
   position: absolute !important;
   overflow: visible;
   width: 17.5px;
   height: 17.5px;
   z-index: 1;
   left: 8.75px;
   top: 8.75px;
 }

 .container_d247c90a7103 {
   position: relative !important;
   overflow: visible;
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   background: #f27022;
   border-radius: 26.25px 26.25px 26.25px 26.25px;
   backdrop-filter: blur(3.94px);
   -webkit-font-smoothing: antialiased;
 }

 .container_fb7a463c3376 {
   width: 140px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 219px;
   top: 33px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 17.5px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_adf1077b75bf {
   width: 149.52px;
   height: 26.61px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 51px;
 }

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

 .text_4c9f1c3bf88d {
   width: 278px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 102px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_215409d23db9 {
   width: 127px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d7b690857259 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_3ff66904d287 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c296adfeea38 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_323fb4faa315 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_34c0b5a2ae91 {
   width: 127px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_18622cd3327a {
   width: 100%;
   min-width: 0;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_87926910c952 {
   width: 137px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_27825befadef {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_ec6355eb399a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_01b09beb6aa4 {
   width: 159px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_3eced96dde84 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

 .text_0060ce7152ef {
   width: 147px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_fdb9f856e482 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

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

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

 .container_bd04b7f8c4d6 {
   width: 100%;
   min-width: 0;
   height: 162px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 50px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a0b639d4007 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_d47b37a00041 {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
 }

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

 .text_8cedeb22232c {
   width: 91px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   text-align: justify;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e4d72f61af05 {
   position: absolute !important;
   overflow: visible;
   width: 123px;
   height: 16px;
   z-index: 1;
   left: 16px;
   top: 13px;
 }

 .imageview_be0cb05ae47d {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 303px;
   top: 9px;
 }

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

 .container_f62c6843c390 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff59;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(3.6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_e6dffd3d894b {
   width: 343px;
   height: 275px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 182px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d787696aac24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 61px;
   top: 529px;
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-cb45ef293e53_d787696aac24 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-51395269a386_d787696aac24 {
   line-height: 15.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_94f7167c80e6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 672px;
   flex-shrink: 0;
 }

 .container_5fa47174d6d3 {
   width: 375px;
   height: 2911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_572f66b06971 {
   width: 375px;
   height: 2815px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }