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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_f31c80945929 {
   width: 1520.8px;
   height: 847.83px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #d1624308 10%, #d1624300 10%);
   opacity: 0.6000000238418579;
 }

 .imageview_e26b448ffdf9 {
   width: 477px;
   height: 596px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_2153796435eb {
   width: 59.75px;
   height: 25px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 12.5px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_37f27c81bf13 {
   width: 112px;
   height: 112px;
   z-index: 2;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: -28.73px;
   top: 505px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f7f4ed;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_cdd40c5908e9 {
   position: absolute !important;
   overflow: visible;
   width: 476.67px;
   height: 595.83px;
   z-index: 1;
   left: 763.33px;
   top: 0px;
 }

 .container_68589ca17371 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8.27px;
   background: #d05f43;
 }

 .text_103319d8a144 {
   width: 220.99px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_1d08c0a5920e {
   width: 100%;
   min-width: 0;
   height: 195px;
   z-index: 1;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_1d08c0a5920e {
   overflow: visible;
 }

 .text-1e9947fe8a88_1d08c0a5920e {
   line-height: 84px;
   font-family: 'Cormorant Garamond';
 }

 .text-b4ce07da8b31_1d08c0a5920e {
   line-height: 84px;
   font-family: 'Cormorant Garamond';
 }

 .text-44a1e3757b72_1d08c0a5920e {
   line-height: 84px;
   font-family: 'Cormorant Garamond';
 }

 .container_01ddbc9e7848 {
   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_56a4b3a5f157 {
   width: 560.91px;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_9eb725d1c049 {
   padding: 8px 0 0 0;
   width: 576px;
   height: fit-content;
   max-width: 576px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c91b6089bdf {
   width: 144.59px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .imageview_571e9cdba45a {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_a0b724e752e3 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

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

 .container_nested_a0b724e752e3 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .imageview_a9c4e010d15b {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_fb55c004474c {
   width: 124.79px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

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

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

 .text_99f48b87794e {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_99f48b87794e {
   overflow: visible;
 }

 .container_d807c1644d2c {
   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_a75e9829adea {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a75e9829adea {
   overflow: visible;
 }

 .container_968dceec04a4 {
   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_69cff4268c96 {
   width: 149.33px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_666630938636 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_666630938636 {
   overflow: visible;
 }

 .container_2ddd215db58a {
   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_7d07992f61ac {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_7d07992f61ac {
   overflow: visible;
 }

 .container_6a67f325be5c {
   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_96d594b698df {
   width: 149.33px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 181.33px;
   top: 32.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_94b13f865cb1 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_94b13f865cb1 {
   overflow: visible;
 }

 .container_161dbd6d4e1f {
   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_fbb175326b5d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fbb175326b5d {
   overflow: visible;
 }

 .container_d3d99cbc3922 {
   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_c3f43c750e85 {
   width: 149.33px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 362.67px;
   top: 32.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_114bdda860d2 {
   position: relative !important;
   overflow: visible;
   width: 512px;
   height: fit-content;
   max-width: 512px;
   z-index: 1;
   border-right: 0px solid #e1d6c6ff;
   border-bottom: 0px solid #e1d6c6ff;
   border-left: 0px solid #e1d6c6ff;
   box-shadow: inset 0 0.8px 0 0 #e1d6c6ff;
 }

 .container_359c3ad27ee2 {
   width: 683.33px;
   height: 591.8px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 2.01px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3dd49b00456c {
   width: 420px;
   height: 420px;
   z-index: 2;
   position: absolute !important;
   left: -38.4px;
   top: -74px;
   background: #e27d6026;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_3121772c5a0a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 595.83px;
   z-index: 1;
   left: 120.4px;
   top: 140px;
 }

 .container_5403728c7367 {
   width: 420px;
   height: 420px;
   z-index: 2;
   position: absolute !important;
   left: 1054px;
   top: 438px;
   background: #e27d6026;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_7f57221d22a7 {
   position: relative !important;
   overflow: visible;
   width: 1520.8px;
   height: 847.83px;
   flex-shrink: 0;
 }

 .container_1630100931f5 {
   width: 1520.8px;
   height: 1235.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #2a27240a 24%, #2a272400 24%);
   mix-blend-mode: normal;
 }

 .container_0c6e531962c9 {
   position: absolute !important;
   overflow: visible;
   width: 1520.8px;
   height: 1235.33px;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #d1624308 10%, #d1624300 10%);
   opacity: 0.4000000059604645;
 }

 .container_c2c18b25c570 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 189.48px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_00a37e760997 {
   width: 205.05px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233.48px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_b6de53dcbfa6 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 450.52px;
   top: 8.26px;
   background: #d05f43;
 }

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

 .text_19c700203995 {
   width: 595.77px;
   height: 120px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text-760305ff0389_19c700203995 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-61c09f452958_19c700203995 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-c4d6f307444d_19c700203995 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

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

 .text_1670338d3f19 {
   width: 615.59px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .imageview_a6dd2b1cb342 {
   width: 681px;
   height: 682px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

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

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

 .container_0c35a653260a {
   width: 680.73px;
   height: 681.73px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(135deg, #2a272433 0%, #2a272400 50%, #2a272433 100%);
 }

 .container_e44fa9d9bfeb {
   width: 24px;
   height: 24px;
   z-index: 3;
   border-top: 0.8px solid #d05f43cc;
   border-right: 0px solid #d05f43cc;
   border-bottom: 0px solid #d05f43cc;
   border-left: 0.8px solid #d05f43cc;
   position: absolute !important;
   left: 17px;
   top: 17px;
 }

 .container_a44cef8cbffe {
   width: 24px;
   height: 24px;
   z-index: 3;
   border-top: 0.8px solid #d05f43cc;
   border-right: 0.8px solid #d05f43cc;
   border-bottom: 0px solid #d05f43cc;
   border-left: 0px solid #d05f43cc;
   position: absolute !important;
   left: 641.72px;
   top: 17px;
 }

 .container_9e5ed8826eb2 {
   width: 24px;
   height: 24px;
   z-index: 3;
   border-top: 0px solid #d05f43cc;
   border-right: 0px solid #d05f43cc;
   border-bottom: 0.8px solid #d05f43cc;
   border-left: 0.8px solid #d05f43cc;
   position: absolute !important;
   left: 17px;
   top: 642.72px;
 }

 .container_fc1eba15ecab {
   width: 24px;
   height: 24px;
   z-index: 3;
   border-top: 0px solid #d05f43cc;
   border-right: 0.8px solid #d05f43cc;
   border-bottom: 0.8px solid #d05f43cc;
   border-left: 0px solid #d05f43cc;
   position: absolute !important;
   left: 641.72px;
   top: 642.72px;
 }

 .imageview_91debe3ba3c0 {
   width: 681.73px;
   height: 681.73px;
   z-index: 4;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .container_5ce1d82ae66d {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_0f198f995197 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_41f4d1776510 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 355.28px;
   top: 103.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4452e0b4902 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_c63e138d5754 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_d83bc8ebcd0e {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 355.28px;
   top: 164.61px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_be1608faebe3 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_034b96f31d22 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_9c5af2743372 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 300.78px;
   top: 191.87px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_653403dbd1f5 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_17b5f729eb51 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_385f09ad1688 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 409.79px;
   top: 191.87px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf98037636e2 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_4369b0d26eaa {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_9c6f37567180 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 259.9px;
   top: 287.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_63a93bf2e0bb {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_1a1923483e67 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_bac4f6fdb01b {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 450.68px;
   top: 287.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03e826226ca8 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_3b6ee50e8ef7 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_9dfd5c615f26 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 232.64px;
   top: 382.76px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfe890f750bd {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_a9a7283184ff {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_fd66a07853b7 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 477.92px;
   top: 382.76px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_72cf1ee507be {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_2c656dd8d2a4 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_a566c555d789 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 321.21px;
   top: 396.4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5720e91c9e14 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_faca8e97fbd1 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_ab2cc6e37e18 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 389.35px;
   top: 396.4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca7d91f86e7a {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_2f9bbc0251fe {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_4ee124a16630 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 307.6px;
   top: 505.47px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d276eab5696 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_4674c2cc2876 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_a5cb921e9955 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 402.98px;
   top: 505.47px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_648f0ec5ca29 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_6d1e36960b3c {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_7f5c4088fd30 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 293.97px;
   top: 614.55px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3de1e4704c7e {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 4px #d05f4340;
 }

 .container_8e2ebaef7537 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_83ab5b8d4ac3 {
   width: 11.99px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 416.61px;
   top: 614.55px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f6886fcb52e {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 5;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8f6886fcb52e {
   overflow: visible;
 }

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

 .text_3e3af52287f9 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 5;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Consolas';
 }

 .text_autoheight_3e3af52287f9 {
   overflow: visible;
 }

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

 .container_42e3e5670a8b {
   padding: 7.8px 11.8px 7.8px 11.8px;
   width: 119.44px;
   height: 49.6px;
   z-index: 5;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 69.12px;
   top: 219.15px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f4edf2;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_42e3e5670a8b {
   position: absolute !important;
   left: 69.12px;
   top: 219.15px;
   width: 119.44px;
   height: 49.6px;
   z-index: 5;
 }

 .container_nested_42e3e5670a8b {
   padding: 7.8px 11.8px 7.8px 11.8px;
   width: 119.44px;
   height: 49.6px;
   z-index: 5;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f4edf2;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(0px 1px 2px #0000000d);
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .text_4d77d9a876b5 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 5;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4d77d9a876b5 {
   overflow: visible;
 }

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

 .text_962a22c3f6fd {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 5;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Consolas';
 }

 .text_autoheight_962a22c3f6fd {
   overflow: visible;
 }

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

 .container_616ec1dfc5a5 {
   padding: 7.8px 11.8px 7.8px 11.8px;
   width: 104.72px;
   height: 49.6px;
   z-index: 5;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 523.11px;
   top: 483.15px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f4edf2;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_616ec1dfc5a5 {
   position: absolute !important;
   left: 523.11px;
   top: 483.15px;
   width: 104.72px;
   height: 49.6px;
   z-index: 5;
 }

 .container_nested_616ec1dfc5a5 {
   padding: 7.8px 11.8px 7.8px 11.8px;
   width: 104.72px;
   height: 49.6px;
   z-index: 5;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f4edf2;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(0px 1px 2px #0000000d);
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_e93cd6c4eb85 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 6;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_81ad4d670606 {
   width: 98.98px;
   height: 16px;
   flex-shrink: 0;
   z-index: 6;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Consolas';
 }

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

 .text_c96b8c61e955 {
   width: 98.97px;
   height: 16px;
   flex-shrink: 0;
   z-index: 6;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Consolas';
 }

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

 .container_df4a4a5e69a3 {
   padding: 11.8px 15.81px 11.8px 15.8px;
   width: 648.73px;
   height: 41.6px;
   z-index: 6;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 17px;
   top: 625.12px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f7f4edcc;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_65e4ea4f8b25 {
   position: absolute !important;
   overflow: visible;
   width: 683.33px;
   height: 683.73px;
   z-index: 1;
   left: 0px;
   top: -0.2px;
   background: #e7e0d5;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_f3db5c04d176 {
   width: 35.11px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ad293500f983 {
   width: 186.19px;
   height: 30px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_8463abc0cb4e {
   width: 346.75px;
   height: 46px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_36c9fc78ce35 {
   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_bb8a2d9ce07a {
   width: 427.07px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 24.8px;
   top: 24.8px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f0191a68d683 {
   position: relative !important;
   overflow: visible;
   width: 476.67px;
   height: 133.6px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f4ed;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_089d7c7b4a07 {
   width: 34.44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_f9110a8411e1 {
   width: 177.24px;
   height: 30px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_3fa462017b3d {
   width: 343.64px;
   height: 46px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_7f683204ba4b {
   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_a70dc68f6c86 {
   width: 427.07px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 24.8px;
   top: 24.8px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 15.99px;
   display: flex !important;
   flex-direction: row;
 }

 .container_acb02d2a6961 {
   position: relative !important;
   overflow: visible;
   width: 476.67px;
   height: 133.6px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f4ed;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_bcbbf0d5abf5 {
   width: 35.6px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ae49daa6d0df {
   width: 190.71px;
   height: 30px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_f42ac58b1c87 {
   width: 349.31px;
   height: 46px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_496a160a2247 {
   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_42c033b0d2e6 {
   width: 427.07px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 24.8px;
   top: 24.8px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b79d81bdfd8c {
   position: relative !important;
   overflow: visible;
   width: 476.67px;
   height: 133.6px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f4ed;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .container_c4843c1b05cb {
   width: 476.67px;
   height: 432.8px;
   z-index: 1;
   position: absolute !important;
   left: 723.33px;
   top: 125.26px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_953968ebed1d {
   padding: 0 40px 0 40px;
   width: 1280px;
   height: 979.33px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 120.4px;
   top: 128px;
   align-items: center;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddeae04d257e {
   position: relative !important;
   width: 1520.8px;
   height: 1235.32px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #f1eee9;
 }

 .container_b5b74871521c {
   width: 1520.8px;
   height: 745px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #d1624308 10%, #d1624300 10%);
   opacity: 0.4000000059604645;
 }

 .container_4a6f7b699e2e {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_03c921b0caaa {
   width: 122.37px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_8f139c3e8af4 {
   width: 100%;
   min-width: 0;
   height: 73px;
   z-index: 1;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_8f139c3e8af4 {
   overflow: visible;
 }

 .text-4ebc895aa125_8f139c3e8af4 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-e06ee67f1d5b_8f139c3e8af4 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-d36c07ed93cd_8f139c3e8af4 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .container_70ee6f58334d {
   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_d37373e95ff1 {
   width: 672px;
   height: fit-content;
   max-width: 672px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bec4dc8ba944 {
   width: 177.99px;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 220px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .container_0c0d5c794733 {
   width: 177.99px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 215.87px;
   top: -23.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b9dedc42875e {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b9dedc42875e {
   overflow: visible;
 }

 .container_0a9fbf98677a {
   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_4c7f3c2031de {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 2;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_4c7f3c2031de {
   overflow: visible;
 }

 .container_13347be52ccd {
   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_05094783366f {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_05094783366f {
   overflow: visible;
 }

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

 .container_56996c3e9878 {
   width: 297.07px;
   height: 160px;
   z-index: 2;
   position: absolute !important;
   left: 40.8px;
   top: 40.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff4493cbe043 {
   width: 313.06px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 32.8px;
   top: 286.2px;
   background: linear-gradient(90deg, #d05f4380 0%, #e1d6c6ff 50%, #e1d6c600 100%);
   opacity: 0.5;
 }

 .container_4d67074d33c8 {
   position: absolute !important;
   width: 378.67px;
   height: 320px;
   z-index: 1;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #f1eee9;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .text_6fba66fb7d7b {
   width: 193.39px;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 220px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .container_653d8ea5fd19 {
   width: 193.39px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 200.48px;
   top: -23.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba559c805768 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ba559c805768 {
   overflow: visible;
 }

 .container_ba285b89279c {
   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_9f05b5573076 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 2;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_9f05b5573076 {
   overflow: visible;
 }

 .container_3ff4479ba60e {
   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_d076b8132e08 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d076b8132e08 {
   overflow: visible;
 }

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

 .container_861bc172907e {
   width: 297.07px;
   height: 160px;
   z-index: 2;
   position: absolute !important;
   left: 40.8px;
   top: 40.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_35a86bfc63ad {
   width: 313.06px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 32.8px;
   top: 286.2px;
   background: linear-gradient(90deg, #d05f4380 0%, #e1d6c6ff 50%, #e1d6c600 100%);
   opacity: 0.5;
 }

 .container_3f235f20c7b2 {
   position: absolute !important;
   width: 378.67px;
   height: 320px;
   z-index: 1;
   left: 410.67px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #f1eee9;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .text_de032bc40510 {
   width: 190.52px;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 220px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .container_41909b71adec {
   width: 190.52px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 203.36px;
   top: -23.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_858e608de7ba {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_858e608de7ba {
   overflow: visible;
 }

 .container_ef27cab7bb8f {
   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_69a3019b1d5f {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 2;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_69a3019b1d5f {
   overflow: visible;
 }

 .container_2f92651db12a {
   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_ce38efe94da2 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ce38efe94da2 {
   overflow: visible;
 }

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

 .container_6d2337334dde {
   width: 297.07px;
   height: 160px;
   z-index: 2;
   position: absolute !important;
   left: 40.8px;
   top: 40.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e14478d1a6c7 {
   width: 313.08px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 32.8px;
   top: 286.2px;
   background: linear-gradient(90deg, #d05f4380 0%, #e1d6c6ff 50%, #e1d6c600 100%);
   opacity: 0.5;
 }

 .container_2ef5aa4717b1 {
   position: absolute !important;
   width: 378.67px;
   height: 320px;
   z-index: 1;
   left: 821.33px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #f1eee9;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

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

 .container_ac2af95d2019 {
   padding: 0 40px 0 40px;
   width: 1280px;
   height: 489px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 120.4px;
   top: 128px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fbdccd5cfd37 {
   position: relative !important;
   overflow: visible;
   width: 1520.8px;
   height: 745px;
   flex-shrink: 0;
   background: #f7f4ed;
 }

 .container_ee606edef9ce {
   width: 32px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_51017e948dc5 {
   width: 165.64px;
   height: 16px;
   position: absolute !important;
   left: 44px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_2670ac916fe4 {
   position: relative !important;
   overflow: visible;
   width: 566.96px;
   height: 16px;
   flex-shrink: 0;
 }

 .text_d8defdb428be {
   width: 566.96px;
   height: 120px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text-9262df3a03a0_d8defdb428be {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-bb0f1076d9ca_d8defdb428be {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-907d69103d05_d8defdb428be {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

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

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

 .text_891062f9de1d {
   width: 116.6px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .imageview_020d515ac044 {
   width: 12.91px;
   height: 4.92px;
 }

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

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

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

 .imageview_b67696e8109e {
   width: 588px;
   height: 1784px;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

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

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

 .container_1fd76709d59d {
   width: 588.4px;
   height: 1783.85px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(0deg, #1a1815cc 0%, #1a18151a 50%, #1a181500 100%);
   opacity: 0.800000011920929;
 }

 .text_319c930f49e5 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 2;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_319c930f49e5 {
   overflow: visible;
 }

 .container_e9d75f45afe8 {
   padding: 0 0 0.7px 0;
   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_25339c438a5f {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 3;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_25339c438a5f {
   overflow: visible;
 }

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

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

 .text_07b104b01d7f {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_07b104b01d7f {
   overflow: visible;
 }

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

 .container_3c4b15feb58c {
   padding: 4px 0 0 0;
   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;
 }

 .container_6b7159cc1b38 {
   padding: 1647.15px 32px 49px 32px;
   width: 588.4px;
   height: 1783.85px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .text_18e3a52392aa {
   width: 10.25px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Segoe UI Symbol';
 }

 .container_31d649538f9a {
   padding: 7.6px 0 8.4px 0;
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 533.4px;
   top: 21px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f7f4edcc;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_1a92644e9ea9 {
   position: absolute !important;
   overflow: visible;
   width: 590px;
   height: 1785.85px;
   left: 0px;
   top: 0px;
   background: #e7e0d5;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_0d3179fa191e {
   width: 283px;
   height: 881px;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

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

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

 .container_1e6b3b672514 {
   width: 283.4px;
   height: 881.13px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(0deg, #1a1815cc 0%, #1a18151a 50%, #1a181500 100%);
   opacity: 0.800000011920929;
 }

 .text_e5839c2bd3e8 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 2;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e5839c2bd3e8 {
   overflow: visible;
 }

 .container_fdfe2ad4000c {
   padding: 0 0 0.7px 0;
   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_d1b254613f2f {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 2;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_d1b254613f2f {
   overflow: visible;
 }

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

 .container_d9348ed0cdde {
   padding: 8px 0 0 0;
   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_a0a514ffa935 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a0a514ffa935 {
   overflow: visible;
 }

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

 .container_f882b4190d37 {
   padding: 4px 0 0 0;
   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;
 }

 .container_f5458b535da4 {
   padding: 744.42px 32px 49.01px 32px;
   width: 283.4px;
   height: 881.13px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .text_6bc28eb62b4c {
   width: 10.25px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Segoe UI Symbol';
 }

 .container_12dc2fb4f7cd {
   padding: 7.6px 0 8.4px 0;
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 228.4px;
   top: 21px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f7f4edcc;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_4d9dc6b5fc23 {
   position: absolute !important;
   overflow: visible;
   width: 285px;
   height: 883.13px;
   left: 610px;
   top: 0px;
   background: #e7e0d5;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_741e1a4d132b {
   width: 283px;
   height: 881px;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

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

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

 .container_f33cecb00a49 {
   width: 283.4px;
   height: 881.13px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(0deg, #1a1815cc 0%, #1a18151a 50%, #1a181500 100%);
   opacity: 0.800000011920929;
 }

 .text_2a41fd67fd39 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 2;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2a41fd67fd39 {
   overflow: visible;
 }

 .container_d417f594bf12 {
   padding: 0 0 0.7px 0;
   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_ad1607680c24 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 2;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_ad1607680c24 {
   overflow: visible;
 }

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

 .container_1509744a3897 {
   padding: 8px 0 0 0;
   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_d9805c44e6da {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_d9805c44e6da {
   overflow: visible;
 }

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

 .container_319ed2cadaac {
   padding: 4px 0 0 0;
   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;
 }

 .container_5f7fc7d908d4 {
   padding: 744.42px 32px 49.01px 32px;
   width: 283.4px;
   height: 881.13px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .text_e17595c55c2a {
   width: 10.25px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Segoe UI Symbol';
 }

 .container_011e4e7e941b {
   padding: 7.6px 0 8.4px 0;
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 228.4px;
   top: 21px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f7f4edcc;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_28d9f38bdc4e {
   position: absolute !important;
   overflow: visible;
   width: 285px;
   height: 883.13px;
   left: 915px;
   top: 0px;
   background: #e7e0d5;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_797a10f787d1 {
   width: 588px;
   height: 881px;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

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

 .container_8a3039deaa0b {
   width: 588.4px;
   height: 881.12px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(0deg, #1a1815cc 0%, #1a18151a 50%, #1a181500 100%);
   opacity: 0.800000011920929;
 }

 .text_fa5d6fec3f28 {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 2;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_fa5d6fec3f28 {
   overflow: visible;
 }

 .container_979998b1345f {
   padding: 0 0 0.7px 0;
   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_6cdb80fd4525 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 3;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_6cdb80fd4525 {
   overflow: visible;
 }

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

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

 .text_950eea0962ff {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_950eea0962ff {
   overflow: visible;
 }

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

 .container_82ebbfcc109e {
   padding: 4px 0 0 0;
   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;
 }

 .container_739530e1bcea {
   padding: 744.42px 32px 49px 32px;
   width: 588.4px;
   height: 881.12px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .text_50a6ac67a460 {
   width: 10.25px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Segoe UI Symbol';
 }

 .container_c51cb0b2415d {
   padding: 7.6px 0 8.4px 0;
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 533.4px;
   top: 21px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f7f4edcc;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_60920747014b {
   position: absolute !important;
   overflow: visible;
   width: 590px;
   height: 883.12px;
   left: 610px;
   top: 902.72px;
   background: #e7e0d5;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

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

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

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

 .container_b7f97a090b29 {
   width: 1520.8px;
   height: 973.2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #d1624308 10%, #d1624300 10%);
   opacity: 0.4000000059604645;
 }

 .container_f4a3a3c77cbd {
   width: 32px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_4f26de55454a {
   width: 196px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 44px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_502b74dfa439 {
   width: 100%;
   min-width: 0;
   height: 140px;
   z-index: 2;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_502b74dfa439 {
   overflow: visible;
 }

 .text-3eeacfa19c5b_502b74dfa439 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-8afd18cc68ee_502b74dfa439 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-fc4834c9ab94_502b74dfa439 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

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

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

 .imageview_a04015135d3c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 32.8px;
 }

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

 .text_15eaa472a635 {
   width: 100%;
   min-width: 0;
   height: 33px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_15eaa472a635 {
   overflow: visible;
 }

 .container_94085578e14c {
   padding: 12px 0 0 0;
   width: 321.07px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 92.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ac11c977476f {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ac11c977476f {
   overflow: visible;
 }

 .container_50e85a40ec3d {
   width: 321.07px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 149.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf1d882e95be {
   position: absolute !important;
   overflow: visible;
   width: 386.67px;
   height: 230.6px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #f1eee9;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_1170e55d7d79 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 32.8px;
 }

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

 .text_0d4aed9a4012 {
   width: 100%;
   min-width: 0;
   height: 33px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_0d4aed9a4012 {
   overflow: visible;
 }

 .container_c9ee956ce38b {
   padding: 12px 0 0 0;
   width: 321.07px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 92.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8ac01a59614 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c8ac01a59614 {
   overflow: visible;
 }

 .container_22c3257fd55d {
   width: 321.07px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 149.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_02a4b608bd7f {
   position: absolute !important;
   overflow: visible;
   width: 386.67px;
   height: 230.6px;
   z-index: 2;
   left: 406.67px;
   top: 0px;
   background: #f1eee9;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_ac60b3fb3d2e {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 32.8px;
 }

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

 .text_d6e4070cd381 {
   width: 100%;
   min-width: 0;
   height: 33px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_d6e4070cd381 {
   overflow: visible;
 }

 .container_9d53fbae5903 {
   padding: 12px 0 0 0;
   width: 321.07px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 92.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3fc53ce8ba10 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3fc53ce8ba10 {
   overflow: visible;
 }

 .container_80fa2261da85 {
   width: 321.07px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 149.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_48b308329b4b {
   position: absolute !important;
   overflow: visible;
   width: 386.67px;
   height: 230.6px;
   z-index: 2;
   left: 813.33px;
   top: 0px;
   background: #f1eee9;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_d60232100cd2 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 32.8px;
 }

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

 .text_2c80c4ce01bf {
   width: 100%;
   min-width: 0;
   height: 33px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_2c80c4ce01bf {
   overflow: visible;
 }

 .container_4f9d94bbcdf5 {
   padding: 12px 0 0 0;
   width: 321.07px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 92.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_497d640677b9 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_497d640677b9 {
   overflow: visible;
 }

 .container_5a5fcd81286f {
   width: 321.07px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 149.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d7ef5f60453 {
   position: absolute !important;
   overflow: visible;
   width: 386.67px;
   height: 230.6px;
   z-index: 2;
   left: 0px;
   top: 250.6px;
   background: #f1eee9;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_9d173d55d8ea {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 32.8px;
 }

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

 .text_8923f1a5c016 {
   width: 100%;
   min-width: 0;
   height: 33px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_8923f1a5c016 {
   overflow: visible;
 }

 .container_6c6d2b0457a9 {
   padding: 12px 0 0 0;
   width: 321.07px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 92.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b928c63a7981 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b928c63a7981 {
   overflow: visible;
 }

 .container_f77dc7acba9f {
   width: 321.07px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 149.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7b38544821e {
   position: absolute !important;
   overflow: visible;
   width: 386.67px;
   height: 230.6px;
   z-index: 2;
   left: 406.67px;
   top: 250.6px;
   background: #f1eee9;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

 .imageview_2aeee72c880f {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 32.8px;
 }

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

 .text_7fddb4b28e49 {
   width: 100%;
   min-width: 0;
   height: 33px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_7fddb4b28e49 {
   overflow: visible;
 }

 .container_2426c39d0967 {
   padding: 12px 0 0 0;
   width: 321.07px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 92.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dc971511b4a8 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_dc971511b4a8 {
   overflow: visible;
 }

 .container_3a2d4f1e400a {
   width: 321.07px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 32.8px;
   top: 149.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7eeebf68a41 {
   position: absolute !important;
   overflow: visible;
   width: 386.67px;
   height: 230.6px;
   z-index: 2;
   left: 813.33px;
   top: 250.6px;
   background: #f1eee9;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e1d6c6ff;
 }

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

 .container_94646b051084 {
   padding: 0 40px 0 40px;
   width: 1280px;
   height: 717.2px;
   max-width: 1280px;
   z-index: 2;
   position: absolute !important;
   left: 120.4px;
   top: 128px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_32a7474eadd3 {
   position: relative !important;
   overflow: visible;
   width: 1520.8px;
   height: 973.2px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f4ed;
 }

 .container_5162e9d97f86 {
   width: 1520.8px;
   height: 1179.8px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #2a27240a 24%, #2a272400 24%);
   mix-blend-mode: normal;
 }

 .container_ba89e6e276ba {
   position: absolute !important;
   overflow: visible;
   width: 1520.8px;
   height: 1179.8px;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #d1624308 10%, #d1624300 10%);
   opacity: 0.4000000059604645;
 }

 .container_9499112cfa79 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_34869118c647 {
   width: 187.3px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_8233275edc69 {
   width: 100%;
   min-width: 0;
   height: 127px;
   z-index: 1;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_8233275edc69 {
   overflow: visible;
 }

 .text-b312baeb51cf_8233275edc69 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-8cc151aeb206_8233275edc69 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-70c17236c175_8233275edc69 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .container_5f754090dca6 {
   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_e3f20deb8dd7 {
   width: 672px;
   height: fit-content;
   max-width: 672px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f5dc261207b7 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9c2d634c1449 {
   width: 100%;
   min-width: 0;
   height: 177px;
   z-index: 1;
   line-height: 44.2px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_9c2d634c1449 {
   overflow: visible;
 }

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

 .imageview_4aec297a9967 {
   width: 56px;
   height: 56px;
   max-width: 592.4px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .text_7672ac51b286 {
   width: 127.39px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_383733713b27 {
   width: 183.21px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

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

 .container_e62b0715653b {
   padding: 47.8px 47.8px 144.6px 47.8px;
   width: 690px;
   height: 531.4px;
   z-index: 1;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f4ed;
   border-radius: 24px 24px 24px 24px;
 }

 .text_a9a0dec8ff20 {
   width: 100%;
   min-width: 0;
   height: 128px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_a9a0dec8ff20 {
   overflow: visible;
 }

 .container_8ff4081ed5b9 {
   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_2f0c153e94b7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2f0c153e94b7 {
   overflow: visible;
 }

 .container_b940203a7e30 {
   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_202374e64043 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_202374e64043 {
   overflow: visible;
 }

 .container_8348daad8a53 {
   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_0e21352705d3 {
   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_6e12d8fa17d2 {
   padding: 31.8px 31.8px 31.8px 31.8px;
   width: 486px;
   height: 253.6px;
   z-index: 1;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f4ed;
   border-radius: 24px 24px 24px 24px;
 }

 .text_0b8a3416470e {
   width: 100%;
   min-width: 0;
   height: 128px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_0b8a3416470e {
   overflow: visible;
 }

 .container_f935ee5d7dd7 {
   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_59aefe3ea576 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_59aefe3ea576 {
   overflow: visible;
 }

 .container_9c3e8b174481 {
   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_9ec7475162e5 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9ec7475162e5 {
   overflow: visible;
 }

 .container_35443df3ea4b {
   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_2484f7a51308 {
   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_2f76e876105d {
   padding: 31.8px 31.8px 31.8px 31.8px;
   width: 486px;
   height: 253.6px;
   z-index: 1;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 0px;
   top: 277.6px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f4ed;
   border-radius: 24px 24px 24px 24px;
 }

 .container_9a60ecddc52d {
   position: absolute !important;
   overflow: visible;
   width: 486px;
   height: 531.2px;
   z-index: 1;
   left: 714px;
   top: 0px;
 }

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

 .text_f3edbd5f04b5 {
   width: 172.11px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_981891328d1a {
   width: 235.59px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_7ebb9eb66ad6 {
   width: 205.77px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_72330127d369 {
   width: 242.68px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

 .text_41089e950a3a {
   width: 268.76px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

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

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

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

 .container_97ed90939194 {
   padding: 28px 0 28px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.8px solid #e1d6c6ff;
   border-right: 0px solid #e1d6c6ff;
   border-bottom: 0.8px solid #e1d6c6ff;
   border-left: 0px solid #e1d6c6ff;
   overflow-x: clip;
   overflow-y: clip;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12fc0e774e6b {
   padding: 0 40px 0 40px;
   width: 1280px;
   height: 923.8px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 120.4px;
   top: 128px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a156d02c7df2 {
   position: relative !important;
   overflow: visible;
   width: 1520.8px;
   height: 1179.8px;
   flex-shrink: 0;
   background: #f1eee9;
 }

 .container_db7f9b75ce0b {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 257.7px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_17b781371114 {
   width: 68.6px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 301.7px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_48c052fb22e3 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 382.3px;
   top: 8.26px;
   background: #d05f43;
 }

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

 .text_0329eef3dac1 {
   width: 400.03px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text-2a411baf99c9_0329eef3dac1 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-7f40d85f0760_0329eef3dac1 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

 .text-3927ed3917cb_0329eef3dac1 {
   line-height: 60px;
   font-family: 'Cormorant Garamond';
 }

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

 .text_b82c24400c64 {
   width: 496.9px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .text_4cf481e3e9dc {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_4cf481e3e9dc {
   overflow: visible;
 }

 .container_c60b28acfd0f {
   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_acff8fdabff1 {
   width: 100.26px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_3e86e62ca226 {
   width: 45.84px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_blwcpysd5 {
   display: flex;
   flex-direction: row;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 0 8px;
   width: 100%;
 }

 .text_19de2bcba959 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_19de2bcba959 {
   overflow: visible;
 }

 .container_244f3129eee6 {
   padding: 16px 0 0 0;
   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;
 }

 .imageview_94b6e10e3654 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_d6fae571f06d {
   width: 147.54px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_ab938b37e256 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_2b8061e48ff3 {
   width: 165.07px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_7b2a5602c054 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_8ea6e87fe085 {
   width: 86.4px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .text_d0c0753d3933 {
   width: 62.95px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_694ea553202d {
   padding: 14px 24px 14px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #2a2522;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

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

 .container_wrapper_a6aa71727d05 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

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

 .container_aed7f604d3bc {
   padding: 39.8px 39.8px 123.8px 39.8px;
   width: 384px;
   height: 501.6px;
   z-index: 1;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f1eee9;
   border-radius: 24px 24px 24px 24px;
 }

 .text_06bfe4e4ff4b {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_06bfe4e4ff4b {
   overflow: visible;
 }

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

 .text_e4a53225b391 {
   width: 108.3px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_2b6e728e5aa9 {
   width: 50.58px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_6f906d01bae1 {
   padding: 20px 0 0 0;
   width: 302.4px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 40.8px;
   top: 56.8px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_34438952b407 {
   overflow: visible;
 }

 .container_74fd01ad35f9 {
   padding: 16px 0 0 0;
   width: 302.4px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 40.8px;
   top: 136.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_79d0efea83b4 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9a453b1195ca {
   width: 89.49px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_aadb64f72d63 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_94f7691c9eb6 {
   width: 186.74px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_0f58f70bb938 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_3662d8ce619a {
   width: 121.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_6ec89b6fb684 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_94e379d74f52 {
   width: 154.11px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_f8c46b83cf5f {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c1f391711ef1 {
   width: 99.06px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_64a9924eb2ec {
   padding: 32px 0 0 0;
   width: 302.4px;
   height: 180px;
   z-index: 1;
   position: absolute !important;
   left: 40.8px;
   top: 192.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d8e3b5a0e984 {
   width: 86.24px;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_e7e5dfa15abd {
   padding: 4px 12px 4px 12px;
   width: 110.24px;
   height: 23px;
   z-index: 2;
   position: absolute !important;
   left: 248.96px;
   top: 24.8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_c932e5debde6 {
   width: 112.03px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_ccac425df269 {
   padding: 14px 24px 14px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_ee0c3dc74574 {
   padding: 40px 0 0 0;
   width: 302.4px;
   height: 88px;
   z-index: 1;
   position: absolute !important;
   left: 40.8px;
   top: 372.8px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ee0c3dc74574 {
   position: absolute !important;
   left: 40.8px;
   top: 372.8px;
   width: 302.4px;
   height: 88px;
   z-index: 1;
 }

 .container_nested_ee0c3dc74574 {
   padding: 40px 0 0 0;
   width: 302.4px;
   height: 88px;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_f08e98b941f0 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 501.6px;
   z-index: 1;
   left: 408px;
   top: 0px;
   background: #2a2522;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 20px 60px #2a27242e, inset 0 0 0 1px #2a2522ff;
 }

 .text_9f3e9889d202 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9f3e9889d202 {
   overflow: visible;
 }

 .container_5928ea7558dd {
   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_8f1e101410bc {
   width: 138.6px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_71dcadf2c3e7 {
   width: 50.57px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .text_autoheight_5ca2e126ca71 {
   overflow: visible;
 }

 .container_6a4d5e7bc3d9 {
   padding: 16px 0 0 0;
   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;
 }

 .imageview_2272c4ded1cb {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_539b443f7510 {
   width: 142.4px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_d61454e62b2a {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_cde30ffa2dec {
   width: 177.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_021fe903b642 {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c15533150063 {
   width: 185.19px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_f164ceb7bcda {
   width: 16px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_b7cd65b9c730 {
   width: 100.14px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .text_2fe72f84b46a {
   width: 112.16px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_bc80f32131ca {
   padding: 14px 24px 14px 24px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #2a2522;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

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

 .container_wrapper_076a8ded6b5c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

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

 .container_54f3ef873d7e {
   padding: 39.8px 39.8px 71.8px 39.8px;
   width: 384px;
   height: 501.6px;
   z-index: 1;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   position: absolute !important;
   left: 816px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f1eee9;
   border-radius: 24px 24px 24px 24px;
 }

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

 .container_bf5e8f49cced {
   padding: 0 40px 0 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f16ed9fe4d2 {
   padding: 128px 120.4px 128px 120.4px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 88px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f4ed;
 }

 .text_957c83c2f240 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 2;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_957c83c2f240 {
   overflow: visible;
 }

 .container_01c0b3eff8bb {
   padding: 0 0 0.59px 0;
   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_1e2e0f463e72 {
   width: 100%;
   min-width: 0;
   height: 49px;
   z-index: 2;
   line-height: 48.4px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_1e2e0f463e72 {
   overflow: visible;
 }

 .text-2576d0affe6d_1e2e0f463e72 {
   line-height: 48.4px;
   font-family: 'Playfair Display';
 }

 .text-88369604b3c0_1e2e0f463e72 {
   line-height: 48.4px;
   font-family: 'Playfair Display';
 }

 .text-c82981d9e4cf_1e2e0f463e72 {
   line-height: 48.4px;
   font-family: 'Playfair Display';
 }

 .container_1de54f0a7e43 {
   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_233799407125 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 23.8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_233799407125 {
   overflow: visible;
 }

 .container_2b29742438f1 {
   padding: 8.01px 0 0 0;
   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;
 }

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

 .text_0aaaf8662c82 {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Playfair Display';
 }

 .imageview_df9287b45ef9 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_538ec00a9e80 {
   padding: 24px 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b1d5e7c80312 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-bottom: 0.8px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_68fb09f2f4f5 {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Playfair Display';
 }

 .imageview_4a85eceecded {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_a8392e4c4f0a {
   padding: 24px 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e7064430a7f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-bottom: 0.8px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8f916f447d6 {
   width: fit-content;
   z-index: 3;
   line-height: 30px;
   font-family: 'Playfair Display';
 }

 .imageview_353310168c54 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_f32245d4ccfe {
   padding: 24px 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_57193298bc6b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-bottom: 0.8px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a8422765365 {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Playfair Display';
 }

 .imageview_8cd0651daef7 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_d2a881f60038 {
   padding: 24px 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c52ed012b365 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-bottom: 0.8px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_36d0afd45ba7 {
   width: fit-content;
   z-index: 3;
   line-height: 30px;
   font-family: 'Playfair Display';
 }

 .imageview_ef4462721f0f {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_057bdc0519c3 {
   padding: 24px 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6ac1b0522f5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-bottom: 0.8px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_0eb8581dc2e0 {
   width: 1152px;
   height: 393px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 62px;
   display: flex !important;
   flex-direction: row;
 }

 .container_af626caf09f5 {
   padding: 178px 184px 178px 184px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f1eee9;
 }

 .imageview_79a0a94184db {
   width: 1521px;
   height: 650px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.699999988079071;
 }

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

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

 .container_c819a0b2061e {
   width: 1520.8px;
   height: 649.6px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #f7f4edb3 0%, #f7f4ed66 50%, #f7f4ede6 100%);
 }

 .container_7d5b11612fc1 {
   position: absolute !important;
   overflow: visible;
   width: 1520.8px;
   height: 649.6px;
   left: 0px;
   top: 0px;
 }

 .container_50fc54d524c2 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 303.77px;
   top: 8.26px;
   background: #d05f43;
 }

 .text_8290da117699 {
   width: 120.44px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 347.77px;
   top: -0.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_cfd49ce667d2 {
   width: 32px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 480.21px;
   top: 8.26px;
   background: #d05f43;
 }

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

 .text_31ff151166ff {
   width: 446.33px;
   height: 144px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text-563a18c377e2_31ff151166ff {
   line-height: 72px;
   font-family: 'Cormorant Garamond';
 }

 .text-722b943f5e76_31ff151166ff {
   line-height: 72px;
   font-family: 'Cormorant Garamond';
 }

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

 .text_6c74545f9748 {
   width: 566.9px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_284fef5bd7ae {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.12px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_284fef5bd7ae {
   overflow: visible;
 }

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

 .input_text_6f56a4bb9ac9 {
   padding: 15.8px 23.8px 15.8px 23.8px;
   width: 100%;
   min-width: 0;
   height: 53.6px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   border-top: 1px solid #e1d6c6ff;
   border-right: 1px solid #e1d6c6ff;
   border-bottom: 1px solid #e1d6c6ff;
   border-left: 1px solid #e1d6c6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
   font-family: 'Manrope';
 }

 .wrapper_input_text_6f56a4bb9ac9 {
   width: 100%;
   min-width: 0;
   height: 53.6px;
 }

 .input_text_6f56a4bb9ac9::placeholder {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.12px;
   text-align: start;
   word-wrap: break-word;
   color: #2a252266;
   font-family: 'Manrope';
 }

 .text_33458242fe28 {
   width: 77.6px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .imageview_671185a62f9f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_dcd9bc658b2a {
   padding: 16.4px 28px 17.2px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

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

 .container_nested_dcd9bc658b2a {
   padding: 16.4px 28px 17.2px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_ed263f8d7001 {
   padding: 20px 0 0 0;
   width: 512px;
   height: fit-content;
   max-width: 512px;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ed263f8d7001 {
   width: 512px;
   height: fit-content;
   max-width: 512px;
   z-index: 1;
 }

 .container_nested_ed263f8d7001 {
   padding: 20px 0 0 0;
   width: 512px;
   height: fit-content;
   max-width: 512px;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c3a50cbb5567 {
   width: 382.59px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_a95c1bacd7a4 {
   padding: 0 40px 0 40px;
   width: 896px;
   height: 393.6px;
   max-width: 896px;
   z-index: 1;
   position: absolute !important;
   left: 312.4px;
   top: 128px;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_610773e96bf5 {
   position: relative !important;
   overflow: visible;
   width: 1520.8px;
   height: 649.6px;
   flex-shrink: 0;
 }

 .imageview_a4cdc5f9ad57 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_bdcec70df951 {
   width: 83.09px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text-106c8256f018_bdcec70df951 {
   line-height: 24px;
   font-family: 'Cormorant Garamond';
 }

 .text-875fb3d0b833_bdcec70df951 {
   line-height: 24px;
   font-family: 'Cormorant Garamond';
 }

 .text-5ba27fcfe1ff_bdcec70df951 {
   line-height: 24px;
   font-family: 'Cormorant Garamond';
 }

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

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

 .text_3c16074b6b0a {
   width: 378.34px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

 .imageview_865dc11f1d53 img {
   position: absolute;
   width: 481.3px !important;
   height: 48.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_67e991a2da43 {
   width: 481.33px;
   height: 200.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8eff29a1ec53 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8eff29a1ec53 {
   overflow: visible;
 }

 .container_9dab0e0a519c {
   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_8931f5102742 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8931f5102742 {
   overflow: visible;
 }

 .container_a56e160dad83 {
   padding: 2px 0 2px 0;
   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_52387029a201 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_52387029a201 {
   overflow: visible;
 }

 .container_f6961fc9a836 {
   padding: 2px 0 2px 0;
   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_8444f8095ce8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8444f8095ce8 {
   overflow: visible;
 }

 .container_8bdd5aec3a27 {
   padding: 2px 0 2px 0;
   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_a2c0a6610226 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a2c0a6610226 {
   overflow: visible;
 }

 .container_5546e773604d {
   padding: 2px 0 2px 0;
   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_a9bf98bcd313 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b64b123bc550 {
   padding: 0 0 32.25px 0;
   width: 202.22px;
   height: 200.25px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e01d81f8a69d {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e01d81f8a69d {
   overflow: visible;
 }

 .container_bdd836dc300b {
   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_359aad3a945f {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_359aad3a945f {
   overflow: visible;
 }

 .container_ebc52d8d2b97 {
   padding: 2px 0 2px 0;
   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_a362306025c8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a362306025c8 {
   overflow: visible;
 }

 .container_258e437c9791 {
   padding: 2px 0 2px 0;
   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_e82572ca0259 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e82572ca0259 {
   overflow: visible;
 }

 .container_22642819f9de {
   padding: 2px 0 2px 0;
   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_bff27ead85cb {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_bff27ead85cb {
   overflow: visible;
 }

 .container_c58d0f3a9296 {
   padding: 2px 0 2px 0;
   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_ef662a1f7638 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2f78344fc27 {
   padding: 0 0 32.25px 0;
   width: 202.22px;
   height: 200.25px;
   z-index: 1;
   position: absolute !important;
   left: 242.22px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_21515c73eece {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_21515c73eece {
   overflow: visible;
 }

 .container_babb7d8127b1 {
   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_26392b10f9fa {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_26392b10f9fa {
   overflow: visible;
 }

 .container_a0a97db5bcf4 {
   padding: 2px 0 2px 0;
   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_f142712067f4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f142712067f4 {
   overflow: visible;
 }

 .container_f01521ce2d39 {
   padding: 2px 0 2px 0;
   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_ba25cdc09a38 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_ba25cdc09a38 {
   overflow: visible;
 }

 .container_2e17ca53bc94 {
   padding: 2px 0 2px 0;
   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_940200b0b453 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_940200b0b453 {
   overflow: visible;
 }

 .container_5b9fbb797587 {
   padding: 2px 0 2px 0;
   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_285ff41a0d10 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_29fd93cb31a8 {
   padding: 0 0 32.25px 0;
   width: 202.22px;
   height: 200.25px;
   z-index: 1;
   position: absolute !important;
   left: 484.44px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f76b1422caa3 {
   position: absolute !important;
   overflow: visible;
   width: 686.67px;
   height: 200.25px;
   z-index: 1;
   left: 513.33px;
   top: 0px;
 }

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

 .text_47629d36b61a {
   width: 222.61px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_fda9efd54839 {
   width: 250.71px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Consolas';
 }

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

 .container_19dfe30d4c3d {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.8px solid #f7f4ed1a;
   border-right: 0px solid #f7f4ed1a;
   border-bottom: 0px solid #f7f4ed1a;
   border-left: 0px solid #f7f4ed1a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_ba06f52dcc6e {
   padding: 80px 120.4px 40px 120.4px;
   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;
   background: #2a2522;
 }

 .container_wrapper_ba06f52dcc6e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_ba06f52dcc6e {
   padding: 80px 120.4px 40px 120.4px;
   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;
   background: #2a2522;
 }

 .container_442c31f29570 {
   width: 1520.8px;
   height: 10015.85px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f4ed;
 }

 .imageview_0978ff2fad4e {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .container_80fee73a2a6b {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 0px 1px #d05f434d;
 }

 .container_5a3d0ea774a8 {
   position: relative !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_nested_5a3d0ea774a8 {
   width: 36px;
   height: 36px;
   z-index: 1;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_d38a52fa48ac {
   width: 83.09px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text-a452f2e47079_d38a52fa48ac {
   line-height: 24px;
   font-family: 'Cormorant Garamond';
 }

 .text-8174c913cf49_d38a52fa48ac {
   line-height: 24px;
   font-family: 'Cormorant Garamond';
 }

 .text-c0c44728a5dc_d38a52fa48ac {
   line-height: 24px;
   font-family: 'Cormorant Garamond';
 }

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

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

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

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

 .text_2cb1e622f6a5 {
   width: 54.5px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

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

 .text_04374e2612d8 {
   width: 82.34px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_e2eaae453c3b {
   width: 48.11px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

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

 .text_e2533f51864e {
   width: 48.59px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

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

 .text_78323774d029 {
   width: 45.33px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

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

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

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

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

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

 .text_240c4ee133db {
   width: 43.92px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_9f1bc96c95bb {
   width: 90.74px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_28c7fbdd13d1 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

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

 .container_nested_28c7fbdd13d1 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d05f43;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

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

 .container_df67f6ed5ad8 {
   padding: 0 40px 0 40px;
   width: 100%;
   min-width: 0;
   height: 72px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_ea522f1bcb28 {
   position: fixed !important;
   padding: 0 120.4px 0 120.4px;
   width: 1520.8px;
   height: 72.8px;
   z-index: 9999;
   border-top: 0px solid #e0d8c899;
   border-right: 0px solid #e0d8c899;
   border-bottom: 0.8px solid #e0d8c899;
   border-left: 0px solid #e0d8c899;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f9f6f0bf;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_ea522f1bcb28 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1520.8px;
   height: 72.8px;
   z-index: 9999;
 }

 .container_nested_ea522f1bcb28 {
   position: fixed !important;
   padding: 0 120.4px 0 120.4px;
   width: 1520.8px;
   height: 72.8px;
   z-index: 9999;
   border-top: 0px solid #e0d8c899;
   border-right: 0px solid #e0d8c899;
   border-bottom: 0.8px solid #e0d8c899;
   border-left: 0px solid #e0d8c899;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f9f6f0bf;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_c07f6dddfdc8 {
   width: 1520.8px;
   height: 10015.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f4ed;
 }