 /*
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=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;
 }

 .imageview_06b30bddba13 {
   width: 1920px;
   height: 1200px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_9538cbf1454d {
   width: 1920px;
   height: 1200px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #0a0a0f00 0%, #0a0a0fff 100%);
   opacity: 0.699999988079071;
 }

 .container_b181e8e808cd {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1200px;
   left: 0px;
   top: 0px;
 }

 .text_dda798321599 {
   width: 124.39px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_29df39bf49bb {
   width: 1px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   background: linear-gradient(180deg, #d4af37ff 0%, #d4af3700 100%);
 }

 .container_6acdc428da64 {
   width: 141px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 1739px;
   top: 1100px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ee846ed39b81 {
   width: 589.9px;
   height: 264px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: -0.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 88px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0px 30px #00000080);
   font-family: 'Playfair Display';
 }

 .text_edc852d5cd38 {
   width: 575.64px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 287.2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4673c9aeaccd {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Inter';
 }

 .container_69a75157107f {
   padding: 16px 40px 16px 40px;
   width: 270px;
   height: 63px;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   position: absolute !important;
   left: 24px;
   top: 458.58px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_69a75157107f {
   position: absolute !important;
   left: 24px;
   top: 458.58px;
   width: 270px;
   height: 63px;
   z-index: 1;
 }

 .container_nested_69a75157107f {
   padding: 16px 40px 16px 40px;
   width: 270px;
   height: 63px;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 50px 50px 50px 50px;
 }

 .container_9a1eaa1672ac {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4af37;
   border-radius: 50% 50% 50% 50%;
 }

 .text_0bea1709e8bb {
   width: 127.93px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .text_d5886d673133 {
   width: 218.65px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_302aea12a478 {
   padding: 12px 24px 12px 24px;
   width: 429.22px;
   height: 51.59px;
   z-index: 1;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 296.22px;
   top: 464.78px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #d4af371a;
   border-radius: 50px 50px 50px 50px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_302aea12a478 {
   position: absolute !important;
   left: 296.22px;
   top: 464.78px;
   width: 429.22px;
   height: 51.59px;
   z-index: 1;
 }

 .container_nested_302aea12a478 {
   padding: 12px 24px 12px 24px;
   width: 429.22px;
   height: 51.59px;
   z-index: 1;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #d4af371a;
   border-radius: 50px 50px 50px 50px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_961dce319768 {
   position: absolute !important;
   overflow: visible;
   width: 800px;
   height: 521.38px;
   max-width: 800px;
   z-index: 1;
   left: 560px;
   top: 339.31px;
 }

 .container_b4ec61e1040e {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1200px;
   left: 0px;
   top: 0px;
 }

 .text_306133352ba9 {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_306133352ba9 {
   overflow: visible;
 }

 .text-2f4b9142c8f6_306133352ba9 {
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

 .text-4dc3079057a8_306133352ba9 {
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

 .imageview_97d44e06de80 {
   width: 389px;
   height: 220px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_eace642e11df {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_fcd425a63b7b {
   padding: 3.5px 12px 3.69px 12px;
   width: 104px;
   height: 27.19px;
   z-index: 1;
   position: absolute !important;
   left: 269.31px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d4af37;
   border-radius: 20px 20px 20px 20px;
 }

 .container_40e03779f077 {
   position: relative !important;
   width: 388.67px;
   height: 220px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_c8a9556f4edf {
   width: 30.29px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_bcc2403f7ff2 {
   width: 27.95px;
   height: 26px;
   position: absolute !important;
   left: 33.91px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .text_0706b178cbf7 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_0706b178cbf7 {
   overflow: visible;
 }

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

 .text_c387a6eed954 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c387a6eed954 {
   overflow: visible;
 }

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

 .text_4df456a72fcd {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_e2ce711cd259 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_d288b1e8c122 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_d288b1e8c122 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_3e02dc18d6c6 {
   width: 390.67px;
   height: 452.59px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_331e71d5fca6 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_c3b0026abdf7 {
   padding: 3.5px 12px 3.69px 12px;
   width: 63px;
   height: 27.19px;
   position: absolute !important;
   left: 309.68px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #8b5cf6;
   border-radius: 20px 20px 20px 20px;
 }

 .container_048fab1cc3a8 {
   position: relative !important;
   overflow: visible;
   width: 388.67px;
   height: 220px;
   flex-shrink: 0;
 }

 .text_a18447d8ae2c {
   width: 37.97px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_848ef90ff159 {
   width: 27.95px;
   height: 26px;
   position: absolute !important;
   left: 41.65px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .text_8e6a1b7f62cd {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_8e6a1b7f62cd {
   overflow: visible;
 }

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

 .text_dacca716b3dc {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dacca716b3dc {
   overflow: visible;
 }

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

 .text_454f735b21fd {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_331a6986380a {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_042c0ca70301 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_042c0ca70301 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_4c0a1c0b4e99 {
   width: 390.67px;
   height: 452.59px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 420.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_513bee7f869d {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_e2a2766ffbf2 {
   padding: 3.5px 12px 3.69px 12px;
   width: 68px;
   height: 27.19px;
   position: absolute !important;
   left: 305.64px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ef4444;
   border-radius: 20px 20px 20px 20px;
 }

 .container_a8e1a4579749 {
   position: relative !important;
   overflow: visible;
   width: 388.67px;
   height: 220px;
   flex-shrink: 0;
 }

 .text_31b45a1af320 {
   width: 31.75px;
   height: 36px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_b03b56417f3f {
   width: 27.95px;
   height: 26px;
   position: absolute !important;
   left: 35.36px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .text_003d96046787 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_003d96046787 {
   overflow: visible;
 }

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

 .text_36a4139b6c29 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_36a4139b6c29 {
   overflow: visible;
 }

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

 .text_7b8eb6059888 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_28d17edf5115 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_eca0c98d7151 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_eca0c98d7151 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_21b8dcef921c {
   width: 390.67px;
   height: 452.59px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 841.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

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

 .text_79c4c4ff1158 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_ab4a411a8b95 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #a0a0b0ff;
   border-right: 1px solid #a0a0b0ff;
   border-bottom: 1px solid #a0a0b0ff;
   border-left: 1px solid #a0a0b0ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 50px 50px 50px 50px;
 }

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

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

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

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

 .container_eaae8d47a088 {
   padding: 100px 320px 100px 320px;
   width: 1920px;
   height: 877.58px;
   position: absolute !important;
   left: 0px;
   top: 1200px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #0a0a0fff 0%, #0e0e15ff 100%);
 }

 .text_41e5cfa3200b {
   width: 100%;
   min-width: 0;
   height: 154px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_41e5cfa3200b {
   overflow: visible;
 }

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

 .text_e2af3e745f7f {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Inter';
 }

 .container_dadce4dc52e6 {
   padding: 0 0 0.59px 0;
   width: 500px;
   height: fit-content;
   max-width: 500px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8c12e7cd6899 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Playfair Display';
 }

 .text_d5297521cef7 {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

 .text_17555b9e856a {
   width: fit-content;
   line-height: 48px;
   font-family: 'Playfair Display';
 }

 .text_fd0a0f0a251f {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

 .text_017a82ee81f9 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Playfair Display';
 }

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

 .text_975174f736ac {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

 .container_450c1d6c74c0 {
   padding: 17.2px 0 17.21px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_297e88be3437 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_5eb90cb505b1 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_5eb90cb505b1 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

 .container_20a1cc9f4470 {
   width: 576px;
   height: 468.4px;
   position: absolute !important;
   left: 24px;
   top: 0.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8bf505eced94 {
   width: 576px;
   height: 384px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_475de743efda {
   width: 576px;
   height: 384.47px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(45deg, #d4af3733 0%, #d4af3700 100%);
 }

 .container_8318ede2c46f {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 384.47px;
   left: 680px;
   top: 42.35px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_f5c81c5341b8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 469.17px;
   max-width: 1280px;
   flex-shrink: 0;
 }

 .container_8f213c060f32 {
   padding: 100px 320px 100px 320px;
   width: 1920px;
   height: 669.17px;
   position: absolute !important;
   left: 0px;
   top: 2077.58px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0f;
 }

 .text_2a5f6cb5a40a {
   width: fit-content;
   z-index: 1;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

 .text-820a521397cf_2a5f6cb5a40a {
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

 .text-0d36b073ffd7_2a5f6cb5a40a {
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

 .container_00bccc9f70fb {
   width: 93.42px;
   height: 25.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffffcc;
 }

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

 .container_112680fe8215 {
   height: 637px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffffcc;
   mix-blend-mode: saturation;
 }

 .container_0b805eb7c881 {
   width: 637px;
   height: 637px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/5fa00316-f703-4bde-99fb-edaa569aac23/6:1125.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .container_ace23c5364bb {
   height: 637px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffffcc;
   mix-blend-mode: saturation;
 }

 .container_e905b930073e {
   width: 637px;
   height: 637px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/5fa00316-f703-4bde-99fb-edaa569aac23/6:1128.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .container_5f9d8f0120d5 {
   height: 639px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffffcc;
   mix-blend-mode: saturation;
 }

 .container_b4c65bd4f82a {
   width: 1279px;
   height: 639px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/5fa00316-f703-4bde-99fb-edaa569aac23/6:1131.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_ad3e9b734380 {
   position: absolute !important;
   width: 1278.67px;
   height: 639.33px;
   z-index: 1;
   left: 641.33px;
   top: 641.33px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_e6d71ae95b66 {
   height: 637px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffffcc;
   mix-blend-mode: saturation;
 }

 .container_198d15b63b49 {
   width: 637px;
   height: 637px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/5fa00316-f703-4bde-99fb-edaa569aac23/6:1134.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .container_f84495f1d99a {
   width: 89.56px;
   height: 25.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffffcc;
 }

 .container_b8917fecf52e {
   position: absolute !important;
   overflow: visible;
   width: 637.33px;
   height: 637.33px;
   z-index: 1;
   left: 641.33px;
   top: 1284.66px;
 }

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

 .container_0eb48001cc02 {
   padding: 100px 0 100px 0;
   width: 1920px;
   height: 2246.98px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2746.75px;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #0e0e15;
 }

 .text_bf35a7922479 {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_a6cf52f1b2f1 {
   width: 195.65px;
   height: 45px;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

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

 .text_7538105a064b {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7538105a064b {
   overflow: visible;
 }

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

 .text_471beeef3a51 {
   width: 22.67px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_306b3d3ab361 {
   position: relative !important;
   overflow: visible;
   width: 22.34px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .text_7ee2cf90ada9 {
   width: 22.25px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f2f292301e3b {
   position: relative !important;
   overflow: visible;
   width: 21.92px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .text_14bd565f8a25 {
   width: 22.17px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_55b7bbea579d {
   position: relative !important;
   overflow: visible;
   width: 21.84px;
   height: 25.59px;
   flex-shrink: 0;
 }

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

 .container_5c52a2f4684b {
   width: 370.67px;
   height: 171.58px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_37e9db81c29c {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_37e9db81c29c {
   overflow: visible;
 }

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

 .text_92b3e1c36e71 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_92b3e1c36e71 {
   overflow: visible;
 }

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

 .text_9b88f5f45a39 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b88f5f45a39 {
   overflow: visible;
 }

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

 .text_a1b464b7171d {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a1b464b7171d {
   overflow: visible;
 }

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

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

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

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

 .container_95e42c73fd4c {
   padding: 0 0 29.59px 0;
   width: 185.33px;
   height: 172.96px;
   position: absolute !important;
   left: 434.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fb0cec04d7c3 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fb0cec04d7c3 {
   overflow: visible;
 }

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

 .text_edc76a1d05c5 {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_edc76a1d05c5 {
   overflow: visible;
 }

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

 .container_624cebb264a5 {
   padding: 0 0 49.59px 0;
   width: 278.02px;
   height: 172.97px;
   position: absolute !important;
   left: 660px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f954499236f {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9f954499236f {
   overflow: visible;
 }

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

 .text_c9deda015b5a {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c9deda015b5a {
   overflow: visible;
 }

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

 .container_eafc6f189f1c {
   padding: 0 0 75.18px 0;
   width: 278px;
   height: 172.57px;
   position: absolute !important;
   left: 978px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed04005c896a {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 171.97px;
   max-width: 1280px;
   flex-shrink: 0;
 }

 .text_b266872fa2c3 {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-ef00ffe518aa_b266872fa2c3 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-42751688ad55_b266872fa2c3 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

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

 .container_3236a862aa5b {
   padding: 60px 0 0 0;
   width: 1920px;
   height: 343.97px;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 4993.73px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #060608;
 }

 .container_wrapper_3236a862aa5b {
   position: absolute !important;
   left: 0px;
   top: 4993.73px;
   width: 1920px;
   height: 343.97px;
 }

 .container_nested_3236a862aa5b {
   padding: 60px 0 0 0;
   width: 1920px;
   height: 343.97px;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #060608;
 }

 .text_9b18ae549af2 {
   width: fit-content;
   z-index: 1;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_1200a79a651f {
   width: 195.65px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

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

 .text_aeec016d3fc0 {
   width: 54px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .container_nested_581a208784c1 {
   width: 53.64px;
   height: 25.59px;
   z-index: 1;
 }

 .text_fcf055941703 {
   width: 52.52px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .container_nested_ef00588c9319 {
   width: 52.16px;
   height: 25.59px;
   z-index: 1;
 }

 .text_68ce3ba6f6b3 {
   width: 74.17px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .container_nested_88c02a2c84b0 {
   width: 73.63px;
   height: 25.59px;
   z-index: 1;
 }

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

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

 .text_9117ed2b2800 {
   width: fit-content;
   z-index: 1;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_b2f5736a824e {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_b2f5736a824e {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_f604ad04b734 {
   position: fixed !important;
   padding: 20px 320px 20px 320px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f604ad04b734 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
 }

 .container_nested_f604ad04b734 {
   position: fixed !important;
   padding: 20px 320px 20px 320px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_f74601a08348 {
   width: 1920px;
   height: 5337.7px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #0a0a0f;
 }

 .text_bf389360d892 {
   width: 60.1px;
   height: 23px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a7f8b59aa284 {
   width: 5.35px;
   height: 23px;
   position: absolute !important;
   left: 91.72px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_71e662d25f8d {
   width: 65.02px;
   height: 23px;
   position: absolute !important;
   left: 108.7px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_15a08e97c7c3 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 22.39px;
   left: 320px;
   top: 120px;
 }

 .text_9cd94b9cce53 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_172b3fcb57b1 {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_ebf6f4086fa7 {
   width: fit-content;
   line-height: 27.2px;
   font-family: 'Inter';
 }

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

 .container_3e6189cb051f {
   padding: 39px 32px 39.99px 32px;
   width: 390.67px;
   height: 287.89px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.1px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_7c588acc3ca4 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_e4e0c09d28b5 {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_79723ffea55f {
   width: fit-content;
   line-height: 27.2px;
   font-family: 'Inter';
 }

 .text-df2ae433574b_79723ffea55f {
   line-height: 27.2px;
   font-family: 'Inter';
 }

 .text-1e79142cfa73_79723ffea55f {
   line-height: 27.2px;
   font-family: 'Inter';
 }

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

 .container_9d2aa02b538f {
   padding: 39px 32px 39.99px 32px;
   width: 390.67px;
   height: 287.89px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 420.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.1px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_0250bc94566e {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_9c807bc57f32 {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_ad4959903c5f {
   width: fit-content;
   line-height: 27.2px;
   font-family: 'Inter';
 }

 .text-0b5cb7203c6a_ad4959903c5f {
   line-height: 27.2px;
   font-family: 'Inter';
 }

 .text-2bac4c6e5e20_ad4959903c5f {
   line-height: 27.2px;
   font-family: 'Inter';
 }

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

 .container_9899650001d2 {
   padding: 39px 32px 39.99px 32px;
   width: 390.67px;
   height: 287.89px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 841.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.1px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_e7704ad55ce7 {
   padding: 80px 344px 80px 344px;
   width: 1920px;
   height: 448.36px;
   position: absolute !important;
   left: 0px;
   top: 962.39px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0f;
 }

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

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

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

 .container_0d591db1651f {
   width: 1920px;
   height: 720px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #0a0a0fe6 0%, #0a0a0f66 100%);
 }

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

 .text_0985588275e4 {
   width: fit-content;
   z-index: 1;
   line-height: 86.4px;
   font-family: 'Playfair Display';
 }

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

 .text_4c61b4300fd3 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

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

 .container_dc55fe1164c7 {
   padding: 0 24px 0 24px;
   width: 565px;
   height: 231px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 677.5px;
   top: 244.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b011faba3424 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 720px;
   left: 0px;
   top: 162.39px;
 }

 .container_7c7f70e850e5 {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_3ad17e4f6800 {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_efd8e5a812fe {
   position: relative !important;
   overflow: visible;
   width: 162px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_58ff0bbf575b {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

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

 .imageview_eab3ba5d35cf {
   width: 1230px;
   height: 450px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_ab867a7123da {
   width: 29px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 0px 0px 2px #0000001a;
 }

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

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

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

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

 .container_a969d134c0c8 {
   position: absolute !important;
   overflow: visible;
   width: 29px;
   height: 58px;
   z-index: 1;
   left: 1191px;
   top: 10px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_a969d134c0c8 {
   position: absolute !important;
   overflow: visible;
   left: 1191px;
   top: 10px;
   width: 29px;
   height: 58px;
   z-index: 1;
 }

 .container_nested_a969d134c0c8 {
   width: 29px;
   height: 58px;
   z-index: 1;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_70722654b1d0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-602e31d7ab5e_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-54cd83d65cd1_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-b30629448ab4_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-0654b0d26c65_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-af826bd36484_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-34592c52c2aa_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-79d6723c0afb_70722654b1d0 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8d1a002a7cbd {
   padding: 0 5px 0 5px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff80;
 }

 .container_d5d7b8fbb50e {
   width: 505px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 721.52px;
   top: 430px;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aee52e018b2a {
   position: relative !important;
   overflow: visible;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_2649f25cdc9e {
   width: 100%;
   min-width: 0;
   height: 450px;
   flex-shrink: 0;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffffcc;
 }

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

 .container_2c4abf551bdf {
   padding: 80px 344px 80px 344px;
   width: 1920px;
   height: 784.09px;
   position: absolute !important;
   left: 0px;
   top: 1410.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #0e0e15;
 }

 .container_bbb8abaf4a2a {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_5b2e7617c803 {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_c5b90c6593a1 {
   position: relative !important;
   overflow: visible;
   width: 146px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_70102981890b {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

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

 .text_1c68d89d822b {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1c68d89d822b {
   overflow: visible;
 }

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

 .text_42ce9d0beb2f {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_42ce9d0beb2f {
   overflow: visible;
 }

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

 .text_f02d67d4d875 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f02d67d4d875 {
   overflow: visible;
 }

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

 .container_a59d44437ad3 {
   padding: 31px 32px 32px 32px;
   width: 390.67px;
   height: 278.8px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_44230933dacb {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_44230933dacb {
   overflow: visible;
 }

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

 .text_3642fd60892d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_3642fd60892d {
   overflow: visible;
 }

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

 .text_94e4effd4fc6 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_94e4effd4fc6 {
   overflow: visible;
 }

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

 .container_d5fbc4cb84a9 {
   padding: 31px 32px 32px 32px;
   width: 390.67px;
   height: 278.8px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 420.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_36619d14fd22 {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_36619d14fd22 {
   overflow: visible;
 }

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

 .text_30f0d5b74349 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_30f0d5b74349 {
   overflow: visible;
 }

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

 .text_d110809a9907 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d110809a9907 {
   overflow: visible;
 }

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

 .container_0a9332b92462 {
   padding: 31px 32px 32px 32px;
   width: 390.67px;
   height: 278.8px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 841.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

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

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

 .container_0526f78dc385 {
   padding: 80px 320px 80px 320px;
   width: 1920px;
   height: 615.29px;
   position: absolute !important;
   left: 0px;
   top: 2194.94px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0f;
 }

 .container_a635b23c2944 {
   width: 1536px;
   height: 1691.09px;
   position: absolute !important;
   left: 768px;
   top: -422.77px;
   background: radial-gradient(closest-side at 50% 50%, #d4af371a 0%, #d4af3700 70%);
 }

 .container_5f127b078f4e {
   width: 30px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #f5d76e;
 }

 .text_b35440777319 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

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

 .text_a5566068fca9 {
   width: 100%;
   min-width: 0;
   height: 77px;
   z-index: 1;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_a5566068fca9 {
   overflow: visible;
 }

 .container_85a03d5687e6 {
   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_4525ba986b6e {
   width: 100%;
   min-width: 0;
   height: 92px;
   z-index: 1;
   line-height: 30.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4525ba986b6e {
   overflow: visible;
 }

 .container_af38eda0d9b2 {
   padding: 31.08px 0 0.69px 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_383fae1dc92b {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Inter';
 }

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

 .text_e652d531aa68 {
   width: fit-content;
   z-index: 1;
   line-height: 25.5px;
   font-family: 'Inter';
 }

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

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

 .text_242a1a7e796d {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Inter';
 }

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

 .text_bc5ee58ceef8 {
   width: fit-content;
   z-index: 1;
   line-height: 25.5px;
   font-family: 'Inter';
 }

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

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

 .text_d13ebeb35a9a {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Inter';
 }

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

 .text_a31a4d0bb813 {
   width: fit-content;
   z-index: 1;
   line-height: 25.5px;
   font-family: 'Inter';
 }

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

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

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

 .container_2dbef6a3dd9c {
   padding: 2.5px 0 16.01px 0;
   width: 500px;
   height: 438.28px;
   max-width: 500px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_25635dc5a624 {
   width: 100%;
   min-width: 0;
   height: 39px;
   z-index: 1;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_25635dc5a624 {
   overflow: visible;
 }

 .container_be81b1d9f176 {
   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_35c3e3d316e3 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_35c3e3d316e3 {
   overflow: visible;
 }

 .container_2278f283a220 {
   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_5d2e252bc156 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5d2e252bc156 {
   overflow: visible;
 }

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

 .input_text_4ee6d2153127 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Inter';
 }

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

 .input_text_4ee6d2153127::placeholder {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   text-align: start;
   word-wrap: break-word;
   color: #a0a0b0;
   font-family: 'Inter';
 }

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

 .text_34b10a2376d2 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34b10a2376d2 {
   overflow: visible;
 }

 .container_d03e05408b19 {
   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_f1c9c6b1f288 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f1c9c6b1f288 {
   overflow: visible;
 }

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

 .input_text_1b0b061ab3b2 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Inter';
 }

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

 .input_text_1b0b061ab3b2::placeholder {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   text-align: start;
   word-wrap: break-word;
   color: #a0a0b0;
   font-family: 'Inter';
 }

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

 .text_25dbef56b68b {
   width: fit-content;
   z-index: 1;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text_c4f6539e3913 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_93c1e4432d14 {
   width: 100%;
   min-width: 0;
   height: 22.39px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_d47511080f42 {
   overflow: visible;
 }

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

 .input_select_c15cf69d5936 {
   padding: 14px 20px 14px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Inter';
 }

 .input_select_c15cf69d5936 option {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .text_2f30f623c5c2 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f30f623c5c2 {
   overflow: visible;
 }

 .container_e9daea9fcd29 {
   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_4807b2e46ce3 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4807b2e46ce3 {
   overflow: visible;
 }

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

 .input_text_9b0fe6177d0c {
   padding: 14px 20px 84px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 120px;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Inter';
 }

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

 .input_text_9b0fe6177d0c::placeholder {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 19.36px;
   text-align: start;
   word-wrap: break-word;
   color: #a0a0b0;
   font-family: 'Inter';
 }

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

 .text_0ba49edb5536 {
   width: fit-content;
   z-index: 1;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_66411990d0a0 {
   padding: 13.01px 28px 12px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_66411990d0a0 {
   padding: 13.01px 28px 12px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

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

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

 .container_1da60b673470 {
   padding: 40px 40px 40px 40px;
   width: 586px;
   height: 680.99px;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 646px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_6341fa096730 {
   position: absolute !important;
   overflow: visible;
   width: 1232px;
   height: 685.55px;
   z-index: 1;
   left: 344px;
   top: 80px;
 }

 .container_a7820d710fa8 {
   position: absolute !important;
   width: 1920px;
   height: 845.55px;
   left: 0px;
   top: 2810.33px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(135deg, #0a0a0fff 0%, #1a1a2eff 100%);
 }

 .container_a4fa5653f0aa {
   width: 30px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_4b73f2b42ca1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

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

 .text_af8252a7988b {
   width: fit-content;
   z-index: 1;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

 .text_f31a7c8fde88 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Playfair Display';
 }

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

 .text_f4b6b1351360 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Playfair Display';
 }

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

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

 .container_b0d84324db9a {
   padding: 24px 0 36px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7f838ea09a7f {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Playfair Display';
 }

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

 .text_2d3bccafeb65 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Playfair Display';
 }

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

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

 .container_68b97efcd981 {
   padding: 24px 0 36px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8507010cbc80 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Playfair Display';
 }

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

 .text_b69e2f00b47d {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Playfair Display';
 }

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

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

 .container_4bf5ea162bec {
   padding: 24px 0 36px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_29505a6e9cdc {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Playfair Display';
 }

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

 .text_bdf8b45fcc75 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Playfair Display';
 }

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

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

 .container_cb817d8373ef {
   padding: 24px 0 36px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b180b8c156c8 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Playfair Display';
 }

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

 .text_94fb36b4d761 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Playfair Display';
 }

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

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

 .container_a873139d6799 {
   padding: 24px 0 36px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_4b3de60c76e4 {
   padding: 80px 320px 80px 320px;
   width: 1920px;
   height: 824.49px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3655.88px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0e0e15;
 }

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

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

 .text_396b5250f5f6 {
   width: fit-content;
   z-index: 2;
   line-height: 28.8px;
   font-family: 'Inter';
 }

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

 .text_644fc9e83b68 {
   width: fit-content;
   z-index: 2;
   line-height: 28.8px;
   font-family: 'Inter';
 }

 .container_def3e0213733 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

 .container_wrapper_def3e0213733 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_def3e0213733 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_37f5a40b38b5 {
   padding: 80px 320px 80px 320px;
   width: 1920px;
   height: 377.8px;
   z-index: 2;
   border-bottom: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 4477.42px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(135deg, #1a1a2eff 0%, #0a0a0fff 100%);
 }

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

 .container_c515fdbaaf92 {
   width: 15px;
   height: 52px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_56b743b3aab9 {
   width: 195.65px;
   height: 45px;
   z-index: 3;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .container_d1ab17010436 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 51.19px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_4df8c911f134 {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4df8c911f134 {
   overflow: visible;
 }

 .container_b5dbc097aeaf {
   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_4fd854f1e05c {
   width: 22.67px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d80cc7ad7408 {
   position: relative !important;
   overflow: visible;
   width: 22.34px;
   height: 25.59px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b1962674b11d {
   width: 22.25px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_392df1a8f1db {
   position: relative !important;
   overflow: visible;
   width: 21.92px;
   height: 25.59px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_bb0df9b72e7d {
   width: 22.17px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d75058cc4246 {
   position: relative !important;
   overflow: visible;
   width: 21.84px;
   height: 25.59px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_cc86075642d9 {
   width: 370.67px;
   height: 171.58px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f7c48190ee97 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f7c48190ee97 {
   overflow: visible;
 }

 .container_9d9b6e8efce0 {
   padding: 0 0 0.59px 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_849377767572 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_849377767572 {
   overflow: visible;
 }

 .container_dbf77797bf0f {
   padding: 0 0 0.59px 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_74dd134b1103 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_74dd134b1103 {
   overflow: visible;
 }

 .container_53ca77c6b5f4 {
   padding: 0 0 0.59px 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_52e984a442af {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52e984a442af {
   overflow: visible;
 }

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

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

 .container_915f3e23f053 {
   padding: 0 0 29.59px 0;
   width: 185.33px;
   height: 172.96px;
   z-index: 3;
   position: absolute !important;
   left: 434.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5434af74cf8 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f5434af74cf8 {
   overflow: visible;
 }

 .container_a3cff719fd70 {
   padding: 0 0 0.59px 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_c089f878846b {
   width: 100%;
   min-width: 0;
   height: 77px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c089f878846b {
   overflow: visible;
 }

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

 .container_ad2cf39d0b6c {
   padding: 0 0 49.59px 0;
   width: 278.02px;
   height: 172.97px;
   z-index: 3;
   position: absolute !important;
   left: 660px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_52207ae94195 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52207ae94195 {
   overflow: visible;
 }

 .container_6f95f4e718c0 {
   padding: 0 0 0.59px 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_f0f7ca05664a {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 3;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0f7ca05664a {
   overflow: visible;
 }

 .container_d95b000a0702 {
   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_3a71f93f0c1b {
   padding: 0 0 75.18px 0;
   width: 278px;
   height: 172.57px;
   z-index: 3;
   position: absolute !important;
   left: 978px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_840eecf74622 {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 171.97px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_c0b0d1967074 {
   width: fit-content;
   z-index: 3;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-aafee921acf8_c0b0d1967074 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-bf422e1711c6_c0b0d1967074 {
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

 .container_763a90fb3288 {
   padding: 23px 344px 24px 344px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f9ee56c8069 {
   padding: 60px 0 0 0;
   width: 1920px;
   height: 343.97px;
   z-index: 3;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 4854.81px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #060608;
 }

 .text_b461aa157f0a {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_53434f9dc3c3 {
   width: 195.65px;
   height: 45px;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .container_82391b2854f1 {
   position: relative !important;
   overflow: visible;
   width: 223.3px;
   height: 51.19px;
   flex-shrink: 0;
 }

 .text_5794bfc007ed {
   width: 54px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_89440c611505 {
   position: relative !important;
   overflow: visible;
   width: 53.64px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_wrapper_89440c611505 {
   position: relative !important;
   overflow: visible;
   width: 53.64px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_nested_89440c611505 {
   width: 53.64px;
   height: 25.59px;
 }

 .text_a963a3c03d4f {
   width: 52.52px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_af1024bc8be7 {
   position: relative !important;
   overflow: visible;
   width: 52.16px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_wrapper_af1024bc8be7 {
   position: relative !important;
   overflow: visible;
   width: 52.16px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_nested_af1024bc8be7 {
   width: 52.16px;
   height: 25.59px;
 }

 .text_9eb7374af98b {
   width: 74.17px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_fcd24a030218 {
   position: relative !important;
   overflow: visible;
   width: 73.63px;
   height: 25.59px;
   flex-shrink: 0;
 }

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

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

 .text_7d90e8a95e5d {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_2dd4626f0781 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_2dd4626f0781 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_f48840601592 {
   position: fixed !important;
   padding: 20px 320px 20px 320px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_af2f850691cd {
   width: 1920px;
   height: 5199.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #0a0a0f;
 }

 .text_3beb2d5b6ab6 {
   width: 60.1px;
   height: 23px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_f000f1528fa6 {
   width: 5.35px;
   height: 23px;
   position: absolute !important;
   left: 91.72px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_423d7d427c7a {
   width: 47.28px;
   height: 23px;
   position: absolute !important;
   left: 108.7px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_23013a8bf89b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 22.39px;
   max-width: 1280px;
   left: 320px;
   top: 120px;
 }

 .text_8832bfcd74d9 {
   width: fit-content;
   line-height: 102.4px;
   background: linear-gradient(115deg, #d4af37ff 0%, #f5d76eff 100%);
   font-family: 'Playfair Display';
 }

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

 .text_8b8b42d3c309 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Inter';
 }

 .container_130a9d4c22e4 {
   padding: 0 0 0.69px 0;
   width: 500px;
   height: fit-content;
   max-width: 500px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c6b504f95deb {
   padding: 39px 24px 60.01px 24px;
   width: 1280px;
   height: 275.6px;
   max-width: 1280px;
   position: absolute !important;
   left: 320px;
   top: 142.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 14.9px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_ded9bb836a9d {
   overflow: visible;
 }

 .container_75996df5f41c {
   padding: 0 0 1px 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_032ad359d7ca {
   padding: 14px 0 14px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_84b320306879 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_db7b03d8425d {
   padding: 4px 4px 4px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0a0a0f99;
   border-radius: 50px 50px 50px 50px;
 }

 .text_e849769e1932 {
   width: 48.8px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1df89529dcb5 {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 25.59px;
   min-width: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_07bf82bfb75a {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_5ca6520ec739 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #d4af37;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_5ca6520ec739 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #d4af37;
   border-radius: 50px 50px 50px 50px;
 }

 .text_5ad422221859 {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_8a11108f595c {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_8a11108f595c {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_1075549bad2f {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_0d3952cb3ca2 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_0d3952cb3ca2 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_05865af5cda8 {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_29b563d296bf {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_29b563d296bf {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_f3e1756ab5da {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_ffd6369d1c66 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_ffd6369d1c66 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .text_b8a172969f55 {
   width: 57.32px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ff5fef182bf0 {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 25.59px;
   min-width: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_7578d751f0b2 {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_57fad11655ac {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #d4af37;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_57fad11655ac {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #d4af37;
   border-radius: 50px 50px 50px 50px;
 }

 .text_c9efcd551737 {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_ace7d09d7cc9 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_ace7d09d7cc9 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_c21944ad3f20 {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_2da0636856d9 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_2da0636856d9 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_40715545706c {
   width: fit-content;
   z-index: 1;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_b6479fe29369 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_b6479fe29369 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_5450325b7350 {
   padding: 32px 32px 32px 32px;
   width: 1232px;
   height: 250px;
   z-index: 1;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 344px;
   top: 417.99px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_e2a4104408ea {
   width: 389px;
   height: 240px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_043290361cf8 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_466937ce759e {
   padding: 5.5px 14px 5.69px 14px;
   width: 106px;
   height: 33.19px;
   z-index: 1;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_1b9662abe4c3 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_e4dd24647394 {
   padding: 5.5px 14px 5.69px 14px;
   width: 54px;
   height: 31.19px;
   z-index: 1;
   position: absolute !important;
   left: 318.98px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f59e0b;
   border-radius: 20px 20px 20px 20px;
 }

 .container_738ac6ccf6f5 {
   position: relative !important;
   width: 388.67px;
   height: 240px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_85f8656930ca {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_b450cf4e64e3 {
   width: 166.69px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1990dd22b52d {
   position: relative !important;
   overflow: visible;
   width: 165.08px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_c3059b2d67c6 {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_c3059b2d67c6 {
   overflow: visible;
 }

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

 .text_23a27d5e87ce {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23a27d5e87ce {
   overflow: visible;
 }

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

 .text_ed4f85102b78 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_07af2dbc9a92 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_6b07a3d696c1 {
   width: 88.74px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_5f8189ec8331 {
   position: relative !important;
   overflow: visible;
   width: 88.27px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_473c3b043202 {
   width: 11.24px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bdb5d7dd4b6d {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_4caf572c19cb {
   width: 133.07px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c00eb53ed9e5 {
   position: relative !important;
   overflow: visible;
   width: 132.77px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_c4832b452074 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ff82878df381 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_b17ae7c00dcc {
   width: 174.11px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d39114ff2cf8 {
   position: relative !important;
   overflow: visible;
   width: 173.78px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_159b6d72fcd8 {
   padding: 9.2px 0 20px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_623b968928ac {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

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

 .text_b6c9aaae64f8 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

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

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

 .text_6fabda12ae8e {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_653fdaa98c55 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_653fdaa98c55 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_31661cd4d297 {
   width: 390.67px;
   height: 623.97px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_d6252476ba56 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_f3f403239cf4 {
   padding: 5.5px 14px 5.69px 14px;
   width: 72px;
   height: 33.19px;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_dc3a2718c521 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_85acc2b50d82 {
   padding: 5.5px 14px 5.69px 14px;
   width: 54px;
   height: 31.19px;
   position: absolute !important;
   left: 319px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f59e0b;
   border-radius: 20px 20px 20px 20px;
 }

 .container_97e89d805386 {
   position: relative !important;
   overflow: visible;
   width: 388.67px;
   height: 240px;
   flex-shrink: 0;
 }

 .text_3f7b57cc0bfc {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_3feb23f64713 {
   width: 171.47px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_82baf1ea26d3 {
   position: relative !important;
   overflow: visible;
   width: 171.14px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_2ff5a22038a8 {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_2ff5a22038a8 {
   overflow: visible;
 }

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

 .text_0ef88d446ee6 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0ef88d446ee6 {
   overflow: visible;
 }

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

 .text_dfc8fc77fa6b {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1552052a7024 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_6111871fc812 {
   width: 98.74px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_cdc6559e81ce {
   position: relative !important;
   overflow: visible;
   width: 98.39px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_235b46f853e3 {
   width: 11.24px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_766e897f5e47 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_0bf4f23991a9 {
   width: 101.76px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_270c5737fde9 {
   position: relative !important;
   overflow: visible;
   width: 100.63px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_df5144ed9aa5 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c8139be6a5a1 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_d277a28a5482 {
   width: 265.81px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_39e093b45759 {
   position: relative !important;
   overflow: visible;
   width: 265.2px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_371e90d80b00 {
   padding: 9px 0 20px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_11feb612067a {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

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

 .text_d35f9965209d {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

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

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

 .text_bff451a6f3ec {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_278905b33798 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_278905b33798 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_844317491792 {
   padding: 0 0 25.59px 0;
   width: 390.67px;
   height: 624.35px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 420.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_90cb5bdcf254 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_34826fe35a41 {
   padding: 5.5px 14px 5.69px 14px;
   width: 106px;
   height: 33.19px;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_5e2e0d23bfcf {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_b945fa413900 {
   padding: 5.5px 14px 5.69px 14px;
   width: 72px;
   height: 31.19px;
   position: absolute !important;
   left: 301.64px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d4af37;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e55b506b560e {
   position: relative !important;
   overflow: visible;
   width: 388.67px;
   height: 240px;
   flex-shrink: 0;
 }

 .text_7fa35e6301f8 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_906608ab168d {
   width: 166.88px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_51ac2e2451e7 {
   position: relative !important;
   overflow: visible;
   width: 165.27px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_7712bd4be0c0 {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_7712bd4be0c0 {
   overflow: visible;
 }

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

 .text_00d3451e8524 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00d3451e8524 {
   overflow: visible;
 }

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

 .text_00365bfa70f9 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_935be3492d84 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_7b9ea8737bd0 {
   width: 88.74px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_86f6e9320eba {
   position: relative !important;
   overflow: visible;
   width: 88.27px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_4dc4f670faa0 {
   width: 11.24px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_793025448d46 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_690664220885 {
   width: 133.18px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4be7c81ca476 {
   position: relative !important;
   overflow: visible;
   width: 132.88px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_338300bb3603 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_75aa52fb9dfd {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_f8b995a35f11 {
   width: 206.61px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2d8c39f51f34 {
   position: relative !important;
   overflow: visible;
   width: 206.25px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_91e55e883c9e {
   padding: 9px 0 20px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b3290f9d1443 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

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

 .text_61825a5c4638 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

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

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

 .text_2f2f269f6503 {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_11ca20816548 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_11ca20816548 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_9076ea5bcb61 {
   padding: 0 0 25.59px 0;
   width: 390.67px;
   height: 624.35px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 841.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_eeaf15688911 {
   width: 389px;
   height: 240px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_0543c3cb1390 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_bafd1cf5516f {
   padding: 5.5px 14px 5.69px 14px;
   width: 106px;
   height: 33.19px;
   z-index: 1;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_7e466f9f7c71 {
   position: relative !important;
   width: 388.67px;
   height: 240px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_098707af8a3e {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_3b3698d46352 {
   width: 157.97px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d9f4fa79fe6c {
   position: relative !important;
   overflow: visible;
   width: 156.55px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_a033bba33db5 {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_a033bba33db5 {
   overflow: visible;
 }

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

 .text_ee0b7210fa09 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ee0b7210fa09 {
   overflow: visible;
 }

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

 .text_e6248de5659e {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d78943908c28 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_28abbfb0a51b {
   width: 88.74px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_71ad58796813 {
   position: relative !important;
   overflow: visible;
   width: 88.27px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_e64f3ee93ee4 {
   width: 11.24px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_0fdc93abf057 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_58a925a18b78 {
   width: 44.76px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_54a41a96aa0b {
   position: relative !important;
   overflow: visible;
   width: 44.42px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_4377a2bcd036 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e09e3a015fba {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_037bd92c09ce {
   width: 210.86px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_871b798594f8 {
   position: relative !important;
   overflow: visible;
   width: 210.5px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_1e75dea2a14e {
   padding: 9px 0 20px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_80b89c2ffc46 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

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

 .text_1f20df2604af {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

 .container_48cd7e911110 {
   margin: -1.01px 0 0 0 !important;
   width: 89px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_a73d421ca42b {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_75dd9c01de8c {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #a0a0b0ff;
   border-right: 1px solid #a0a0b0ff;
   border-bottom: 1px solid #a0a0b0ff;
   border-left: 1px solid #a0a0b0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
   opacity: 0.5;
 }

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

 .container_nested_75dd9c01de8c {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #a0a0b0ff;
   border-right: 1px solid #a0a0b0ff;
   border-bottom: 1px solid #a0a0b0ff;
   border-left: 1px solid #a0a0b0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
   opacity: 0.5;
 }

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

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

 .container_74a4f54952c2 {
   width: 390.67px;
   height: 598.76px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 653.53px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_cc66eb002898 {
   width: 389px;
   height: 240px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .text_4d82da4ad526 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_11e3c763831c {
   padding: 5.5px 14px 5.69px 14px;
   width: 134px;
   height: 33.19px;
   z-index: 1;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_d5b78a88d1c8 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_600e191156a2 {
   padding: 5.5px 14px 5.69px 14px;
   width: 54px;
   height: 31.19px;
   z-index: 1;
   position: absolute !important;
   left: 319px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f59e0b;
   border-radius: 20px 20px 20px 20px;
 }

 .container_7c51ffbca542 {
   position: relative !important;
   width: 388.67px;
   height: 240px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_0133da6610ca {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_cd4e8beaa384 {
   width: 159.81px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b147a71d0b0f {
   position: relative !important;
   overflow: visible;
   width: 159.36px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_282447545cad {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_282447545cad {
   overflow: visible;
 }

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

 .text_cc9ff64ea940 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc9ff64ea940 {
   overflow: visible;
 }

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

 .text_fc58fbc7c086 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4057363c685d {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_cb30c9c04206 {
   width: 98.74px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d3b7d9811d86 {
   position: relative !important;
   overflow: visible;
   width: 98.39px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_0767d657dde1 {
   width: 11.24px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_690025e6650f {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_710383d50453 {
   width: 101.34px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_48ad6a62a522 {
   position: relative !important;
   overflow: visible;
   width: 100.52px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_5c4f5ff18747 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4561e7eebe16 {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_6561235dc37a {
   width: 218.48px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_553ffabaaad0 {
   position: relative !important;
   overflow: visible;
   width: 218.11px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_d0f06568396e {
   padding: 9px 0 20px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_994cf706f2ed {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

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

 .text_5945e6157879 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

 .container_8bbabf9f59d2 {
   margin: -1.01px 0 0 0 !important;
   width: 89px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_a9dc4947ebe5 {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_97ff5e71ae18 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_97ff5e71ae18 {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_8e1baeeec0b8 {
   width: 390.67px;
   height: 598.76px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 420.67px;
   top: 653.53px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_30e378d80831 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_daf0c1fca483 {
   padding: 5.5px 14px 5.69px 14px;
   width: 107px;
   height: 33.19px;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_7916eec593f2 {
   position: relative !important;
   overflow: visible;
   width: 388.67px;
   height: 240px;
   flex-shrink: 0;
 }

 .text_b1fca8392e93 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

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

 .text_10c592fc0b0e {
   width: 159.53px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_34ebf2432d3b {
   position: relative !important;
   overflow: visible;
   width: 158.84px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_70c6d99bee31 {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_70c6d99bee31 {
   overflow: visible;
 }

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

 .text_504500896d37 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_504500896d37 {
   overflow: visible;
 }

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

 .text_b7b22030837c {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_573516cd5c1f {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_342dcaf1a398 {
   width: 74.46px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7fdbb4a20d7d {
   position: relative !important;
   overflow: visible;
   width: 73.92px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_7e2ffb96531c {
   width: 11.24px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f52d7b05221e {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_04393ea2a5c0 {
   width: 101.85px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d4cb0e375547 {
   position: relative !important;
   overflow: visible;
   width: 101.02px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .text_187d4a0eb5d2 {
   width: 10.82px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_43afc5aa1dfb {
   position: relative !important;
   overflow: visible;
   width: 18px;
   height: 22.39px;
   flex-shrink: 0;
   opacity: 0.699999988079071;
 }

 .text_08e4b971b899 {
   width: 230.86px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d540c380e4e3 {
   position: relative !important;
   overflow: visible;
   width: 230.3px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_4abc9344caba {
   padding: 9px 0 20px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_34463d3493cb {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

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

 .text_d7151152be4a {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

 .container_629bbfe69539 {
   margin: -1.01px 0 0 0 !important;
   width: 84px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_378855ef768a {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_14ed116157bf {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

 .container_nested_14ed116157bf {
   padding: 11px 24px 12.39px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .container_b0eeacd195dd {
   width: 390.67px;
   height: 598.76px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 841.33px;
   top: 653.53px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

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

 .text_6ccaaaa6cf02 {
   width: fit-content;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_92ae67d5d8f7 {
   padding: 16px 48px 16px 48px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #a0a0b0ff;
   border-right: 1px solid #a0a0b0ff;
   border-bottom: 1px solid #a0a0b0ff;
   border-left: 1px solid #a0a0b0ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50px 50px 50px 50px;
 }

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

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

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

 .container_c6e5e39763e1 {
   padding: 60px 24px 79.99px 24px;
   width: 1280px;
   height: 1504.45px;
   max-width: 1280px;
   position: absolute !important;
   left: 320px;
   top: 667.99px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 59.99px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d92fe68af906 {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_c34d555fac1e {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_0caeb7013417 {
   padding: 0 0 0.59px 0;
   width: 513px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_d10d2b1e970c {
   width: fit-content;
   line-height: 18.88px;
   font-family: 'Inter';
 }

 .container_d6d5c0326e62 {
   padding: 0 131.91px 1px 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .input_text_28e3f3525946 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: 54px;
   z-index: 998;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
   font-family: 'Inter';
 }

 .wrapper_input_text_28e3f3525946 {
   width: fit-content;
   height: 54px;
 }

 .input_text_28e3f3525946::placeholder {
   width: 100%;
   line-height: 18.88px;
   text-align: start;
   color: #a0a0b0;
   font-family: 'Inter';
 }

 .text_7a35d2296073 {
   width: fit-content;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_b68b642158a1 {
   padding: 15px 28px 15px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(135deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_b68b642158a1 {
   padding: 15px 28px 15px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(135deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_wrapper_2f92ffc3716c {
   width: fit-content;
   height: fit-content;
   min-width: 400px;
 }

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

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

 .container_f0cdce6e982d {
   padding: 80px 320px 80px 320px;
   width: 1920px;
   height: 251.59px;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 2172.44px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(90deg, #0a0a0fff 0%, #0e0e15ff 100%);
 }

 .text_3ea4c57c6f32 {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_7e7845265f0a {
   width: 195.65px;
   height: 45px;
   position: absolute !important;
   left: 28px;
   top: 2.18px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

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

 .text_c068298b664c {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c068298b664c {
   overflow: visible;
 }

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

 .text_cff434733c00 {
   width: 22.67px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2d9d8225110b {
   position: relative !important;
   overflow: visible;
   width: 22.34px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .text_8941f9292d59 {
   width: 22.25px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e7615b09e26c {
   position: relative !important;
   overflow: visible;
   width: 21.92px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .text_3c6765be1d3e {
   width: 22.17px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_961f66aa1231 {
   position: relative !important;
   overflow: visible;
   width: 21.84px;
   height: 25.59px;
   flex-shrink: 0;
 }

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

 .container_ced958ff4c3b {
   padding: 0 0 16.01px 0;
   width: 370.67px;
   height: 187.59px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_204e725175b4 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_204e725175b4 {
   overflow: visible;
 }

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

 .text_93070de91403 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93070de91403 {
   overflow: visible;
 }

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

 .text_2da5a84aa7ae {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2da5a84aa7ae {
   overflow: visible;
 }

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

 .text_d599df98df2d {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d599df98df2d {
   overflow: visible;
 }

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

 .text_1fba06f030be {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1fba06f030be {
   overflow: visible;
 }

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

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

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

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

 .container_19e915cba5a4 {
   padding: 0 0 10px 0;
   width: 185.33px;
   height: 188.95px;
   position: absolute !important;
   left: 434.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1b369d2936ab {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b369d2936ab {
   overflow: visible;
 }

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

 .text_30dbfe621dea {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_30dbfe621dea {
   overflow: visible;
 }

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

 .container_b483f21d65f1 {
   padding: 0 0 65.6px 0;
   width: 278.02px;
   height: 188.97px;
   position: absolute !important;
   left: 660px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.09px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_066f1feee81b {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_066f1feee81b {
   overflow: visible;
 }

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

 .text_ac0e18262ceb {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac0e18262ceb {
   overflow: visible;
 }

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

 .container_86d68fb8f58e {
   padding: 0 0 91.19px 0;
   width: 278px;
   height: 188.57px;
   position: absolute !important;
   left: 978px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a25e639b8fc {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 187.97px;
   max-width: 1280px;
   flex-shrink: 0;
 }

 .container_wrapper_9a25e639b8fc {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 187.97px;
   max-width: 1280px;
   flex-shrink: 0;
 }

 .container_nested_9a25e639b8fc {
   width: 1280px;
   height: 187.97px;
   max-width: 1280px;
 }

 .text_41a1d7a6ffee {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-3c550384a28c_41a1d7a6ffee {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-616923ec0e12_41a1d7a6ffee {
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

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

 .container_abd78b8a8ce7 {
   padding: 60px 0 0 0;
   width: 1920px;
   height: 359.96px;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 2424.03px;
   align-items: center;
   justify-content: flex-start;
   gap: 39.99px 0;
   display: flex !important;
   flex-direction: column;
   background: #060608;
 }

 .text_745cbe6e32b1 {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_e7c40a5aa4f5 {
   width: 195.65px;
   height: 45px;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .container_9315cbc5258f {
   position: relative !important;
   overflow: visible;
   width: 223.3px;
   height: 51.19px;
   flex-shrink: 0;
 }

 .text_f963c6661cc4 {
   width: 54px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_66ff05208f54 {
   position: relative !important;
   overflow: visible;
   width: 53.64px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .text_9bbccb32600a {
   width: 52.52px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4df130c6292c {
   position: relative !important;
   overflow: visible;
   width: 52.16px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_wrapper_4df130c6292c {
   position: relative !important;
   overflow: visible;
   width: 52.16px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_nested_4df130c6292c {
   width: 52.16px;
   height: 25.59px;
 }

 .text_8743264819ab {
   width: 74.17px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c88a3e330525 {
   position: relative !important;
   overflow: visible;
   width: 73.63px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_wrapper_c88a3e330525 {
   position: relative !important;
   overflow: visible;
   width: 73.63px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_nested_c88a3e330525 {
   width: 73.63px;
   height: 25.59px;
 }

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

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

 .text_d76436929f4a {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_b7fa0007edb3 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_b7fa0007edb3 {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_7ff57b7fd0cb {
   position: fixed !important;
   padding: 20px 320px 20px 320px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_7ff57b7fd0cb {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
 }

 .container_nested_7ff57b7fd0cb {
   position: fixed !important;
   padding: 20px 320px 20px 320px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_201a28472fd0 {
   width: 1920px;
   height: 2783.99px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #0a0a0f;
 }

 .text_050ce863e163 {
   width: 60.1px;
   height: 23px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_7158004da8b1 {
   width: 5.35px;
   height: 23px;
   position: absolute !important;
   left: 91.72px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_d01963a76efc {
   width: 45.98px;
   height: 23px;
   position: absolute !important;
   left: 108.7px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e08921e64968 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 22.39px;
   left: 320px;
   top: 120px;
 }

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

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

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

 .container_65baca5673c6 {
   width: 1920px;
   height: 720px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #0a0a0fe6 0%, #0a0a0f66 100%);
 }

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

 .text_686ed7b621cb {
   width: fit-content;
   z-index: 1;
   line-height: 86.4px;
   font-family: 'Playfair Display';
 }

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

 .text_4b0f6f943ec6 {
   width: fit-content;
   z-index: 1;
   line-height: 38.4px;
   font-family: 'Inter';
 }

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

 .container_372679c55f9f {
   padding: 0 24px 0 24px;
   width: 648px;
   height: 269.78px;
   min-width: 648px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 636px;
   top: 225.11px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c17178fb4462 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 720px;
   left: 0px;
   top: 162.39px;
 }

 .container_a6e1b0fbc178 {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_518658508ac6 {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_22fa6cdcdb12 {
   position: relative !important;
   overflow: visible;
   width: 183px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_328f92c771d1 {
   width: 100%;
   min-width: 0;
   height: 154px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_328f92c771d1 {
   overflow: visible;
 }

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

 .text_5ce15cb6e00f {
   width: 100%;
   min-width: 0;
   height: 123px;
   line-height: 30.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ce15cb6e00f {
   overflow: visible;
 }

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

 .text_a092f69c9443 {
   width: 100%;
   min-width: 0;
   height: 92px;
   line-height: 30.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a092f69c9443 {
   overflow: visible;
 }

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

 .text_ac030f69d48a {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Playfair Display';
 }

 .container_f848b960191b {
   padding: 0 0 0.59px 0;
   width: 112px;
   height: 58.59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a6fbd7486a6 {
   width: 95.33px;
   height: 23px;
   position: absolute !important;
   left: 8.27px;
   top: 58.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_266803b8d57e {
   position: relative !important;
   overflow: visible;
   width: 111.52px;
   height: 83.19px;
   flex-shrink: 0;
 }

 .text_da6de2c4757e {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Playfair Display';
 }

 .container_e054da9a0bdb {
   padding: 0 0 0.59px 0;
   width: 115px;
   height: 58.59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2fd8d5ca1511 {
   width: 85.24px;
   height: 23px;
   position: absolute !important;
   left: 14.82px;
   top: 58.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d6d9b2127a12 {
   position: relative !important;
   overflow: visible;
   width: 114.58px;
   height: 83.19px;
   flex-shrink: 0;
 }

 .text_b78d024d47e7 {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Playfair Display';
 }

 .container_76a3d8bb547a {
   padding: 0 0 0.59px 0;
   width: 104.28px;
   height: 58.59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_93169947ae7a {
   width: 104.64px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: 58.59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d6a02a15af62 {
   position: relative !important;
   overflow: visible;
   width: 104.28px;
   height: 83.19px;
   flex-shrink: 0;
 }

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

 .container_6fad323d25d4 {
   padding: 2.5px 0 0 0;
   width: 576px;
   height: 601.76px;
   position: absolute !important;
   left: 0px;
   top: 0.49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_168e410c69a8 {
   width: 576px;
   height: 432px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_ae01f963a666 {
   width: fit-content;
   z-index: 1;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_759b34f8e1bf {
   padding: 7px 16px 8.39px 16px;
   width: 254px;
   height: 38.39px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 373.61px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fb3;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_759b34f8e1bf {
   position: absolute !important;
   left: 20px;
   top: 373.61px;
   width: 254px;
   height: 38.39px;
   z-index: 1;
 }

 .container_nested_759b34f8e1bf {
   padding: 7px 16px 8.39px 16px;
   width: 254px;
   height: 38.39px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fb3;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_ac5742c1aebb {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 432px;
   left: 656px;
   top: 85.37px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_19202737b057 {
   position: absolute !important;
   overflow: visible;
   width: 1232px;
   height: 602.73px;
   left: 344px;
   top: 1042.39px;
 }

 .container_eb011da55f5f {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_dda9828cd3df {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_4a780fca8d21 {
   position: relative !important;
   overflow: visible;
   width: 330px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_de8d010760f2 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

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

 .text_3277cb4c89c9 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_ee3a17c8ff13 {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_ba8fcbee6d9e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_4f6ef5b3650e {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_7aaf6ce3aa92 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_3821df8d7191 {
   padding: 28px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: center;
   justify-content: flex-start;
   gap: 3.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_013b83c5e17d {
   padding: 31px 32px 32px 32px;
   width: 285.5px;
   height: 567.48px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_dedab4896f61 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_12cb1c35beae {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_8bdbaa87b1c1 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_1c32a823ed3b {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_69f8e73caa85 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_daa2e56c82ab {
   padding: 28px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: center;
   justify-content: flex-start;
   gap: 3.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e92c425afe42 {
   padding: 31px 32px 67.19px 32px;
   width: 285.5px;
   height: 567.58px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 315.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_06e1e1b1cc90 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_4dfaa986dad8 {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_23214a2f87cb {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_a8af76063dfc {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_3575a6b6aa5d {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_5d7f5054492e {
   padding: 28px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: center;
   justify-content: flex-start;
   gap: 3.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c7cf4f5665c {
   padding: 31px 32px 115.19px 32px;
   width: 285.5px;
   height: 567.58px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 631px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_d4237ba78538 {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Inter';
 }

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

 .text_f78ff83e8b86 {
   width: fit-content;
   line-height: 35.2px;
   font-family: 'Playfair Display';
 }

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

 .text_5458724524fa {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_c25db802e56a {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_8a597ac88281 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_0c2aedf97986 {
   padding: 28px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: center;
   justify-content: flex-start;
   gap: 3.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_40a42a04c4cf {
   padding: 31px 32px 115.19px 32px;
   width: 285.5px;
   height: 567.58px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 946.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

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

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

 .container_9e17506685ef {
   padding: 80px 320px 80px 320px;
   width: 1920px;
   height: 903.44px;
   position: absolute !important;
   left: 0px;
   top: 1725.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0e0e15;
 }

 .text_ed7ee79d817b {
   width: 100%;
   min-width: 0;
   height: 39px;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_ed7ee79d817b {
   overflow: visible;
 }

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

 .text_78af3bdc1751 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_c9445785e1b1 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_78c618838e67 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e2a95af96a67 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_cabb7e694a96 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_9acd5973a12f {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2608baab3faf {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_3107c997ee2e {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_ac4605d240bd {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5ede30ac5fd6 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_6592a395c251 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_aa4638f83b5d {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b9a0b7ddc8f {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_ee9a6c2c1cc2 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

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

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

 .container_5e2574b67fde {
   width: 586px;
   height: 317px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_55b164dd9538 {
   width: 100%;
   min-width: 0;
   height: 39px;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_55b164dd9538 {
   overflow: visible;
 }

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

 .text_06dd4a5ea7a7 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_a09787404fe8 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_26ffcc7f3fb8 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_75d319006016 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_f4d2949e2102 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_bece7794ab32 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_33db03ce22e2 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_ae2c062727aa {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_ee6b9aa3e3a8 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb66b57e3291 {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_515fc366aa7f {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_02fe74d1062b {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-bottom: 1px solid #ffffff14;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_864347e0050a {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .text_4156163393fb {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

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

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

 .container_d06df3653a96 {
   width: 586px;
   height: 317px;
   position: absolute !important;
   left: 646px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_4e11a09993b1 {
   padding: 60px 344px 60px 344px;
   width: 1920px;
   height: 434.36px;
   position: absolute !important;
   left: 0px;
   top: 6130.17px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0f;
 }

 .text_c788d9454d1b {
   width: fit-content;
   z-index: 1;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

 .container_90ee522972d1 {
   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_88bf3b9f2b04 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Inter';
 }

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

 .text_483a221fb3e8 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Inter';
 }

 .container_4830c2509b88 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_4830c2509b88 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_61effc90c73e {
   padding: 80px 320px 80px 320px;
   width: 1920px;
   height: 377.8px;
   z-index: 1;
   border-bottom: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 6564.53px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(135deg, #1a1a2eff 0%, #0a0a0fff 100%);
 }

 .container_44fa3919355e {
   width: 1536px;
   height: 1303.53px;
   position: absolute !important;
   left: 768px;
   top: -325.87px;
   background: radial-gradient(closest-side at 50% 50%, #d4af371a 0%, #d4af3700 70%);
 }

 .container_d0afd49b991d {
   width: 30px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #f5d76e;
 }

 .text_9f54ec2fd63b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

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

 .text_ea65887bcfae {
   width: 100%;
   min-width: 0;
   height: 154px;
   z-index: 1;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_ea65887bcfae {
   overflow: visible;
 }

 .container_75c0ec4dc4ed {
   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_43f03af60070 {
   width: fit-content;
   z-index: 1;
   line-height: 30.6px;
   font-family: 'Inter';
 }

 .container_78fd8d8c8a09 {
   padding: 31.49px 0 16.6px 0;
   width: 500px;
   height: fit-content;
   max-width: 500px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8296be148a16 {
   width: fit-content;
   z-index: 1;
   line-height: 21.78px;
   font-family: 'Inter';
 }

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

 .text_6ef9bc54a177 {
   width: fit-content;
   z-index: 1;
   line-height: 21.78px;
   font-family: 'Inter';
 }

 .container_9930ab7eac1b {
   padding: 16px 40px 17px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_9930ab7eac1b {
   padding: 16px 40px 17px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #d4af37ff;
   border-right: 1px solid #d4af37ff;
   border-bottom: 1px solid #d4af37ff;
   border-left: 1px solid #d4af37ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff00;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

 .container_439bd821d964 {
   padding: 2.5px 0 0 0;
   width: 586px;
   height: 451.79px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.01px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15.4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a1122aff8485 {
   width: 586px;
   height: auto !important;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   aspect-ratio: 1 / 0.7137372013651877;
   _scaling-factor: 1;
 }

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

 .text_8ef5f4025fc0 {
   width: fit-content;
   z-index: 2;
   line-height: 51.2px;
   font-family: 'Inter';
 }

 .container_b942151b7eaf {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4af37;
   border-radius: 50% 50% 50% 50%;
   box-shadow: 0px 0px 30px #d4af3780;
 }

 .container_dcca2fc24057 {
   width: 586px;
   height: 418.25px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0a0a0f66;
 }

 .text_47e98a96e70d {
   width: fit-content;
   z-index: 3;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_db98926fc09a {
   padding: 7px 16px 8.39px 16px;
   width: 68px;
   height: 40.39px;
   z-index: 3;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   position: absolute !important;
   left: 498.48px;
   top: 357.86px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_db98926fc09a {
   position: absolute !important;
   left: 498.48px;
   top: 357.86px;
   width: 68px;
   height: 40.39px;
   z-index: 3;
 }

 .container_nested_db98926fc09a {
   padding: 7px 16px 8.39px 16px;
   width: 68px;
   height: 40.39px;
   z-index: 3;
   border-top: 1px solid #d4af374d;
   border-right: 1px solid #d4af374d;
   border-bottom: 1px solid #d4af374d;
   border-left: 1px solid #d4af374d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a0a0fcc;
   border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(2.5px);
   -webkit-font-smoothing: antialiased;
 }

 .container_899b9c0bbacc {
   position: relative !important;
   overflow: visible;
   width: 586px;
   height: 418.25px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 20px 40px #00000080;
 }

 .container_4631c9bc0297 {
   width: 586px;
   height: 418.25px;
   z-index: 1;
   position: absolute !important;
   left: 646px;
   top: 16.76px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_23a2f3431cef {
   position: absolute !important;
   overflow: visible;
   width: 1232px;
   height: 451.77px;
   z-index: 1;
   left: 344px;
   top: 100px;
 }

 .container_72cbc4562a5e {
   position: absolute !important;
   width: 1920px;
   height: 651.77px;
   left: 0px;
   top: 2628.67px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(135deg, #0a0a0fff 0%, #1a1a2eff 100%);
 }

 .container_d8273a912d08 {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_d82f6cc71d12 {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_b30180a16a45 {
   position: relative !important;
   overflow: visible;
   width: 161px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_ead79014e7ed {
   width: fit-content;
   line-height: 76.8px;
   font-family: 'Playfair Display';
 }

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

 .text_2bfbc97b7269 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Inter';
 }

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

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

 .container_23c6ab825f25 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #8b5cf6;
   border-radius: 4px 4px 4px 4px;
 }

 .text_3ba7b0cd5e85 {
   width: 131.36px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_85f10666e559 {
   position: relative !important;
   overflow: visible;
   width: 129.55px;
   height: 22.39px;
   flex-shrink: 0;
 }

 .text_8b1ff42bdad1 {
   width: 69.2px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_88bdfd281a0c {
   position: relative !important;
   overflow: visible;
   width: 68.47px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_347bacca7f0f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #10b981;
   border-radius: 4px 4px 4px 4px;
 }

 .text_95d8c3b3862d {
   width: 166.42px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_29cce102c4d9 {
   position: relative !important;
   overflow: visible;
   width: 164.56px;
   height: 22.39px;
   flex-shrink: 0;
 }

 .text_9ca3d38f8338 {
   width: 69.66px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2b317f2493bf {
   position: relative !important;
   overflow: visible;
   width: 69.14px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_8acef5461d53 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #f59e0b;
   border-radius: 4px 4px 4px 4px;
 }

 .text_92c906606868 {
   width: 141.28px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_163b51714954 {
   position: relative !important;
   overflow: visible;
   width: 139.89px;
   height: 22.39px;
   flex-shrink: 0;
 }

 .text_41e29c57b945 {
   width: 67.28px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e610623c529f {
   position: relative !important;
   overflow: visible;
   width: 65.67px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_069a5da81907 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #d4af37;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b094129baf88 {
   width: 63.9px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7c3420da0066 {
   position: relative !important;
   overflow: visible;
   width: 63.5px;
   height: 22.39px;
   flex-shrink: 0;
 }

 .text_bfc7b6743be5 {
   width: 69.92px;
   height: 23px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3ff58eb3c75c {
   position: relative !important;
   overflow: visible;
   width: 68.98px;
   height: 22.39px;
   flex-shrink: 0;
 }

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

 .container_6bae7e44d151 {
   padding: 11px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8f6c009fb5f1 {
   width: fit-content;
   line-height: 38.4px;
   font-family: 'Playfair Display';
 }

 .container_e55e1eb5bbd9 {
   padding: 29.5px 30px 29.89px 30px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #d4af37ff;
   border-right: 2px solid #d4af37ff;
   border-bottom: 2px solid #d4af37ff;
   border-left: 2px solid #d4af37ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #1a1a2eff -0.01%, #0e0e15ff 100.01%);
   border-radius: 50px 50px 0 0;
 }

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

 .container_nested_e55e1eb5bbd9 {
   padding: 29.5px 30px 29.89px 30px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #d4af37ff;
   border-right: 2px solid #d4af37ff;
   border-bottom: 2px solid #d4af37ff;
   border-left: 2px solid #d4af37ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #1a1a2eff -0.01%, #0e0e15ff 100.01%);
   border-radius: 50px 50px 0 0;
 }

 .text_4c8ba20f7328 {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_f2878f287c4f {
   padding: 15px 30.6px 16.39px 30.59px;
   width: fit-content;
   height: 56.39px;
   min-width: 100px;
   border-top: 1px dashed #d4af37ff;
   border-right: 1px dashed #d4af37ff;
   border-bottom: 1px dashed #d4af37ff;
   border-left: 1px dashed #d4af37ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d4af3726;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_f2878f287c4f {
   width: fit-content;
   height: 56.39px;
   min-width: 100px;
 }

 .container_nested_f2878f287c4f {
   padding: 15px 30.6px 16.39px 30.59px;
   width: fit-content;
   height: 56.39px;
   min-width: 100px;
   border-top: 1px dashed #d4af37ff;
   border-right: 1px dashed #d4af37ff;
   border-bottom: 1px dashed #d4af37ff;
   border-left: 1px dashed #d4af37ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d4af3726;
   border-radius: 12px 12px 12px 12px;
 }

 .text_f08d4a33eadb {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .container_572baadf44e3 {
   padding: 15px 31.08px 16.39px 31.06px;
   width: fit-content;
   height: 56.39px;
   min-width: 100px;
   border-top: 1px dashed #d4af37ff;
   border-right: 1px dashed #d4af37ff;
   border-bottom: 1px dashed #d4af37ff;
   border-left: 1px dashed #d4af37ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d4af3726;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_572baadf44e3 {
   width: fit-content;
   height: 56.39px;
   min-width: 100px;
 }

 .container_nested_572baadf44e3 {
   padding: 15px 31.08px 16.39px 31.06px;
   width: fit-content;
   height: 56.39px;
   min-width: 100px;
   border-top: 1px dashed #d4af37ff;
   border-right: 1px dashed #d4af37ff;
   border-bottom: 1px dashed #d4af37ff;
   border-left: 1px dashed #d4af37ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #d4af3726;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .text_31878ad2281f {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_31878ad2281f {
   overflow: visible;
 }

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

 .text_861c35f97fad {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_8d3b20dd54e7 {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9133c664748e {
   width: 246.34px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c1b980481cfc {
   position: relative !important;
   overflow: visible;
   width: 245.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_1b0711c714e6 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_2704412d529c {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_79d6cb37da4f {
   width: 246.34px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_564d565f3a1f {
   position: relative !important;
   overflow: visible;
   width: 245.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_f350bbad601b {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_c754230b8a96 {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e6d3c461649e {
   width: 246.34px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e8c848d4a355 {
   position: relative !important;
   overflow: visible;
   width: 245.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_199a358f33d9 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_3925b512a18c {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_879103dcfd22 {
   width: 246.34px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b034b8b7e1d8 {
   position: relative !important;
   overflow: visible;
   width: 245.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_747fa08a5822 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_747fa08a5822 {
   overflow: visible;
 }

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

 .text_56b9f5bc4837 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_d559befd15c3 {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5fbc5d7e1988 {
   width: 287.26px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_0881c73f5b88 {
   position: relative !important;
   overflow: visible;
   width: 286.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_364ba2ef989c {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_0c7baf856d6d {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d6396c9300a {
   width: 287.26px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b7262d7c3772 {
   position: relative !important;
   overflow: visible;
   width: 286.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_ef7b203c0bae {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_0c21f606304e {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_13f57a586854 {
   width: 287.26px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7525227b595f {
   position: relative !important;
   overflow: visible;
   width: 286.95px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_27d978dd582a {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_27d978dd582a {
   overflow: visible;
 }

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

 .text_1955e122f1c8 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_03a978fdc032 {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_02f32500761e {
   width: 328.27px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ec53e182bb90 {
   position: relative !important;
   overflow: visible;
   width: 327.94px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_0ebd33621102 {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_c85b592104b1 {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_60244c01b1d2 {
   width: 328.27px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_144edfa4404f {
   position: relative !important;
   overflow: visible;
   width: 327.94px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

 .text_2012618db67c {
   width: fit-content;
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .container_6ae5830c5482 {
   width: 30px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_21690ac4bf7d {
   width: 328.27px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2d7a66c7d1e0 {
   position: relative !important;
   overflow: visible;
   width: 327.94px;
   height: 38.39px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .container_fcece7e82287 {
   padding: 51px 40px 40px 40px;
   width: 800px;
   height: fit-content;
   max-width: 800px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_5c766210f990 {
   width: fit-content;
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

 .container_4c8136111077 {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: 1316.37px;
   max-width: 1280px;
   position: absolute !important;
   left: 320px;
   top: 3360.44px;
   align-items: center;
   justify-content: flex-start;
   gap: 29px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_286be9b24110 {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_deb31eeefc4b {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_82411cec692b {
   position: relative !important;
   overflow: visible;
   width: 131px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_2d1b9ed9072e {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_2d1b9ed9072e {
   overflow: visible;
 }

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

 .container_499139dcb87e {
   padding: 2.5px 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e579a22f6942 {
   width: 100%;
   min-width: 0;
   height: 250px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

 .container_6ebdee23f55f {
   width: 350px;
   height: 252px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_f390ea044925 {
   width: 350px;
   height: 252px;
   flex-shrink: 0;
 }

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

 .imageview_727f42ea0398 {
   width: 350px;
   height: 252px;
   flex-shrink: 0;
 }

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

 .container_440744c40366 {
   padding: 20px 0 20px 0;
   width: 1920px;
   height: 292px;
   position: absolute !important;
   left: -740px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_54b7301e535f {
   width: fit-content;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .container_75d64395859e {
   padding: 10px 0 11px 0;
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .container_wrapper_75d64395859e {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .container_nested_75d64395859e {
   padding: 10px 0 11px 0;
   width: 50px;
   height: 50px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .container_61d44ac51ef1 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   background: #a0a0b0;
   border-radius: 50% 50% 50% 50%;
 }

 .container_689ff0482be7 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   background: #a0a0b0;
   border-radius: 50% 50% 50% 50%;
 }

 .container_54a834ecdf6d {
   width: 24px;
   height: 8px;
   flex-shrink: 0;
   background: #d4af37;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7158f4389f6e {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   background: #a0a0b0;
   border-radius: 50% 50% 50% 50%;
 }

 .container_e8a257c71f55 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   background: #a0a0b0;
   border-radius: 50% 50% 50% 50%;
 }

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

 .text_6d93950331d6 {
   width: fit-content;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .container_5665dd5919e0 {
   padding: 10px 0 11px 0;
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .container_wrapper_5665dd5919e0 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .container_nested_5665dd5919e0 {
   padding: 10px 0 11px 0;
   width: 50px;
   height: 50px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .container_48d4bda053e1 {
   width: 1920px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 322px;
   justify-content: center;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_33526b2e69b4 {
   padding: 80px 0 80px 0;
   width: 1920px;
   height: 696.5px;
   position: absolute !important;
   left: 0px;
   top: 4754.86px;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #0e0e15;
 }

 .container_a2a839cb72b8 {
   width: 30px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 10.74px;
   background: #d4af37;
 }

 .text_02e5dcdaa22a {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_c4b9939c06b4 {
   position: relative !important;
   overflow: visible;
   width: 114px;
   height: 21px;
   flex-shrink: 0;
 }

 .text_d622188af4e3 {
   width: 100%;
   min-width: 0;
   height: 77px;
   line-height: 76.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_d622188af4e3 {
   overflow: visible;
 }

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

 .text_5344b9ca029a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5344b9ca029a {
   overflow: visible;
 }

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

 .text_2238d6cf91fe {
   width: 100%;
   min-width: 0;
   height: 136px;
   line-height: 27.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2238d6cf91fe {
   overflow: visible;
 }

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

 .text_e4e775c042b0 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e4e775c042b0 {
   overflow: visible;
 }

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

 .text_08cc297555cc {
   width: fit-content;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_08d7c0c7e1b5 {
   padding: 23.59px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_69b1714aaad7 {
   padding: 32px 32px 32px 32px;
   width: 390.67px;
   height: 354.14px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 32px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.4px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_919e9f5566b1 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_919e9f5566b1 {
   overflow: visible;
 }

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

 .text_a404f2db60b5 {
   width: 100%;
   min-width: 0;
   height: 136px;
   line-height: 27.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a404f2db60b5 {
   overflow: visible;
 }

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

 .text_37c42c305a8d {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_37c42c305a8d {
   overflow: visible;
 }

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

 .text_3ba9edae850a {
   width: fit-content;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_0f964b7ee867 {
   padding: 23.59px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d2542c680b7 {
   padding: 32px 32px 32px 32px;
   width: 390.67px;
   height: 354.14px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 420.67px;
   top: 32px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.4px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

 .text_a4cff0428912 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a4cff0428912 {
   overflow: visible;
 }

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

 .text_5b531986db08 {
   width: 100%;
   min-width: 0;
   height: 136px;
   line-height: 27.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5b531986db08 {
   overflow: visible;
 }

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

 .text_8982ac9e87d8 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8982ac9e87d8 {
   overflow: visible;
 }

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

 .text_d0c0158785f8 {
   width: fit-content;
   line-height: 20.8px;
   font-family: 'Inter';
 }

 .container_4f896e887732 {
   padding: 23.59px 0 2.09px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6.51px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_01df50551fa3 {
   padding: 32px 32px 32px 32px;
   width: 390.67px;
   height: 354.14px;
   border-top: 1px solid #ffffff14;
   border-right: 1px solid #ffffff14;
   border-bottom: 1px solid #ffffff14;
   border-left: 1px solid #ffffff14;
   position: absolute !important;
   left: 841.33px;
   top: 32px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.4px 0;
   display: flex !important;
   flex-direction: column;
   background: #14141eb3;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(5px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_453d99a842a1 {
   padding: 2.5px 24px 0 24px;
   width: 1280px;
   height: 518.63px;
   max-width: 1280px;
   position: absolute !important;
   left: 320px;
   top: 5531.45px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_47cfe6981a4e {
   width: 15px;
   height: 52px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_479f2641dfbc {
   width: 195.65px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

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

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

 .text_autoheight_0be63189e40f {
   overflow: visible;
 }

 .container_04f3fd73c4f8 {
   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_e272ac05e7be {
   width: 22.67px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e5a3dec0c6d4 {
   position: relative !important;
   overflow: visible;
   width: 22.34px;
   height: 25.59px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_98b6b1fc9df1 {
   width: 22.25px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_10cd70597381 {
   position: relative !important;
   overflow: visible;
   width: 21.92px;
   height: 25.59px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8ae2750805a8 {
   width: 22.17px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e8dcc311042a {
   position: relative !important;
   overflow: visible;
   width: 21.84px;
   height: 25.59px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_d25688c9d8e3 {
   width: 370.67px;
   height: 171.58px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_f4138ae22d1c {
   overflow: visible;
 }

 .container_a2380c90ce32 {
   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_e9507f4088ab {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 2;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e9507f4088ab {
   overflow: visible;
 }

 .container_d9a2080c920c {
   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_7141f593ae19 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 2;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7141f593ae19 {
   overflow: visible;
 }

 .container_0fc3fe38d63e {
   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_bbaa7081c0bc {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 2;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bbaa7081c0bc {
   overflow: visible;
 }

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

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

 .container_d61d371ff60d {
   padding: 0 0 29.59px 0;
   width: 185.33px;
   height: 172.96px;
   z-index: 2;
   position: absolute !important;
   left: 434.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.01px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_3b5b8f23bc79 {
   overflow: visible;
 }

 .container_f220d2347386 {
   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_7656af3dd519 {
   width: 100%;
   min-width: 0;
   height: 77px;
   z-index: 2;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7656af3dd519 {
   overflow: visible;
 }

 .container_6285af6b9131 {
   padding: 0 0 0.69px 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_c63e1ae86adf {
   padding: 0 0 49.59px 0;
   width: 278.02px;
   height: 172.97px;
   z-index: 2;
   position: absolute !important;
   left: 660px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.1px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_b44293af7fc2 {
   overflow: visible;
 }

 .container_34cef1fd2cb6 {
   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_aeafa1cd19b0 {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 2;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aeafa1cd19b0 {
   overflow: visible;
 }

 .container_a2dff4e963e5 {
   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_a831c7417b46 {
   padding: 0 0 75.18px 0;
   width: 278px;
   height: 172.57px;
   z-index: 2;
   position: absolute !important;
   left: 978px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18.81px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8be2e076141 {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 171.97px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_57e7907adcaa {
   width: fit-content;
   z-index: 2;
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-fe0b9cd693ab_57e7907adcaa {
   line-height: 22.4px;
   font-family: 'Inter';
 }

 .text-fa5f72316b21_57e7907adcaa {
   line-height: 22.4px;
   font-family: 'Inter';
 }

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

 .container_a38e4e9eb1de {
   padding: 23px 344px 24px 344px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c651489ed96f {
   padding: 60px 0 0 0;
   width: 1920px;
   height: 343.97px;
   z-index: 2;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   position: absolute !important;
   left: 0px;
   top: 6941.92px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #060608;
 }

 .container_wrapper_c651489ed96f {
   position: absolute !important;
   left: 0px;
   top: 6941.92px;
   width: 1920px;
   height: 343.97px;
   z-index: 2;
 }

 .container_nested_c651489ed96f {
   padding: 60px 0 0 0;
   width: 1920px;
   height: 343.97px;
   z-index: 2;
   border-top: 1px solid #ffffff14;
   border-right: 0px solid #ffffff14;
   border-bottom: 0px solid #ffffff14;
   border-left: 0px solid #ffffff14;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #060608;
 }

 .text_471f2d779095 {
   width: fit-content;
   line-height: 51.2px;
   font-family: 'Playfair Display';
 }

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

 .text_05632a6c30b3 {
   width: 195.65px;
   height: 45px;
   position: absolute !important;
   left: 28px;
   top: 2.19px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .container_3ceddfc07087 {
   position: relative !important;
   overflow: visible;
   width: 223.3px;
   height: 51.19px;
   flex-shrink: 0;
 }

 .text_68f3ba6954bc {
   width: 54px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d258008029ab {
   position: relative !important;
   overflow: visible;
   width: 53.64px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_wrapper_d258008029ab {
   position: relative !important;
   overflow: visible;
   width: 53.64px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_nested_d258008029ab {
   width: 53.64px;
   height: 25.59px;
 }

 .text_ff343f5fbb9b {
   width: 52.52px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4ebc14cc55c6 {
   position: relative !important;
   overflow: visible;
   width: 52.16px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .text_dbf9ccbc8a19 {
   width: 74.17px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.6px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6f7fbb8f8f23 {
   position: relative !important;
   overflow: visible;
   width: 73.63px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_wrapper_6f7fbb8f8f23 {
   position: relative !important;
   overflow: visible;
   width: 73.63px;
   height: 25.59px;
   flex-shrink: 0;
 }

 .container_nested_6f7fbb8f8f23 {
   width: 73.63px;
   height: 25.59px;
 }

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

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

 .text_9fe64f1e993e {
   width: fit-content;
   line-height: 25.6px;
   font-family: 'Inter';
 }

 .container_92d1ce480bfe {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 0px 30px #d4af374d;
 }

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

 .container_nested_92d1ce480bfe {
   padding: 12px 28px 12px 28px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(134deg, #d4af37ff 0%, #f5d76eff 100%);
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 0px 30px #d4af374d);
 }

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

 .container_b1f6f170d161 {
   position: fixed !important;
   padding: 20px 320px 20px 320px;
   width: 1920px;
   height: 92px;
   z-index: 9999;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_28cc1d17ffb6 {
   width: 1920px;
   height: 7286.28px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #0a0a0f;
 }