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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_556dbf5396bb {
   width: 120px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_44b1057f37e5 {
   width: 1460px;
   height: 143px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text-24d52c320ca8_44b1057f37e5 {
   line-height: 24.75px;
   font-family: 'Josefin Sans';
 }

 .text-61a0d8d116c9_44b1057f37e5 {
   line-height: 24.75px;
   font-family: 'Josefin Sans';
 }

 .text-ad1ead349205_44b1057f37e5 {
   line-height: 24.75px;
   font-family: 'Josefin Sans';
 }

 .text-37792e14edd1_44b1057f37e5 {
   line-height: 24.75px;
   font-family: 'Josefin Sans';
 }

 .text-c990ae7b6f33_44b1057f37e5 {
   line-height: 24.75px;
   font-family: 'Josefin Sans';
 }

 .text-38c1119c7132_44b1057f37e5 {
   line-height: 24.75px;
   font-family: 'Josefin Sans';
 }

 .container_28022a240f6d {
   padding: 0 130px 0 130px;
   width: 1486px;
   height: 187px;
   position: absolute !important;
   left: 217px;
   top: 19px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c3b82bd97cb {
   width: 2.39px;
   height: 44.34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a6041e;
 }

 .container_8ffe3aee2429 {
   width: 2.39px;
   height: 44.34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 53.34px;
   background: #b48c25;
 }

 .container_515bf521a860 {
   width: 2.39px;
   height: 44.34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 106.68px;
   background: #143732;
 }

 .container_3089c10e6504 {
   position: absolute !important;
   overflow: visible;
   width: 2.39px;
   height: 151.02px;
   z-index: 1;
   left: 217px;
   top: 50px;
 }

 .container_df113940e05d {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 337px;
   left: 0px;
   top: 1090.1px;
 }

 .imageview_c3005ef7d9b0 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_a8b07cd84051 {
   width: 320px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8b07cd84051 {
   overflow: visible;
 }

 .container_f58e5f2cd40a {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_a6e75d49723b {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_173228dda963 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 325px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d5f8cb06af81 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_f65a84481de1 {
   width: 345px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f65a84481de1 {
   overflow: visible;
 }

 .container_c1eb725b85df {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_0264dde7687c {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_6c9155de4782 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 754.67px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_97cda534fca1 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_390eb8b74f2c {
   width: 277px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_390eb8b74f2c {
   overflow: visible;
 }

 .container_502f7dca6c28 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_d1061c1394e4 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_a8afb4ea5c01 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 1184.33px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_987794511024 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_a93ebabbd57e {
   width: 333px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a93ebabbd57e {
   overflow: visible;
 }

 .container_090538f5bf32 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_f86ad2057238 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_88ad726d5b7c {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 325px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7771edbb4b8a {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

 .container_66767d11dcb3 {
   width: 268.14px;
   height: 24.75px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_54ed305b0624 {
   padding: 0 0 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_22f80c7dda66 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 754.67px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3e8bd6e642d3 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_ea0fea610f39 {
   width: 310px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ea0fea610f39 {
   overflow: visible;
 }

 .container_b480ea99db64 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_ded45f5a1ba8 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_c446d64eff1d {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 1184.33px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .container_e03906eb31a6 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 768px;
   left: 0px;
   top: 1437.1px;
 }

 .text_a60b795b23f8 {
   width: 100%;
   min-width: 0;
   height: 39.78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.25px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_839d2c5589a8 {
   width: 100%;
   min-width: 0;
   height: 238.96px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

 .text_49ff6258b735 {
   width: 100%;
   min-width: 0;
   height: 39.78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.25px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_fd2d6cdf533b {
   width: 100%;
   min-width: 0;
   height: 212.17px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

 .text_440da7ca45bd {
   width: 100%;
   min-width: 0;
   height: 39.78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.25px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_3a54cb44526e {
   width: 100%;
   min-width: 0;
   height: 159.66px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

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

 .text_6c4a119746db {
   width: 100%;
   min-width: 0;
   height: 39.78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 38.25px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_7cae64640d54 {
   width: 100%;
   min-width: 0;
   height: 26.79px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

 .container_dde6d0049a97 {
   padding: 0 4px 0 4px;
   width: 1244.53px;
   height: 419.31px;
   position: absolute !important;
   left: 122px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4bcf30a4a695 {
   width: 366.74px;
   height: 60.28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a6041e;
   border-radius: 11.25px 11.25px 11.25px 11.25px;
 }

 .text_f27c899172bf {
   width: 164.4px;
   height: 27.73px;
   z-index: 2;
   position: absolute !important;
   left: 101.17px;
   top: 16.88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_9f4e47fe9a0e {
   position: absolute !important;
   overflow: visible;
   width: 366.74px;
   height: 60.28px;
   z-index: 1;
   left: 1121.26px;
   top: 352.55px;
 }

 .container_wrapper_9f4e47fe9a0e {
   position: absolute !important;
   overflow: visible;
   left: 1121.26px;
   top: 352.55px;
   width: 366.74px;
   height: 60.28px;
   z-index: 1;
 }

 .container_nested_9f4e47fe9a0e {
   width: 366.74px;
   height: 60.28px;
   z-index: 1;
 }

 .container_26a65ed6901f {
   width: 2.39px;
   height: 44.34px;
   position: absolute !important;
   left: 0px;
   top: 4.29px;
   background: #a6041e;
 }

 .container_87c20334a195 {
   width: 2.39px;
   height: 44.34px;
   position: absolute !important;
   left: 0px;
   top: 57.61px;
   background: #b48c25;
 }

 .container_3c3a86cc0272 {
   width: 2.39px;
   height: 44.34px;
   position: absolute !important;
   left: 0px;
   top: 110.93px;
   background: #143732;
 }

 .container_7e9c2329d7a8 {
   position: relative !important;
   overflow: visible;
   width: 1488px;
   height: 419.31px;
   flex-shrink: 0;
 }

 .container_90a2a2ce85e4 {
   padding: 85px 0 85px 0;
   width: 1920px;
   height: 624px;
   position: absolute !important;
   left: 0px;
   top: 2215.1px;
   align-items: center;
   justify-content: center;
   gap: 121.5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e3cdb31fe155 {
   width: 169.16px;
   height: 62.7px;
   position: absolute !important;
   left: 75.27px;
   top: 393.16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .imageview_7c0023c27f82 {
   width: 230.68px;
   height: 230.68px;
   position: absolute !important;
   left: 44.52px;
   top: 134.09px;
 }

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

 .imageview_f4a723d36f14 {
   width: 169px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 75.27px;
   top: 164.85px;
   _scaling-factor: 1;
 }

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

 .text_3353a747c651 {
   width: 62px;
   height: 9px;
   position: absolute !important;
   left: 46px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_dcf1556e502f {
   width: 47px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_1492adb02a9c {
   position: absolute !important;
   overflow: visible;
   width: 108px;
   height: 18px;
   left: 0px;
   top: 0px;
 }

 .container_295eb1814669 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   background: #1d1d1d;
   border-radius: 4.12px 0.51px 0.51px 4.12px;
 }

 .container_7108cf3ec8b7 {
   width: 63.94px;
   height: 4.12px;
   position: absolute !important;
   left: 0px;
   top: 2.44px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_05374e49d1fc {
   width: 1.03px;
   height: 11.33px;
   position: absolute !important;
   left: 65.49px;
   top: -1.16px;
   background: #1d1d1d;
   border-radius: 0.51px 0.51px 0.51px 0.51px;
 }

 .container_635c4fe68395 {
   width: 63.94px;
   height: 4.12px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a0a0a0;
   border-radius: 0.51px 4.12px 4.12px 0.51px;
 }

 .imageview_e910284f58ae {
   width: 1.03px;
   height: 1.03px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_b83868d05bcd {
   position: absolute !important;
   overflow: visible;
   width: 1.03px;
   height: 1.03px;
   z-index: 1;
   left: 61.94px;
   top: 1.49px;
 }

 .container_df1a096bf061 {
   position: absolute !important;
   overflow: visible;
   width: 63.94px;
   height: 4.12px;
   left: 68.06px;
   top: 2.44px;
 }

 .container_c6255879ed7b {
   position: absolute !important;
   overflow: visible;
   width: 132px;
   height: 9px;
   left: 0px;
   top: 22px;
 }

 .text_c90675c39324 {
   width: 50px;
   height: 10px;
   position: absolute !important;
   left: 0px;
   top: 35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_acdb679a3bb5 {
   width: 54px;
   height: 10px;
   position: absolute !important;
   left: 80px;
   top: 35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

 .container_95652bc9c827 {
   width: 56.33px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a6041e;
   border-radius: 6.19px 6.19px 6.19px 6.19px;
 }

 .text_21be5b7d33d2 {
   width: 30.89px;
   height: 14.24px;
   z-index: 1;
   position: absolute !important;
   left: 12.72px;
   top: 5.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.62px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_a3ef37990c74 {
   position: relative !important;
   overflow: visible;
   width: 56.33px;
   height: 26px;
   flex-shrink: 0;
 }

 .container_wrapper_a3ef37990c74 {
   position: relative !important;
   overflow: visible;
   width: 56.33px;
   height: 26px;
   flex-shrink: 0;
 }

 .container_nested_a3ef37990c74 {
   width: 56.33px;
   height: 26px;
 }

 .container_68c2b1e44597 {
   width: 156.15px;
   height: 86px;
   position: absolute !important;
   left: 82.37px;
   top: 484.25px;
   align-items: center;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_00d308abd10c {
   width: 169.16px;
   height: 62.7px;
   position: absolute !important;
   left: 660.29px;
   top: 393.54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .imageview_40ada9175eeb {
   width: 218.48px;
   height: 218.48px;
   position: absolute !important;
   left: 629.53px;
   top: 134.47px;
 }

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

 .imageview_cf9a3739c55d {
   width: 160px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 658.66px;
   top: 163.6px;
   _scaling-factor: 1;
 }

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

 .text_fdedb5d78d51 {
   width: 62px;
   height: 9px;
   position: absolute !important;
   left: 46px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_e4808fe762fd {
   width: 47px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_112f87dab8b9 {
   position: absolute !important;
   overflow: visible;
   width: 108px;
   height: 18px;
   left: 0px;
   top: 0px;
 }

 .container_34ba2a5ee91b {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   background: #1d1d1d;
   border-radius: 4.12px 0.51px 0.51px 4.12px;
 }

 .container_578e6412a56d {
   width: 63.94px;
   height: 4.12px;
   position: absolute !important;
   left: 0px;
   top: 2.44px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_8238ef3c9450 {
   width: 1.03px;
   height: 11.33px;
   position: absolute !important;
   left: 65.49px;
   top: -1.16px;
   background: #1d1d1d;
   border-radius: 0.51px 0.51px 0.51px 0.51px;
 }

 .container_126473b18f9c {
   width: 63.94px;
   height: 4.12px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a0a0a0;
   border-radius: 0.51px 4.12px 4.12px 0.51px;
 }

 .imageview_be9e9b030b02 {
   width: 1.03px;
   height: 1.03px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_1b4eecce70a7 {
   position: absolute !important;
   overflow: visible;
   width: 1.03px;
   height: 1.03px;
   z-index: 1;
   left: 61.94px;
   top: 1.49px;
 }

 .container_c41fc0db37a0 {
   position: absolute !important;
   overflow: visible;
   width: 63.94px;
   height: 4.12px;
   left: 68.06px;
   top: 2.44px;
 }

 .container_c3a209410483 {
   position: absolute !important;
   overflow: visible;
   width: 132px;
   height: 9px;
   left: 0px;
   top: 22px;
 }

 .text_ff9ec4930a0c {
   width: 50px;
   height: 10px;
   position: absolute !important;
   left: 0px;
   top: 35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_06fec711633e {
   width: 54px;
   height: 10px;
   position: absolute !important;
   left: 80px;
   top: 35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

 .container_6b26e7241a56 {
   width: 56.33px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a6041e;
   border-radius: 6.19px 6.19px 6.19px 6.19px;
 }

 .text_721e8154269c {
   width: 30.89px;
   height: 14.24px;
   z-index: 1;
   position: absolute !important;
   left: 12.72px;
   top: 5.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.62px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_9f4fe64858b0 {
   position: relative !important;
   overflow: visible;
   width: 56.33px;
   height: 26px;
   flex-shrink: 0;
 }

 .container_wrapper_9f4fe64858b0 {
   position: relative !important;
   overflow: visible;
   width: 56.33px;
   height: 26px;
   flex-shrink: 0;
 }

 .container_nested_9f4fe64858b0 {
   width: 56.33px;
   height: 26px;
 }

 .container_5ec52285c126 {
   width: 156.15px;
   height: 86px;
   position: absolute !important;
   left: 667.39px;
   top: 484.63px;
   align-items: center;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ed801f1ecbe8 {
   width: 169.16px;
   height: 62.7px;
   position: absolute !important;
   left: 1252.27px;
   top: 393.7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .imageview_d7a50f6c015f {
   width: 218.48px;
   height: 218.48px;
   position: absolute !important;
   left: 1221.52px;
   top: 134.63px;
 }

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

 .imageview_35246408334c {
   width: 160px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 1250.65px;
   top: 163.76px;
   _scaling-factor: 1;
 }

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

 .text_edefd5f92650 {
   width: 62px;
   height: 9px;
   position: absolute !important;
   left: 46px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_e63daa4fa1f5 {
   width: 47px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_1a4e67ac0ae0 {
   position: absolute !important;
   overflow: visible;
   width: 108px;
   height: 18px;
   left: 0px;
   top: 0px;
 }

 .container_bd4b490fe5a8 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   background: #1d1d1d;
   border-radius: 4.12px 0.51px 0.51px 4.12px;
 }

 .container_0d5de6a54aea {
   width: 63.94px;
   height: 4.12px;
   position: absolute !important;
   left: 0px;
   top: 2.44px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_d725dad8c3f7 {
   width: 1.03px;
   height: 11.33px;
   position: absolute !important;
   left: 65.49px;
   top: -1.16px;
   background: #1d1d1d;
   border-radius: 0.51px 0.51px 0.51px 0.51px;
 }

 .container_7dff8db5092b {
   width: 63.94px;
   height: 4.12px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a0a0a0;
   border-radius: 0.51px 4.12px 4.12px 0.51px;
 }

 .imageview_e62523105d3b {
   width: 1.03px;
   height: 1.03px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_4e195841e400 {
   position: absolute !important;
   overflow: visible;
   width: 1.03px;
   height: 1.03px;
   z-index: 1;
   left: 61.94px;
   top: 1.49px;
 }

 .container_3c9aa991776d {
   position: absolute !important;
   overflow: visible;
   width: 63.94px;
   height: 4.12px;
   left: 68.06px;
   top: 2.44px;
 }

 .container_147aa6e13391 {
   position: absolute !important;
   overflow: visible;
   width: 132px;
   height: 9px;
   left: 0px;
   top: 22px;
 }

 .text_4bf2b6088f99 {
   width: 50px;
   height: 10px;
   position: absolute !important;
   left: 0px;
   top: 35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_057fa4918e4b {
   width: 54px;
   height: 10px;
   position: absolute !important;
   left: 80px;
   top: 35px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

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

 .container_303bdbe39abd {
   width: 56.33px;
   height: 26px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a6041e;
   border-radius: 6.19px 6.19px 6.19px 6.19px;
 }

 .text_4f613edccfcc {
   width: 30.89px;
   height: 14.24px;
   z-index: 1;
   position: absolute !important;
   left: 12.72px;
   top: 5.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 39.62px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_02e32df86184 {
   position: relative !important;
   overflow: visible;
   width: 56.33px;
   height: 26px;
   flex-shrink: 0;
 }

 .container_wrapper_02e32df86184 {
   position: relative !important;
   overflow: visible;
   width: 56.33px;
   height: 26px;
   flex-shrink: 0;
 }

 .container_nested_02e32df86184 {
   width: 56.33px;
   height: 26px;
 }

 .container_2ee1f1d882fd {
   width: 156.15px;
   height: 86px;
   position: absolute !important;
   left: 1259.37px;
   top: 484.79px;
   align-items: center;
   justify-content: flex-start;
   gap: 15px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3313652d2f9d {
   width: 130.13px;
   height: 27.21px;
   position: absolute !important;
   left: 0px;
   top: 5.91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_cb02e0cca440 {
   width: 348.98px;
   height: 39.04px;
   position: absolute !important;
   left: 179.81px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_642c68c6e55c {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 570.79px;
   flex-shrink: 0;
 }

 .container_e4ae17c6a842 {
   padding: 85px 0 85px 0;
   width: 1920px;
   height: 740.79px;
   position: absolute !important;
   left: 0px;
   top: 2849.1px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7249d34ffc53 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_autoheight_7249d34ffc53 {
   overflow: visible;
 }

 .text_cd51354dd921 {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 34.8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd51354dd921 {
   overflow: visible;
 }

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

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

 .container_430d61b57248 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #a6041e;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

 .container_91cdbfec0754 {
   padding: 120px 64px 120px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e414e6493698 {
   margin: 0 0 0 -176px !important;
   height: 540px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .container_01a51dae5e0f {
   padding: 100px 50px 100px 204px;
   width: 1920px;
   height: 640px;
   position: absolute !important;
   left: 0px;
   top: 3599.9px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e7be921d4a4b {
   width: 920px;
   height: 540px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .text_f3366c74d0e4 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_autoheight_f3366c74d0e4 {
   overflow: visible;
 }

 .text_3edc4939620e {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 34.8px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3edc4939620e {
   overflow: visible;
 }

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

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

 .container_04c148287d95 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #a6041e;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

 .container_7a4144ca7067 {
   padding: 120px 64px 120px 64px;
   width: 670px;
   height: 516px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb82497620d5 {
   padding: 100px 50px 100px 46px;
   width: 1920px;
   height: 640px;
   position: absolute !important;
   left: 0px;
   top: 4249.9px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 64px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_008ed354967c {
   width: 1489px;
   height: 1037px;
   position: absolute !important;
   left: 217.06px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .imageview_2f0801408ca0 {
   width: 9px;
   height: 1037px;
   z-index: 1;
   position: absolute !important;
   left: 210.06px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .imageview_b6d2056e1e14 {
   width: 2px;
   height: 1037px;
   z-index: 2;
   position: absolute !important;
   left: 217.06px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_edbb69ceb468 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1037px;
   left: -1px;
   top: 0px;
   background: #ffffff;
 }

 .imageview_1fdba26cb8e9 {
   width: 26px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_1fdba26cb8e9 img {
   position: absolute;
   width: 185.94% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -42.19%;
   top: 0.00%;
 }

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

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

 .container_e20f654f38df {
   width: 139.5px;
   height: 52.26px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 9px;
   justify-content: center;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7fa9a57c20da {
   width: 255.38px;
   height: 56.25px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #143732;
   border-radius: 237.38px 237.38px 237.38px 237.38px;
 }

 .text_a40770919e8b {
   width: 120.38px;
   height: 15.75px;
   z-index: 2;
   position: absolute !important;
   left: 36px;
   top: 21.38px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .imageview_86dbbc67f89b {
   width: 34.88px;
   height: 34.88px;
   z-index: 2;
   position: absolute !important;
   left: 184.5px;
   top: 11.25px;
 }

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

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

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

 .container_nested_74371676a88f {
   width: 255.38px;
   height: 56.25px;
   z-index: 1;
 }

 .container_d9a3f9c7d476 {
   width: 255.38px;
   height: 56.25px;
   z-index: 1;
   position: absolute !important;
   left: 540.63px;
   top: 9px;
   align-items: center;
   justify-content: flex-start;
   gap: 27px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d9a3f9c7d476 {
   position: absolute !important;
   left: 540.63px;
   top: 9px;
   width: 255.38px;
   height: 56.25px;
   z-index: 1;
 }

 .container_nested_d9a3f9c7d476 {
   width: 255.38px;
   height: 56.25px;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 27px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_694ce3b26506 {
   position: sticky !important;
   top: 0px;
   overflow: visible;
   width: 814px;
   height: 74px;
   flex-shrink: 0;
   z-index: 9998;
   background: #ffffff82;
   border-radius: 39.38px 39.38px 39.38px 39.38px;
   backdrop-filter: blur(39.38px);
   -webkit-font-smoothing: antialiased;
 }

 .container_1a093c8815f7 {
   padding: 20px 360px 20px 360px;
   width: 1920px;
   height: 114px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_1a093c8815f7 {
   position: absolute !important;
   left: -1px;
   top: 0px;
   width: 1920px;
   height: 114px;
   z-index: 1;
 }

 .container_nested_1a093c8815f7 {
   padding: 20px 360px 20px 360px;
   width: 1920px;
   height: 114px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_93c18b145c57 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_1f08402d3212 {
   width: 320px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1f08402d3212 {
   overflow: visible;
 }

 .container_9cb739ab2845 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_ad97051b3790 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_1f660dc356e6 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 325px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3d895146a9d0 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_ad9d3c96f59d {
   width: 345px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ad9d3c96f59d {
   overflow: visible;
 }

 .container_7aab5c19f172 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_5a75af943d14 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_85d83b0d7e76 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 754.67px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ab69236f9fba {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_a8b2fcc071d9 {
   width: 277px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8b2fcc071d9 {
   overflow: visible;
 }

 .container_293d65c1d16d {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_5d7615a3b2e2 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_2b369ead8459 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 1184.33px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d091ecc00bc9 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_ecb5de4c3adb {
   width: 333px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ecb5de4c3adb {
   overflow: visible;
 }

 .container_2584c1004f66 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_620b4bbb2d7d {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_ad6adf681a17 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 325px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_5ca14916f369 {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

 .container_18333ccf1231 {
   width: 268.14px;
   height: 24.75px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e2ab1e0771bb {
   padding: 0 0 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_67837be8d852 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 754.67px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4976d4351efa {
   width: 411px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

 .text_182bccb3b5f0 {
   width: 310px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_182bccb3b5f0 {
   overflow: visible;
 }

 .container_107a56ca1444 {
   position: relative !important;
   overflow: visible;
   height: 49.5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_88fa9239cb10 {
   padding: 0 24px 24px 24px;
   width: 410.67px;
   height: 308px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .container_e8c0e20f7f72 {
   position: absolute !important;
   width: 410.67px;
   height: 308px;
   left: 1184.33px;
   top: 392px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16px 16px 16px 16px;
 }

 .container_d9703e1bc6a0 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 768px;
   left: 0px;
   top: 4899.9px;
 }

 .imageview_6f3b0edc010c {
   width: 67px;
   height: 124px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_6f3b0edc010c img {
   position: absolute;
   width: 185.94% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -42.19%;
   top: 0.00%;
 }

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

 .text_a7fbeb6b82da {
   width: 65.89px;
   height: 29.34px;
   position: absolute !important;
   left: 1.03px;
   top: 131.79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.95px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_88de10c47bd6 {
   width: 63.32px;
   height: 12.87px;
   position: absolute !important;
   left: 2.57px;
   top: 161.13px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16.01px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_2144b07494ad {
   position: absolute !important;
   overflow: visible;
   width: 66.92px;
   height: 174px;
   left: 0px;
   top: -21px;
 }

 .container_21f1d607507c {
   position: absolute !important;
   overflow: visible;
   width: 137px;
   height: 148px;
   left: 76px;
   top: 16px;
 }

 .container_4beece7f0fc9 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 240px;
   left: 33.25px;
   top: 0px;
 }

 .text_ec4c0ad4ec15 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

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

 .text_37bcebf15e0f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_08c28dd718c7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_aa174036cc1c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_abc88cf7f241 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_6eb7e2a7db96 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_ce5633e99797 {
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ce5633e99797 {
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
 }

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

 .container_51893cb91b3e {
   width: 334.5px;
   height: 240px;
   position: absolute !important;
   left: 382.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_51893cb91b3e {
   position: absolute !important;
   left: 382.5px;
   top: 0px;
   width: 334.5px;
   height: 240px;
 }

 .container_nested_51893cb91b3e {
   width: 334.5px;
   height: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_385d4f619665 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

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

 .text_a1071e00a42d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_abd21c49d46a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_ca39e767a5fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_461bf0775ed1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_e175618d7382 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_f0c5084ead83 {
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f0c5084ead83 {
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
 }

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

 .container_269c5e0c4e2c {
   width: 334.5px;
   height: 240px;
   position: absolute !important;
   left: 765px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_269c5e0c4e2c {
   position: absolute !important;
   left: 765px;
   top: 0px;
   width: 334.5px;
   height: 240px;
 }

 .container_nested_269c5e0c4e2c {
   width: 334.5px;
   height: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_afa2dfa4cfc7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

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

 .imageview_2957d2f2dc84 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_47b020598315 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_152cd5477777 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 22.33px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fb432364ad5b {
   position: absolute !important;
   overflow: visible;
   width: 142.78px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

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

 .imageview_f4efef78e6f0 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .text_098b7d0aad07 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_38792296a177 {
   position: relative !important;
   overflow: visible;
   width: 130.65px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .imageview_f35896327e80 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .text_a2b5913c1134 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1.67px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8be20a89925c {
   position: relative !important;
   overflow: visible;
   width: 98.28px;
   height: 24px;
   flex-shrink: 0;
 }

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

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

 .container_wrapper_34f16c21ba1b {
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
 }

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

 .imageview_4d7c95f86d84 {
   width: 268px;
   height: 40px;
   flex-shrink: 0;
 }

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

 .container_ac2d2ad10f75 {
   width: 334.5px;
   height: 240px;
   position: absolute !important;
   left: 1147.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_0b1a900a40b6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.33px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3bc03af2b818 {
   position: relative !important;
   overflow: visible;
   width: 202.04px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_bc07ac54256f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.33px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a3b74b8728ad {
   position: relative !important;
   overflow: visible;
   width: 82.55px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_9f68eae2084e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.33px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a9b7146aafff {
   position: relative !important;
   overflow: visible;
   width: 99.93px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_f83595e1e03c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.33px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d75f15493c41 {
   position: relative !important;
   overflow: visible;
   width: 82.14px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_d17f54fffc74 {
   width: 312.61px;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d17f54fffc74 {
   width: 312.61px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_nested_d17f54fffc74 {
   width: 312.61px;
   height: 20px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2767003901cc {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_a17d2c2abe61 {
   padding: 32.67px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 52.67px;
   flex-shrink: 0;
   border-top: 0.67px solid #1e2939ff;
   border-right: 0px solid #1e2939ff;
   border-bottom: 0px solid #1e2939ff;
   border-left: 0px solid #1e2939ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_db4f0a267f38 {
   padding: 94px 218px 0 220px;
   width: 1920px;
   height: 531px;
   position: absolute !important;
   left: 0px;
   top: 5677.9px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d940;
 }

 .container_wrapper_db4f0a267f38 {
   position: absolute !important;
   left: 0px;
   top: 5677.9px;
   width: 1920px;
   height: 531px;
 }

 .container_nested_db4f0a267f38 {
   padding: 94px 218px 0 220px;
   width: 1920px;
   height: 531px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
   background: #d9d9d940;
 }

 .text_11710463f323 {
   width: 100%;
   min-width: 0;
   height: 15.75px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_65f268420451 {
   width: 100%;
   min-width: 0;
   height: 111.38px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 56.25px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .text_45b128f623ca {
   width: 100%;
   min-width: 0;
   height: 49.5px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.75px;
   word-wrap: break-word;
   font-family: 'Josefin Sans';
 }

 .container_6d4f7ce4aa74 {
   padding: 34px 127px 34px 127px;
   width: 749px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
   background: #143732e6;
 }

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

 .container_9a0a8c598624 {
   padding: 12px 16px 12px 16px;
   width: 144px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #a6041e;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_nested_dae6695bd7f6 {
   width: 144px;
   height: 50px;
   z-index: 1;
 }

 .container_4c76fe03215c {
   width: 1227px;
   height: 295px;
   z-index: 1;
   position: absolute !important;
   left: 346.5px;
   top: 762px;
   justify-content: center;
   align-items: center;
   gap: 0 338px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_09bef5b17721 {
   width: 1920px;
   height: 7299px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }