 /*
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=Material+Symbols+Outlined:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_e8631664ad96 {
   width: 95.59px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e7ec67ecc3be {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_27a38610f154 {
   width: 45.14px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_19e29e5b9020 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ea580cff;
   border-right: 0px solid #ea580cff;
   border-bottom: 2px solid #ea580cff;
   border-left: 0px solid #ea580cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_abdb2824cc20 {
   width: 66.58px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_51c5862f3b8c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2fbda3856a05 {
   width: 62.53px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_939fa95790f3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1d9a02b74447 {
   width: 60.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_32def3d71cdc {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_873c918f0fe4 {
   width: 34.28px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8b9b2b8e0fb2 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_18ede5481b34 {
   width: 42.41px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_fc5532094427 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_daebb9ee2ce0 {
   width: 122.36px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #fed7aaff, 0px 10px 15px -3px #fed7aaff;
 }

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

 .container_7fd73351c15e {
   position: relative !important;
   overflow: visible;
   width: 122.36px;
   height: 48px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_07e1adc0f481 {
   padding: 16px 80.01px 16px 80px;
   width: 905.56px;
   height: 80px;
   max-width: 1280px;
   flex-shrink: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6d088efb3ea7 {
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   box-shadow: 0px 8px 30px #ff7a000a;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_6d088efb3ea7 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_6d088efb3ea7 {
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   filter: drop-shadow(0px 8px 30px #ff7a000a);
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .text_dd22ccf5bb42 {
   width: 221.38px;
   height: 17px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_85f68dbba5a7 {
   padding: 6px 20px 6px 20px;
   width: 261.38px;
   height: 29px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffdbc8;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_2ddee29c2161 {
   width: 458.88px;
   height: 247px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 61.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text-49481c5308b5_2ddee29c2161 {
   line-height: 61.6px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .container_16b996f048dc {
   width: 512px;
   height: 247px;
   position: absolute !important;
   left: 0px;
   top: 51.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cfbc6a8d6a0f {
   width: 469.39px;
   height: 84px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_83460ef9face {
   width: 512px;
   height: 84px;
   max-width: 576px;
   position: absolute !important;
   left: 0px;
   top: 323.17px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ed90f319391 {
   position: relative !important;
   overflow: visible;
   width: 512px;
   height: 407.17px;
   flex-shrink: 0;
 }

 .container_b0cb0e7adb39 {
   width: 512px;
   height: 117px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #ffedd5ff, 0px 20px 25px -5px #ffedd5ff;
 }

 .imageview_012883e6d51e {
   width: 16px;
   height: 20px;
   z-index: 1;
 }

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

 .text_0342b4ce4140 {
   width: 100%;
   min-width: 0;
   height: 46px;
   z-index: 1;
   line-height: 22.68px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0342b4ce4140 {
   overflow: visible;
 }

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

 .container_81157efba656 {
   padding: 22px 12px 23px 12px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffe20d95f3e9 {
   padding: 0 20px 0 20px;
   width: 284.35px;
   height: 91px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_ffe20d95f3e9 {
   position: absolute !important;
   left: 13px;
   top: 13px;
   width: 284.35px;
   height: 91px;
   z-index: 1;
 }

 .container_nested_ffe20d95f3e9 {
   padding: 0 20px 0 20px;
   width: 284.35px;
   height: 91px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_eff962b807c3 {
   width: 16px;
   height: 16px;
   z-index: 1;
 }

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

 .container_75fdb71ecbbf {
   padding: 20px 40px 20px 40px;
   width: 189.65px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 309.35px;
   top: 13px;
   justify-content: center;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #ff7a00;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_75fdb71ecbbf {
   position: absolute !important;
   left: 309.35px;
   top: 13px;
   width: 189.65px;
   height: 68px;
   z-index: 1;
 }

 .container_nested_75fdb71ecbbf {
   padding: 20px 40px 20px 40px;
   width: 189.65px;
   height: 68px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #ff7a00;
   border-radius: 12px 12px 12px 12px;
 }

 .container_24ba7f88c0a7 {
   position: relative !important;
   overflow: visible;
   width: 512px;
   height: 117px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #fff7edff;
 }

 .imageview_003510dfd1c0 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

 .container_d6f31412502d {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .imageview_6b2a182b4b73 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_ba8a0e3c204d {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_37e4c2cc663c {
   margin: 0 0 0 -16px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_73273fec12b5 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   _scaling-factor: 1;
 }

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

 .container_c17fe443d282 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_535447de023e {
   margin: 0 0 0 -16px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_6d3c3f400a4c {
   width: 263.55px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_965a87874ed9 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_5d0bc0ee77fa {
   width: 256px;
   height: 256px;
   position: absolute !important;
   left: 302.74px;
   top: -27.26px;
   background: #ffedd5;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(50px);
   opacity: 0.6000000238418579;
 }

 .container_b98899731729 {
   width: 320px;
   height: 320px;
   position: absolute !important;
   left: -33.26px;
   top: 232.74px;
   background: #ffdbc8;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(50px);
   opacity: 0.4000000059604645;
 }

 .imageview_349f04881f25 {
   width: 100%;
   min-width: 0;
   height: 476px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_e7869cbfea85 {
   width: 500px;
   height: auto !important;
   max-width: 500px;
   z-index: 1;
   transform: rotate(3.0000011414478056deg);
   transform-origin: 0 0;
   border-top: 12px solid #ffffffff;
   border-right: 12px solid #ffffffff;
   border-bottom: 12px solid #ffffffff;
   border-left: 12px solid #ffffffff;
   position: absolute !important;
   left: 13.43px;
   top: 0px;
   aspect-ratio: 1 / 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 48px 48px 48px 48px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_be620784fd37 {
   width: 246.19px;
   height: 104px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .imageview_2c9bd94c91ed {
   width: 56px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_ee94796b5860 {
   width: 104.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d32f347b16ee {
   width: 122.19px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1bac394c7968 {
   width: 122.19px;
   height: 28px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d93d196f0457 {
   width: 122.19px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c24078cf521 {
   width: 122.19px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 100px;
   top: 28px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ba6028a47b2 {
   position: absolute !important;
   overflow: visible;
   width: 246.19px;
   height: 104px;
   z-index: 2;
   left: -41.26px;
   top: 328.74px;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
 }

 .container_f9cb53ff8368 {
   position: relative !important;
   overflow: visible;
   width: 525.49px;
   height: 525.48px;
   flex-shrink: 0;
 }

 .container_aa93c5468cf1 {
   padding: 0 73.26px 0 80px;
   height: 636.17px;
   max-width: 1280px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 89.26px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c3649d476fff {
   padding: 128px 0 128px 0;
   width: 1280px;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: radial-gradient(closest-side at 37% 50%, #ff7a0014 0%, #ff7a0000 70%);
 }

 .text_cc251141a191 {
   width: 762.02px;
   height: 72px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d2525310d4c0 {
   width: 96px;
   height: 6px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .imageview_314d04f52b57 {
   width: 640px;
   height: 400px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.800000011920929;
 }

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

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

 .container_5bfceb5d974a {
   width: 640px;
   height: 400px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(0deg, #000000e6 0%, #0000004d 50%, #00000000 100%);
 }

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

 .text_autoheight_3c101dbd256e {
   overflow: visible;
 }

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

 .text_7f3e71024050 {
   width: 425.27px;
   height: 48px;
   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_06896d6caf8f {
   width: 448px;
   height: fit-content;
   max-width: 448px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1613b942bab {
   padding: 48px 48px 48px 48px;
   width: 640px;
   height: 196px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 204px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c533cee88939 {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 400px;
   left: 0px;
   top: 0px;
   background: #f3f4f5;
   border-radius: 48px 48px 48px 48px;
 }

 .imageview_b667246d52e1 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_608e4ebab31a {
   width: 52.33px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cbf3ebc2280c {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff33;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_cf007d28aa20 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_b0c5e36e8774 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b0c5e36e8774 {
   overflow: visible;
 }

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

 .text_739220b065b2 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_739220b065b2 {
   overflow: visible;
 }

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

 .container_d59caeee5f6a {
   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_8e8f94a6439f {
   padding: 40px 40px 40px 40px;
   width: 448px;
   height: 300px;
   min-height: 300px;
   position: absolute !important;
   left: 672px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ff7a00;
   border-radius: 48px 48px 48px 48px;
 }

 .text_576135f2a6ea {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_576135f2a6ea {
   overflow: visible;
 }

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

 .text_8f78a966e23d {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8f78a966e23d {
   overflow: visible;
 }

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

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

 .imageview_8217ea1ac92d {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

 .container_a76d2b7222d1 {
   margin: 11.91px 11.91px 11.91px 11.91px !important;
   width: 128px;
   height: 128px;
   flex-shrink: 0;
   transform: rotate(12.000012657215834deg);
   transform-origin: center;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_245395c81479 {
   padding: 84.09px 0 84.09px 0;
   width: fit-content;
   height: 320px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_dca5c564a75e {
   padding: 40px 40px 40px 40px;
   width: 448px;
   height: 400px;
   min-height: 300px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 432px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20.09px;
   display: flex !important;
   flex-direction: row;
   background: #dfdef1;
   border-radius: 48px 48px 48px 48px;
 }

 .text_f31250c970d6 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f31250c970d6 {
   overflow: visible;
 }

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

 .text_197c2efa3291 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_197c2efa3291 {
   overflow: visible;
 }

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

 .container_a978c37f7ab8 {
   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;
 }

 .text_6b3429f9a55c {
   width: 108.61px;
   height: 17px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8bb456b1a387 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 33px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #edeeef;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_0cd3b46ddf27 {
   width: 88.91px;
   height: 17px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8454c6f70794 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 33px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #edeeef;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .imageview_c8228b4a17e5 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_f29228d78c46 {
   width: 224px;
   height: 160px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 32px 32px 32px 32px;
 }

 .container_0c991e61a273 {
   padding: 40px 40px 40px 40px;
   width: 640px;
   height: 400px;
   min-height: 300px;
   border-top: 1px solid #e0c0afff;
   border-right: 1px solid #e0c0afff;
   border-bottom: 1px solid #e0c0afff;
   border-left: 1px solid #e0c0afff;
   position: absolute !important;
   left: 480px;
   top: 432px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 48px 48px 48px 48px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_012d0ef78ce7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_009a71ff196e {
   padding: 0 80px 0 80px;
   height: 1014px;
   max-width: 1280px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ed870c41171 {
   padding: 128px 0 128px 0;
   width: 1280px;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_bcd990d0dd5d {
   width: 623.61px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_ce21d22642d2 {
   width: 174.2px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ffedd5ff, 0px 20px 25px -5px #ffedd5ff;
 }

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

 .container_26e3680d2377 {
   position: relative !important;
   overflow: visible;
   width: 174.2px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_74fdab76b1e6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c4c8ee52f7af {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_0a33e2419a7c {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0a33e2419a7c {
   overflow: visible;
 }

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

 .text_9b01c0b26a32 {
   width: 100%;
   min-width: 0;
   height: 117px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9b01c0b26a32 {
   overflow: visible;
 }

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

 .container_5566605cef23 {
   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_784680f9f632 {
   padding: 40px 40px 40px 40px;
   width: 346.67px;
   height: 389px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_ad6de755f07b {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_640f2baf9d12 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_640f2baf9d12 {
   overflow: visible;
 }

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

 .text_b25dd18d6e27 {
   width: 100%;
   min-width: 0;
   height: 117px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b25dd18d6e27 {
   overflow: visible;
 }

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

 .container_be7517d736cc {
   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_f5b5a1c17785 {
   padding: 40px 40px 40px 40px;
   width: 346.67px;
   height: 389px;
   z-index: 1;
   position: absolute !important;
   left: 386.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_5e37a3bc1b57 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_6efff044119c {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6efff044119c {
   overflow: visible;
 }

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

 .text_d2d0be6673e5 {
   width: 100%;
   min-width: 0;
   height: 117px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d2d0be6673e5 {
   overflow: visible;
 }

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

 .container_a8fa88c7bf06 {
   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_8fabc50590f1 {
   padding: 40px 40px 72px 40px;
   width: 346.67px;
   height: 389px;
   z-index: 1;
   position: absolute !important;
   left: 773.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_97886fdd4c5b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_e712279dcbff {
   padding: 0 80px 0 80px;
   height: 609px;
   max-width: 1280px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2b6b39d0a3c {
   padding: 128px 0 128px 0;
   width: 1280px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f5;
 }

 .imageview_867ff9e1e3a8 {
   width: 1120px;
   height: 460px;
   position: absolute !important;
   left: -56px;
   top: -22.98px;
   _scaling-factor: 1;
   opacity: 0.15000000596046448;
 }

 .imageview_867ff9e1e3a8.wp-block-image {
   width: 1064px !important;
   height: 437px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_8eed8ca86aa0 {
   width: 706.5px;
   height: 62px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 61.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a0e0a4ad5612 {
   padding: 0 0 0.59px 0;
   width: 753.05px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3cede0fd4b6 {
   width: 753.05px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1e90989d8460 {
   width: 753.05px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_007964716a15 {
   width: 290.45px;
   height: 70px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 25px 50px -12px #43140766;
 }

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

 .container_bfa06d961f6c {
   position: relative !important;
   overflow: visible;
   width: 290.45px;
   height: 70px;
   flex-shrink: 0;
   z-index: 1;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_71f84ee31d12 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_71f84ee31d12 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_71f84ee31d12 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_3947afe8e774 {
   width: 753.05px;
   height: 268.61px;
   max-width: 768px;
   z-index: 1;
   position: absolute !important;
   left: 183.48px;
   top: 95px;
   align-items: center;
   justify-content: flex-start;
   gap: 48.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9e03b613f9f6 {
   position: relative !important;
   width: 1120px;
   height: 459.61px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #2e3132;
   border-radius: 64px 64px 64px 64px;
 }

 .container_2600c95b7c14 {
   padding: 0 80px 0 80px;
   height: 459.61px;
   max-width: 1280px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1233a36893a {
   padding: 128px 0 128px 0;
   width: 1280px;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_789bed5f099e {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_789bed5f099e {
   overflow: visible;
 }

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

 .text_adfaeb2f6f6b {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_adfaeb2f6f6b {
   overflow: visible;
 }

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

 .imageview_54ee18580914 {
   width: 100%;
   min-width: 0;
   height: 48px;
 }

 .imageview_54ee18580914 img {
   position: absolute;
   width: 234.0px !important;
   height: 52.0px !important;
   max-width: none !important;
   left: -2.0px;
   top: -1.0px;
 }

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

 .container_92ad6e2f7d05 {
   width: 232px;
   height: 252px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_176060da6a2d {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_176060da6a2d {
   overflow: visible;
 }

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

 .text_448f5f0d5397 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_448f5f0d5397 {
   overflow: visible;
 }

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

 .text_192259825224 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_192259825224 {
   overflow: visible;
 }

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

 .text_bd5bb6384528 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_bd5bb6384528 {
   overflow: visible;
 }

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

 .text_a49abbbcab66 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a49abbbcab66 {
   overflow: visible;
 }

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

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

 .container_wrapper_4cdbc845fc69 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_427ac05cfdf0 {
   padding: 0 0 36px 0;
   width: 232px;
   height: 252px;
   position: absolute !important;
   left: 296px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_248e742025c7 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_248e742025c7 {
   overflow: visible;
 }

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

 .text_ca90817d2927 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ca90817d2927 {
   overflow: visible;
 }

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

 .text_51c10edb4c61 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_51c10edb4c61 {
   overflow: visible;
 }

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

 .text_ad52ac1705fa {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ad52ac1705fa {
   overflow: visible;
 }

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

 .text_288c51077d38 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_288c51077d38 {
   overflow: visible;
 }

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

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

 .container_wrapper_76b82bbdda84 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_6684db1b5ef7 {
   padding: 0 0 36px 0;
   width: 232px;
   height: 252px;
   position: absolute !important;
   left: 592px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_27c734307833 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_27c734307833 {
   overflow: visible;
 }

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

 .container_52c827c51b6d {
   width: 232px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .imageview_36da9dc5bc3c {
   width: 20px;
   height: 12.5px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 25.75px;
 }

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

 .text_965864297dc7 {
   width: 96.3px;
   height: 12px;
   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_7df38ce9148a {
   width: 96.3px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.699999988079071;
 }

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

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

 .container_ec4681bcc3e5 {
   width: 96.3px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 52px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf3b9f464a2e {
   position: relative !important;
   overflow: visible;
   width: 232px;
   height: 64px;
   flex-shrink: 0;
   background: #0f172a;
   border-radius: 16px 16px 16px 16px;
 }

 .container_549d25be98f3 {
   width: 232px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .imageview_09fcad8b2e65 {
   width: 13.75px;
   height: 17.5px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 23.25px;
 }

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

 .text_094874ffc89e {
   width: 48.11px;
   height: 12px;
   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_d7e82d39bfa8 {
   width: 93.95px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.699999988079071;
 }

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

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

 .container_de4243bf5dbe {
   width: 93.95px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 45.75px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_46cf9d5277b1 {
   position: relative !important;
   overflow: visible;
   width: 232px;
   height: 64px;
   flex-shrink: 0;
   background: #0f172a;
   border-radius: 16px 16px 16px 16px;
 }

 .container_b3654ea3e946 {
   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_0f78d79549e0 {
   padding: 0 0 40px 0;
   width: 232px;
   height: 244px;
   position: absolute !important;
   left: 888px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e2ac5c301f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_wrapper_1e2ac5c301f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_1e2ac5c301f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_c3d87b814bae {
   width: 568.22px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_ec73d54953cd {
   padding: 48px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eaccfe00faef {
   padding: 0 80px 0 80px;
   width: 1280px;
   height: 421px;
   max-width: 1280px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 96px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6380dd716397 {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

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

 .imageview_04ce2653f2c6 {
   width: 1184px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_ea4e02fb6872 {
   width: 1184px;
   height: 440px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #321200ff 0%, #32120099 50%, #32120000 100%);
 }

 .container_9172d7ad782f {
   position: absolute !important;
   overflow: visible;
   width: 1184px;
   height: 440px;
   left: 0px;
   top: 0px;
 }

 .text_73d15c5a1e88 {
   width: 100%;
   min-width: 0;
   height: 56px;
   z-index: 1;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_73d15c5a1e88 {
   overflow: visible;
 }

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

 .text_1de226e04579 {
   width: 668.84px;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5552fc624f0d {
   width: 672px;
   height: fit-content;
   max-width: 672px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e286f4f1db10 {
   width: 768px;
   height: 164px;
   max-width: 768px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 138px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_278d80b79056 {
   position: relative !important;
   overflow: visible;
   width: 1184px;
   height: 440px;
   flex-shrink: 0;
   background: #321200;
   border-radius: 32px 32px 32px 32px;
 }

 .container_24009e213ad7 {
   width: 81.77px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

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

 .container_b5df7d0ea96a {
   position: relative !important;
   overflow: visible;
   width: 81.77px;
   height: 48px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_bb90b21f04c7 {
   width: 78.47px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f094a587bbdd {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e0c0afff;
   border-right: 1px solid #e0c0afff;
   border-bottom: 1px solid #e0c0afff;
   border-left: 1px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_56e7710348a7 {
   width: 75.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3916f04a9e2a {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e0c0afff;
   border-right: 1px solid #e0c0afff;
   border-bottom: 1px solid #e0c0afff;
   border-left: 1px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_4a94ca4cd778 {
   width: 58.08px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1cd1e0fee540 {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e0c0afff;
   border-right: 1px solid #e0c0afff;
   border-bottom: 1px solid #e0c0afff;
   border-left: 1px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_0d3be9192005 {
   width: 67.61px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6c31da42adb6 {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e0c0afff;
   border-right: 1px solid #e0c0afff;
   border-bottom: 1px solid #e0c0afff;
   border-left: 1px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_2e08e1feb4b2 {
   width: 81.86px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f2b381f1d209 {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e0c0afff;
   border-right: 1px solid #e0c0afff;
   border-bottom: 1px solid #e0c0afff;
   border-left: 1px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_9322f4ec4a00 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9facc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .imageview_146951a1870c {
   width: 417px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_a74e23366980 {
   width: 116.72px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

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

 .container_d96b82b515a2 {
   position: absolute !important;
   overflow: visible;
   width: 116.72px;
   height: 28px;
   z-index: 1;
   left: 16px;
   top: 16px;
   background: #ea580c;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_832aaf53ec9f {
   position: relative !important;
   overflow: visible;
   width: 417px;
   height: 256px;
   flex-shrink: 0;
 }

 .text_0414181470e2 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0414181470e2 {
   overflow: visible;
 }

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

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

 .container_0ffae9a6a4e3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8dba111a8e12 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8dba111a8e12 {
   overflow: visible;
 }

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

 .imageview_4f1b84fef855 {
   width: 18.31px;
   height: 15.83px;
 }

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

 .text_26866e2642ad {
   width: 86.38px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6ffcd8ecaf44 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_6ffcd8ecaf44 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_6ffcd8ecaf44 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_6577ae16c8c9 {
   width: 419px;
   height: 534px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_e157ffd2621d {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .text_6e4442a25c20 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6e4442a25c20 {
   overflow: visible;
 }

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

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

 .container_37a7e2449999 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8cf27a8d08c1 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8cf27a8d08c1 {
   overflow: visible;
 }

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

 .imageview_02e417537811 {
   width: 18.31px;
   height: 15.83px;
 }

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

 .text_19bbb3ee6b8f {
   width: 86.38px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c8dbfb00775c {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c8dbfb00775c {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_c8dbfb00775c {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_d8934a65e202 {
   width: 419px;
   height: 534px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 459px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_1689e975b9d2 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .text_327b5950a775 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_327b5950a775 {
   overflow: visible;
 }

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

 .text_1339a0bc7191 {
   width: 50.59px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ee9036ed2fb0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_94db33a25ec5 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_94db33a25ec5 {
   overflow: visible;
 }

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

 .imageview_deb39e76931e {
   width: 18.31px;
   height: 15.83px;
 }

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

 .text_adea16e2039b {
   width: 86.38px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b02eee05b9da {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_b02eee05b9da {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_b02eee05b9da {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5a015371edb1 {
   width: 419px;
   height: 534px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 578px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_78565117bbf3 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .text_c892dffb8870 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c892dffb8870 {
   overflow: visible;
 }

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

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

 .container_4ddf7b3429af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4e245088eaa7 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4e245088eaa7 {
   overflow: visible;
 }

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

 .imageview_1e4956aed78c {
   width: 18.31px;
   height: 15.83px;
 }

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

 .text_f071a8b0b582 {
   width: 86.38px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cb08a8e9c3ad {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_cb08a8e9c3ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_cb08a8e9c3ad {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_f66d6b90a204 {
   width: 419px;
   height: 534px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 459px;
   top: 578px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_6504c98006e9 {
   position: absolute !important;
   overflow: visible;
   width: 878px;
   height: 1116px;
   left: 0px;
   top: 0px;
 }

 .container_cf5b9e04d9e6 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_14ffc2bdd02e {
   width: 29.96px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 25.02px;
   top: 25px;
 }

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

 .container_3f4ac3b4e255 {
   position: relative !important;
   overflow: visible;
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_d76866184174 {
   width: 121.23px;
   height: 64px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_709822369316 {
   width: 162.73px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_18fd24739836 {
   width: 162.73px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_786b67a39e35 {
   width: 162.73px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_9a0e8cd8d555 {
   width: 149.67px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1c43ec90689d {
   padding: 12px 6.33px 12px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #9947001a;
   border-right: 1px solid #9947001a;
   border-bottom: 1px solid #9947001a;
   border-left: 1px solid #9947001a;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: inset 0px 2px 4px 1px #0000000d;
 }

 .container_710cfdd89985 {
   width: 182px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

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

 .container_dac2a6baa697 {
   position: relative !important;
   overflow: visible;
   width: 182px;
   height: 56px;
   flex-shrink: 0;
   background: #321200;
   border-radius: 12px 12px 12px 12px;
 }

 .container_11c335fe7734 {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px dashed #99470033;
   border-right: 2px dashed #99470033;
   border-bottom: 2px dashed #99470033;
   border-left: 2px dashed #99470033;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffdbc8;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_f5614dfcae69 {
   width: 22px;
   height: 22px;
 }

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

 .text_0dcd13919872 {
   width: 116.7px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .text_autoheight_e5160084c163 {
   overflow: visible;
 }

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

 .text_09a0f8f19fed {
   width: 100%;
   min-width: 0;
   height: 44px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_09a0f8f19fed {
   overflow: visible;
 }

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

 .text_420dd81f3a61 {
   width: 44.81px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f885bc4fc210 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f08cb33d556 {
   width: 37.2px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c997ae3b78ac {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_529b8ae63781 {
   padding: 0 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .text_autoheight_a1f7fda28a8b {
   overflow: visible;
 }

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

 .text_7af378c79e73 {
   width: 100%;
   min-width: 0;
   height: 44px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7af378c79e73 {
   overflow: visible;
 }

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

 .text_22d4794a6697 {
   width: 44.84px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_7d11b70bd3d1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e854c4a94b03 {
   width: 36.67px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_929b83fdccc1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f1db42bf09b {
   padding: 0 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_9d6cc5e4ad17 {
   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_94ab39c2dcfa {
   padding: 32px 32px 32px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #e7e8e9;
   border-radius: 24px 24px 24px 24px;
 }

 .container_6b47024ff41f {
   width: 266px;
   height: 976px;
   position: absolute !important;
   left: 918px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc1506738084 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_a609556f0c5b {
   padding: 48px 48px 0 48px;
   width: 1280px;
   height: 1750px;
   max-width: 1440px;
   position: absolute !important;
   left: 0px;
   top: 89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f2fb9684b8ae {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f2fb9684b8ae {
   overflow: visible;
 }

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

 .text_e65532752589 {
   width: 100%;
   min-width: 0;
   height: 69px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_e65532752589 {
   overflow: visible;
 }

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

 .imageview_702f0fa8233c {
   width: 20px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0.7px;
 }

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

 .text_728856e3b41f {
   width: 168.02px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Material Symbols Outlined';
 }

 .container_c452c8f88332 {
   width: 168.02px;
   height: 32px;
   position: absolute !important;
   left: 40.02px;
   top: 0.7px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_de0dc2d89ee2 {
   width: 168.02px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Material Symbols Outlined';
 }

 .container_3c9483685272 {
   width: 168.02px;
   height: 32px;
   position: absolute !important;
   left: 224.03px;
   top: 0.7px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_525fe0a65992 {
   width: 248px;
   height: 180.3px;
   position: absolute !important;
   left: 48px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23.3px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6a0815e77180 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6a0815e77180 {
   overflow: visible;
 }

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

 .text_93c5b61fe2fc {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_93c5b61fe2fc {
   overflow: visible;
 }

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

 .text_d56c8e9f2831 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d56c8e9f2831 {
   overflow: visible;
 }

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

 .text_8b87abc11884 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8b87abc11884 {
   overflow: visible;
 }

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

 .container_1f45ce602987 {
   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_849fbbbee4e3 {
   padding: 0 0 44.25px 0;
   width: 248px;
   height: 180.25px;
   position: absolute !important;
   left: 360px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e767a0438644 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_e767a0438644 {
   overflow: visible;
 }

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

 .text_c46cc1b2fb6b {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c46cc1b2fb6b {
   overflow: visible;
 }

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

 .text_f6fada56998a {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f6fada56998a {
   overflow: visible;
 }

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

 .text_76f9d99fca71 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_76f9d99fca71 {
   overflow: visible;
 }

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

 .container_712d4fc44cec {
   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_wrapper_712d4fc44cec {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_712d4fc44cec {
   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_54bf7154d653 {
   padding: 0 0 44.25px 0;
   width: 248px;
   height: 180.25px;
   position: absolute !important;
   left: 672px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bcae77720f1c {
   width: 97.59px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9f954116d0ac {
   width: 248px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8a661418729 {
   width: 225.89px;
   height: 46px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_57686caa7c85 {
   width: 248px;
   height: 46px;
   position: absolute !important;
   left: 0px;
   top: 43.38px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5775d9735d9 {
   width: 100%;
   min-width: 0;
   height: 18px;
   line-height: 17.64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f5775d9735d9 {
   overflow: visible;
 }

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

 .container_de8a39c3f147 {
   padding: 16px 16px 16px 16px;
   width: 211px;
   height: 52px;
   border-top: 1px solid #e2e8f0ff;
   border-right: 1px solid #e2e8f0ff;
   border-bottom: 1px solid #e2e8f0ff;
   border-left: 1px solid #e2e8f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_cf8051f8de3d {
   width: 56px;
   height: 37px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_559e77664a59 {
   width: 15.83px;
   height: 13.33px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 12px;
 }

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

 .container_bef159d90563 {
   position: absolute !important;
   overflow: visible;
   width: 55.83px;
   height: 37.33px;
   left: 219px;
   top: 0px;
   background: #ff7a00;
   border-radius: 12px 12px 12px 12px;
 }

 .container_7789999ea2cd {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 52px;
   left: 0px;
   top: 113.5px;
 }

 .container_5c5341aacbdf {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 180.25px;
   left: 984px;
   top: 0px;
 }

 .container_3633e33c9a32 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
 }

 .container_9153dcd62537 {
   padding: 80px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .container_3b40013bc5b7 {
   padding: 96px 0 0 0;
   width: 1280px;
   height: 437.25px;
   position: absolute !important;
   left: 0px;
   top: 1839px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3b40013bc5b7 {
   position: absolute !important;
   left: 0px;
   top: 1839px;
   width: 1280px;
   height: 437.25px;
 }

 .container_nested_3b40013bc5b7 {
   padding: 96px 0 0 0;
   width: 1280px;
   height: 437.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d4035f11b8e {
   width: 95.59px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_253dc0c98f20 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b70ca2b0c51f {
   width: 45.06px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2fe4ac45dc4e {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_75e66376f16b {
   width: 41.47px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c0e135c465e3 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ea580cff;
   border-right: 0px solid #ea580cff;
   border-bottom: 2px solid #ea580cff;
   border-left: 0px solid #ea580cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_76b5711182b9 {
   width: 66.58px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_40f671603171 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2df3bdcb20d4 {
   width: 62.53px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_709133fce560 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2488ae489a48 {
   width: 60.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_49cdadc9633b {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_91e5295ac407 {
   width: 34.28px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_23a36b292965 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_db7bf958bf22 {
   width: 42.41px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_00db4c2a9bd6 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_0a971b5367a1 {
   width: 122.36px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #fed7aaff, 0px 10px 15px -3px #fed7aaff;
 }

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

 .container_3bf8a897d646 {
   position: relative !important;
   overflow: visible;
   width: 122.36px;
   height: 48px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_e0940b7842df {
   padding: 20px 48px 20px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_1967800323d3 {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   box-shadow: 0px 8px 30px #ff7a000a;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_1967800323d3 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 89px;
 }

 .container_nested_1967800323d3 {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   filter: drop-shadow(0px 8px 30px #ff7a000a);
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_9f2a39b2ef33 {
   width: 1280px;
   height: 2276.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f8f9fa;
 }

 .container_a5fe2bfe1dfa {
   width: 1280px;
   height: 1078px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #ff7a0014 0%, #ff7a0000 100%);
 }

 .imageview_08e936326f98 {
   width: 8.75px;
   height: 11.67px;
   z-index: 1;
 }

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

 .text_489968c4a144 {
   width: 141.39px;
   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';
 }

 .container_0ed6bd01cb9a {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #ff7a001a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_85c5b879a069 {
   width: 827.96px;
   height: 252px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text-8c4a08672ec1_85c5b879a069 {
   line-height: 84px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .text-51fcdf20c4ff_85c5b879a069 {
   line-height: 84px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6e1259e4dc84_85c5b879a069 {
   line-height: 84px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_292bcef00ae0 {
   padding: 0 34.02px 0 34.02px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c411a46dcbb4 {
   width: 653.7px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f6fa9ec8754e {
   padding: 0 9.16px 0 9.14px;
   width: fit-content;
   height: fit-content;
   max-width: 672px;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a7e2b57a774d {
   width: fit-content;
   height: fit-content;
   max-width: 896px;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7a0924041c77 {
   width: 100%;
   min-width: 0;
   height: 490px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

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

 .container_9de4310591a0 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   aspect-ratio: 1 / 0.4375;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #edeeef;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_4e7567ea0567 {
   width: 1120px;
   height: 918px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 80px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_8db9f61c0b9a {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

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

 .text_ff7563af48df {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ff7563af48df {
   overflow: visible;
 }

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

 .text_fd0b8f5997a1 {
   width: 100%;
   min-width: 0;
   height: 78px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fd0b8f5997a1 {
   overflow: visible;
 }

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

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

 .imageview_b0e41f0373a4 {
   width: 22px;
   height: 21px;
 }

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

 .text_57ee54e76093 {
   width: 116.64px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d6ec66fcf04f {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c91682eb2c74 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #edeeef;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_5c551d7c943d {
   width: 20px;
   height: 16px;
 }

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

 .text_927d7760e84f {
   width: 84.78px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_7a3397da1983 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cc9acb7ad390 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #edeeef;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_8949f50fa21f {
   padding: 48px 48px 48px 48px;
   width: 634.41px;
   height: 445px;
   flex-shrink: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_304c970a8f63 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
   mix-blend-mode: overlay;
 }

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

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

 .container_8fbe6c0de813 {
   width: 453.59px;
   height: 224px;
   position: absolute !important;
   left: 0px;
   top: 220.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 0 0;
 }

 .text_4f2b3083985b {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4f2b3083985b {
   overflow: visible;
 }

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

 .text_14431f2b51ca {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_14431f2b51ca {
   overflow: visible;
 }

 .container_5ee5439f3ffe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 384px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.8999999761581421;
 }

 .container_687a8730b4ba {
   width: 357.59px;
   height: 160px;
   position: absolute !important;
   left: 48px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c59b69c76b8 {
   position: relative !important;
   overflow: visible;
   width: 453.59px;
   height: 445px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 40px 40px 40px 40px;
 }

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

 .container_1982f60c7d46 {
   padding: 80px 80px 80px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f5;
 }

 .container_2231e20683b2 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: -40px;
   top: -40px;
   background: #ff7a001a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .imageview_2320f8690adc {
   width: 100%;
   min-width: 0;
   height: 244px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_db5708530262 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 4px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #edeeef;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .imageview_cb747233e8ef {
   width: 100%;
   min-width: 0;
   height: 244px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_c494c4ccb720 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 4px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #edeeef;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .container_96f1a3ffea83 {
   padding: 48px 0 0 0;
   width: 252px;
   height: 576px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_163a57845f16 {
   width: 100%;
   min-width: 0;
   height: 244px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_f7384ee79a22 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 4px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #edeeef;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

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

 .container_2f9578126ab1 {
   padding: 0 2.69px 0 2.69px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3f52693962a {
   padding: 90px 32px 90px 32px;
   width: 100%;
   min-width: 0;
   z-index: 1;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 4px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   aspect-ratio: 1 / 1;
   height: auto !important;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ff7a00;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .container_67f9a91610a7 {
   padding: 0 0 48px 0;
   width: 252px;
   height: 576px;
   z-index: 1;
   position: absolute !important;
   left: 276px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_0d6e74d78494 {
   position: relative !important;
   overflow: visible;
   width: 528px;
   height: 576px;
   flex-shrink: 0;
 }

 .text_f30fb30bbaf7 {
   width: 100%;
   min-width: 0;
   height: 150px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f30fb30bbaf7 {
   overflow: visible;
 }

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

 .text_44f059f0e025 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_44f059f0e025 {
   overflow: visible;
 }

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

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

 .imageview_66208ebb4bee {
   width: 40px;
   height: 44px;
   flex-shrink: 0;
 }

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

 .text_584c4bc9f8d5 {
   width: 135.33px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_253a7a992509 {
   width: 451.41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_566822309fa5 {
   width: 451.41px;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cd9a4f7643ee {
   width: 451.41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_58c2ea5dc7af {
   width: 40px;
   height: 44px;
   flex-shrink: 0;
 }

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

 .text_548d03c5d21c {
   width: 107.55px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e1db26f28777 {
   width: 460.55px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8882dee7cba {
   width: 460.55px;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5852196d183e {
   width: 460.55px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_4017e94d4425 {
   width: 40px;
   height: 44px;
   flex-shrink: 0;
 }

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

 .text_9778ee88e90c {
   width: 157.06px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6a509b9859fd {
   width: 400.13px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8bc9ee57bc2f {
   width: 400.13px;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d1023589b38e {
   width: 400.13px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_e5ee45966dbc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   justify-content: center;
   align-items: center;
   gap: 0 64px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_4428edb10652 {
   width: 570.11px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5f355acec17f {
   width: 625.61px;
   height: 56px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e7fae906b193 {
   padding: 0 23.2px 0 23.19px;
   width: fit-content;
   height: fit-content;
   max-width: 672px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_496fb7d473e6 {
   width: 352px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_478b40a8970e {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_478b40a8970e {
   overflow: visible;
 }

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

 .text_ec61bc67ddfe {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ec61bc67ddfe {
   overflow: visible;
 }

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

 .container_000d4ff37d6a {
   padding: 40px 40px 40px 40px;
   width: 352px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #000000e6 0%, #00000066 50%, #00000000 100%);
 }

 .container_ef3a593b10a6 {
   position: relative !important;
   overflow: visible;
   width: 352px;
   height: 440px;
   flex-shrink: 0;
   background: #1e293b;
   border-radius: 40px 40px 40px 40px;
 }

 .text_af84d09941a7 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_af84d09941a7 {
   overflow: visible;
 }

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

 .text_1ceb86c4379b {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1ceb86c4379b {
   overflow: visible;
 }

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

 .container_a658a48a1264 {
   padding: 40px 40px 40px 40px;
   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;
   background: linear-gradient(0deg, #000000e6 0%, #00000066 50%, #00000000 100%);
 }

 .container_b435e0dd4b8a {
   height: auto !important;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   aspect-ratio: 0.8 / 1;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
   background: #1e293b;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_cfd1bcd27cb9 {
   width: 352px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_a6b088c9b1bc {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a6b088c9b1bc {
   overflow: visible;
 }

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

 .text_fe497ab728ae {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fe497ab728ae {
   overflow: visible;
 }

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

 .container_42c729ba16b2 {
   padding: 40px 40px 40px 40px;
   width: 352px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #000000e6 0%, #00000066 50%, #00000000 100%);
 }

 .container_ee5992d74e3c {
   position: relative !important;
   overflow: visible;
   width: 352px;
   height: 440px;
   flex-shrink: 0;
   background: #1e293b;
   border-radius: 40px 40px 40px 40px;
 }

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

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

 .container_630feb5f3f7c {
   padding: 96px 80px 96px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191c1d;
 }

 .container_5f388afaaaf2 {
   width: 384px;
   height: 384px;
   position: absolute !important;
   left: 928px;
   top: -192px;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .text_bfc298057faf {
   width: 664.09px;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9cbfd7edcfd0 {
   width: 636.84px;
   height: 56px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c5dfa59c1a19 {
   padding: 0 17.58px 0 17.58px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.8999999761581421;
 }

 .container_68c33b41a569 {
   width: 672px;
   height: 136px;
   max-width: 672px;
   position: absolute !important;
   left: 224px;
   top: 80px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_284b44dcb283 {
   width: 258.8px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

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

 .container_9054d518adf5 {
   position: relative !important;
   overflow: visible;
   width: 258.8px;
   height: 72px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c6979eccfdf1 {
   width: 133.97px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2223ca4f9343 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_2223ca4f9343 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_2223ca4f9343 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_9c76b490290d {
   width: 516.77px;
   height: 72px;
   position: absolute !important;
   left: 301.61px;
   top: 264px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f3b26945099e {
   position: relative !important;
   width: 1120px;
   height: 416px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ff7a00;
   border-radius: 56px 56px 56px 56px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_c609d4dfc717 {
   padding: 96px 80px 96px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c05ede37d28 {
   width: 1280px;
   height: 3563px;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f799a5465b4d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f799a5465b4d {
   overflow: visible;
 }

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

 .text_c6384b94bcf1 {
   width: 100%;
   min-width: 0;
   height: 78px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c6384b94bcf1 {
   overflow: visible;
 }

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

 .imageview_85ff362323e5 {
   width: 100%;
   min-width: 0;
   height: 48px;
 }

 .imageview_85ff362323e5 img {
   position: absolute;
   width: 254.0px !important;
   height: 52.0px !important;
   max-width: none !important;
   left: -2.0px;
   top: -1.0px;
 }

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

 .container_6198fd307bcc {
   padding: 0 0 26px 0;
   width: 252px;
   height: 248px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_f84aac04fe86 {
   overflow: visible;
 }

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

 .text_616d3981c538 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_616d3981c538 {
   overflow: visible;
 }

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

 .text_da23ca3aaa9f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_da23ca3aaa9f {
   overflow: visible;
 }

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

 .text_0f2a06a7647a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0f2a06a7647a {
   overflow: visible;
 }

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

 .text_c11b9476c33d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c11b9476c33d {
   overflow: visible;
 }

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

 .text_0df5d018a186 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0df5d018a186 {
   overflow: visible;
 }

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

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

 .container_3b241b76f188 {
   width: 252px;
   height: 248px;
   position: absolute !important;
   left: 316px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_f04e9d037175 {
   overflow: visible;
 }

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

 .text_949b6a63bc6c {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_949b6a63bc6c {
   overflow: visible;
 }

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

 .text_7b3fd18d5c62 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7b3fd18d5c62 {
   overflow: visible;
 }

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

 .text_3b0276872b12 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3b0276872b12 {
   overflow: visible;
 }

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

 .text_0ac9581dd390 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0ac9581dd390 {
   overflow: visible;
 }

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

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

 .container_wrapper_e333be7b0fa1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_b9c5dffa1c1d {
   padding: 0 0 44px 0;
   width: 252px;
   height: 248px;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_feb1b97a8b85 {
   overflow: visible;
 }

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

 .text_0126dde16d17 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0126dde16d17 {
   overflow: visible;
 }

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

 .container_51f9d1ad1da9 {
   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;
 }

 .text_887e4347f8bb {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_887e4347f8bb {
   overflow: visible;
 }

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

 .container_585a2e224faf {
   padding: 13px 20px 14px 20px;
   width: 244px;
   height: 50px;
   border-top: 1px solid #e2e8f0ff;
   border-right: 1px solid #e2e8f0ff;
   border-bottom: 1px solid #e2e8f0ff;
   border-left: 1px solid #e2e8f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_f0fdaf9f0b2b {
   width: 23.38px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5c6d39877584 {
   padding: 12.5px 24px 13.5px 24px;
   width: 71.38px;
   height: 50px;
   position: absolute !important;
   left: 252px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ea580c;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_69ad08079354 {
   padding: 0 0 102px 0;
   width: 252px;
   height: 248px;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8219d189382 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_1cd69513e90f {
   padding: 80px 40px 80px 40px;
   width: 1280px;
   height: 409px;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   position: absolute !important;
   left: 0px;
   top: 3922.78px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .container_wrapper_1cd69513e90f {
   position: absolute !important;
   left: 0px;
   top: 3922.78px;
   width: 1280px;
   height: 409px;
 }

 .container_nested_1cd69513e90f {
   padding: 80px 40px 80px 40px;
   width: 1280px;
   height: 409px;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .text_677906153a0e {
   width: 95.59px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_311092e05b8d {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5006c94520be {
   width: 46.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c04261050603 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_898d341b831f {
   width: 71.23px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_37ea0613febc {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ea580cff;
   border-right: 0px solid #ea580cff;
   border-bottom: 2px solid #ea580cff;
   border-left: 0px solid #ea580cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0596459c6677 {
   width: 65.73px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9c5271b8a2c3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3069fa1f15fb {
   width: 63.45px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_78cdd91c7532 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dc79f60c887e {
   width: 35.88px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9cd2b790e956 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_a2590e48b885 {
   width: 42.64px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_dbaee6ec7e95 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_62e1536d7d7d {
   width: 107.41px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #f9731633, 0px 10px 15px -3px #f9731633;
 }

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

 .container_84d611a7ed74 {
   position: relative !important;
   overflow: visible;
   width: 107.41px;
   height: 44px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_c5dbfa45c840 {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   max-width: 1440px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_89a5bc149727 {
   width: 1280px;
   height: 80px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   box-shadow: 0px 8px 30px #ff7a000a;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_89a5bc149727 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 80px;
 }

 .container_nested_89a5bc149727 {
   width: 1280px;
   height: 80px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   filter: drop-shadow(0px 8px 30px #ff7a000a);
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_60c408cfb1a9 {
   width: 1280px;
   height: 4332px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f8f9fa;
 }

 .text_794668e46374 {
   width: 86.92px;
   height: 17px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3ca2a50ce357 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffdbc8;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_2c035af10077 {
   width: 428.02px;
   height: 224px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_27cd5611bdd1 {
   width: 511.17px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0fda6385c7c {
   width: 511.17px;
   height: 84px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_919850a5f4ed {
   width: 511.17px;
   height: fit-content;
   max-width: 672px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_661899682de0 {
   width: 176.38px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #ffedd5ff, 0px 20px 25px -5px #ffedd5ff;
 }

 .text_7560f888b33e {
   width: 96.38px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b5b721cf5551 {
   position: relative !important;
   overflow: visible;
   width: 176.38px;
   height: 68px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 16px 16px 16px 16px;
 }

 .text_7efa675e9409 {
   width: 174.77px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4b7a268cbd01 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #e0c0afff;
   border-right: 2px solid #e0c0afff;
   border-bottom: 2px solid #e0c0afff;
   border-left: 2px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_4b7a268cbd01 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_4b7a268cbd01 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #e0c0afff;
   border-right: 2px solid #e0c0afff;
   border-bottom: 2px solid #e0c0afff;
   border-left: 2px solid #e0c0afff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_510c568ff298 {
   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_10bd7826dddb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c59877335bba {
   width: 520px;
   height: 390px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_bf57cba7e9f7 {
   width: 284.36px;
   height: 104px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .imageview_4582f4c424f3 {
   width: 56px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

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

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

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

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

 .container_b9ca7713e783 {
   width: 160.36px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c1c602d958a9 {
   position: absolute !important;
   overflow: visible;
   width: 284.36px;
   height: 104px;
   z-index: 1;
   left: 32px;
   top: 254px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_261ead720fab {
   position: relative !important;
   overflow: visible;
   width: 520px;
   height: 390px;
   flex-shrink: 0;
   background: #ffffff00;
   border-radius: 48px 48px 48px 48px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_d82f2ecb0a62 {
   height: fit-content;
   max-width: 600px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_872dde1ec69e {
   padding: 0 80px 0 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   justify-content: center;
   align-items: center;
   gap: 0 80px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_21a4a8af8713 {
   width: 477.25px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_e305e941a8db {
   padding: 0 18.72px 0 18.72px;
   width: fit-content;
   height: fit-content;
   max-width: 672px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_f263b01476da {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_6266ef43893a {
   width: 234.8px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_92933b1a3ad3 {
   width: 441.48px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_14a13ca2a931 {
   width: 441.48px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1855f3705bcc {
   width: 441.48px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_6b2ef95976ee {
   padding: 40px 40px 40px 40px;
   width: 544px;
   height: 304px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_ef0dd06da9f1 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_c4340f0d52b8 {
   width: 193.92px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ef483fce86b1 {
   width: 449.17px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf3b7bb5290a {
   width: 449.17px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1c0d403bdf1b {
   width: 449.17px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_5a061880e8b1 {
   padding: 40px 40px 40px 40px;
   width: 544px;
   height: 304px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 576px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_5cb60b4644d3 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_68a362bf4895 {
   width: 251.75px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d4d12596ba35 {
   width: 453.34px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4db4bc978a5 {
   width: 453.34px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_84d08dc4ce4e {
   width: 453.34px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_6cfbc0f4115a {
   padding: 40px 40px 40px 40px;
   width: 544px;
   height: 304px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 0px;
   top: 336px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_9d7c01ac4f5d {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_b9caad21dddd {
   width: 279.66px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_7c95e8f90bdf {
   width: 456.23px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d9bf17ec64d {
   width: 456.23px;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_292ba5cce581 {
   width: 456.23px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_a1a2333dc908 {
   padding: 40px 40px 66px 40px;
   width: 544px;
   height: 304px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 576px;
   top: 336px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_e70972730017 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1152px;
 }

 .container_7ff943d18ad4 {
   padding: 0 80px 0 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_69f1a0efa5e8 {
   width: 372.66px;
   height: 927.96px;
   transform: rotate(12.000024187912668deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 972.86px;
   top: 1px;
   background: #fff7ed80;
 }

 .text_6ff4974fce9b {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6ff4974fce9b {
   overflow: visible;
 }

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

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

 .container_a59d7e60b636 {
   padding: 11.5px 0 12.5px 0;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .text_2d0b47dba130 {
   width: 326.17px;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .container_5fe00105720d {
   padding: 11.5px 0 12.5px 0;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .text_6f184ed0e558 {
   width: 316.06px;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .container_ce059a4b460c {
   padding: 11.5px 0 12.5px 0;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .text_5fd892a65d13 {
   width: 321.45px;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .container_80b867599868 {
   padding: 11.5px 0 12.5px 0;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #ff7a00ff;
   border-right: 2px solid #ff7a00ff;
   border-bottom: 2px solid #ff7a00ff;
   border-left: 2px solid #ff7a00ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .text_b0e8172f3674 {
   width: 316.89px;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

 .imageview_7e8acf4653f3 {
   width: 196px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   border-radius: 40px 40px 40px 40px;
 }

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

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

 .imageview_5918f4f25e4d {
   width: 196px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 219.5px;
   top: 0px;
   _scaling-factor: 1;
   border-radius: 40px 40px 40px 40px;
 }

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

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

 .imageview_7e11028d9297 {
   width: 196px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 379.5px;
   _scaling-factor: 1;
   border-radius: 40px 40px 40px 40px;
 }

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

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

 .imageview_e68a0d318103 {
   width: 196px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 219.5px;
   top: 379.5px;
   _scaling-factor: 1;
   border-radius: 40px 40px 40px 40px;
 }

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

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

 .container_b6700bed663e {
   position: relative !important;
   overflow: visible;
   height: 736px;
   max-width: 600px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_ac5c0d16bcdf {
   width: 926px;
   height: 736px;
   z-index: 1;
   position: absolute !important;
   left: 97px;
   top: 97px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 96px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b56de8b7d372 {
   position: relative !important;
   width: 1120px;
   height: 930px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 64px 64px 64px 64px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e7e8e9ff;
 }

 .container_051555c2b713 {
   padding: 128px 80px 128px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3b4aeeac5b31 {
   width: 336.17px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f3fa44ce82b2 {
   width: 619.33px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b9f124c2f8f2 {
   width: 619.33px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_7c50d5aa33e7 {
   width: 169.67px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_24df1cfb159a {
   width: 16px;
   height: 16px;
 }

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

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

 .container_e7fe59b452e0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8b26a22b67c9 {
   width: 256px;
   height: 341px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .container_acaa2cc1472e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7cefc04c41c6 {
   padding: 32px 32px 32px 32px;
   width: 256px;
   height: 341.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(0deg, #000000cc 0%, #00000033 50%, #00000000 100%);
 }

 .container_143ffecf4469 {
   position: relative !important;
   overflow: visible;
   width: 256px;
   height: 341.33px;
   flex-shrink: 0;
   border-radius: 48px 48px 48px 48px;
 }

 .container_5b8618b200bb {
   width: 256px;
   height: 341.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_32d903a72b29 {
   width: 256px;
   height: 341px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .container_5ae22226b2c8 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_064f95ba4ba9 {
   padding: 32px 32px 32px 32px;
   width: 256px;
   height: 341.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(0deg, #000000cc 0%, #00000033 50%, #00000000 100%);
 }

 .container_e6e33e7c333e {
   position: relative !important;
   overflow: visible;
   width: 256px;
   height: 341.33px;
   flex-shrink: 0;
   border-radius: 48px 48px 48px 48px;
 }

 .container_8f84558d450d {
   width: 256px;
   height: 341.33px;
   position: absolute !important;
   left: 288px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_12f3c9bd4d07 {
   width: 256px;
   height: 341px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .container_1a9caa5149df {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_922ff0c9d548 {
   padding: 32px 32px 32px 32px;
   width: 256px;
   height: 341.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(0deg, #000000cc 0%, #00000033 50%, #00000000 100%);
 }

 .container_75bab7375eeb {
   position: relative !important;
   overflow: visible;
   width: 256px;
   height: 341.33px;
   flex-shrink: 0;
   border-radius: 48px 48px 48px 48px;
 }

 .container_5414bd161cef {
   width: 256px;
   height: 341.33px;
   position: absolute !important;
   left: 576px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b43b48f4ecea {
   width: 256px;
   height: 341px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .container_3420f22d979f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f709aa3dd62 {
   padding: 32px 32px 32px 32px;
   width: 256px;
   height: 341.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(0deg, #000000cc 0%, #00000033 50%, #00000000 100%);
 }

 .container_43ccf1fa567d {
   position: relative !important;
   overflow: visible;
   width: 256px;
   height: 341.33px;
   flex-shrink: 0;
   border-radius: 48px 48px 48px 48px;
 }

 .container_304a5c07cab5 {
   width: 256px;
   height: 341.33px;
   position: absolute !important;
   left: 864px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f92b10505f81 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_3bfccdd7a867 {
   padding: 0 80px 0 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9468ebf742d4 {
   width: 1120px;
   height: 412px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 27% 59%, #fb923cff 0%, #fb923c00 100%);
   opacity: 0.6000000238418579;
 }

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

 .text_af3b626b3a08 {
   width: 836.68px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_1302b790d6d8 {
   padding: 0 29.66px 0 29.66px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.8999999761581421;
 }

 .container_0b526260edd4 {
   width: 255.81px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

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

 .container_2ed831ba0fdb {
   position: relative !important;
   overflow: visible;
   width: 255.81px;
   height: 68px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_dca21df8ae92 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_dca21df8ae92 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_dca21df8ae92 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_e20a1a884ad9 {
   width: 896px;
   height: 252px;
   max-width: 896px;
   z-index: 1;
   position: absolute !important;
   left: 112px;
   top: 80px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb0f7f1a704e {
   position: relative !important;
   overflow: visible;
   width: 1120px;
   height: 412px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 56px 56px 56px 56px;
 }

 .container_de652b006bd7 {
   padding: 96px 80px 96px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1ecb606fee8f {
   width: 1280px;
   height: 4286.33px;
   position: absolute !important;
   left: 0px;
   top: 89px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_b58c7300484d {
   width: 224.39px;
   height: 130px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_58217179624b {
   padding: 0 7.61px 0 0;
   width: fit-content;
   height: fit-content;
   max-width: 320px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f9a9cfdb8fde {
   width: 104px;
   height: 44px;
   z-index: 1;
 }

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

 .container_133edb0726dd {
   width: 232px;
   height: 274px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1cd0d431abfe {
   width: 74.44px;
   height: 16px;
   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_02e371d94a70 {
   width: 95.56px;
   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';
 }

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

 .text_c93eb49bec56 {
   width: 86.2px;
   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';
 }

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

 .text_a587178196e0 {
   width: 52.39px;
   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';
 }

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

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

 .container_dcd9b4089deb {
   padding: 0 0 122px 0;
   width: 232px;
   height: 274px;
   z-index: 1;
   position: absolute !important;
   left: 296px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ecae8a98a029 {
   width: 44.33px;
   height: 16px;
   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_80816a6407d6 {
   width: 103.31px;
   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';
 }

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

 .text_7106a6d4a7a6 {
   width: 123.84px;
   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';
 }

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

 .text_a5fd9d17b91e {
   width: 104.25px;
   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';
 }

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

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

 .container_8346e63757e9 {
   padding: 0 0 122px 0;
   width: 232px;
   height: 274px;
   z-index: 1;
   position: absolute !important;
   left: 592px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_808d79e8a63e {
   width: 35.03px;
   height: 16px;
   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_856b33acb2ef {
   width: 32.5px;
   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';
 }

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

 .text_44478bf392da {
   width: 60.14px;
   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';
 }

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

 .text_bc763d513d09 {
   width: 111.42px;
   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';
 }

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

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

 .container_d486b0222b55 {
   padding: 0 0 122px 0;
   width: 232px;
   height: 274px;
   z-index: 1;
   position: absolute !important;
   left: 888px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4deeaad2752 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .text_ef56ce519820 {
   width: 427.27px;
   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';
 }

 .container_beb64253338b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad01bd7296c9 {
   width: 76.3px;
   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';
 }

 .container_e102881c9c5f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5f07348f1ba {
   width: 51.31px;
   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';
 }

 .container_d55aa7ac5873 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab13f71864ba {
   width: 77.81px;
   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';
 }

 .container_27f32f9fda73 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_12102d8160e0 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b36018c36bca {
   padding: 0 80px 0 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e72c65d7d97 {
   padding: 96px 0 96px 0;
   width: 1280px;
   height: 596px;
   z-index: 1;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   position: absolute !important;
   left: 0px;
   top: 4373.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .container_wrapper_0e72c65d7d97 {
   position: absolute !important;
   left: 0px;
   top: 4373.13px;
   width: 1280px;
   height: 596px;
   z-index: 1;
 }

 .container_nested_0e72c65d7d97 {
   padding: 96px 0 96px 0;
   width: 1280px;
   height: 596px;
   z-index: 1;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .text_1bef2f62fbf3 {
   width: 119.5px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c4f98fc3279c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8c657d3814aa {
   width: 45.06px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_00078307f797 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6819d717fe16 {
   width: 66.58px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9b8e97e9266b {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0480805ab30c {
   width: 63.77px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3c9ed6b59e67 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ea580cff;
   border-right: 0px solid #ea580cff;
   border-bottom: 2px solid #ea580cff;
   border-left: 0px solid #ea580cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c50ce56d2e14 {
   width: 60.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_bf125f7f7c95 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_475c3d14adf9 {
   width: 34.28px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5d51feccbffc {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_wrapper_02569c64cb05 {
   width: fit-content;
   height: fit-content;
 }

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

 .text_9bc0978f226e {
   width: 42.64px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cf9900749ac8 {
   padding: 8px 24px 8px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_b57d87083cc5 {
   width: 123.41px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #fed7aaff, 0px 10px 15px -3px #fed7aaff;
 }

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

 .container_da9fc424c84c {
   position: relative !important;
   overflow: visible;
   width: 123.41px;
   height: 48px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_d270d82b2331 {
   padding: 20px 80.01px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d73258131538 {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   box-shadow: 0px 8px 30px #ff7a000a;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_d73258131538 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 89px;
 }

 .container_nested_d73258131538 {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   filter: drop-shadow(0px 8px 30px #ff7a000a);
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_f0e5a192a85a {
   width: 1280px;
   height: 4969.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f8f9fa;
 }

 .text_94ef7cde4eb2 {
   width: 121.55px;
   height: 15px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 14.4px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_94f3f4b29291 {
   padding: 7px 20px 8.39px 20px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #dfdef1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_c803271bfbcb {
   width: 884.08px;
   height: 124px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 61.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f37f73c71059 {
   width: 884.08px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_443cbab9ba01 {
   width: 613.61px;
   height: 84px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_e0c719422ab7 {
   padding: 0 112px 0 112px;
   width: 884.08px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .text_a99cd53d695c {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a99cd53d695c {
   overflow: visible;
 }

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

 .text_038361faf561 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_038361faf561 {
   overflow: visible;
 }

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

 .text_c901e72eead4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c901e72eead4 {
   overflow: visible;
 }

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

 .container_308da79a6bc3 {
   padding: 17px 20px 18px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_9557cce0df88 {
   width: 259px;
   height: 91px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_73d592616cdf {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_73d592616cdf {
   overflow: visible;
 }

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

 .text_8342f27783d1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8342f27783d1 {
   overflow: visible;
 }

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

 .container_b020ba5faedd {
   padding: 17px 20px 18px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8f9fa;
   border-radius: 12px 12px 12px 12px;
 }

 .container_de6350d0b797 {
   width: 259px;
   height: 91px;
   position: absolute !important;
   left: 291px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e5eb9f1dcbfd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_f9ae597f5938 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f9ae597f5938 {
   overflow: visible;
 }

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

 .text_65d603a63c0e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_65d603a63c0e {
   overflow: visible;
 }

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

 .input_text_21a56550bed7 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 998;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Plus Jakarta Sans';
 }

 .wrapper_input_text_21a56550bed7 {
   width: 100%;
   min-width: 0;
 }

 .input_text_21a56550bed7::placeholder {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Plus Jakarta Sans';
 }

 .container_29f4ce4ee33b {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fdd25d7d1615 {
   width: 550px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #ffedd5ff, 0px 20px 25px -5px #ffedd5ff;
 }

 .text_9100bbdad6cb {
   width: 139.78px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 189.6px;
   top: 20px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_fdb09c2ad05c {
   width: 19px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 341.39px;
   top: 26px;
 }

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

 .container_c7ead9b415ac {
   position: relative !important;
   overflow: visible;
   width: 550px;
   height: 68px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 16px 16px 16px 16px;
 }

 .container_414a0d7fd0bd {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b08ba4a80ba9 {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_537ad02999c6 {
   padding: 56px 56px 56px 56px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #fff7edff;
   border-right: 1px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 1px solid #fff7edff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 30px 60px #ff7a000f;
 }

 .container_d77a3221a13a {
   width: 664px;
   height: 758px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d77a3221a13a {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 664px;
   height: 758px;
 }

 .container_nested_d77a3221a13a {
   width: 664px;
   height: 758px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e4a71e88d6cd {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

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

 .text_a339df8b428f {
   width: 113.06px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_20a97feef16e {
   width: 186.89px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ff58f791428 {
   width: 186.89px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6e8cf33730fb {
   width: 186.89px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_wrapper_82bdf56dc77f {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_82bdf56dc77f {
   padding: 32px 32px 32px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f1f5f9ff;
   border-right: 1px solid #f1f5f9ff;
   border-bottom: 1px solid #f1f5f9ff;
   border-left: 1px solid #f1f5f9ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .imageview_d036237a6ac2 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

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

 .text_f21b66789447 {
   width: 106.47px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f1e2c3b9eb17 {
   width: 268.91px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ebe43ce6343 {
   width: 268.91px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3ad37c256e6f {
   width: 268.91px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_315ab40efaf2 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

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

 .text_ad73953dd836 {
   width: 80.28px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_29c0b1567c18 {
   width: 270.83px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41537a9e3c70 {
   width: 270.83px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_793488217959 {
   width: 270.83px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .imageview_842bf5c5dd0b {
   width: 454px;
   height: 298px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   mix-blend-mode: multiply;
   opacity: 0.6000000238418579;
 }

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

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

 .container_dd2ed076b3ff {
   width: 56px;
   height: 62px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .imageview_0b7bf8c0908e {
   width: 24px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .container_4c4d44d2e394 {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 62px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_077b3bbd282f {
   width: 319.47px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

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

 .container_38ef14d637dd {
   position: relative !important;
   overflow: visible;
   width: 319.47px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   background: #fffffff2;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #fff7edff;
 }

 .container_c3c556d909b5 {
   padding: 32px 32px 32px 32px;
   width: 454px;
   height: 298px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #0000000d;
 }

 .container_1ce3351071d9 {
   position: relative !important;
   overflow: visible;
   width: 454px;
   height: 298px;
   flex-shrink: 0;
   background: #cbd5e1;
 }

 .container_a7f9904c0096 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 300px;
   border-top: 1px solid #e2e8f0ff;
   border-right: 1px solid #e2e8f0ff;
   border-bottom: 1px solid #e2e8f0ff;
   border-left: 1px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #e1e3e4;
   border-radius: 16px 16px 16px 16px;
 }

 .container_88d3f7f3cfcf {
   width: 456px;
   height: 758px;
   position: absolute !important;
   left: 728px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0bc1afb6d50a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_6aef8fff617e {
   width: 416.13px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_331f3d2f486f {
   width: 576px;
   height: 544px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_c74c7bc2f19b {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c74c7bc2f19b {
   overflow: visible;
 }

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

 .text_8c5b44a123a3 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8c5b44a123a3 {
   overflow: visible;
 }

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

 .container_1123ccfb9dcd {
   padding: 48px 48px 48px 48px;
   width: 576px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 376px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #000000e6 0%, #00000066 50%, #00000000 100%);
 }

 .container_29d68908676e {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 544px;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .imageview_d1bd358a40d9 {
   width: 576px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

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

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

 .container_32638a6dca57 {
   padding: 32px 32px 32px 32px;
   width: 576px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 160px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000066;
 }

 .container_eb843a84b8a5 {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 256px;
   left: 608px;
   top: 0px;
   background: #ffffff00;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_3121f15c6824 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 1;
 }

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

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

 .container_d31f02a8d93f {
   width: 272px;
   height: 256px;
   position: absolute !important;
   left: 608px;
   top: 288px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_94bde8ba429e {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 1;
 }

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

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

 .container_3d53520ed967 {
   width: 272px;
   height: 256px;
   position: absolute !important;
   left: 912px;
   top: 288px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_0132f6b9ec6a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_57bec8db4acb {
   padding: 96px 48px 96px 48px;
   width: 1280px;
   height: 2039.19px;
   max-width: 1440px;
   position: absolute !important;
   left: 0px;
   top: 89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_89055c59ec1c {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_89055c59ec1c {
   overflow: visible;
 }

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

 .text_6622e8e67677 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6622e8e67677 {
   overflow: visible;
 }

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

 .container_f2ffc4d481d4 {
   padding: 0 0 24px 0;
   width: 248px;
   height: 196px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1914107f047b {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1914107f047b {
   overflow: visible;
 }

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

 .text_940cf7449f73 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_940cf7449f73 {
   overflow: visible;
 }

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

 .text_95b3026e47e3 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_95b3026e47e3 {
   overflow: visible;
 }

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

 .text_9cbba7d985bd {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9cbba7d985bd {
   overflow: visible;
 }

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

 .text_71637ebfa39a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_71637ebfa39a {
   overflow: visible;
 }

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

 .container_769facd1024c {
   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_62612a9e7b25 {
   width: 248px;
   height: 196px;
   position: absolute !important;
   left: 312px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f4ea2c920e9 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4f4ea2c920e9 {
   overflow: visible;
 }

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

 .text_9999ffaf98c0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9999ffaf98c0 {
   overflow: visible;
 }

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

 .text_1b4fc563b655 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1b4fc563b655 {
   overflow: visible;
 }

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

 .text_b7212292cef0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b7212292cef0 {
   overflow: visible;
 }

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

 .container_86c237b6042f {
   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_c5d5b61f9cb1 {
   padding: 0 0 40px 0;
   width: 248px;
   height: 196px;
   position: absolute !important;
   left: 624px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a64aa0ae6a28 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a64aa0ae6a28 {
   overflow: visible;
 }

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

 .imageview_fd2d94caa8f7 {
   width: 100%;
   min-width: 0;
   height: 48px;
 }

 .imageview_fd2d94caa8f7 img {
   position: absolute;
   width: 250.0px !important;
   height: 52.0px !important;
   max-width: none !important;
   left: -2.0px;
   top: -1.0px;
 }

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

 .container_2f54a25e6d5a {
   padding: 0 0 96px 0;
   width: 248px;
   height: 196px;
   position: absolute !important;
   left: 936px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cae9141043e8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_14bc242b019b {
   width: 497.19px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_e65a1101f2e4 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f1f5f9ff;
   border-right: 0px solid #f1f5f9ff;
   border-bottom: 0px solid #f1f5f9ff;
   border-left: 0px solid #f1f5f9ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_99987fc48423 {
   padding: 0 48px 0 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a42d5feeafc {
   padding: 80px 0 80px 0;
   width: 1280px;
   height: 498px;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   position: absolute !important;
   left: 0px;
   top: 2128.58px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .container_b45e4ffe8d85 {
   width: 85px;
   height: 73px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .imageview_c538abfa1f53 {
   width: 25px;
   height: 25px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_7e0498e66c53 {
   position: relative !important;
   overflow: visible;
   width: 85px;
   height: 73px;
   flex-shrink: 0;
   z-index: 1;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: inset 0 0 0 4px #ffffffff;
 }

 .container_0c76d9288b68 {
   width: 85px;
   height: 73px;
   z-index: 1;
   position: absolute !important;
   left: 1155px;
   top: 2514px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2e5ee5d1dfa8 {
   width: 95.59px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8dfe9a61d7ea {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d4b54431f29 {
   width: 46.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8c3771e61d44 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8fc7d7d6af7e {
   width: 69.78px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5d0f3fe0c19b {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43cab6fac6d4 {
   width: 65.73px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cae8ebe586c9 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e7c6af21b3bf {
   width: 64.33px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ed827d6e17d2 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ea580cff;
   border-right: 0px solid #ea580cff;
   border-bottom: 2px solid #ea580cff;
   border-left: 0px solid #ea580cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e36fbf6c72a1 {
   width: 35.88px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_70bfa456d2e5 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_dc510e52633e {
   width: 42.86px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a1f6a40203eb {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b0a9ede0e75 {
   width: 123.41px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #fed7aaff, 0px 10px 15px -3px #fed7aaff;
 }

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

 .container_879aad2e92e3 {
   position: relative !important;
   overflow: visible;
   width: 123.41px;
   height: 48px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_253ec4d96588 {
   padding: 20px 32.01px 20px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_2150226e8bc9 {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   box-shadow: 0px 8px 30px #ff7a000a;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_2150226e8bc9 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 89px;
 }

 .container_nested_2150226e8bc9 {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   filter: drop-shadow(0px 8px 30px #ff7a000a);
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_8712cda4b358 {
   width: 1280px;
   height: 2627px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f8f9fa;
 }

 .imageview_9c85d82df69b {
   width: 13.5px;
   height: 13.5px;
 }

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

 .text_60a7893f52c0 {
   width: 111.94px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c507415283a7 {
   padding: 8px 24px 8px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffdbc8;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_58cf89e5d3b0 {
   width: 917.23px;
   height: 120px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_ee957fd7a703 {
   width: 747.33px;
   height: 65px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_690418d84f70 {
   padding: 0 0 0.75px 0;
   width: 768px;
   height: 65.75px;
   max-width: 768px;
   position: absolute !important;
   left: 128px;
   top: -0.75px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .imageview_7239281d3cc7 {
   width: 720px;
   height: 628px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_d10279e77044 {
   width: 65.75px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_fd28e79bd830 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 36px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ff7a001a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_9fafbbb6501a {
   width: 76.41px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4bb2139e8371 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 36px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #dfdef180;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .text_44c2bfbb0d5a {
   width: 100%;
   min-width: 0;
   height: 135px;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_44c2bfbb0d5a {
   overflow: visible;
 }

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

 .text_e145cdaed4a7 {
   width: 100%;
   min-width: 0;
   height: 117px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_e145cdaed4a7 {
   overflow: visible;
 }

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

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

 .imageview_a17dd1963e4f {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

 .container_da8cd50e758e {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_3de631f4076b {
   width: 134px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_edbb78d40642 {
   width: 134px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5293d58b85f {
   width: 112.69px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b9127d3b2175 {
   width: 134px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_623e229b861b {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_ec85fdf25b38 {
   width: 129.41px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_79e90ba97990 {
   width: 16px;
   height: 16px;
 }

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

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

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

 .container_404fae160266 {
   padding: 64px 64px 64px 64px;
   width: 480px;
   height: 627.5px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f5;
 }

 .container_e4070f8fbeb7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 560px;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 25px 50px -12px #f973160d;
 }

 .imageview_48bc13510978 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

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

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

 .container_18c0af969f08 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6dbbf45465de {
   width: 85.08px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_9cbb946622f1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a09e286ff0a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4c5a2f88a83d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4c5a2f88a83d {
   overflow: visible;
 }

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

 .text_256707aa1675 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_256707aa1675 {
   overflow: visible;
 }

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

 .container_67f7c7bef524 {
   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;
 }

 .text_de0224991002 {
   width: 59.45px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_0ddfcac9b736 {
   width: 4.32px;
   height: 7px;
 }

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

 .container_5dac27e5bcad {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ff7a0033;
   border-right: 0px solid #ff7a0033;
   border-bottom: 2px solid #ff7a0033;
   border-left: 0px solid #ff7a0033;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_7f39959d22a6 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 62px;
   min-height: 30px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c945c4cb8572 {
   width: 373.33px;
   height: 552px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
 }

 .imageview_096dde3494af {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

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

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

 .container_c9a5628e76cc {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_259aae70f609 {
   width: 86.94px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_46dd3558e0ef {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f06616ac5824 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_69a643271d08 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_69a643271d08 {
   overflow: visible;
 }

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

 .text_2bf254d4d348 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2bf254d4d348 {
   overflow: visible;
 }

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

 .container_1f8b6ceb131a {
   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;
 }

 .text_6f69e02295f5 {
   width: 89.73px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_e96aa28d1ba9 {
   width: 4.32px;
   height: 7px;
 }

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

 .container_127ad3d77e4e {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ff7a0033;
   border-right: 0px solid #ff7a0033;
   border-bottom: 2px solid #ff7a0033;
   border-left: 0px solid #ff7a0033;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_46675d6eceb9 {
   width: 373.33px;
   height: 552px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 413.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
 }

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

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

 .container_a8c0f55a694d {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab6b8ad88cd5 {
   width: 90.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0b66e0fab790 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c857e24c279d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_64c1f593b10d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_64c1f593b10d {
   overflow: visible;
 }

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

 .text_a1ed62d32fc3 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a1ed62d32fc3 {
   overflow: visible;
 }

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

 .container_16f0779c406a {
   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;
 }

 .text_f057ecd8a3d0 {
   width: 86.55px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_2c2ef09dbba8 {
   width: 4.32px;
   height: 7px;
 }

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

 .container_9da116b9dca8 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ff7a0033;
   border-right: 0px solid #ff7a0033;
   border-bottom: 2px solid #ff7a0033;
   border-left: 0px solid #ff7a0033;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_af968a80ab4a {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 62px;
   min-height: 30px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9dd5941dca8d {
   width: 373.33px;
   height: 552px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 826.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
 }

 .imageview_740504e79305 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

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

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

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

 .container_43711e29abe3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4af7e8546b19 {
   width: 90.36px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_154956daa3a6 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f6a5f21a4fb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f2f29cb1a0c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1f2f29cb1a0c {
   overflow: visible;
 }

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

 .text_d7df653fdb48 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d7df653fdb48 {
   overflow: visible;
 }

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

 .container_332a329083b7 {
   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;
 }

 .text_29e0264c1311 {
   width: 64.47px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_4c1cf0cc6f30 {
   width: 4.32px;
   height: 7px;
 }

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

 .container_258d290e331c {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ff7a0033;
   border-right: 0px solid #ff7a0033;
   border-bottom: 2px solid #ff7a0033;
   border-left: 0px solid #ff7a0033;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_45b947147634 {
   width: 373.33px;
   height: 520px;
   border-top: 1px solid #e7e8e9ff;
   border-right: 1px solid #e7e8e9ff;
   border-bottom: 1px solid #e7e8e9ff;
   border-left: 1px solid #e7e8e9ff;
   position: absolute !important;
   left: 0px;
   top: 592px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
 }

 .container_a1c7fd9bcb2a {
   width: 320px;
   height: 320px;
   position: absolute !important;
   left: 562.67px;
   top: -96px;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .text_3c8d70ed6490 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3c8d70ed6490 {
   overflow: visible;
 }

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

 .text_687cdf4edf35 {
   width: 100%;
   min-width: 0;
   height: 65px;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_687cdf4edf35 {
   overflow: visible;
 }

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

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

 .text_3177b146f12d {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 22.68px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3177b146f12d {
   overflow: visible;
 }

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

 .container_743e6996d44f {
   padding: 18px 32px 19px 32px;
   height: 60px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff33;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_743e6996d44f {
   height: 60px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_743e6996d44f {
   padding: 18px 32px 19px 32px;
   height: 60px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff33;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_1e4e23f8c531 {
   width: 169px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

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

 .container_7c1e8b5a4d19 {
   position: relative !important;
   overflow: visible;
   width: 169px;
   height: 60px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .container_4f7b7b4bc5ee {
   width: 485px;
   height: 253px;
   position: absolute !important;
   left: 64px;
   top: 133.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_623d6bfc2114 {
   width: 180px;
   height: 120px;
   z-index: 1;
   position: absolute !important;
   left: 597px;
   top: 200px;
 }

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

 .container_cbd3b53df4c3 {
   position: absolute !important;
   width: 786.67px;
   height: 520px;
   left: 413.33px;
   top: 592px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ff7a00;
   border-radius: 40px 40px 40px 40px;
 }

 .container_05f42744c677 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .imageview_d3436276e7c7 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

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

 .container_b8f0fbdb70ec {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #f9731633, 0px 20px 25px -5px #f9731633;
 }

 .text_c9fbed3132aa {
   width: 7.27px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 24.36px;
   top: 13.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ccb57b17e79f {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_cccf764ad2e8 {
   width: 10.77px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ae18842581ac {
   padding: 11.5px 0 12.5px 0;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   border-top: 2px solid #e7e8e9ff;
   border-right: 2px solid #e7e8e9ff;
   border-bottom: 2px solid #e7e8e9ff;
   border-left: 2px solid #e7e8e9ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_5c009613f49c {
   width: 11px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_52aca28d4c0a {
   padding: 11.5px 0 12.5px 0;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   border-top: 2px solid #e7e8e9ff;
   border-right: 2px solid #e7e8e9ff;
   border-bottom: 2px solid #e7e8e9ff;
   border-left: 2px solid #e7e8e9ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .imageview_4f5655034ead {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

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

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

 .container_8e6282cea4d0 {
   padding: 96px 40px 96px 40px;
   width: 1280px;
   height: 2552.5px;
   max-width: 1440px;
   position: absolute !important;
   left: 0px;
   top: 89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 96px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7dee5deedf45 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7dee5deedf45 {
   overflow: visible;
 }

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

 .text_4003a4465de4 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4003a4465de4 {
   overflow: visible;
 }

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

 .imageview_9b6c48a7322f {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

 .imageview_9b6c48a7322f img {
   position: absolute;
   width: 254.0px !important;
   height: 44.0px !important;
   max-width: none !important;
   left: -2.0px;
   top: -1.0px;
 }

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

 .container_2947ae8bcbf4 {
   width: 252px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5ea0578aa12 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c5ea0578aa12 {
   overflow: visible;
 }

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

 .text_2fcb5fc10716 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2fcb5fc10716 {
   overflow: visible;
 }

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

 .text_5f12fb7aa45f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5f12fb7aa45f {
   overflow: visible;
 }

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

 .text_87284078ce80 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_87284078ce80 {
   overflow: visible;
 }

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

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

 .container_2a5cd30b7396 {
   padding: 0 0 56px 0;
   width: 252px;
   height: 228px;
   position: absolute !important;
   left: 316px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b71de7b96f45 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b71de7b96f45 {
   overflow: visible;
 }

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

 .text_48e5e744aa17 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_48e5e744aa17 {
   overflow: visible;
 }

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

 .text_f7f3b6e6cdd7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f7f3b6e6cdd7 {
   overflow: visible;
 }

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

 .text_abb0ed2f8668 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_abb0ed2f8668 {
   overflow: visible;
 }

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

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

 .container_35c4afd929d7 {
   padding: 0 0 56px 0;
   width: 252px;
   height: 228px;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8278274d51e4 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8278274d51e4 {
   overflow: visible;
 }

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

 .imageview_d68dd8c4da7d {
   width: 18.75px;
   height: 27.5px;
 }

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

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

 .container_2db455920024 {
   width: 68.98px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .text_3ddd0a3052fc {
   width: 68.98px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d83f86edcfd4 {
   width: 68.98px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d83f86edcfd4 {
   width: 68.98px;
   height: fit-content;
 }

 .container_nested_d83f86edcfd4 {
   width: 68.98px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_37e03c0b99ed {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0c5314d82a8 {
   padding: 12px 24px 12px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #334155ff;
   border-right: 1px solid #334155ff;
   border-bottom: 1px solid #334155ff;
   border-left: 1px solid #334155ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f172a;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ba880e729749 {
   width: 20px;
   height: 22.5px;
 }

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

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

 .container_7c8332c2aea6 {
   width: 82.22px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .text_560ccdff1ff4 {
   width: 82.22px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_065f07f2defa {
   width: 82.22px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_065f07f2defa {
   width: 82.22px;
   height: fit-content;
 }

 .container_nested_065f07f2defa {
   width: 82.22px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8fe233546c1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_299a07695ead {
   padding: 12px 24px 12px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #334155ff;
   border-right: 1px solid #334155ff;
   border-bottom: 1px solid #334155ff;
   border-left: 1px solid #334155ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #0f172a;
   border-radius: 16px 16px 16px 16px;
 }

 .container_0e6f28948ebf {
   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_69cc943c51fe {
   padding: 0 0 28px 0;
   width: 252px;
   height: 228px;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_19b549ed75aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_47f387e752ad {
   width: 503.17px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_f41f638328ce {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d1156ee02d2 {
   padding: 0 40px 0 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b393f3000a14 {
   padding: 80px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e2e8f0ff;
   border-right: 0px solid #e2e8f0ff;
   border-bottom: 0px solid #e2e8f0ff;
   border-left: 0px solid #e2e8f0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8fafc;
 }

 .container_96185d56dbff {
   padding: 80px 0 0 0;
   width: 1280px;
   height: 610px;
   position: absolute !important;
   left: 0px;
   top: 2742px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_96185d56dbff {
   position: absolute !important;
   left: 0px;
   top: 2742px;
   width: 1280px;
   height: 610px;
 }

 .container_nested_96185d56dbff {
   padding: 80px 0 0 0;
   width: 1280px;
   height: 610px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5fc80d0ec7f0 {
   width: 119.5px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_dbb2bd0a951d {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3c013c27b695 {
   width: 46.66px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_34df81ea5254 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c2826dfe92f {
   width: 69.78px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_338f5bf3449e {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_15bc12d42cab {
   width: 65.73px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a532980b07f1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_293ff69d77ce {
   width: 63.45px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3d25e05d5c80 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4b008d87b86 {
   width: 35.95px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_56bbfbe0b64f {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #ea580cff;
   border-right: 0px solid #ea580cff;
   border-bottom: 2px solid #ea580cff;
   border-left: 0px solid #ea580cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_wrapper_42de1c87ae1c {
   width: fit-content;
   height: fit-content;
 }

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

 .text_24dbc6117440 {
   width: 42.86px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .container_dea201b63e68 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_b57e1eadb063 {
   width: 122.36px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #f9731633, 0px 10px 15px -3px #f9731633;
 }

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

 .container_461cf770f819 {
   position: relative !important;
   overflow: visible;
   width: 122.36px;
   height: 48px;
   flex-shrink: 0;
   background: #ff7a00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_39dcd5acf656 {
   padding: 20px 40px 20px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_24503b39cd4f {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   box-shadow: 0px 8px 30px #ff7a000a;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_24503b39cd4f {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 89px;
 }

 .container_nested_24503b39cd4f {
   width: 1280px;
   height: 89px;
   border-top: 0px solid #fff7edff;
   border-right: 0px solid #fff7edff;
   border-bottom: 1px solid #fff7edff;
   border-left: 0px solid #fff7edff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   filter: drop-shadow(0px 8px 30px #ff7a000a);
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_6a6c02f53144 {
   width: 1280px;
   height: 3352px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f8f9fa;
 }