 /*
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://amplitude.yotako.io/google?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=Poppins: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;
 }

 .text_4df6d7cbc5a5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -18px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .text_d7bfe73549d3 {
   width: 566px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d7bfe73549d3 {
   overflow: visible;
 }

 .container_e302c6297032 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   left: 0px;
   top: 204px;
   background: #00000000;
 }

 .container_6b21c2684588 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 336px;
   left: 0px;
   top: 32px;
   background: #00000000;
 }

 .imageview_8dbfb3d7c858 {
   width: 659px;
   height: 531px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_6a5724979c25 {
   position: absolute !important;
   overflow: visible;
   width: 671px;
   height: 531px;
   left: 608px;
   top: 32px;
 }

 .container_99c464862566 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 531px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_55e0e4f7b906 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 400px;
   left: 80px;
   top: 100px;
   background: #00000000;
 }

 .container_63df965c9bc2 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 699px;
   left: 0px;
   top: 65px;
   background: #ffffff;
 }

 .text_a1143d0dcb1b {
   width: 224.7px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: -4px;
   top: 13px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a1143d0dcb1b {
   overflow: visible;
 }

 .container_836640b75c19 {
   position: absolute !important;
   overflow: visible;
   width: 216.7px;
   height: 52px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #171717;
 }

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

 .container_nested_836640b75c19 {
   width: 216.7px;
   height: 52px;
   z-index: 1;
   background: #171717;
 }

 .text_a8787b18c0c2 {
   width: 156.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: -4px;
   top: 13px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8787b18c0c2 {
   overflow: visible;
 }

 .container_67966cc6f4ae {
   position: absolute !important;
   overflow: visible;
   width: 148.09px;
   height: 52px;
   z-index: 1;
   left: 232.7px;
   top: 0px;
   background: #00000000;
   box-shadow: inset 0 0 0 2px #171717ff;
 }

 .container_wrapper_67966cc6f4ae {
   position: absolute !important;
   overflow: visible;
   left: 232.7px;
   top: 0px;
   width: 148.09px;
   height: 52px;
   z-index: 1;
 }

 .container_nested_67966cc6f4ae {
   width: 148.09px;
   height: 52px;
   z-index: 1;
   border-top: 2px solid #171717ff;
   border-right: 2px solid #171717ff;
   border-bottom: 2px solid #171717ff;
   border-left: 2px solid #171717ff;
   background: #00000000;
 }

 .container_42de2401522f {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 52px;
   z-index: 1;
   left: 112px;
   top: 712px;
   background: #00000000;
 }

 .text_055ed0ed2d91 {
   width: max-content;
   position: absolute !important;
   left: 444px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_fbc3a5c9785b {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_f7d3a8cfeabb {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_7acc4011a5ce {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 112px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .imageview_7e355a62e18a {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_b092b2fbff6b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -4px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_8b114eb3952a {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 32px;
   left: 33px;
   top: 121px;
   background: #00000000;
 }

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

 .container_a219e61ae305 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 96px;
   left: 33px;
   top: 169px;
   background: #00000000;
 }

 .imageview_02719e0ad7e3 {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_3a9b86157933 {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0224005cba74 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_573608e46747 {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_87a3014e419b {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_eaee4d801901 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 24px;
   left: 0px;
   top: 36px;
   background: #00000000;
 }

 .imageview_92ce02f963d0 {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_0885eed446d8 {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_54f1c525de0f {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 24px;
   left: 0px;
   top: 72px;
   background: #00000000;
 }

 .container_ebd6a45b6692 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 96px;
   left: 33px;
   top: 289px;
   background: #00000000;
 }

 .text_bdf2bd7edbbf {
   width: 90.77px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bdf2bd7edbbf {
   overflow: visible;
 }

 .imageview_656dc8e4a4aa {
   width: 14px;
   height: 25px;
   position: absolute !important;
   left: 96.16px;
   top: -1px;
 }

 .imageview_656dc8e4a4aa.wp-block-image {
   width: 14px !important;
   height: 24px !important;
   left: 96px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_b8a3eb84e207 {
   position: absolute !important;
   overflow: visible;
   width: 110.16px;
   height: 24px;
   left: 33px;
   top: 409px;
   background: #00000000;
 }

 .container_fd13d5c96dbe {
   position: absolute !important;
   overflow: visible;
   width: 592px;
   height: 466px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_8f84bcbf25c9 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_8d37ca684d29 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -4px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_a9fa10cb7c0d {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 32px;
   left: 33px;
   top: 121px;
   background: #00000000;
 }

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

 .container_f772ef9b291e {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 96px;
   left: 33px;
   top: 169px;
   background: #00000000;
 }

 .imageview_1ec67f110ca9 {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_0c3080ec09d9 {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6026c7099211 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_667ffc5cbf8d {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_15137d5f00e9 {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_eaadc0e92714 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 24px;
   left: 0px;
   top: 36px;
   background: #00000000;
 }

 .imageview_f821b06f2ad1 {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_2a8a9916b543 {
   width: max-content;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5700b0afefc2 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 24px;
   left: 0px;
   top: 72px;
   background: #00000000;
 }

 .container_6557d7066fe8 {
   position: absolute !important;
   overflow: visible;
   width: 526px;
   height: 96px;
   left: 33px;
   top: 289px;
   background: #00000000;
 }

 .text_0f8eab095abc {
   width: 90.77px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0f8eab095abc {
   overflow: visible;
 }

 .imageview_84c4d597daf4 {
   width: 14px;
   height: 25px;
   position: absolute !important;
   left: 96.16px;
   top: -1px;
 }

 .imageview_84c4d597daf4.wp-block-image {
   width: 14px !important;
   height: 24px !important;
   left: 96px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_119c56a59aa6 {
   position: absolute !important;
   overflow: visible;
   width: 110.16px;
   height: 24px;
   left: 33px;
   top: 409px;
   background: #00000000;
 }

 .container_3b1e17175331 {
   position: absolute !important;
   overflow: visible;
   width: 592px;
   height: 466px;
   left: 624px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .container_08613bc6ab2c {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 466px;
   left: 32px;
   top: 160px;
   background: #00000000;
 }

 .container_6780649c3d90 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 626px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_27c9d06ee954 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 801px;
   left: 0px;
   top: 812px;
   background: #fafafa;
 }

 .text_1bb743482178 {
   width: max-content;
   position: absolute !important;
   left: 420px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_41c4da6f83d6 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_42bbe53e5f5d {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_57ebac7eb2a4 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .imageview_b7610f4d45e0 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_5a8f36ee082c {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 56px;
   left: 25px;
   top: 89px;
   background: #00000000;
 }

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

 .container_697dafb48f06 {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 60px;
   left: 25px;
   top: 157px;
   background: #00000000;
 }

 .container_c0e19c5edec3 {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 278px;
   left: 0px;
   top: 0px;
   background: #00000000;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_174ad8f946e3 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_e9e56e3be0bd {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 28px;
   left: 25px;
   top: 89px;
   background: #00000000;
 }

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

 .container_f3bb382b1c1e {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 60px;
   left: 25px;
   top: 129px;
   background: #00000000;
 }

 .container_b1445b8a0f64 {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 278px;
   left: 310px;
   top: 0px;
   background: #00000000;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_971fd2ebfdfb {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_39295c26ec42 {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 28px;
   left: 25px;
   top: 89px;
   background: #00000000;
 }

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

 .container_884fabf8e6f8 {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 60px;
   left: 25px;
   top: 129px;
   background: #00000000;
 }

 .container_fea87cc8d45a {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 278px;
   left: 620px;
   top: 0px;
   background: #00000000;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_0e03c7e7509e {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_fcc2871f439b {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 56px;
   left: 25px;
   top: 89px;
   background: #00000000;
 }

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

 .container_911a38880960 {
   position: absolute !important;
   overflow: visible;
   width: 236px;
   height: 60px;
   left: 25px;
   top: 157px;
   background: #00000000;
 }

 .container_3a52c8a26095 {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 278px;
   left: 930px;
   top: 0px;
   background: #00000000;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .container_f00eb762c2c9 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 278px;
   left: 32px;
   top: 132px;
   background: #00000000;
 }

 .container_108b1d8035db {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 410px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_d407ccfda951 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 593px;
   left: 0px;
   top: 1613px;
   background: #ffffff;
 }

 .text_23b911c0007b {
   width: max-content;
   position: absolute !important;
   left: 442.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_1bcbf3ed8fb5 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_b8a9a29db8bf {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_5437d96608a2 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_3424f03ab13a {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 25px;
   top: 233px;
   background: #00000000;
 }

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

 .container_89b08d30b7a1 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 40px;
   left: 25px;
   top: 269px;
   background: #00000000;
 }

 .text_d5fc73b04526 {
   width: 100.41px;
   height: 17px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d5fc73b04526 {
   overflow: visible;
 }

 .imageview_bbf18132045e {
   width: 12.25px;
   height: 22px;
   position: absolute !important;
   left: 101.13px;
   top: -1px;
 }

 .imageview_bbf18132045e.wp-block-image {
   width: 12px !important;
   height: 20px !important;
   left: 101px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_0e85ce5551a6 {
   position: absolute !important;
   overflow: visible;
   width: 113.38px;
   height: 20px;
   left: 25px;
   top: 325px;
   background: #00000000;
 }

 .container_wrapper_0e85ce5551a6 {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 325px;
   width: 113.38px;
   height: 20px;
 }

 .container_nested_0e85ce5551a6 {
   width: 113.38px;
   height: 20px;
   background: #00000000;
 }

 .imageview_486d37159ed9 {
   width: 640px;
   height: 310px;
   z-index: 1;
   position: absolute !important;
   left: -203px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_486d37159ed9.wp-block-image {
   width: 320px !important;
   height: 310px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_6371a809b249 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 370px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_b449248be5fd {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 25px;
   top: 233px;
   background: #00000000;
 }

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

 .container_1d97d9ca7b6d {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 40px;
   left: 25px;
   top: 269px;
   background: #00000000;
 }

 .text_0dde9190b167 {
   width: 100.41px;
   height: 17px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0dde9190b167 {
   overflow: visible;
 }

 .imageview_2e56b4d842de {
   width: 12.25px;
   height: 22px;
   position: absolute !important;
   left: 101.13px;
   top: -1px;
 }

 .imageview_2e56b4d842de.wp-block-image {
   width: 12px !important;
   height: 20px !important;
   left: 101px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_352e2bcd703f {
   position: absolute !important;
   overflow: visible;
   width: 113.38px;
   height: 20px;
   left: 25px;
   top: 325px;
   background: #00000000;
 }

 .container_wrapper_352e2bcd703f {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 325px;
   width: 113.38px;
   height: 20px;
 }

 .container_nested_352e2bcd703f {
   width: 113.38px;
   height: 20px;
   background: #00000000;
 }

 .imageview_368b691b9d62 {
   width: 320px;
   height: 481px;
   position: absolute !important;
   left: 0px;
   top: -274px;
   _scaling-factor: 0.5;
 }

 .imageview_368b691b9d62.wp-block-image {
   width: 320px !important;
   height: 207px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_258664ccd876 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 370px;
   left: 344px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_e66d78b330ba {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 25px;
   top: 233px;
   background: #00000000;
 }

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

 .container_03eada342f30 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 40px;
   left: 25px;
   top: 269px;
   background: #00000000;
 }

 .text_125ad5390d9f {
   width: 100.41px;
   height: 17px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_125ad5390d9f {
   overflow: visible;
 }

 .imageview_209dd9cedb9a {
   width: 12.25px;
   height: 22px;
   position: absolute !important;
   left: 101.13px;
   top: -1px;
 }

 .imageview_209dd9cedb9a.wp-block-image {
   width: 12px !important;
   height: 20px !important;
   left: 101px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_a09d77a7fd0d {
   position: absolute !important;
   overflow: visible;
   width: 113.38px;
   height: 20px;
   left: 25px;
   top: 325px;
   background: #00000000;
 }

 .container_wrapper_a09d77a7fd0d {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 325px;
   width: 113.38px;
   height: 20px;
 }

 .container_nested_a09d77a7fd0d {
   width: 113.38px;
   height: 20px;
   background: #00000000;
 }

 .imageview_9edb4a7e716b {
   width: 320px;
   height: 213px;
   position: absolute !important;
   left: 0px;
   top: -5px;
   _scaling-factor: 0.5;
 }

 .imageview_9edb4a7e716b.wp-block-image {
   width: 320px !important;
   height: 208px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_5ff52eca10e6 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 370px;
   left: 688px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_6b1a1a2d0198 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 25px;
   top: 233px;
   background: #00000000;
 }

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

 .container_d4bb280c9cd5 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 40px;
   left: 25px;
   top: 269px;
   background: #00000000;
 }

 .text_6fa891b26757 {
   width: 100.41px;
   height: 17px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6fa891b26757 {
   overflow: visible;
 }

 .imageview_e41de466df32 {
   width: 12.25px;
   height: 22px;
   position: absolute !important;
   left: 101.13px;
   top: -1px;
 }

 .imageview_e41de466df32.wp-block-image {
   width: 12px !important;
   height: 20px !important;
   left: 101px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_2e65cb3a0d57 {
   position: absolute !important;
   overflow: visible;
   width: 113.38px;
   height: 20px;
   left: 25px;
   top: 325px;
   background: #00000000;
 }

 .container_wrapper_2e65cb3a0d57 {
   position: absolute !important;
   overflow: visible;
   left: 25px;
   top: 325px;
   width: 113.38px;
   height: 20px;
 }

 .container_nested_2e65cb3a0d57 {
   width: 113.38px;
   height: 20px;
   background: #00000000;
 }

 .imageview_c9469f197875 {
   width: 320px;
   height: 213px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_3664c35310bd {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 370px;
   left: 1032px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_332ededeaadd {
   width: 1216px;
   height: 12px;
   position: absolute !important;
   left: 101px;
   top: 401px;
 }

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

 .container_0dc8286c2954 {
   position: absolute !important;
   overflow: visible;
   width: 2144px;
   height: 422px;
   left: 118px;
   top: 0px;
   background: #00000000;
 }

 .container_93d3cfd5f92f {
   position: absolute !important;
   overflow: visible;
   width: 1384px;
   height: 450px;
   left: -52px;
   top: 132px;
   background: #00000000;
 }

 .container_8c6c793454ca {
   position: absolute !important;
   overflow: visible;
   width: 1384px;
   height: 582px;
   left: 82px;
   top: 80px;
   background: #00000000;
 }

 .container_0cd6ef75d031 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 742px;
   left: 0px;
   top: 2206px;
   background: #fafafa;
 }

 .text_49715329e3f7 {
   width: max-content;
   position: absolute !important;
   left: 374.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_83828f37192a {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_c5a643eeea74 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 304px;
   top: 56px;
   background: #00000000;
 }

 .text_eec87f4f240b {
   width: 194.77px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: 13px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eec87f4f240b {
   overflow: visible;
 }

 .container_405c21c34ba7 {
   position: absolute !important;
   overflow: visible;
   width: 186.77px;
   height: 52px;
   left: 392.08px;
   top: 0px;
   background: #ffffff;
 }

 .container_wrapper_405c21c34ba7 {
   position: absolute !important;
   overflow: visible;
   left: 392.08px;
   top: 0px;
   width: 186.77px;
   height: 52px;
 }

 .container_nested_405c21c34ba7 {
   width: 186.77px;
   height: 52px;
   background: #ffffff;
 }

 .text_458513dd32d4 {
   width: 237.06px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: 13px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_458513dd32d4 {
   overflow: visible;
 }

 .container_d3533acd0fa3 {
   position: absolute !important;
   overflow: visible;
   width: 229.06px;
   height: 52px;
   left: 594.84px;
   top: 0px;
   background: #00000000;
   box-shadow: inset 0 0 0 2px #ffffffff;
 }

 .container_wrapper_d3533acd0fa3 {
   position: absolute !important;
   overflow: visible;
   left: 594.84px;
   top: 0px;
   width: 229.06px;
   height: 52px;
 }

 .container_nested_d3533acd0fa3 {
   width: 229.06px;
   height: 52px;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   background: #00000000;
 }

 .container_00c0c293d978 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 52px;
   left: 32px;
   top: 116px;
   background: #00000000;
 }

 .container_b6a67ffefac2 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 168px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_657f60e08cc2 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 339px;
   left: 3px;
   top: 2948px;
   background: #171717;
 }

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

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

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

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

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

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

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

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

 .container_eea7776f781a {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_346ebecec64d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_6393920f699e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6393920f699e {
   overflow: visible;
 }

 .container_f9abf84a7428 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_437e8cc6b8d9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_2495f956320a {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2495f956320a {
   overflow: visible;
 }

 .container_2540a438e77c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_9f06c2b149e9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_225f643d511b {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_225f643d511b {
   overflow: visible;
 }

 .container_133666956673 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_4259360ce56a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_dc3118718533 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc3118718533 {
   overflow: visible;
 }

 .container_e0689a9e766f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f2ac5ddc27ba {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_f07e0ac5fed0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_1524fd311a58 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_fc564e1bdf22 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_74223441decd {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_74223441decd {
   overflow: visible;
 }

 .container_c9e85b88d519 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_c9e85b88d519 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_c9e85b88d519 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_3e97a76a3646 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_3e97a76a3646 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_3e97a76a3646 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_c016125f13c4 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c016125f13c4 {
   overflow: visible;
 }

 .container_0e6e8289d319 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_b693f810e527 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_wrapper_b693f810e527 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 28px;
   width: 280px;
   height: 20px;
 }

 .container_nested_b693f810e527 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_1fa0ff1504ad {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1fa0ff1504ad {
   overflow: visible;
 }

 .container_caf982c659a4 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_970c28cf26ba {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_wrapper_970c28cf26ba {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 56px;
   width: 280px;
   height: 20px;
 }

 .container_nested_970c28cf26ba {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_9ffcd686e7f9 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9ffcd686e7f9 {
   overflow: visible;
 }

 .container_65acf04b6b4e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_48f25a3d445a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_wrapper_48f25a3d445a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 84px;
   width: 280px;
   height: 20px;
 }

 .container_nested_48f25a3d445a {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_e272b1715c32 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e272b1715c32 {
   overflow: visible;
 }

 .container_b4ed5f2f85b0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_66bcf5b1623e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .container_wrapper_66bcf5b1623e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 110px;
   width: 280px;
   height: 20px;
 }

 .container_nested_66bcf5b1623e {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_fd8841f41706 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fd8841f41706 {
   overflow: visible;
 }

 .container_b7f561731c7c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_1f7afafb0262 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_wrapper_1f7afafb0262 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 136px;
   width: 280px;
   height: 20px;
 }

 .container_nested_1f7afafb0262 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_54484e7daed3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_5534eba0b55f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_25e4cb57f766 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_00f7347559d0 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_7413ffde13d9 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_018089d09fd2 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_0116494a0f9d {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_998f52e996e4 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_wrapper_998f52e996e4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 24px;
   width: 106px;
   height: 19px;
 }

 .container_nested_998f52e996e4 {
   width: 106px;
   height: 19px;
   background: #00000000;
 }

 .container_f2481319f5c0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_f821cbef4dea {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_fc4e8f6f8c13 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_5e5b62f5e0d9 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_5e5b62f5e0d9 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_056ae75b0cc1 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_a972f086842b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_6c44ccacd44b {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 317px;
   left: 0px;
   top: 3287px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_6c44ccacd44b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3287px;
   width: 1509px;
   height: 317px;
 }

 .container_nested_6c44ccacd44b {
   width: 1509px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

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

 .container_562e140e051a {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_562e140e051a {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
 }

 .container_nested_562e140e051a {
   width: 82px;
   height: 39px;
   background: #00000000;
 }

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

 .imageview_ab8637258e00 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
 }

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

 .container_7897522dd3e0 {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_ceba111a34f4 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_3bacc2b63a7a {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_1ddbfb7b89f3 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
 }

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

 .container_6e5535745e08 {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_0a5c215802e2 {
   width: 78px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_01095c36882d {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 2;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_ac64d24ecbcd {
   width: 45.36px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac64d24ecbcd {
   overflow: visible;
 }

 .container_028770628374 {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_ab875d1549c7 {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_a123a84427b4 {
   width: 121.09px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a123a84427b4 {
   overflow: visible;
 }

 .container_50ab5225d9cf {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_c9ad5453c656 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 1;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_c9ad5453c656 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_c9ad5453c656 {
   width: 113.09px;
   height: 36px;
   z-index: 1;
   background: #00000000;
 }

 .container_80752cfe2ba4 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_e4ccbd49d75d {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_a6ccc0f6b01f {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

 .imageview_6b9ffb80c5c4 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_ab4cac3398d5 {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_eb5bec4aedc1 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 1;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_adf7a8edfc93 {
   width: 22.5px;
   height: 20px;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_d20a376e6bb0 {
   width: 57px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_d20a376e6bb0.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_2c834b46b422 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 17px;
   top: 4px;
 }

 .container_wrapper_2c834b46b422 {
   position: absolute !important;
   overflow: visible;
   left: 17px;
   top: 4px;
   width: 56px;
   height: 56px;
 }

 .container_nested_2c834b46b422 {
   width: 56px;
   height: 56px;
 }

 .container_b0ca38d4b99d {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_b0ca38d4b99d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1512px;
   height: 65px;
 }

 .container_nested_b0ca38d4b99d {
   width: 1512px;
   height: 65px;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_df2ea71f15b7 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 3604px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_b0927b92e6a4 {
   position: relative !important;
   overflow: visible;
   width: 1512px;
   height: 3604px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_6953c3c0107f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_62996c1bdff2 {
   width: 928.13px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_46b53edbce10 {
   width: 833px;
   height: 420px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_46b53edbce10 {
   overflow: visible;
 }

 .container_28542a36a7b5 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 420px;
   z-index: 1;
   left: 50px;
   top: 24px;
   background: #00000000;
 }

 .container_aa27ddd1b36f {
   position: absolute !important;
   overflow: visible;
   width: 928px;
   height: 444px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_89840dbcdbdb {
   position: absolute !important;
   overflow: visible;
   width: 945px;
   height: 444px;
   left: 0px;
   top: 143px;
   background: #00000000;
 }

 .text_803e89ce0588 {
   width: max-content;
   position: absolute !important;
   left: 281px;
   top: 48px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .imageview_6e2432407507 {
   width: 515px;
   height: 385px;
   z-index: 1;
   position: absolute !important;
   left: 928px;
   top: 173px;
   _scaling-factor: 0.5;
 }

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

 .container_fa4aee54c329 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 628px;
   left: 0px;
   top: 65px;
   background: #fafafa;
 }

 .text_b3a90a644191 {
   width: max-content;
   position: absolute !important;
   left: 423.5px;
   top: -6px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_833141bdc8ae {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_455ab6980d36 {
   width: max-content;
   position: absolute !important;
   left: 402px;
   top: 51px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c6844e5f5d22 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 80px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_385e505bbde5 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 916px;
   left: 80px;
   top: 64px;
   background: #00000000;
 }

 .text_572e3abb552e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 406.66px;
   top: 22px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_d5c6c3e06ec4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33.66px;
   top: 51px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f15a71d5c6a0 {
   position: absolute !important;
   overflow: visible;
   width: 474.66px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_f184fb24ac94 {
   position: absolute !important;
   overflow: visible;
   width: 506.66px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_094ab796bb03 {
   width: 506.66px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 709.34px;
   top: 62px;
   background: #00000000;
 }

 .imageview_5c60f131a3c0 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 592px;
   top: 46px;
 }

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

 .container_38dcc5edd92b {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 124px;
   z-index: 1;
   left: 7px;
   top: 0px;
   background: #00000000;
 }

 .container_d955f2a07efd {
   width: 506.66px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 62px;
   background: #00000000;
 }

 .text_62c9845933d3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_0f5d9a318a36 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 51px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2ebed7b0db8b {
   position: absolute !important;
   overflow: visible;
   width: 474.66px;
   height: 124px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_cd271ec3157f {
   position: absolute !important;
   overflow: visible;
   width: 506.66px;
   height: 124px;
   z-index: 1;
   left: 709.34px;
   top: 0px;
   background: #00000000;
 }

 .imageview_76174a221c73 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 592px;
   top: 46px;
 }

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

 .container_b223170a7a6f {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 124px;
   z-index: 1;
   left: 7px;
   top: 172px;
   background: #00000000;
 }

 .text_e0971f431371 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 405.66px;
   top: 22px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_b060474b590b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66.66px;
   top: 51px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a736da80dd5e {
   position: absolute !important;
   overflow: visible;
   width: 474.66px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_96d9af040e92 {
   position: absolute !important;
   overflow: visible;
   width: 506.66px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f5e5ceedf446 {
   width: 506.66px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 709.34px;
   top: 62px;
   background: #00000000;
 }

 .imageview_f2144addd24a {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 592px;
   top: 46px;
 }

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

 .container_eb721c7b51c2 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 124px;
   z-index: 1;
   left: 7px;
   top: 344px;
   background: #00000000;
 }

 .container_c1c8be09e1b9 {
   width: 506.66px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 62px;
   background: #00000000;
 }

 .text_4c98389142c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 22px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_e8aecda85274 {
   width: 437px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 23.66px;
   top: 50px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e8aecda85274 {
   overflow: visible;
 }

 .container_2c8458b004ce {
   position: absolute !important;
   overflow: visible;
   width: 474.66px;
   height: 124px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c47818d9e76c {
   position: absolute !important;
   overflow: visible;
   width: 506.66px;
   height: 124px;
   z-index: 1;
   left: 723px;
   top: -6px;
   background: #00000000;
 }

 .imageview_7c974a6db1bd {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 615px;
   top: 44px;
 }

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

 .container_c385782c17db {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 124px;
   z-index: 1;
   left: -16px;
   top: 516px;
   background: #00000000;
 }

 .text_04008682628e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 402.66px;
   top: 22px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_560fcb3eda88 {
   width: 415px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 51px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_560fcb3eda88 {
   overflow: visible;
 }

 .container_2499692f4f48 {
   position: absolute !important;
   overflow: visible;
   width: 474.66px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #fafafa;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ab27df201b6e {
   position: absolute !important;
   overflow: visible;
   width: 506.66px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_6ca1f9c34687 {
   width: 506.66px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 709.34px;
   top: 62px;
   background: #00000000;
 }

 .imageview_4b429fc23d42 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 592px;
   top: 46px;
 }

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

 .container_e2e957f2c928 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 124px;
   z-index: 1;
   left: 7px;
   top: 656px;
   background: #00000000;
 }

 .container_d801124f9cb8 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 749px;
   z-index: 1;
   left: 80px;
   top: 188px;
   background: #00000000;
 }

 .container_62294cfc98fd {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 972px;
   left: 7px;
   top: 724px;
   background: #ffffff;
 }

 .text_3ae7d5d57ee6 {
   width: max-content;
   position: absolute !important;
   left: 369.5px;
   top: -6px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_3b2ef418c72a {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_aa9b48306398 {
   width: 1425px;
   height: 252px;
   position: absolute !important;
   left: -65px;
   top: 51px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aa9b48306398 {
   overflow: visible;
 }

 .container_a878e1ea4cce {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 80px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_ca4e2a8e4285 {
   position: absolute !important;
   overflow: visible;
   width: 1325px;
   height: 328px;
   left: 129px;
   top: 39px;
   background: #00000000;
 }

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

 .container_6651525d0ade {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 28px;
   left: 32px;
   top: 289px;
   background: #00000000;
 }

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

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

 .text_8c44f328ecda {
   width: 277.22px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8c44f328ecda {
   overflow: visible;
 }

 .container_af2fc93a4016 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

 .text_83e06161b182 {
   width: 230.36px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_83e06161b182 {
   overflow: visible;
 }

 .container_721d597deba6 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 32px;
   background: #00000000;
 }

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

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

 .text_c2206af7839b {
   width: 168.09px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c2206af7839b {
   overflow: visible;
 }

 .container_e3437c1c42e1 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

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

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

 .text_11f8e43fbc44 {
   width: 173.66px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_11f8e43fbc44 {
   overflow: visible;
 }

 .container_503d101c1763 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 96px;
   background: #00000000;
 }

 .container_6f3c436bdc3a {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 120px;
   left: 32px;
   top: 327px;
   background: #00000000;
 }

 .imageview_95e7709a43b3 {
   width: 384px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_0e52ae55a4c4 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 488px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

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

 .container_c6caf7a4f6d4 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 28px;
   left: 32px;
   top: 289px;
   background: #00000000;
 }

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

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

 .text_d6160e6d370b {
   width: 188.48px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6160e6d370b {
   overflow: visible;
 }

 .container_5e3bbb45e415 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

 .text_04aa9e1aafe1 {
   width: 198.81px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_04aa9e1aafe1 {
   overflow: visible;
 }

 .container_9519352ba950 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 32px;
   background: #00000000;
 }

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

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

 .text_e533145b963d {
   width: 205.44px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e533145b963d {
   overflow: visible;
 }

 .container_99a30b3ee282 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

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

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

 .text_84524110fe9b {
   width: 146.3px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_84524110fe9b {
   overflow: visible;
 }

 .container_4c1df0ad679b {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 96px;
   background: #00000000;
 }

 .container_e50d9c500023 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 120px;
   left: 32px;
   top: 326px;
   background: #00000000;
 }

 .container_4daccbef8056 {
   width: 320px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 436px;
   background: #00000000;
 }

 .imageview_64dfe6ea48ca {
   width: 384px;
   height: 280px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_5ab34993b080 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 488px;
   left: 416px;
   top: 0px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

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

 .container_625676ad7886 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 28px;
   left: 32px;
   top: 289px;
   background: #00000000;
 }

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

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

 .text_dab9b4b6110e {
   width: 183.16px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dab9b4b6110e {
   overflow: visible;
 }

 .container_175e8dffd498 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

 .text_c4f312cd49b1 {
   width: 185.45px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4f312cd49b1 {
   overflow: visible;
 }

 .container_6e6b40027a64 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 32px;
   background: #00000000;
 }

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

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

 .text_e3ecca38ce44 {
   width: 120.86px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e3ecca38ce44 {
   overflow: visible;
 }

 .container_121eae19663b {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

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

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

 .text_4b77b04b51ee {
   width: 177.58px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b77b04b51ee {
   overflow: visible;
 }

 .container_7901e22b62d3 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 24px;
   left: 0px;
   top: 96px;
   background: #00000000;
 }

 .container_0713441274ff {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 120px;
   left: 32px;
   top: 326px;
   background: #00000000;
 }

 .container_e708d9d1a2bb {
   width: 320px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 436px;
   background: #00000000;
 }

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

 .imageview_8b5e608a63d1.wp-block-image {
   width: 384px !important;
   height: 279px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_279082c7f607 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 488px;
   left: 832px;
   top: 0px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_2438b6456dde {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 488px;
   left: 115px;
   top: 415px;
   background: #00000000;
 }

 .container_2804c5da1632 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 946px;
   left: 0px;
   top: 1751px;
   background: #fafafa;
 }

 .text_7ba12cf3bc15 {
   width: max-content;
   position: absolute !important;
   left: 454px;
   top: -6px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_826ec584db14 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_c41dc0ccc22d {
   width: max-content;
   position: absolute !important;
   left: 475px;
   top: 50px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_878638b9610b {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 80px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .text_27cf03fc571d {
   width: max-content;
   position: absolute !important;
   left: 15.09px;
   top: 11px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_55dccfd7647f {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #171717;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_72edd3cd5462 {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 4px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4ecc7b4ed940 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_bfbe1dae62dd {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .container_8d01ba0b44b2 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 104px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_15afe36fd8fd {
   width: 118.23px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: 8px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_15afe36fd8fd {
   overflow: visible;
 }

 .container_8ad04be9b979 {
   position: absolute !important;
   overflow: visible;
   width: 110.23px;
   height: 42px;
   left: 1039.77px;
   top: 0px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #d4d4d4ff;
 }

 .container_wrapper_8ad04be9b979 {
   position: absolute !important;
   overflow: visible;
   left: 1039.77px;
   top: 0px;
   width: 110.23px;
   height: 42px;
 }

 .container_nested_8ad04be9b979 {
   width: 110.23px;
   height: 42px;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2da56e5abf20 {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 104px;
   left: 33px;
   top: 33px;
   background: #00000000;
 }

 .container_480351fddfc2 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 170px;
   left: 0px;
   top: 0px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .text_fb6ef08aa1da {
   width: max-content;
   position: absolute !important;
   left: 15.09px;
   top: 11px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3e30d3a5a140 {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #171717;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_a2e172b45771 {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 4px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_525319c36e07 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_b25b11fd11be {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .container_703abc6c53c8 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 104px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_b917d28f0f92 {
   width: 118.23px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: 8px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b917d28f0f92 {
   overflow: visible;
 }

 .container_a35bb06abb8f {
   position: absolute !important;
   overflow: visible;
   width: 110.23px;
   height: 42px;
   left: 1039.77px;
   top: 0px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #d4d4d4ff;
 }

 .container_wrapper_a35bb06abb8f {
   position: absolute !important;
   overflow: visible;
   left: 1039.77px;
   top: 0px;
   width: 110.23px;
   height: 42px;
 }

 .container_nested_a35bb06abb8f {
   width: 110.23px;
   height: 42px;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
 }

 .container_8d4fc95992b5 {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 104px;
   left: 33px;
   top: 33px;
   background: #00000000;
 }

 .container_c569c575f051 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 170px;
   left: 0px;
   top: 202px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .text_4a1caf4f1bba {
   width: max-content;
   position: absolute !important;
   left: 15.09px;
   top: 11px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a8625ae2988a {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #171717;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_960d3b0018f5 {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 4px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_041938c50383 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_00392b37aed3 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .container_7ee3a6f813a7 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 104px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_ccc0e8c59aeb {
   width: 118.23px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: 8px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ccc0e8c59aeb {
   overflow: visible;
 }

 .container_9b4b0ce5b812 {
   position: absolute !important;
   overflow: visible;
   width: 110.23px;
   height: 42px;
   left: 1039.77px;
   top: 0px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #d4d4d4ff;
 }

 .container_wrapper_9b4b0ce5b812 {
   position: absolute !important;
   overflow: visible;
   left: 1039.77px;
   top: 0px;
   width: 110.23px;
   height: 42px;
 }

 .container_nested_9b4b0ce5b812 {
   width: 110.23px;
   height: 42px;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
 }

 .container_515157e41564 {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 104px;
   left: 33px;
   top: 33px;
   background: #00000000;
 }

 .container_17f884f71721 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 170px;
   left: 0px;
   top: 404px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .text_455b7334b55e {
   width: max-content;
   position: absolute !important;
   left: 15.09px;
   top: 11px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cae7e52c76be {
   position: absolute !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #171717;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_81d8b5f51835 {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 4px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_169e05404e33 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_b319a1dcaa9d {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 24px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .container_8d81ddef73c7 {
   position: absolute !important;
   overflow: visible;
   width: 1023.77px;
   height: 104px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_c5c4fc2132e4 {
   width: 118.23px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: 8px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c5c4fc2132e4 {
   overflow: visible;
 }

 .container_f91e4bb098fa {
   position: absolute !important;
   overflow: visible;
   width: 110.23px;
   height: 42px;
   left: 1039.77px;
   top: 0px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #d4d4d4ff;
 }

 .container_wrapper_f91e4bb098fa {
   position: absolute !important;
   overflow: visible;
   left: 1039.77px;
   top: 0px;
   width: 110.23px;
   height: 42px;
 }

 .container_nested_f91e4bb098fa {
   width: 110.23px;
   height: 42px;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
 }

 .container_84f2198ae054 {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 104px;
   left: 33px;
   top: 33px;
   background: #00000000;
 }

 .container_fa37d4a8077b {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 170px;
   left: 0px;
   top: 606px;
   background: #00000000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .container_b12730688fe0 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 776px;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

 .container_1c2053da5032 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 904px;
   left: 80px;
   top: 64px;
   background: #00000000;
 }

 .container_4c76952a39c1 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 1032px;
   left: -3px;
   top: 2719px;
   background: #ffffff;
 }

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

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

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

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

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

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

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

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

 .container_4376f5dde0e5 {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_e3eed78e0f53 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_e3eed78e0f53 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 24px;
 }

 .container_nested_e3eed78e0f53 {
   width: 280px;
   height: 24px;
   background: #00000000;
 }

 .text_1511b066bb2c {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1511b066bb2c {
   overflow: visible;
 }

 .container_0a3d23493558 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f3d9dc295e32 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_bf0ff7f3a0f8 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bf0ff7f3a0f8 {
   overflow: visible;
 }

 .container_db47610babc0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_498c36d9c2d8 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_25ad4939f6fa {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_25ad4939f6fa {
   overflow: visible;
 }

 .container_caba56b38f11 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_a28843b08dd7 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_55a5e3af0e07 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55a5e3af0e07 {
   overflow: visible;
 }

 .container_0eb1a9eb2e91 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_8a659dbc6304 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_5755732d4c74 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_f592177ec32c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_ff96c3744641 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_ff96c3744641 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 24px;
 }

 .container_nested_ff96c3744641 {
   width: 280px;
   height: 24px;
   background: #00000000;
 }

 .text_64f73d97a9a6 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_64f73d97a9a6 {
   overflow: visible;
 }

 .container_1d5409a9c1af {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_1d5409a9c1af {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_1d5409a9c1af {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_2ffb5cf05612 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_2ffb5cf05612 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_2ffb5cf05612 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_f32afecd49d9 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f32afecd49d9 {
   overflow: visible;
 }

 .container_edfa4727c4ba {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_ffc54c62df53 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_wrapper_ffc54c62df53 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 28px;
   width: 280px;
   height: 20px;
 }

 .container_nested_ffc54c62df53 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_f10cedf58d04 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f10cedf58d04 {
   overflow: visible;
 }

 .container_11cd0d137f99 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f89295a136de {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_wrapper_f89295a136de {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 56px;
   width: 280px;
   height: 20px;
 }

 .container_nested_f89295a136de {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_67e83d3455e1 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67e83d3455e1 {
   overflow: visible;
 }

 .container_24d5af343d03 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_5bb810571483 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_wrapper_5bb810571483 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 84px;
   width: 280px;
   height: 20px;
 }

 .container_nested_5bb810571483 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_c5fb10543de1 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c5fb10543de1 {
   overflow: visible;
 }

 .container_180f8a189c47 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_ee76bba6021f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .container_wrapper_ee76bba6021f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 110px;
   width: 280px;
   height: 20px;
 }

 .container_nested_ee76bba6021f {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_b81ffa7ca2a4 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b81ffa7ca2a4 {
   overflow: visible;
 }

 .container_be6058c6d46f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_e06f0c729fd1 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_wrapper_e06f0c729fd1 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 136px;
   width: 280px;
   height: 20px;
 }

 .container_nested_e06f0c729fd1 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_ecb1809dfa16 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_0944453d9c08 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_0944453d9c08 {
   position: absolute !important;
   overflow: visible;
   left: 624px;
   top: 0px;
   width: 280px;
   height: 196px;
 }

 .container_nested_0944453d9c08 {
   width: 280px;
   height: 196px;
   background: #00000000;
 }

 .text_2bfd52011060 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_446118ebdc2b {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_ae9f2abb3108 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ab2ad77f6b03 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_f2cd5df83ebb {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_1616a122e7b4 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_ade20a6bb778 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_ebc8cc5a32f6 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_6cdb2d9dc8e9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_e0fbbae2c988 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_4464b388d3eb {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_d66466d14a12 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_d66466d14a12 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_9ee77384d653 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_6f4015d96fb2 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_ece862a0a412 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 317px;
   left: 0px;
   top: 3774px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_ece862a0a412 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3774px;
   width: 1509px;
   height: 317px;
 }

 .container_nested_ece862a0a412 {
   width: 1509px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

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

 .container_66ba273c0690 {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_66ba273c0690 {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
 }

 .container_nested_66ba273c0690 {
   width: 82px;
   height: 39px;
   background: #00000000;
 }

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

 .imageview_b3b7bff5e4c2 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
 }

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

 .container_5fad0b5a683f {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_ac645d12eadb {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_d6207fe6897c {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_d2567b9cab11 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
 }

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

 .container_578d2de2cc9e {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_068b11a64545 {
   width: 78px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ff7cc6ebee8c {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 2;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_b9dd6a431b9a {
   width: 45.36px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b9dd6a431b9a {
   overflow: visible;
 }

 .container_941cedabdc2d {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_3426914bdcdf {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_f4a8d077e033 {
   width: 121.09px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f4a8d077e033 {
   overflow: visible;
 }

 .container_02fc384c636f {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_a7dd20264161 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 1;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_a7dd20264161 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_a7dd20264161 {
   width: 113.09px;
   height: 36px;
   z-index: 1;
   background: #00000000;
 }

 .container_0ae904f6a257 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_26e5112657b2 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_33dc3c4e0e0f {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

 .imageview_663708165228 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_98f480205fbc {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_9c273ff6fbc0 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 1;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_41a2ae0a0b06 {
   width: 22.5px;
   height: 20px;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_6f4367842d4d {
   width: 57px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_6f4367842d4d.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_0fbc4aa51b3f {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 17px;
   top: 4px;
 }

 .container_wrapper_0fbc4aa51b3f {
   position: absolute !important;
   overflow: visible;
   left: 17px;
   top: 4px;
   width: 56px;
   height: 56px;
 }

 .container_nested_0fbc4aa51b3f {
   width: 56px;
   height: 56px;
 }

 .container_5faf0846d3d4 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_5faf0846d3d4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1512px;
   height: 65px;
 }

 .container_nested_5faf0846d3d4 {
   width: 1512px;
   height: 65px;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_82e119c5a98c {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 4091px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_92b6f5be603c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4091px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_7185e1034b2d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_ac45855ba613 {
   width: 639px;
   height: 426px;
   position: absolute !important;
   left: 9px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .container_ea2adce88f22 {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 480px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_26ad5d15102b {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 40px;
   left: 0px;
   top: 15px;
   background: #00000000;
 }

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

 .container_4fbd381e62d0 {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 56px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .imageview_54972fc562fa {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_3e3545eb286f {
   position: absolute !important;
   overflow: visible;
   width: 485.02px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_567845d47803 {
   position: absolute !important;
   overflow: visible;
   width: 485.02px;
   height: 60px;
   left: 64px;
   top: 0px;
   background: #00000000;
 }

 .container_e92d8856e77e {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 60px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_f91ca64f5ca2 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_53de1080cedb {
   position: absolute !important;
   overflow: visible;
   width: 402.05px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_4c4bd10a8640 {
   position: absolute !important;
   overflow: visible;
   width: 402.05px;
   height: 60px;
   left: 64px;
   top: 0px;
   background: #00000000;
 }

 .container_2a48fe0b9049 {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 60px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .imageview_03a2a8877ad0 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .container_c4c6f57dbecc {
   position: absolute !important;
   overflow: visible;
   width: 544.7px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_e3d8bbead370 {
   position: absolute !important;
   overflow: visible;
   width: 544.7px;
   height: 60px;
   left: 64px;
   top: 0px;
   background: #00000000;
 }

 .container_3dc73cbb1d06 {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 60px;
   left: 0px;
   top: 168px;
   background: #00000000;
 }

 .container_2c7619bb862b {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 228px;
   left: 0px;
   top: 152px;
   background: #00000000;
 }

 .container_a0caf37f6446 {
   position: absolute !important;
   overflow: visible;
   width: 640px;
   height: 380px;
   left: 704px;
   top: 73px;
   background: #00000000;
 }

 .text_2b0628339183 {
   width: 253px;
   height: 17px;
   position: absolute !important;
   left: 11px;
   top: 9px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2b0628339183 {
   overflow: visible;
 }

 .container_cd87b39bf95f {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 36px;
   left: 704px;
   top: 27px;
   background: #171717;
 }

 .container_fc27dc104595 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 480px;
   left: 48px;
   top: 0px;
   background: #00000000;
 }

 .container_06106d461bc5 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 480px;
   left: 0px;
   top: 96px;
   background: #00000000;
 }

 .container_89e8468c8ba7 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 672px;
   left: -5px;
   top: 610px;
   background: #fafafa;
 }

 .text_1c1e91fef589 {
   width: max-content;
   position: absolute !important;
   left: 431px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_bd2f1039621c {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_957d46dd4c2a {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_bb70f9f59b2a {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   left: 48px;
   top: 0px;
   background: #00000000;
 }

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

 .container_9c5cff6a51d1 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 24px;
   top: 205px;
   background: #00000000;
 }

 .text_d5f64ece12b8 {
   width: 294px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 243px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d5f64ece12b8 {
   overflow: visible;
 }

 .imageview_e8036419dcbd {
   width: 318px;
   height: 192px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_c7a0a21d5c41 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 314px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_a002d3ae4233 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 24px;
   top: 207px;
   background: #00000000;
 }

 .text_37ac25172ba0 {
   width: 294px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 243px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_37ac25172ba0 {
   overflow: visible;
 }

 .imageview_356cd8b746a5 {
   width: 318px;
   height: 192px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_2352abe7ca13 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 314px;
   left: 342px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_5287870e4cfc {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 24px;
   top: 206px;
   background: #00000000;
 }

 .text_57deb6abe8c9 {
   width: 279px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 243px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_57deb6abe8c9 {
   overflow: visible;
 }

 .imageview_a3ef489c76bb {
   width: 318px;
   height: 192px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_0958994c223c {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 314px;
   left: 684px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e7ebff;
 }

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

 .container_d946724b75bc {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 28px;
   left: 24px;
   top: 210px;
   background: #00000000;
 }

 .text_b5cca3156aca {
   width: 319px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 243px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b5cca3156aca {
   overflow: visible;
 }

 .imageview_73fbc03dc417 {
   width: 318px;
   height: 192px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_84842371cdab {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 314px;
   left: 1026px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .container_4d1c53c8ca5a {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 314px;
   left: 48px;
   top: 140px;
   background: #ffffff00;
 }

 .container_2d6d56401afa {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 454px;
   left: -11px;
   top: 96px;
   background: #00000000;
 }

 .container_141fe36f59aa {
   position: absolute !important;
   overflow: visible;
   width: 1434px;
   height: 734px;
   left: 7px;
   top: 1282px;
   background: #ffffff;
 }

 .container_0e260be506bf {
   width: 584px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_e0eecf9155e4 {
   width: 647px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 84px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e0eecf9155e4 {
   overflow: visible;
 }

 .container_be20db8423a4 {
   position: absolute !important;
   overflow: visible;
   width: 872px;
   height: 84px;
   z-index: 1;
   left: 0px;
   top: 120px;
   background: #00000000;
 }

 .text_aab610a8716f {
   width: 299.56px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 142px;
   top: 46px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aab610a8716f {
   overflow: visible;
 }

 .text_d62d23137abd {
   width: 299.56px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 142px;
   top: 17px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d62d23137abd {
   overflow: visible;
 }

 .container_42d3ac9f2e53 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_f02ac27b7673 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   z-index: 1;
   left: 0px;
   top: 337px;
   background: #00000000;
 }

 .text_743bbb8c1470 {
   width: 711px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_743bbb8c1470 {
   overflow: visible;
 }

 .container_d31a79638ea0 {
   position: absolute !important;
   overflow: visible;
   width: 711px;
   height: 517px;
   z-index: 1;
   left: 0px;
   top: -48px;
   background: #00000000;
 }

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

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

 .text_8c36f50176cd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_02690173f2ca {
   position: absolute !important;
   overflow: visible;
   width: 173.63px;
   height: 20px;
   z-index: 2;
   left: 177.17px;
   top: 0px;
   background: #00000000;
 }

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

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

 .text_22d5cbc80629 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_64c754d447d0 {
   position: absolute !important;
   overflow: visible;
   width: 127.89px;
   height: 20px;
   z-index: 2;
   left: 374.8px;
   top: 0px;
   background: #00000000;
 }

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

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

 .text_3008ab9665c7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4936f7e9539f {
   position: absolute !important;
   overflow: visible;
   width: 153.17px;
   height: 20px;
   z-index: 2;
   left: 9px;
   top: 0px;
   background: #00000000;
 }

 .container_f71ffa39a8df {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 410px;
   background: #00000000;
 }

 .container_913b2cff4986 {
   position: absolute !important;
   overflow: visible;
   width: 714px;
   height: 469px;
   z-index: 1;
   left: -15px;
   top: 0px;
   background: #00000000;
 }

 .container_16b613575269 {
   position: absolute !important;
   overflow: visible;
   width: 746px;
   height: 447px;
   z-index: 1;
   left: 52px;
   top: 74px;
   background: #00000000;
 }

 .imageview_3c818b125067 {
   width: 612px;
   height: 436px;
   z-index: 2;
   position: absolute !important;
   left: 772.43px;
   top: 70.42px;
   _scaling-factor: 0.5;
 }

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

 .container_845ffd868cb7 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 560px;
   z-index: 1;
   left: 0px;
   top: 65px;
   background: #000000;
 }

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

 .container_d9051c8b8a4f {
   position: absolute !important;
   overflow: visible;
   width: 648px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_cacf85676a39 {
   position: absolute !important;
   overflow: visible;
   width: 648px;
   height: 84px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .container_f7ef20987ce9 {
   position: absolute !important;
   overflow: visible;
   width: 648px;
   height: 228px;
   left: 0px;
   top: 34px;
   background: #00000000;
 }

 .text_eabffc52b878 {
   width: 256px;
   height: 44px;
   position: absolute !important;
   left: -4px;
   top: -9px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eabffc52b878 {
   overflow: visible;
 }

 .container_09e0b8836a3f {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 40px;
   left: 32px;
   top: 32px;
   background: #00000000;
 }

 .text_fff6344ac80e {
   width: 256px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fff6344ac80e {
   overflow: visible;
 }

 .container_f652e0842e52 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 24px;
   left: 32px;
   top: 80px;
   background: #00000000;
 }

 .container_1713dece297c {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 136px;
   left: 0px;
   top: 0px;
   background: #262626;
 }

 .text_605b87df9027 {
   width: 256px;
   height: 44px;
   position: absolute !important;
   left: -4px;
   top: -9px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_605b87df9027 {
   overflow: visible;
 }

 .container_91c8724d1c79 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 40px;
   left: 32px;
   top: 32px;
   background: #00000000;
 }

 .text_0cb92edaf8c6 {
   width: 256px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0cb92edaf8c6 {
   overflow: visible;
 }

 .container_8e8812126c38 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 24px;
   left: 32px;
   top: 80px;
   background: #00000000;
 }

 .container_d00d08987c96 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 136px;
   left: 336px;
   top: 0px;
   background: #262626;
 }

 .text_1ce9642601a5 {
   width: 256px;
   height: 44px;
   position: absolute !important;
   left: -4px;
   top: -9px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1ce9642601a5 {
   overflow: visible;
 }

 .container_870f8acfffa5 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 40px;
   left: 32px;
   top: 32px;
   background: #00000000;
 }

 .text_c45fd4d7bdd1 {
   width: 256px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c45fd4d7bdd1 {
   overflow: visible;
 }

 .container_b6262bda2286 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 24px;
   left: 32px;
   top: 80px;
   background: #00000000;
 }

 .container_fe129b82d9b4 {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 136px;
   left: 0px;
   top: 160px;
   background: #262626;
 }

 .text_e9098903cfc2 {
   width: 256px;
   height: 44px;
   position: absolute !important;
   left: -4px;
   top: -9px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e9098903cfc2 {
   overflow: visible;
 }

 .container_eab935c79f87 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 40px;
   left: 32px;
   top: 32px;
   background: #00000000;
 }

 .text_774fe6c99c8e {
   width: 256px;
   height: 20px;
   position: absolute !important;
   left: -4px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_774fe6c99c8e {
   overflow: visible;
 }

 .container_d5691b194485 {
   position: absolute !important;
   overflow: visible;
   width: 248px;
   height: 24px;
   left: 32px;
   top: 80px;
   background: #00000000;
 }

 .container_86ef1ffa5c4e {
   position: absolute !important;
   overflow: visible;
   width: 312px;
   height: 136px;
   left: 336px;
   top: 160px;
   background: #262626;
 }

 .container_bcd0261a2fe0 {
   position: absolute !important;
   overflow: visible;
   width: 648px;
   height: 296px;
   left: 696px;
   top: 0px;
   background: #00000000;
 }

 .container_8af9d06c1b03 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 296px;
   left: 48px;
   top: 0px;
   background: #00000000;
 }

 .container_ed177e1ef3eb {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 296px;
   left: 0px;
   top: 96px;
   background: #00000000;
 }

 .container_2d7d16d869a7 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 488px;
   left: 1px;
   top: 2102px;
   background: #000000;
 }

 .text_e6fcf3306f3e {
   width: max-content;
   position: absolute !important;
   left: 81.11px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_9c31cf7d9d8b {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.800000011920929;
 }

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

 .container_1a801cc795f1 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 104px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_6ce59dc72840 {
   width: max-content;
   position: absolute !important;
   left: 79.05px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_c62aa766866e {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_39b82fd152bc {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 448px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_959101d53766 {
   width: max-content;
   position: absolute !important;
   left: 99.19px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_5091b551bfc6 {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_1916a033ce55 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 792px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .container_578e9bccc773 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 256px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_01c9ca66617a {
   width: 1216px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 288px;
 }

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

 .container_fab9703df955 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 300px;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

 .text_f84ba9c272a3 {
   width: max-content;
   position: absolute !important;
   left: 416px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_e972ebfbba19 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_a2cc906686a1 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_4419670faef5 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   left: 12px;
   top: 0px;
   background: #00000000;
 }

 .container_f2a617b2b13f {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 428px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_624e4f5b442f {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 588px;
   left: -3px;
   top: 2762px;
   background: #fafafa;
 }

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

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

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

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

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

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

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

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

 .container_00df741f1e88 {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_21fecd08ed92 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_d84a8f059a92 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d84a8f059a92 {
   overflow: visible;
 }

 .container_e01b0f8956e7 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_41544a33159c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_7443311758c2 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7443311758c2 {
   overflow: visible;
 }

 .container_f6118faec9f6 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_2de9c7f4e0ec {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_f21e5ac4c5ee {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f21e5ac4c5ee {
   overflow: visible;
 }

 .container_406446785249 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_65c3191250af {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_946cc9e9ee3e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_946cc9e9ee3e {
   overflow: visible;
 }

 .container_e63c8211b054 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_28f67ab6d635 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_62246db518cb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_2dedb9f55ce4 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_18ab65e9b98f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_18ab65e9b98f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 24px;
 }

 .container_nested_18ab65e9b98f {
   width: 280px;
   height: 24px;
   background: #00000000;
 }

 .text_7708e789230e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7708e789230e {
   overflow: visible;
 }

 .container_d49d71bde3e5 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_d49d71bde3e5 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_d49d71bde3e5 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_ea7e99d51e92 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_ea7e99d51e92 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_ea7e99d51e92 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_24a18c6c41dc {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_24a18c6c41dc {
   overflow: visible;
 }

 .container_727c9de6eea7 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f7f1a71dea48 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_wrapper_f7f1a71dea48 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 28px;
   width: 280px;
   height: 20px;
 }

 .container_nested_f7f1a71dea48 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_1288c83c7f8d {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1288c83c7f8d {
   overflow: visible;
 }

 .container_e4c125c6e075 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_8cfbbe1897ff {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_wrapper_8cfbbe1897ff {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 56px;
   width: 280px;
   height: 20px;
 }

 .container_nested_8cfbbe1897ff {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_2972235bd861 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2972235bd861 {
   overflow: visible;
 }

 .container_ee400333bbde {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_c465a4e9b597 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_wrapper_c465a4e9b597 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 84px;
   width: 280px;
   height: 20px;
 }

 .container_nested_c465a4e9b597 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_ebce427cd12a {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ebce427cd12a {
   overflow: visible;
 }

 .container_f762b6e405da {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_791e297304c9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .container_wrapper_791e297304c9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 110px;
   width: 280px;
   height: 20px;
 }

 .container_nested_791e297304c9 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_906613462379 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_906613462379 {
   overflow: visible;
 }

 .container_40aa1c53f7da {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_e949fcd25016 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_wrapper_e949fcd25016 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 136px;
   width: 280px;
   height: 20px;
 }

 .container_nested_e949fcd25016 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_bcf4bf0a4308 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_9b0ea4fb7331 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_2c27572a9f52 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c1fbe36399b1 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_3f0d6858356c {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_17474ec6aec2 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_afd2955773cf {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_bfb6a8fedaaf {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_7924cd1b3bc9 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_6e211556faaf {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_b75f3a9fb61b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_2039f9e8fa5b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_555904769d9d {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_5bf29131a1a7 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_5bf29131a1a7 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_f0cfd4a821c8 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_c0035abfb2e6 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_a2f6a04684f9 {
   position: absolute !important;
   overflow: visible;
   width: 1433px;
   height: 317px;
   left: 0px;
   top: 3479px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_a2f6a04684f9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3479px;
   width: 1433px;
   height: 317px;
 }

 .container_nested_a2f6a04684f9 {
   width: 1433px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

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

 .container_a87ac1ee272e {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_a87ac1ee272e {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
 }

 .container_nested_a87ac1ee272e {
   width: 82px;
   height: 39px;
   background: #00000000;
 }

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

 .imageview_a18589797d66 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
 }

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

 .container_ccef111418e6 {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_8b3527e8223f {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_3f7a1a3ac236 {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_fe547fefd522 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
 }

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

 .container_b51c57492a2b {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_220699b40420 {
   width: 78px;
   height: 21px;
   z-index: 2;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bf32fa3521df {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 2;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_76c3bde3ed82 {
   width: 45.36px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_76c3bde3ed82 {
   overflow: visible;
 }

 .container_e3c200e53759 {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_1f2a96333ab8 {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_4b9902cf14b4 {
   width: 121.09px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b9902cf14b4 {
   overflow: visible;
 }

 .container_085820add5aa {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_4a290c9b5229 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 1;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_4a290c9b5229 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_4a290c9b5229 {
   width: 113.09px;
   height: 36px;
   z-index: 1;
   background: #00000000;
 }

 .container_c7da06005a15 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_49374a8ccce4 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_970953feb7df {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

 .imageview_15c68b96f8f6 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_729fd5ccaf9a {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c1de5c9c8bc8 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 1;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_112d7a8a5824 {
   width: 22.5px;
   height: 20px;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_841e9b6c595a {
   width: 57px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_841e9b6c595a.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_020ef583b786 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   left: 17px;
   top: 4px;
 }

 .container_81a152b7c9a6 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 65px;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_81a152b7c9a6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 65px;
 }

 .container_nested_81a152b7c9a6 {
   width: 1440px;
   height: 65px;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_fd11e6defda9 {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 4414px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_6c6b6c4d4762 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_08d421ad61d6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_c7be9d45ecc0 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 96px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_5219245b8fee {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 84px;
   left: 0px;
   top: 112px;
   background: #00000000;
 }

 .text_340c3f4edbe8 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 46px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_340c3f4edbe8 {
   overflow: visible;
 }

 .text_5f3d8b603357 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 17px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5f3d8b603357 {
   overflow: visible;
 }

 .container_08389f3bdf47 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_db57796d9389 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 228px;
   background: #00000000;
 }

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

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

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

 .container_9c87cd1f212e {
   position: absolute !important;
   overflow: visible;
   width: 153.17px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_df049bd72e81 {
   position: absolute !important;
   overflow: visible;
   width: 173.63px;
   height: 20px;
   left: 177.17px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_58cb0ddd3df3 {
   position: absolute !important;
   overflow: visible;
   width: 127.89px;
   height: 20px;
   left: 374.8px;
   top: 0px;
   background: #00000000;
 }

 .container_1de3ce05d6e9 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 20px;
   left: 0px;
   top: 352px;
   background: #00000000;
 }

 .container_225f5baa9c73 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 372px;
   left: 0px;
   top: 14px;
   background: #00000000;
 }

 .container_844a84a15727 {
   position: absolute !important;
   overflow: visible;
   width: 629px;
   height: 400px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_be8f9ff51ef8 {
   position: absolute !important;
   overflow: visible;
   width: 661px;
   height: 400px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .imageview_db901cf7fc35 {
   width: 612px;
   height: 436px;
   position: absolute !important;
   left: 817px;
   top: 59px;
   _scaling-factor: 0.5;
 }

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

 .container_1eeb0867cefa {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 560px;
   left: 0px;
   top: 64px;
   background: #000000;
 }

 .text_bea0ee843d8c {
   width: max-content;
   position: absolute !important;
   left: 81.11px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_adde35a75f82 {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.800000011920929;
 }

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

 .container_04d884532a19 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 104px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_912c6e24db08 {
   width: max-content;
   position: absolute !important;
   left: 79.05px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_3efdfc440804 {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_157c25763152 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 448px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_034dab12c187 {
   width: max-content;
   position: absolute !important;
   left: 99.19px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_7df3bb0e837f {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_08664dd4e75f {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 792px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .container_58f4d73f2329 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 256px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_16ae9656c214 {
   width: 1216px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 288px;
 }

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

 .container_24920314190e {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 300px;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

 .text_6d84bd0b489c {
   width: max-content;
   position: absolute !important;
   left: 416px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_1a23d04f5ca8 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_7b0b717f6980 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_090f514e8adf {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   left: 12px;
   top: 0px;
   background: #00000000;
 }

 .container_7e95d9db6783 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 428px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

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

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

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

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

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

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

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

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

 .container_512d102580ce {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_512d102580ce {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 298px;
   height: 189px;
 }

 .container_nested_512d102580ce {
   width: 298px;
   height: 189px;
   background: #00000000;
 }

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

 .container_8bb8d1f180f5 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_10cfdb08ad77 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_10cfdb08ad77 {
   overflow: visible;
 }

 .container_1952951bed94 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_375683cd1dea {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_04aeac7de537 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_04aeac7de537 {
   overflow: visible;
 }

 .container_64f776fb2e2c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_99d6fdb20b60 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_d4393204fb41 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4393204fb41 {
   overflow: visible;
 }

 .container_829e13aa2967 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_786cb973f566 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_5d14b1b792bd {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5d14b1b792bd {
   overflow: visible;
 }

 .container_f0c5415c0315 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_62cc1951d55a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_a83bec1b73e2 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_wrapper_a83bec1b73e2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 40px;
   width: 280px;
   height: 104px;
 }

 .container_nested_a83bec1b73e2 {
   width: 280px;
   height: 104px;
   background: #00000000;
 }

 .container_640d52bc0cd9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_9709a060175f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_75c4ba600ec9 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75c4ba600ec9 {
   overflow: visible;
 }

 .container_41287971d50d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_41287971d50d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_41287971d50d {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_711282ac5023 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_711282ac5023 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_711282ac5023 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_a6ec5ca8c3f2 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a6ec5ca8c3f2 {
   overflow: visible;
 }

 .container_594e0169179f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_c9d320d5b642 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_wrapper_c9d320d5b642 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 28px;
   width: 280px;
   height: 20px;
 }

 .container_nested_c9d320d5b642 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_1fe9cfd04580 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1fe9cfd04580 {
   overflow: visible;
 }

 .container_fd7877486867 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_c9662662a99e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_wrapper_c9662662a99e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 56px;
   width: 280px;
   height: 20px;
 }

 .container_nested_c9662662a99e {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_26e3be29ff5c {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_26e3be29ff5c {
   overflow: visible;
 }

 .container_c7749cfabb30 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_855195e0f66c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_wrapper_855195e0f66c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 84px;
   width: 280px;
   height: 20px;
 }

 .container_nested_855195e0f66c {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_c7bba696cd76 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c7bba696cd76 {
   overflow: visible;
 }

 .container_846a84bbf236 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_8d9f479a27e3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .container_wrapper_8d9f479a27e3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 110px;
   width: 280px;
   height: 20px;
 }

 .container_nested_8d9f479a27e3 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_e37317193ee6 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e37317193ee6 {
   overflow: visible;
 }

 .container_611a64c1157b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f6d2d8cb50ea {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_wrapper_f6d2d8cb50ea {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 136px;
   width: 280px;
   height: 20px;
 }

 .container_nested_f6d2d8cb50ea {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_5b5a56e88ad8 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_25cdf4762a10 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_468f7706a4af {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6864e153613b {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_dc1b9bff5f04 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ce02a0a0d04f {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_8a311553674b {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_d383da819612 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_bee2ddfc83b7 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_2ab8c35f23ab {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_745a39828ac9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_ec0a9eab108b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_edcc3741b8aa {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_a15dcea0e1c5 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_a15dcea0e1c5 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_381ba2a14e9f {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_e2cca2ef7ad1 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_24b3664e683b {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 317px;
   left: -5px;
   top: 586px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_24b3664e683b {
   position: absolute !important;
   overflow: visible;
   left: -5px;
   top: 586px;
   width: 1509px;
   height: 317px;
 }

 .container_nested_24b3664e683b {
   width: 1509px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_4cf96b31fbfc {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 903px;
   left: 0px;
   top: 2628px;
   background: #fafafa;
 }

 .imageview_8dba5c1c5622 {
   width: 67.5px;
   height: 95px;
   position: absolute !important;
   left: 130.91px;
   top: 15.5px;
 }

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

 .text_9a3d2304dd9a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 34.16px;
   top: 91px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_c281810f6f2c {
   width: max-content;
   position: absolute !important;
   left: 8.16px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cf2d4f294760 {
   position: absolute !important;
   overflow: visible;
   width: 265.31px;
   height: 20px;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

 .container_895ca9c57027 {
   position: absolute !important;
   overflow: visible;
   width: 329.31px;
   height: 180px;
   left: 167.34px;
   top: 160px;
   background: #00000000;
 }

 .imageview_0a41a329b95f {
   width: 664px;
   height: 500px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_878f60333b5e {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 499px;
   left: 0px;
   top: 0px;
   background: #404040;
 }

 .text_a619ffbf81ed {
   width: 253px;
   height: 17px;
   position: absolute !important;
   left: 11px;
   top: 9px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a619ffbf81ed {
   overflow: visible;
 }

 .container_fc26b3481741 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #171717;
 }

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

 .container_49e5acfcb4c6 {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 96px;
   left: 0px;
   top: 52px;
   background: #00000000;
 }

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

 .container_2737b1b964b6 {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 84px;
   left: 0px;
   top: 172px;
   background: #00000000;
 }

 .imageview_edf55eac5b06 {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_a2f444c9dd8c {
   width: 223.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a2f444c9dd8c {
   overflow: visible;
 }

 .container_6c9844714955 {
   position: absolute !important;
   overflow: visible;
   width: 215.66px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_4bbb2f65f389 {
   width: 223.66px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4bbb2f65f389 {
   overflow: visible;
 }

 .container_9d194f677031 {
   position: absolute !important;
   overflow: visible;
   width: 215.66px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_3845679bf144 {
   position: absolute !important;
   overflow: visible;
   width: 215.66px;
   height: 48px;
   left: 26px;
   top: 0px;
   background: #00000000;
 }

 .container_6e6142a4f6b7 {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 48px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_2f44f3cca70b {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_b129f84bdbe5 {
   width: 215.17px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b129f84bdbe5 {
   overflow: visible;
 }

 .container_d35609dcb8a2 {
   position: absolute !important;
   overflow: visible;
   width: 207.17px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_5140ae7cbc22 {
   width: 215.17px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5140ae7cbc22 {
   overflow: visible;
 }

 .container_5a2da50dc681 {
   position: absolute !important;
   overflow: visible;
   width: 207.17px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_8d059bebc2bb {
   position: absolute !important;
   overflow: visible;
   width: 207.17px;
   height: 48px;
   left: 26px;
   top: 0px;
   background: #00000000;
 }

 .container_9184c0da665b {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 48px;
   left: 0px;
   top: 64px;
   background: #00000000;
 }

 .imageview_ecccb3fbe1ac {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_1f5cf6efc1b3 {
   width: 233.05px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1f5cf6efc1b3 {
   overflow: visible;
 }

 .container_6ddafc3476fc {
   position: absolute !important;
   overflow: visible;
   width: 225.05px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_b2a32f7c56a0 {
   width: 233.05px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b2a32f7c56a0 {
   overflow: visible;
 }

 .container_4bbc30f8db9d {
   position: absolute !important;
   overflow: visible;
   width: 225.05px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_e4f542828a8f {
   position: absolute !important;
   overflow: visible;
   width: 225.05px;
   height: 48px;
   left: 26px;
   top: 0px;
   background: #00000000;
 }

 .container_2aea5b5ef6fd {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 48px;
   left: 0px;
   top: 128px;
   background: #00000000;
 }

 .imageview_ea4c7403931a {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_71a7a5e844df {
   width: 267.33px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_71a7a5e844df {
   overflow: visible;
 }

 .container_41f59051a6e2 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_73af4896bfcb {
   width: 267.33px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_73af4896bfcb {
   overflow: visible;
 }

 .container_a3f09db03833 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_0af888a66e41 {
   position: absolute !important;
   overflow: visible;
   width: 259.33px;
   height: 48px;
   left: 26px;
   top: 0px;
   background: #00000000;
 }

 .container_422f3aa11447 {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 48px;
   left: 0px;
   top: 192px;
   background: #00000000;
 }

 .imageview_ea6a39cc030e {
   width: 14px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_3ea506ff912b {
   width: 182.88px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3ea506ff912b {
   overflow: visible;
 }

 .container_81563e0264b8 {
   position: absolute !important;
   overflow: visible;
   width: 174.88px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_314353a55687 {
   width: 182.88px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_314353a55687 {
   overflow: visible;
 }

 .container_54ee55042489 {
   position: absolute !important;
   overflow: visible;
   width: 174.88px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_f2d8b7f2d1dd {
   position: absolute !important;
   overflow: visible;
   width: 174.88px;
   height: 48px;
   left: 26px;
   top: 0px;
   background: #00000000;
 }

 .container_52e9b3971e97 {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 48px;
   left: 0px;
   top: 256px;
   background: #00000000;
 }

 .container_feeb2ccba02b {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 304px;
   left: 0px;
   top: 280px;
   background: #00000000;
 }

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

 .container_e8f8a04b38e4 {
   position: absolute !important;
   overflow: visible;
   width: 664px;
   height: 672px;
   left: 712px;
   top: 0px;
   background: #00000000;
 }

 .container_39d355794e0a {
   position: absolute !important;
   overflow: visible;
   width: 1376px;
   height: 672px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .imageview_ee52f81af168 {
   width: 36px;
   height: 57px;
   position: absolute !important;
   left: 76.3px;
   top: 14.5px;
 }

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

 .text_d46e1f2ad01e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25.3px;
   top: 59px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1a0c888945d7 {
   position: absolute !important;
   overflow: visible;
   width: 188.61px;
   height: 104px;
   left: 67.69px;
   top: 44px;
   background: #00000000;
 }

 .imageview_3848c059a4dd {
   width: 324px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_b28e76c92fb1 {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 192px;
   left: 1px;
   top: 1px;
   background: #525252;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_500a403e1526 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 24px;
   left: 24px;
   top: 24px;
   background: #00000000;
 }

 .text_77bdd5b09a6e {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 55px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_53c731fe05df {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 120px;
   left: 1px;
   top: 193px;
   background: #00000000;
 }

 .container_4b3551c55adf {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 314px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_349b0ea78d0e {
   width: 36px;
   height: 57px;
   position: absolute !important;
   left: 85.03px;
   top: 14.5px;
 }

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

 .text_459077cb3b95 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 26.53px;
   top: 59px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_ff7707622867 {
   width: 324px;
   height: 191px;
   z-index: 2;
   position: absolute !important;
   left: -58.97px;
   top: -44px;
   _scaling-factor: 0.5;
 }

 .imageview_ff7707622867.wp-block-image {
   width: 206px !important;
   height: 104px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_412e27682f62 {
   position: absolute !important;
   overflow: visible;
   width: 206.06px;
   height: 104px;
   left: 58.97px;
   top: 44px;
   background: #00000000;
 }

 .container_27224a2a183a {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 192px;
   left: 1px;
   top: 1px;
   background: #525252;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_60df24450c33 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 24px;
   left: 24px;
   top: 24px;
   background: #00000000;
 }

 .text_14c3d54f6c50 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 55px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e7ccb1bf7295 {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 120px;
   left: 1px;
   top: 193px;
   background: #00000000;
 }

 .container_7fcd03ae9a71 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 314px;
   left: 350px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_f4b5beb787fb {
   width: 36px;
   height: 57px;
   position: absolute !important;
   left: 74.91px;
   top: 14.5px;
 }

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

 .text_5ded22fcac46 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.91px;
   top: 59px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4d6519754bcd {
   position: absolute !important;
   overflow: visible;
   width: 185.81px;
   height: 104px;
   left: 69.09px;
   top: 44px;
   background: #00000000;
 }

 .imageview_75648e63b461 {
   width: 324px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_a783c16fe617 {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 192px;
   left: 1px;
   top: 1px;
   background: #525252;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_815642e92f67 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 24px;
   left: 24px;
   top: 24px;
   background: #00000000;
 }

 .text_800dc1f8f911 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 55px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b25c10700979 {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 120px;
   left: 1px;
   top: 193px;
   background: #00000000;
 }

 .container_f47571ae41a4 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 314px;
   left: 700px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_bdb9bbc2caeb {
   width: 36px;
   height: 57px;
   position: absolute !important;
   left: 63.59px;
   top: 14.5px;
 }

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

 .text_7a9948b1793a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25.09px;
   top: 59px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3a1103fc418c {
   position: absolute !important;
   overflow: visible;
   width: 163.19px;
   height: 104px;
   left: 80.41px;
   top: 44px;
   background: #00000000;
 }

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

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

 .container_cec727f67194 {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 192px;
   left: 1px;
   top: 1px;
   background: #525252;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_8b6f708265e8 {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 24px;
   left: 24px;
   top: 24px;
   background: #00000000;
 }

 .text_ebc7090d152b {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 55px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_85e2c5db7740 {
   position: absolute !important;
   overflow: visible;
   width: 324px;
   height: 120px;
   left: 1px;
   top: 193px;
   background: #00000000;
 }

 .container_cdee1ec771e6 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 314px;
   left: 1050px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .container_a072970158b7 {
   position: absolute !important;
   overflow: visible;
   width: 1376px;
   height: 314px;
   left: 70px;
   top: 763px;
   background: #00000000;
 }

 .container_2955b05f0ac8 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1050px;
   left: 0px;
   top: 80px;
   background: #00000000;
 }

 .container_6d285f364a7b {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 1210px;
   left: 0px;
   top: 624px;
   background: #fafafa;
 }

 .text_ec093973521b {
   width: max-content;
   position: absolute !important;
   left: 384.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_23b12491c6b7 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_827350a0b0bb {
   width: max-content;
   position: absolute !important;
   left: 86px;
   top: -2px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_037d5cac5dda {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_fb5f5fb98473 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_9954b89ea156 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 249px;
   background: #00000000;
 }

 .text_dcf874825dca {
   width: 334px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dcf874825dca {
   overflow: visible;
 }

 .container_80100c223853 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 72px;
   left: 33px;
   top: 289px;
   background: #00000000;
 }

 .text_8ddfcd4a715f {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8ddfcd4a715f {
   overflow: visible;
 }

 .container_1bbef58edfe6 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_b7bfbc8d5703 {
   width: 326px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: -11px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b7bfbc8d5703 {
   overflow: visible;
 }

 .container_22f25beb0d08 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_8daa1990110b {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_de8f9a4d02b6 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 380px;
   background: #00000000;
 }

 .imageview_203b100d56e7 {
   width: 384px;
   height: 232px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_203b100d56e7.wp-block-image {
   width: 384px !important;
   height: 230px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d9d872a7a124 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_0d6dc5312bae {
   width: 318px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 291px;
   background: #00000000;
 }

 .text_e60555cdd6d5 {
   width: max-content;
   position: absolute !important;
   left: 33px;
   top: 248px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_a95fd1e1b3bd {
   width: 329px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a95fd1e1b3bd {
   overflow: visible;
 }

 .container_60b24fa07572 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 56px;
   z-index: 1;
   left: 33px;
   top: 291px;
   background: #00000000;
 }

 .text_dd8a33299e2d {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dd8a33299e2d {
   overflow: visible;
 }

 .container_349140b28347 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_1b8e70b34704 {
   width: 326px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b8e70b34704 {
   overflow: visible;
 }

 .container_ad391e52e564 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_c49f877548da {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 380px;
   background: #00000000;
 }

 .imageview_5b0e2dd75073 {
   width: 384px;
   height: 232px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_eb8fe4dd8adc {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 416px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_2d2edb1c73bb {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 248px;
   background: #00000000;
 }

 .text_da8186ec066e {
   width: 332px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da8186ec066e {
   overflow: visible;
 }

 .container_31b5c1ec309e {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 71px;
   left: 33px;
   top: 291px;
   background: #00000000;
 }

 .text_d28a1425ff59 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 11px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d28a1425ff59 {
   overflow: visible;
 }

 .container_a953dd5767af {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 50px;
   left: 0px;
   top: -16px;
   background: #00000000;
 }

 .text_210a1ba01a40 {
   width: 326px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_210a1ba01a40 {
   overflow: visible;
 }

 .container_dfb0fb749014 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 45px;
   left: 0px;
   top: 39px;
   background: #00000000;
 }

 .container_a1d85a395f66 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 93px;
   left: 33px;
   top: 382px;
   background: #00000000;
 }

 .imageview_ca59b97de6d6 {
   width: 384px;
   height: 232px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_04740023c546 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 832px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_cdd9a953b6bd {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 486px;
   left: 32px;
   top: 148px;
   background: #00000000;
 }

 .container_65877436ff43 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 634px;
   left: 92px;
   top: 80px;
   background: #00000000;
 }

 .container_5983025f58ec {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 794px;
   left: 0px;
   top: 1834px;
   background: #ffffff;
 }

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

 .container_5df76fb82394 {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   z-index: 1;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_5df76fb82394 {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_5df76fb82394 {
   width: 82px;
   height: 39px;
   z-index: 1;
   background: #00000000;
 }

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

 .imageview_9372f6982d80 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_490663a1f6a3 {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_e401f970666d {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_1becc8acaeab {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_5adb65cd6212 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_2f60eb555f9e {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_1d1b37af6353 {
   width: 78px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_2c6aae9ac6a3 {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 3;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_799a946e9d1e {
   width: 45.36px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_799a946e9d1e {
   overflow: visible;
 }

 .container_c7220ce0c66e {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_582bc1feef6c {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   z-index: 1;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_5438036d3007 {
   width: 121.09px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5438036d3007 {
   overflow: visible;
 }

 .container_bf7b7e12e4cb {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_9ef22f140b34 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_9ef22f140b34 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_9ef22f140b34 {
   width: 113.09px;
   height: 36px;
   z-index: 2;
   background: #00000000;
 }

 .container_4f6657fa54fd {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_a3d699653165 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   z-index: 1;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_2c354787d972 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

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

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

 .container_585f18744e5b {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_8846f0e34ca9 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 2;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_3adbda439f4a {
   width: 22.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_9b66dcf21dff {
   width: 57px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_9b66dcf21dff.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_def6e16f236c {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 17px;
   top: 4px;
 }

 .container_9baf6370b92b {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

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

 .container_nested_9baf6370b92b {
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_626a73e49849 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 3140px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_de9cdb2e7ce1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3140px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_123a34225986 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_1ffbb8d3690a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_301ca793027c {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 96px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_ecdc88b0a497 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 84px;
   left: 0px;
   top: 112px;
   background: #00000000;
 }

 .text_010eb3daf51f {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 46px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_010eb3daf51f {
   overflow: visible;
 }

 .text_99466c5a9f05 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 17px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99466c5a9f05 {
   overflow: visible;
 }

 .container_7db947341657 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_47a2fda82574 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 228px;
   background: #00000000;
 }

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

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

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

 .container_7db19e445650 {
   position: absolute !important;
   overflow: visible;
   width: 153.17px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_0fa19e1065ca {
   position: absolute !important;
   overflow: visible;
   width: 173.63px;
   height: 20px;
   left: 177.17px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_68884f621290 {
   position: absolute !important;
   overflow: visible;
   width: 127.89px;
   height: 20px;
   left: 374.8px;
   top: 0px;
   background: #00000000;
 }

 .container_0c6cfc767d3f {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 20px;
   left: 0px;
   top: 352px;
   background: #00000000;
 }

 .container_55e073ff63c6 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 372px;
   left: 0px;
   top: 14px;
   background: #00000000;
 }

 .imageview_57d6410622a1 {
   width: 612px;
   height: 408px;
   position: absolute !important;
   left: 700px;
   top: -22px;
   _scaling-factor: 0.5;
 }

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

 .container_c1ebb0596546 {
   position: absolute !important;
   overflow: visible;
   width: 603px;
   height: 400px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_f4f745c11cbc {
   position: absolute !important;
   overflow: visible;
   width: 689px;
   height: 400px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_551c21c36454 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 560px;
   left: 0px;
   top: 64px;
   background: #000000;
 }

 .imageview_fde4885e8418 {
   width: 584px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_5c2fac322f3c {
   width: 196.56px;
   height: 17px;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c2fac322f3c {
   overflow: visible;
 }

 .container_219e09ebdb28 {
   position: absolute !important;
   overflow: visible;
   width: 220.56px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #000000;
 }

 .container_wrapper_219e09ebdb28 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 220.56px;
   height: 36px;
 }

 .container_nested_219e09ebdb28 {
   width: 220.56px;
   height: 36px;
   background: #000000;
 }

 .text_e07a39553f41 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_078a0e336efe {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 144px;
   left: 0px;
   top: 63px;
   background: #00000000;
 }

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

 .container_47e76c52336d {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 84px;
   left: 0px;
   top: 220px;
   background: #00000000;
 }

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

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

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

 .container_c686081a4900 {
   position: absolute !important;
   overflow: visible;
   width: 512.8px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_4548a2433f8c {
   position: absolute !important;
   overflow: visible;
   width: 512.8px;
   height: 56px;
   left: 56px;
   top: 0px;
   background: #00000000;
 }

 .container_3a55414e03b2 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_6f71a8a60cc3 {
   position: absolute !important;
   overflow: visible;
   width: 484.23px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_df79f9a12735 {
   position: absolute !important;
   overflow: visible;
   width: 484.23px;
   height: 56px;
   left: 56px;
   top: 0px;
   background: #00000000;
 }

 .container_701ace4712f9 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   left: 0px;
   top: 72px;
   background: #00000000;
 }

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

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

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

 .container_2100ec93a3e8 {
   position: absolute !important;
   overflow: visible;
   width: 399.63px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_d20a23b75418 {
   position: absolute !important;
   overflow: visible;
   width: 399.63px;
   height: 56px;
   left: 56px;
   top: 0px;
   background: #00000000;
 }

 .container_2422991eaa8e {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   left: 0px;
   top: 144px;
   background: #00000000;
 }

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

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

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

 .container_7882716280a8 {
   position: absolute !important;
   overflow: visible;
   width: 413px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_9bc963bfcbd0 {
   position: absolute !important;
   overflow: visible;
   width: 413px;
   height: 56px;
   left: 56px;
   top: 0px;
   background: #00000000;
 }

 .container_dbfc9094c816 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   left: 0px;
   top: 216px;
   background: #00000000;
 }

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

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

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

 .container_2b9e0b32c965 {
   position: absolute !important;
   overflow: visible;
   width: 433.97px;
   height: 28px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_ca52384a4003 {
   position: absolute !important;
   overflow: visible;
   width: 433.97px;
   height: 56px;
   left: 56px;
   top: 0px;
   background: #00000000;
 }

 .container_08972a9b3838 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   left: 0px;
   top: 288px;
   background: #00000000;
 }

 .container_29158e84f09b {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 344px;
   left: 0px;
   top: 336px;
   background: #00000000;
 }

 .container_e903c7fc694f {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 788px;
   left: 632px;
   top: 0px;
   background: #00000000;
 }

 .container_e0253be654cf {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 788px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_f105466c077d {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 680px;
   left: 80px;
   top: 90px;
   background: #00000000;
 }

 .container_b316ff49d2ab {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 770px;
   left: 0px;
   top: 684px;
   background: #ffffff;
 }

 .imageview_85477f959ec7 {
   width: 381px;
   height: 262px;
   position: absolute !important;
   left: -31px;
   top: -248px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_85477f959ec7.wp-block-image {
   width: 318px !important;
   height: 14px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_4bf31e7d1438 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 249px;
   background: #00000000;
 }

 .text_35e74d61f69e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 270px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_68c6833776aa {
   width: 337px;
   height: 95px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b7266bfb4215 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 94px;
   left: 33px;
   top: 298px;
   background: #00000000;
 }

 .text_9cde4354ba99 {
   width: 350px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9cde4354ba99 {
   overflow: visible;
 }

 .container_5eec2d6fe873 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_41d74b827ed4 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41d74b827ed4 {
   overflow: visible;
 }

 .container_5ea9ebb4abec {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 38px;
   background: #00000000;
 }

 .container_d4e3c4e75342 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 399px;
   background: #00000000;
 }

 .container_497f98a28ead {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_e325ef603cf7 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 275px;
   background: #00000000;
 }

 .text_dc9ba76b04ad {
   width: 339px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc9ba76b04ad {
   overflow: visible;
 }

 .container_705408495a85 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 80px;
   left: 33px;
   top: 303px;
   background: #00000000;
 }

 .text_50f000f72093 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_50f000f72093 {
   overflow: visible;
 }

 .container_f47e02aff453 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_99155bbafd22 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99155bbafd22 {
   overflow: visible;
 }

 .container_03b5d717336e {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 45px;
   background: #00000000;
 }

 .container_8b2c5e367231 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 384px;
   background: #00000000;
 }

 .imageview_9ad5cb6761bf {
   width: 384px;
   height: 262px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_6d8009d90fc4 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 416px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_7cbdd4293fbf {
   width: 318px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 249px;
   background: #00000000;
 }

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

 .container_a786c98f2fcc {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 30px;
   z-index: 1;
   left: 33px;
   top: 275px;
   background: #00000000;
 }

 .text_bf52ea545e13 {
   width: 318px;
   height: 72px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 303px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bf52ea545e13 {
   overflow: visible;
 }

 .text_4be98815a88a {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4be98815a88a {
   overflow: visible;
 }

 .container_c9da8eaa48df {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 42px;
   left: 0px;
   top: 8px;
   background: #00000000;
 }

 .text_7af776c8628e {
   width: 326px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1e051b28ad11 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 45px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_e82ee0beca93 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 98px;
   left: 33px;
   top: 375px;
   background: #00000000;
 }

 .container_3a9fb856731a {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 832px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_b3b263d803c4 {
   width: 384px;
   height: 262px;
   z-index: 1;
   position: absolute !important;
   left: 832px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_6e39865bd99b {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 486px;
   left: 32px;
   top: 148px;
   background: #00000000;
 }

 .text_97afc2842353 {
   width: max-content;
   position: absolute !important;
   left: 268.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_23eb1173fe22 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_df99de227216 {
   width: max-content;
   position: absolute !important;
   left: 39px;
   top: -2px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_bb42cc75b513 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_733b3064c8b5 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 64px;
   top: 0px;
   background: #00000000;
 }

 .container_88c37a949064 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 634px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_bbde1cd1bb4d {
   position: absolute !important;
   overflow: visible;
   width: 1551px;
   height: 794px;
   left: 0px;
   top: 1493px;
   background: #ffffff;
 }

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

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

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

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

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

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

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

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

 .container_1f4761437cce {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_e6323d53017e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_13ee7410a868 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_13ee7410a868 {
   overflow: visible;
 }

 .container_abfe40e67492 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_29033493f235 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_7716855df0f1 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7716855df0f1 {
   overflow: visible;
 }

 .container_1136b900b0bd {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_e11e29664f72 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_6b8d256e28e9 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6b8d256e28e9 {
   overflow: visible;
 }

 .container_9645a51dec7a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_d8ffd51ed2e3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_14a71eb1dec0 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_14a71eb1dec0 {
   overflow: visible;
 }

 .container_2f91340760f9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_9cda4933107e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_9ca730b7099b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_7f41daf3fb73 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_26fc85c88cf4 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_6c23f71d2b0e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6c23f71d2b0e {
   overflow: visible;
 }

 .container_71ab4e84249d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_71ab4e84249d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_71ab4e84249d {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_2d8d485015ec {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_2d8d485015ec {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_2d8d485015ec {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_f07b1314f78c {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f07b1314f78c {
   overflow: visible;
 }

 .container_155771ae6725 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_79703b974aa9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_wrapper_79703b974aa9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 28px;
   width: 280px;
   height: 20px;
 }

 .container_nested_79703b974aa9 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_5c617ed33c5e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c617ed33c5e {
   overflow: visible;
 }

 .container_6d3d2f6617f0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_bc92dd69e48b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_wrapper_bc92dd69e48b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 56px;
   width: 280px;
   height: 20px;
 }

 .container_nested_bc92dd69e48b {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_f6c376b91278 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f6c376b91278 {
   overflow: visible;
 }

 .container_5a79c4313020 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_9e9f3d7e67e9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_wrapper_9e9f3d7e67e9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 84px;
   width: 280px;
   height: 20px;
 }

 .container_nested_9e9f3d7e67e9 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_da31838049c2 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da31838049c2 {
   overflow: visible;
 }

 .container_e31016abaad6 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_48caa92c03bb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .container_wrapper_48caa92c03bb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 110px;
   width: 280px;
   height: 20px;
 }

 .container_nested_48caa92c03bb {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_c8e3cdc0c016 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c8e3cdc0c016 {
   overflow: visible;
 }

 .container_ac5b80628641 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_f6e52958971e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_wrapper_f6e52958971e {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 136px;
   width: 280px;
   height: 20px;
 }

 .container_nested_f6e52958971e {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_25871157ec55 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_f21d92b30de6 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_1e198b55590a {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8357fb0b00e0 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_b6b4111f1acb {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f6c4e2b9b88c {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_9f48b3e07a37 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_0e148113549a {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_4684bda6862d {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_1b5778c6ba2c {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_c87ae38cb912 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_f583e583baef {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_36712895ab1e {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_4b68fa195e47 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_4b68fa195e47 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_c480b5f5d750 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_1ec1aa73d242 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_f7c38a175a30 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 317px;
   left: 3px;
   top: 2939px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_f7c38a175a30 {
   position: absolute !important;
   overflow: visible;
   left: 3px;
   top: 2939px;
   width: 1509px;
   height: 317px;
 }

 .container_nested_f7c38a175a30 {
   width: 1509px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

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

 .container_76b91eac323b {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   z-index: 1;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_76b91eac323b {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_76b91eac323b {
   width: 82px;
   height: 39px;
   z-index: 1;
   background: #00000000;
 }

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

 .imageview_e1e170ab250b {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_6d60b14fd416 {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_d496fd3ac2c2 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_a821d3c8ea5a {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_e072358dad85 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_424a6dec8d64 {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_f7c8c792e595 {
   width: 78px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_91dd59f462f8 {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 3;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_6322b5b42b67 {
   width: 45.36px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6322b5b42b67 {
   overflow: visible;
 }

 .container_df20c8c3accc {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_7c18fb407d76 {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   z-index: 1;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_c129be6fd6e4 {
   width: 121.09px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c129be6fd6e4 {
   overflow: visible;
 }

 .container_00bac089750c {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_d91540deebfb {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_d91540deebfb {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_d91540deebfb {
   width: 113.09px;
   height: 36px;
   z-index: 2;
   background: #00000000;
 }

 .container_55e2b2cac117 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_4a785cf338e3 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   z-index: 1;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_d597b2773bd3 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

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

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

 .container_92ee325e2b4c {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_a0588838300b {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 2;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_df588e8107f5 {
   width: 22.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_95d63acaa5b7 {
   width: 57px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_95d63acaa5b7.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_bd1cac572926 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 17px;
   top: 4px;
 }

 .container_26137783b2dd {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

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

 .container_nested_26137783b2dd {
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_09f5fb0d8a15 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 3256px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_1b89aba97c3b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 81.11px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_26ccd2daba18 {
   width: 320px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.800000011920929;
 }

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

 .container_ce730aba67b1 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   z-index: 1;
   left: 104px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_3c6aade5a1ca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 79.05px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_669d6dcec778 {
   width: 320px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_63e496aff7ff {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   z-index: 1;
   left: 448px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_3f18b4130fc2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 99.19px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_61a36e036fa3 {
   width: 320px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_ed246f1b7536 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   z-index: 1;
   left: 792px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .container_e7651c624afc {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 256px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_15c0446d0b23 {
   width: 1216px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 288px;
 }

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

 .container_f7724ac0dd39 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 300px;
   z-index: 1;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

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

 .container_146ff63459a1 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_68205d6ec786 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   z-index: 1;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_c420ee5ece78 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   z-index: 1;
   left: 12px;
   top: 0px;
   background: #00000000;
 }

 .container_e7b4497167c1 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 428px;
   z-index: 1;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_9a7e9c724b89 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 588px;
   z-index: 1;
   left: 13px;
   top: 2369px;
   background: #fafafa;
 }

 .container_234e45a94c5e {
   position: relative !important;
   overflow: visible;
   width: 1512px;
   height: 3256px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_46e26639d0ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_707c317af5d5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_5f7fabc73b06 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 96px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_35dfbc71e2c2 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 84px;
   left: 0px;
   top: 112px;
   background: #00000000;
 }

 .text_73294dc98303 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 46px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_73294dc98303 {
   overflow: visible;
 }

 .text_57e7dd4aa201 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 17px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_57e7dd4aa201 {
   overflow: visible;
 }

 .container_bf74b82cb9e8 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_f22140c91f7e {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 228px;
   background: #00000000;
 }

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

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

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

 .container_8d22534335f5 {
   position: absolute !important;
   overflow: visible;
   width: 153.17px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_aaecfc5e02de {
   position: absolute !important;
   overflow: visible;
   width: 173.63px;
   height: 20px;
   left: 177.17px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_127b3528226f {
   position: absolute !important;
   overflow: visible;
   width: 127.89px;
   height: 20px;
   left: 374.8px;
   top: 0px;
   background: #00000000;
 }

 .container_34802b15d37a {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 20px;
   left: 0px;
   top: 352px;
   background: #00000000;
 }

 .container_e1b8dd0290bd {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 372px;
   left: 0px;
   top: 14px;
   background: #00000000;
 }

 .imageview_f325c9ad929a {
   width: 612px;
   height: 408px;
   position: absolute !important;
   left: 700px;
   top: -22px;
   _scaling-factor: 0.5;
 }

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

 .container_0460ad9cee2f {
   position: absolute !important;
   overflow: visible;
   width: 629px;
   height: 400px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_cd551537d918 {
   position: absolute !important;
   overflow: visible;
   width: 661px;
   height: 400px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_7211583e2d2b {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 560px;
   left: 0px;
   top: 64px;
   background: #000000;
 }

 .text_4af7aa05d806 {
   width: 196.56px;
   height: 17px;
   position: absolute !important;
   left: 12px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4af7aa05d806 {
   overflow: visible;
 }

 .container_d16dc6ba2410 {
   position: absolute !important;
   overflow: visible;
   width: 220.56px;
   height: 36px;
   left: 645px;
   top: 0px;
   background: #000000;
 }

 .imageview_64ddc432167c {
   width: 584px;
   height: 500px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_b7a02887b3e4 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 519px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .text_867389e010b5 {
   width: max-content;
   position: absolute !important;
   left: 357.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_0c9247f192cb {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_7b1701e4de01 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: -2px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d827c37df5fa {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_903cb4e03489 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_57705cf17d09 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 275px;
   background: #00000000;
 }

 .text_627c5358b0e8 {
   width: 318px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 6px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_627c5358b0e8 {
   overflow: visible;
 }

 .container_5a59ce78881c {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 72px;
   left: 37px;
   top: 303px;
   background: #00000000;
 }

 .text_5c76315df65e {
   width: 332px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c76315df65e {
   overflow: visible;
 }

 .container_6b9440de733d {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 39px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_687aa6ef84b4 {
   width: 318px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_2a4d5764302a {
   width: 326px;
   height: 51px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 39px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2a4d5764302a {
   overflow: visible;
 }

 .container_f9d380a0482d {
   position: absolute !important;
   overflow: visible;
   width: 332px;
   height: 90px;
   left: 37px;
   top: 386px;
   background: #00000000;
 }

 .imageview_0abae06ef3e7 {
   width: 384px;
   height: 246px;
   position: absolute !important;
   left: 0px;
   top: -6px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_0abae06ef3e7.wp-block-image {
   width: 384px !important;
   height: 240px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_2c62f8f42fa6 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_848e50234c29 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 275px;
   background: #00000000;
 }

 .text_c1b891fc425c {
   width: 339px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c1b891fc425c {
   overflow: visible;
 }

 .container_9615af3e75c1 {
   position: absolute !important;
   overflow: visible;
   width: 326px;
   height: 72px;
   left: 33px;
   top: 303px;
   background: #00000000;
 }

 .text_ef0dde1b57c7 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ef0dde1b57c7 {
   overflow: visible;
 }

 .container_7d82f9e8ec9b {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_ac29dc002929 {
   width: 318px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_9f47455a0e98 {
   width: 326px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9f47455a0e98 {
   overflow: visible;
 }

 .container_2e225028c1b7 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 387px;
   background: #00000000;
 }

 .imageview_d91d25a3dce7 {
   width: 384px;
   height: 246px;
   position: absolute !important;
   left: 0px;
   top: -4px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

 .imageview_d91d25a3dce7.wp-block-image {
   width: 384px !important;
   height: 242px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_100f37708dbe {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 416px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_858321f1b8d6 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 276px;
   background: #00000000;
 }

 .text_9cc54e8f156c {
   width: 325px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9cc54e8f156c {
   overflow: visible;
 }

 .container_ba79d7a44a39 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 71px;
   left: 34px;
   top: 304px;
   background: #00000000;
 }

 .text_212ce1fbc2d9 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_212ce1fbc2d9 {
   overflow: visible;
 }

 .container_a586948f476a {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 33px;
   left: 7px;
   top: 13px;
   background: #00000000;
 }

 .container_bc7eddabfb2e {
   position: absolute !important;
   overflow: visible;
   width: 317px;
   height: 73px;
   left: 28px;
   top: 413px;
   background: #00000000;
 }

 .text_47b6451430f5 {
   width: 326px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 34px;
   top: 382px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_47b6451430f5 {
   overflow: visible;
 }

 .imageview_37fcff78b94d {
   width: 384px;
   height: 246px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_c2583f78f6c6 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 832px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_7f8a7a683f84 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 486px;
   left: 32px;
   top: 148px;
   background: #00000000;
 }

 .container_871c339e0dfc {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 634px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_45e1d576586c {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 794px;
   left: -81px;
   top: 550px;
   background: #ffffff;
 }

 .container_102814cee135 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 500px;
   left: 80px;
   top: 96px;
   background: #00000000;
 }

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

 .container_d3a8ba0de195 {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 80px;
   z-index: 1;
   left: 0px;
   top: 11px;
   background: #00000000;
 }

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

 .container_4b19f45e2d9f {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 84px;
   z-index: 1;
   left: 0px;
   top: 104px;
   background: #00000000;
 }

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

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

 .text_0808ce46b89a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cc0749d6fbe8 {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

 .text_3bb3c82a3bd9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f9ab95bb4e71 {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

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

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

 .text_e23b0bc7e86a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: -1px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_521f018eeefd {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 48px;
   z-index: 1;
   left: 0px;
   top: 80px;
   background: #00000000;
 }

 .container_614bcba2999d {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 128px;
   z-index: 1;
   left: 0px;
   top: 220px;
   background: #00000000;
 }

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

 .container_7a2cff31ecaa {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 452px;
   z-index: 1;
   left: 756px;
   top: 144px;
   background: #00000000;
 }

 .container_94224fba2d09 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 662px;
   left: 0px;
   top: 684px;
   background: #ffffff;
 }

 .text_899757c42e42 {
   width: max-content;
   position: absolute !important;
   left: 81.11px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_c753b8ee70ff {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.800000011920929;
 }

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

 .container_92693d6fe06b {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 104px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5082a2807606 {
   width: max-content;
   position: absolute !important;
   left: 79.05px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_22a048cf7e0a {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_1ad001486e49 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 448px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_9142e2005526 {
   width: max-content;
   position: absolute !important;
   left: 99.19px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_983037e51e3a {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_b2f4dfa1fda7 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 792px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .container_bf07a6a62c05 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 256px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_86feed05393e {
   width: 1216px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 288px;
 }

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

 .container_96c845d78a05 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 300px;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

 .text_11d5169fe0d6 {
   width: max-content;
   position: absolute !important;
   left: 416px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_d243f02a183b {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_cbcb05cf8f13 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_ef5c7b2360ea {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   left: 12px;
   top: 0px;
   background: #00000000;
 }

 .container_be927e6bf422 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 428px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_a3c9c0b93411 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 588px;
   left: 0px;
   top: 2177px;
   background: #fafafa;
 }

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

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

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

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

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

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

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

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

 .container_53832fa64919 {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_53832fa64919 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 298px;
   height: 189px;
 }

 .container_nested_53832fa64919 {
   width: 298px;
   height: 189px;
   background: #00000000;
 }

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

 .container_71a6344854b6 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_7ea8023c1d61 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7ea8023c1d61 {
   overflow: visible;
 }

 .container_dd063a661a41 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_655718f9b141 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_35912779aa3e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_35912779aa3e {
   overflow: visible;
 }

 .container_66dc524bc55b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_3cccb54d9d53 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_5cfe3670937d {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5cfe3670937d {
   overflow: visible;
 }

 .container_326aa2703681 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_081f0ecad062 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_e0c5cf90e23d {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e0c5cf90e23d {
   overflow: visible;
 }

 .container_abdb57f64b7a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_d1eab45a9792 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_15194c9d7611 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_8392ef7c3298 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_7b1ec7cbb9c7 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_7d5ae9b2793e {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7d5ae9b2793e {
   overflow: visible;
 }

 .container_f2c28ec51735 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_f2c28ec51735 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_f2c28ec51735 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_1249c32c3338 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_wrapper_1249c32c3338 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 280px;
   height: 20px;
 }

 .container_nested_1249c32c3338 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_40be4c8cb9c6 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_40be4c8cb9c6 {
   overflow: visible;
 }

 .container_6734e3f68168 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_8c1ebb89a9c9 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .container_wrapper_8c1ebb89a9c9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 28px;
   width: 280px;
   height: 20px;
 }

 .container_nested_8c1ebb89a9c9 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_c0f0bdc12dd8 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0f0bdc12dd8 {
   overflow: visible;
 }

 .container_0c2e065e7324 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_78dbb1163db1 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .container_wrapper_78dbb1163db1 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 56px;
   width: 280px;
   height: 20px;
 }

 .container_nested_78dbb1163db1 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_ac210c38a489 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac210c38a489 {
   overflow: visible;
 }

 .container_0981770eb1ad {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_00ec8c20303d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_wrapper_00ec8c20303d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 84px;
   width: 280px;
   height: 20px;
 }

 .container_nested_00ec8c20303d {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_43b2357303a4 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_43b2357303a4 {
   overflow: visible;
 }

 .container_d6395244fad3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_865b61f6f557 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .container_wrapper_865b61f6f557 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 110px;
   width: 280px;
   height: 20px;
 }

 .container_nested_865b61f6f557 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .text_3950d68d2dc2 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3950d68d2dc2 {
   overflow: visible;
 }

 .container_8d06bd4dd362 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_27a3f8edfcb7 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_wrapper_27a3f8edfcb7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 136px;
   width: 280px;
   height: 20px;
 }

 .container_nested_27a3f8edfcb7 {
   width: 280px;
   height: 20px;
   background: #00000000;
 }

 .container_1477f3fa2ba1 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_c13fd7eda949 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_8308c2ddfe24 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d1773a33fad2 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_f45a4ac560e7 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_027c45d924fa {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_19fae0b9a474 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_3c92f02ee9ec {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_4da2f713ae3a {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_15f13fbc3848 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_fbe59a08b451 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_ff12535a3f79 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_449ec86da39f {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_221998c6a303 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_221998c6a303 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_2f8cb600e376 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_6b29dc27f03b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_0f399166d4ec {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 317px;
   left: 0px;
   top: 2765px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_0f399166d4ec {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2765px;
   width: 1509px;
   height: 317px;
 }

 .container_nested_0f399166d4ec {
   width: 1509px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

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

 .container_cf8e13736056 {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   z-index: 1;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_cf8e13736056 {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_cf8e13736056 {
   width: 82px;
   height: 39px;
   z-index: 1;
   background: #00000000;
 }

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

 .imageview_21e783de309a {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_9b42d04d458f {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_e785831ca45e {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_30684d8db1b8 {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_dff90a54441a {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_d1fdbd0bd421 {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_b9254c26fee1 {
   width: 78px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6fc3ab18cf2c {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 3;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_c2a2dfe3971f {
   width: 45.36px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c2a2dfe3971f {
   overflow: visible;
 }

 .container_b097972c79a3 {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_472558d7ae83 {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   z-index: 1;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_4c55631edb7e {
   width: 121.09px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4c55631edb7e {
   overflow: visible;
 }

 .container_943e001ca76a {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_de6fc5792337 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_de6fc5792337 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_de6fc5792337 {
   width: 113.09px;
   height: 36px;
   z-index: 2;
   background: #00000000;
 }

 .container_e06c1bfe57d5 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_55d118c430f0 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   z-index: 1;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_d758839744d8 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

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

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

 .container_5287084b76ad {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_881c32511c68 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 2;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_74c43b94c1af {
   width: 22.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_d53a72b9a439 {
   width: 57px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_d53a72b9a439.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_76fff5fd340a {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 17px;
   top: 4px;
 }

 .container_wrapper_76fff5fd340a {
   position: absolute !important;
   overflow: visible;
   left: 17px;
   top: 4px;
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_76fff5fd340a {
   width: 56px;
   height: 56px;
   z-index: 1;
 }

 .container_aaa52d0bee6d {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

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

 .container_nested_aaa52d0bee6d {
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_0b1e70474e6c {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 3074px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_6547c30e6927 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3082px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_da4dc2b1387e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

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

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

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

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

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

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

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

 .container_ffb1add82070 {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_eca81ba1597b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_d169a88da96a {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d169a88da96a {
   overflow: visible;
 }

 .container_4a17e0fe6ea4 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_23c131d9ebac {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_63d514c0df37 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63d514c0df37 {
   overflow: visible;
 }

 .container_5aeec1288a32 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_d17f4e443593 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_a07bccfd7b6d {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a07bccfd7b6d {
   overflow: visible;
 }

 .container_17d7db1e82de {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_6c8bf47f3e78 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_5c1394ec882f {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c1394ec882f {
   overflow: visible;
 }

 .container_455434568aaf {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_07d89599d966 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_7379615d7eaa {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_c41b8d4c6c5d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_a9a09019f0e5 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_c24f0dae2d18 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c24f0dae2d18 {
   overflow: visible;
 }

 .container_30c5a20e25bb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_dad01dd3498b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_0f89a59d60b1 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0f89a59d60b1 {
   overflow: visible;
 }

 .container_5add1f5f63a0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_224b36454e39 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_504b7875316d {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_504b7875316d {
   overflow: visible;
 }

 .container_c6e3e85231e3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_56d41141d7be {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_a423e547a870 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a423e547a870 {
   overflow: visible;
 }

 .container_79a79b2abbeb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_efd9cf3bd4db {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .text_b79845b12998 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b79845b12998 {
   overflow: visible;
 }

 .container_e60fa0b4ef82 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_c8ab01972ebf {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .text_782b490a2d59 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_782b490a2d59 {
   overflow: visible;
 }

 .container_22810500a378 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_1bfe0f07db13 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_5180c53750d0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_72bdfc08d92a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_674b3e833eea {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_22e6bec408bc {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_aa1bbc2f1cea {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_516992fb3689 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_fdb7addd34cb {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_e3601e5d0f4e {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_a7eacf76013c {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_5b33dfd63a28 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_7f4994031c91 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_c865745749cd {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_a8dbbbd21b71 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_a900b01a4805 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_a900b01a4805 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_f473b01f0c4e {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_d567380a9ace {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_cd45414215e4 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 317px;
   left: 0px;
   top: 2958px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_wrapper_cd45414215e4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2958px;
   width: 1512px;
   height: 317px;
 }

 .container_nested_cd45414215e4 {
   width: 1512px;
   height: 317px;
   border-top: 1px solid #e5e5e5ff;
   background: #ffffff;
 }

 .text_12f83b0269c2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_ad7e09b5a82e {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 96px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_cdcee0a75163 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 84px;
   left: 0px;
   top: 112px;
   background: #00000000;
 }

 .text_0300a0aaea3f {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 46px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0300a0aaea3f {
   overflow: visible;
 }

 .text_fd5d8c707281 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 17px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fd5d8c707281 {
   overflow: visible;
 }

 .container_5751181bb6de {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_7b9f19932ffe {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 228px;
   background: #00000000;
 }

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

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

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

 .container_3434955bc511 {
   position: absolute !important;
   overflow: visible;
   width: 153.17px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_7aea5a5de9f8 {
   position: absolute !important;
   overflow: visible;
   width: 173.63px;
   height: 20px;
   left: 177.17px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_ef3e11e4c868 {
   position: absolute !important;
   overflow: visible;
   width: 127.89px;
   height: 20px;
   left: 374.8px;
   top: 0px;
   background: #00000000;
 }

 .container_9c08631192fa {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 20px;
   left: 0px;
   top: 352px;
   background: #00000000;
 }

 .container_149ef529c32f {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 372px;
   left: 0px;
   top: 14px;
   background: #00000000;
 }

 .container_5ed38c60ff56 {
   position: absolute !important;
   overflow: visible;
   width: 629px;
   height: 400px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_9fa1cddfeb39 {
   position: absolute !important;
   overflow: visible;
   width: 661px;
   height: 400px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .imageview_411ebea44948 {
   width: 612px;
   height: 408px;
   position: absolute !important;
   left: 805px;
   top: 84px;
   _scaling-factor: 0.5;
 }

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

 .container_8c9ac7c657e4 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 560px;
   left: 0px;
   top: 64px;
   background: #000000;
 }

 .text_069c0b51749b {
   width: max-content;
   position: absolute !important;
   left: 81.11px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_f34255e75387 {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.800000011920929;
 }

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

 .container_2d06437f79b0 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 104px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_3bd2f020d245 {
   width: max-content;
   position: absolute !important;
   left: 79.05px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_9dd3872219f9 {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_627d12440f5d {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 448px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d8a4f6c01c99 {
   width: max-content;
   position: absolute !important;
   left: 99.19px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_2c7004a5811b {
   width: 320px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_698f27d0e859 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   left: 792px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .container_613b05ca5049 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 256px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_339ebc003f94 {
   width: 1216px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 288px;
 }

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

 .container_b422d0b9bf89 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 300px;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

 .text_829669869e41 {
   width: max-content;
   position: absolute !important;
   left: 416px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_61f2f9d88298 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_8220b3529ff1 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_92d609326e1a {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   left: 12px;
   top: 0px;
   background: #00000000;
 }

 .container_114a5883a5b2 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 428px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_00f9cb9cda3d {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 588px;
   left: -16px;
   top: 2370px;
   background: #fafafa;
 }

 .imageview_8fa0de6978aa {
   width: 584px;
   height: 500px;
   position: absolute !important;
   left: 83px;
   top: 86px;
   _scaling-factor: 0.5;
 }

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

 .container_5943a1bc0768 {
   position: absolute !important;
   overflow: visible;
   width: 1376px;
   height: 672px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .text_df4c0de1a40b {
   width: 253px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 9px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df4c0de1a40b {
   overflow: visible;
 }

 .container_aa1385fbc63b {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 36px;
   z-index: 1;
   left: 753px;
   top: 86px;
   background: #171717;
 }

 .container_wrapper_aa1385fbc63b {
   position: absolute !important;
   overflow: visible;
   left: 753px;
   top: 86px;
   width: 276px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_aa1385fbc63b {
   width: 276px;
   height: 36px;
   z-index: 1;
   background: #171717;
 }

 .container_2b1db1b5f9b9 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1050px;
   left: 0px;
   top: 80px;
   background: #00000000;
 }

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

 .container_ce4dfcb2fbd3 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 80px;
   z-index: 1;
   left: -1px;
   top: 15px;
   background: #00000000;
 }

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

 .container_dd7137127023 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 104px;
   background: #00000000;
 }

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

 .container_9a5b9813fd50 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 184px;
   background: #00000000;
 }

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

 .container_ec65d00625e2 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 264px;
   background: #00000000;
 }

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

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

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

 .container_fe4010aad563 {
   position: absolute !important;
   overflow: visible;
   width: 284px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_276616caa60e {
   position: absolute !important;
   overflow: visible;
   width: 284px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_e630fc01cf67 {
   position: absolute !important;
   overflow: visible;
   width: 284px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

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

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

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

 .container_283ba1b8b3e1 {
   position: absolute !important;
   overflow: visible;
   width: 284px;
   height: 24px;
   z-index: 1;
   left: 300px;
   top: 40px;
   background: #00000000;
 }

 .container_5c7f9a126edb {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 64px;
   z-index: 1;
   left: 0px;
   top: 352px;
   background: #00000000;
 }

 .container_f794ab93249e {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 448px;
   z-index: 1;
   left: 755px;
   top: 218px;
   background: #00000000;
 }

 .container_c377ad36ec8e {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 698px;
   left: 0px;
   top: 624px;
   background: #fafafa;
 }

 .text_40258dcfbb78 {
   width: max-content;
   position: absolute !important;
   left: 366.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_4c7a0d116228 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_1a1788f42565 {
   width: max-content;
   position: absolute !important;
   left: 37px;
   top: -2px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_cfc089f09d66 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_18d762176c39 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_8f3b1c2d3e4c {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 274px;
   background: #00000000;
 }

 .text_cf41819cd64f {
   width: 335px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf41819cd64f {
   overflow: visible;
 }

 .container_5355c50f8284 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 72px;
   left: 33px;
   top: 308px;
   background: #00000000;
 }

 .text_1cae0c940d12 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1cae0c940d12 {
   overflow: visible;
 }

 .container_53c930fc367e {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 33px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_1090e99ed892 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1090e99ed892 {
   overflow: visible;
 }

 .container_0218dab058f0 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 33px;
   left: 0px;
   top: 43px;
   background: #00000000;
 }

 .container_3ff971bfa1a4 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 398px;
   background: #00000000;
 }

 .imageview_57fde7500a16 {
   width: 384px;
   height: 252px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_3c7a306731d2 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_6edb6995e4cb {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 274px;
   background: #00000000;
 }

 .text_d0483018e5e0 {
   width: 345px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d0483018e5e0 {
   overflow: visible;
 }

 .container_94023d73866b {
   position: absolute !important;
   overflow: visible;
   width: 345px;
   height: 72px;
   left: 33px;
   top: 308px;
   background: #00000000;
 }

 .text_cd4c8418bd1d {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd4c8418bd1d {
   overflow: visible;
 }

 .container_0236503b22a2 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 33px;
   left: 0px;
   top: -7px;
   background: #00000000;
 }

 .text_c5d83c70397d {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c5d83c70397d {
   overflow: visible;
 }

 .container_38f78f69b313 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 34px;
   left: 0px;
   top: 38px;
   background: #00000000;
 }

 .container_6d52159ecf9a {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 403px;
   background: #00000000;
 }

 .imageview_733b4c8ef729 {
   width: 384px;
   height: 252px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_69f938e2512b {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 416px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_12a1f5d55821 {
   width: 318px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 249px;
   background: #00000000;
 }

 .text_1033852a9c03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 274px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_86c9efcaba2d {
   width: 342px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_86c9efcaba2d {
   overflow: visible;
 }

 .container_3ac064d88ee4 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 85px;
   left: 33px;
   top: 308px;
   background: #00000000;
 }

 .text_8f93beda6fef {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8f93beda6fef {
   overflow: visible;
 }

 .container_d7aae2d4c443 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 50px;
   left: 0px;
   top: -7px;
   background: #00000000;
 }

 .text_11735255bd60 {
   width: 326px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_11735255bd60 {
   overflow: visible;
 }

 .container_1c2f0907ed61 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 36px;
   z-index: 1;
   left: 0px;
   top: 38px;
   background: #00000000;
 }

 .container_5e08da920ba2 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 99px;
   left: 33px;
   top: 403px;
   background: #00000000;
 }

 .imageview_cfe78819c66d {
   width: 384px;
   height: 252px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_4f6d4d5c9a96 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 832px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_db943f6fe112 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 486px;
   left: 23px;
   top: 158px;
   background: #00000000;
 }

 .container_ff2c165de54a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 634px;
   left: 92px;
   top: 80px;
   background: #00000000;
 }

 .container_c00d3f423764 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 794px;
   left: 0px;
   top: 1412px;
   background: #fdfdfd;
 }

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

 .container_d0944bb8b093 {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   z-index: 1;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_d0944bb8b093 {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_d0944bb8b093 {
   width: 82px;
   height: 39px;
   z-index: 1;
   background: #00000000;
 }

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

 .imageview_7870ad6b1518 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_340191cbda92 {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_1dada0206ea9 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_91a30d4bcfae {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_4b85f2eeb76b {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_cff75ee071fa {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_6fff1fa7308b {
   width: 78px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f9e4b9f097a1 {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 3;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_61f4572914f0 {
   width: 45.36px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_61f4572914f0 {
   overflow: visible;
 }

 .container_6246f8f2ff9f {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_625af7158419 {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   z-index: 1;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_09374320086b {
   width: 121.09px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09374320086b {
   overflow: visible;
 }

 .container_038ebdbb846a {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_97fb101f0d47 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_97fb101f0d47 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_97fb101f0d47 {
   width: 113.09px;
   height: 36px;
   z-index: 2;
   background: #00000000;
 }

 .container_f749ca5274b5 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_318a9d272d33 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   z-index: 1;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_6ffb3a6479a7 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

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

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

 .container_5dc0c5e50ed5 {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_e64a449782c8 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 2;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_905b7b0a497b {
   width: 22.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_1b9457c830b9 {
   width: 57px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_1b9457c830b9.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d9ae03c584b0 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 17px;
   top: 4px;
 }

 .container_d7b38d13b2c7 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

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

 .container_nested_d7b38d13b2c7 {
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_29d3a4bb18e9 {
   position: relative !important;
   overflow: visible;
   width: 1512px;
   height: 3140px;
   flex-shrink: 0;
   background: #00000000;
 }

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

 .viewport_ba156cb54f7d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

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

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

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

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

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

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

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

 .container_2cb399933cfa {
   position: absolute !important;
   overflow: visible;
   width: 298px;
   height: 189px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_ae97fbef8ac3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_c0de5471aaee {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0de5471aaee {
   overflow: visible;
 }

 .container_5a0ffb25e032 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_00d5439e1c20 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_11e866488121 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_11e866488121 {
   overflow: visible;
 }

 .container_326363fff865 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_9442ff2168b8 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_28e01c104472 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_28e01c104472 {
   overflow: visible;
 }

 .container_58c193b3fcda {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_879cbb5b4a08 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_a6d863b4f850 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a6d863b4f850 {
   overflow: visible;
 }

 .container_d00470c9f064 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_3fee6c4b3069 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .container_8d05f15db331 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 104px;
   left: 0px;
   top: 40px;
   background: #00000000;
 }

 .container_0f7518ffbed7 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 312px;
   top: 0px;
   background: #00000000;
 }

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

 .container_06f6409a7d96 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 24px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_f31aa5bbdaa1 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f31aa5bbdaa1 {
   overflow: visible;
 }

 .container_02105a1e1a47 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_44bd400bd9c0 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_cf9a065762aa {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf9a065762aa {
   overflow: visible;
 }

 .container_481e8f86e562 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_7fcf6b4a30a3 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 28px;
   background: #00000000;
 }

 .text_85c8e01ecb50 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_85c8e01ecb50 {
   overflow: visible;
 }

 .container_58a2622b088f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_39d6e1595837 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 56px;
   background: #00000000;
 }

 .text_901fcef02ff8 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_901fcef02ff8 {
   overflow: visible;
 }

 .container_423613c176fb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_dba08af1838a {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 84px;
   background: #00000000;
 }

 .text_95c687398f20 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_95c687398f20 {
   overflow: visible;
 }

 .container_0f8a5c112d90 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_50eaa47ba86c {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 110px;
   background: #00000000;
 }

 .text_c20fd815e636 {
   width: 288px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c20fd815e636 {
   overflow: visible;
 }

 .container_742fa417a6c4 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_69b37a2b7e2b {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 20px;
   left: 0px;
   top: 136px;
   background: #00000000;
 }

 .container_6d45e51c7b9e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 159px;
   left: 0px;
   top: 31px;
   background: #00000000;
 }

 .container_fee65440ac50 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 196px;
   left: 624px;
   top: 0px;
   background: #00000000;
 }

 .text_fcb38d1c3606 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b244cd2ba449 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 47px;
   background: #00000000;
 }

 .text_6f1c1ec00017 {
   width: max-content;
   position: absolute !important;
   left: 18.5px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_08b7f0de9688 {
   position: absolute !important;
   overflow: visible;
   width: 111px;
   height: 20px;
   left: 0px;
   top: 48px;
   background: #00000000;
 }

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

 .container_2a2c83d8bab2 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 130px;
   top: 0px;
   background: #00000000;
 }

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

 .container_a06e793a47eb {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 111px;
   top: 24px;
   background: #00000000;
 }

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

 .container_04e764fd15ee {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_3a6706aaf4b4 {
   position: absolute !important;
   overflow: visible;
   width: 106px;
   height: 19px;
   left: 0px;
   top: 24px;
   background: #00000000;
 }

 .container_9a75fe0f79ed {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 126px;
   left: -11px;
   top: 18px;
   background: #00000000;
 }

 .container_1049c02e5c2d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 144px;
   left: 918px;
   top: 48px;
   background: #00000000;
 }

 .container_b410d7749bd7 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 189px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .imageview_9c7976e6dc96 {
   width: 92px;
   height: 20px;
   position: absolute !important;
   left: 1124px;
   top: 33px;
 }

 .imageview_9c7976e6dc96 img {
   position: absolute;
   width: 92.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -5.5px;
 }

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

 .container_d30a662d236d {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 21px;
   left: 32px;
   top: 208px;
   background: #00000000;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .container_76d9a1fe873b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 229px;
   left: 80px;
   top: 49px;
   background: #00000000;
 }

 .container_71871a9e380a {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 317px;
   left: -6px;
   top: 3338px;
   background: #ffffff;
   box-shadow: inset 0 1px 0 0 #e5e5e5ff;
 }

 .text_99df7d6bf831 {
   width: 584px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: -14px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99df7d6bf831 {
   overflow: visible;
 }

 .container_b2b2ed03b9e9 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 96px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_d22f5a84fc70 {
   width: 584px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d22f5a84fc70 {
   overflow: visible;
 }

 .container_ff8634e10134 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 84px;
   left: 0px;
   top: 112px;
   background: #00000000;
 }

 .text_2342efba9d1d {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 46px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2342efba9d1d {
   overflow: visible;
 }

 .text_e847ff5f5954 {
   width: 299.56px;
   height: 22px;
   position: absolute !important;
   left: 142px;
   top: 17px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e847ff5f5954 {
   overflow: visible;
 }

 .container_235ed7dac4c2 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .container_6c3a2132d001 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 92px;
   left: 0px;
   top: 228px;
   background: #00000000;
 }

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

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

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

 .container_f09f941ad3f2 {
   position: absolute !important;
   overflow: visible;
   width: 153.17px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_be17f210a41f {
   position: absolute !important;
   overflow: visible;
   width: 173.63px;
   height: 20px;
   left: 177.17px;
   top: 0px;
   background: #00000000;
 }

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

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

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

 .container_13d2e9e8169f {
   position: absolute !important;
   overflow: visible;
   width: 127.89px;
   height: 20px;
   left: 374.8px;
   top: 0px;
   background: #00000000;
 }

 .container_086c21801cb1 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 20px;
   left: 0px;
   top: 352px;
   background: #00000000;
 }

 .container_22fd6405d5d4 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 372px;
   left: 0px;
   top: 14px;
   background: #00000000;
 }

 .container_4c2a4828a27a {
   position: absolute !important;
   overflow: visible;
   width: 629px;
   height: 400px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_f8e4bbea9eb9 {
   position: absolute !important;
   overflow: visible;
   width: 661px;
   height: 400px;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .imageview_9bfb36f25f6d {
   width: 612px;
   height: 408px;
   position: absolute !important;
   left: 812px;
   top: 80px;
   _scaling-factor: 0.5;
 }

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

 .container_336993426d5f {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 560px;
   left: 0px;
   top: 64px;
   background: #000000;
 }

 .imageview_a9af79a952cf {
   width: 584px;
   height: 409px;
   position: absolute !important;
   left: 44px;
   top: 104px;
   _scaling-factor: 0.5;
 }

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

 .container_9a6ec9ff3adb {
   position: absolute !important;
   overflow: visible;
   width: 1376px;
   height: 672px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_533e1ef2423b {
   position: absolute !important;
   overflow: visible;
   width: 656px;
   height: 80px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_519ae86ce74f {
   position: absolute !important;
   overflow: visible;
   width: 656px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 104px;
   background: #00000000;
 }

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

 .container_8ed80fca7275 {
   position: absolute !important;
   overflow: visible;
   width: 656px;
   height: 84px;
   z-index: 1;
   left: 0px;
   top: 184px;
   background: #00000000;
 }

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

 .container_90e94a7e2dfb {
   position: absolute !important;
   overflow: visible;
   width: 656px;
   height: 348px;
   z-index: 1;
   left: 720px;
   top: 162px;
   background: #00000000;
 }

 .container_22a234745076 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1050px;
   left: 0px;
   top: 80px;
   background: #00000000;
 }

 .text_fdf78debf2c5 {
   width: 253px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 9px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fdf78debf2c5 {
   overflow: visible;
 }

 .container_de4a68b5efcd {
   position: absolute !important;
   overflow: visible;
   width: 276px;
   height: 36px;
   z-index: 1;
   left: 720px;
   top: 184px;
   background: #171717;
 }

 .container_wrapper_de4a68b5efcd {
   position: absolute !important;
   overflow: visible;
   left: 720px;
   top: 184px;
   width: 276px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_de4a68b5efcd {
   width: 276px;
   height: 36px;
   z-index: 1;
   background: #171717;
 }

 .imageview_c4f3f2962615 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

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

 .container_9c8e185320ad {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 28px;
   z-index: 1;
   left: 33px;
   top: 113px;
   background: #00000000;
 }

 .text_7ea77e019d59 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 157px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_e442816a2ed4 {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 268px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_3903bdbbde08 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

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

 .container_271a6eb9b7c9 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 28px;
   z-index: 1;
   left: 33px;
   top: 113px;
   background: #00000000;
 }

 .text_2947aa3b9f3d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 157px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_b58bc0ee7943 {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 268px;
   z-index: 1;
   left: 472px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_3ebf4563243d {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

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

 .container_9383db1a2b04 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 28px;
   z-index: 1;
   left: 33px;
   top: 113px;
   background: #00000000;
 }

 .text_057b48bd6408 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 157px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_2d5b47cebc7b {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 268px;
   z-index: 1;
   left: 944px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_aa62967ad706 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

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

 .container_ba9824a15925 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 28px;
   z-index: 1;
   left: 33px;
   top: 113px;
   background: #00000000;
 }

 .text_498715b76e37 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 157px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_1536c10617bf {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 322px;
   z-index: 1;
   left: 0px;
   top: 308px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_6ec127f44452 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

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

 .container_be4516964b66 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 28px;
   z-index: 1;
   left: 33px;
   top: 113px;
   background: #00000000;
 }

 .text_a1e18683988d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 157px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_0dc2f8ec3447 {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 322px;
   z-index: 1;
   left: 472px;
   top: 308px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .imageview_6e1e884dfca3 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

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

 .container_5a44689e0b56 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 56px;
   z-index: 1;
   left: 33px;
   top: 113px;
   background: #00000000;
 }

 .text_5af05feb3904 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 185px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_2826153a6358 {
   position: absolute !important;
   overflow: visible;
   width: 432px;
   height: 322px;
   z-index: 1;
   left: 944px;
   top: 308px;
   background: #ffffff;
   box-shadow: inset 0 0 0 1px #e5e5e5ff;
 }

 .container_09cd49e64c50 {
   position: absolute !important;
   overflow: visible;
   width: 1376px;
   height: 630px;
   z-index: 1;
   left: 76px;
   top: 653px;
   background: #00000000;
 }

 .container_bb797bebd0ef {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 1210px;
   left: 0px;
   top: 624px;
   background: #fafafa;
 }

 .text_905803258f4e {
   width: max-content;
   position: absolute !important;
   left: 323.5px;
   top: -9px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_1cca965f3e9f {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_cd51995000bb {
   width: max-content;
   position: absolute !important;
   left: 85px;
   top: -2px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_25d552f35c91 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 28px;
   left: 224px;
   top: 56px;
   background: #00000000;
 }

 .container_43fddd153efa {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 84px;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

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

 .container_2a12b955b3ed {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 260px;
   background: #00000000;
 }

 .text_975bb5478c5e {
   width: 342px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_975bb5478c5e {
   overflow: visible;
 }

 .container_1947b4bb3f59 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 72px;
   left: 33px;
   top: 301px;
   background: #00000000;
 }

 .text_89e7faee7498 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_89e7faee7498 {
   overflow: visible;
 }

 .container_e0d9c3925716 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 33px;
   left: 0px;
   top: -7px;
   background: #00000000;
 }

 .text_ed095fc0395a {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ed095fc0395a {
   overflow: visible;
 }

 .container_3a8f5a264106 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 38px;
   left: 0px;
   top: 38px;
   background: #00000000;
 }

 .container_033a926f9302 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 75px;
   left: 33px;
   top: 392px;
   background: #00000000;
 }

 .imageview_b227697f146e {
   width: 384px;
   height: 246px;
   position: absolute !important;
   left: 0px;
   top: 1px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_facb601065fd {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_8000a7075563 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 261px;
   background: #00000000;
 }

 .text_48fdd8392d8f {
   width: 343px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: -15px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48fdd8392d8f {
   overflow: visible;
 }

 .container_2a8dd55a7eac {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 66px;
   left: 33px;
   top: 309px;
   background: #00000000;
 }

 .text_cd80064b9391 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd80064b9391 {
   overflow: visible;
 }

 .container_323d27976020 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 20px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_12c4c1db8067 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12c4c1db8067 {
   overflow: visible;
 }

 .container_9e24a900717b {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 34px;
   left: 0px;
   top: 42px;
   background: #00000000;
 }

 .container_d061a790e107 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 395px;
   background: #00000000;
 }

 .imageview_04a7a62e0546 {
   width: 384px;
   height: 246px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_1124cec309d9 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 416px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

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

 .container_f89709c50967 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 28px;
   left: 33px;
   top: 268px;
   background: #00000000;
 }

 .text_53d895328a7f {
   width: 336px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_53d895328a7f {
   overflow: visible;
 }

 .container_a1e3779707d8 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 71px;
   left: 33px;
   top: 309px;
   background: #00000000;
 }

 .text_31b45333b087 {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_31b45333b087 {
   overflow: visible;
 }

 .container_ab15fc50572c {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 33px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_af08687b70fd {
   width: 326px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af08687b70fd {
   overflow: visible;
 }

 .container_ef56067378ff {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 38px;
   left: 0px;
   top: 42px;
   background: #00000000;
 }

 .container_24cc94b23aaf {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 76px;
   left: 33px;
   top: 395px;
   background: #00000000;
 }

 .imageview_b1bc77fda2fb {
   width: 384px;
   height: 252px;
   position: absolute !important;
   left: 0px;
   top: 2px;
   _scaling-factor: 0.5;
   border-radius: 25px 25px 25px 25px;
 }

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

 .container_bcd93604b0a4 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 486px;
   left: 832px;
   top: 0px;
   background: #ffffff;
   border-radius: 25px 25px 25px 25px;
   box-shadow: 0px 1px 2px #0000000d, inset 0 0 0 1px #e5e5e5ff;
 }

 .container_27d5251e979f {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 486px;
   left: 32px;
   top: 148px;
   background: #00000000;
 }

 .container_2f5ac7be8edc {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 634px;
   left: 92px;
   top: 80px;
   background: #00000000;
 }

 .container_95dc6714c6a4 {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 751px;
   left: 0px;
   top: 1959px;
   background: #ffffff;
 }

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

 .container_c188e5af75de {
   position: absolute !important;
   overflow: visible;
   width: 82px;
   height: 39px;
   z-index: 1;
   left: 56px;
   top: -6px;
   background: #00000000;
 }

 .container_wrapper_c188e5af75de {
   position: absolute !important;
   overflow: visible;
   left: 56px;
   top: -6px;
   width: 82px;
   height: 39px;
   z-index: 1;
 }

 .container_nested_c188e5af75de {
   width: 82px;
   height: 39px;
   z-index: 1;
   background: #00000000;
 }

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

 .imageview_676263f60be5 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_aae224cd68bd {
   padding: 12px 21px 12px 12px;
   width: 166px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 289px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_068b02b2631a {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_24302794a88e {
   padding: 12px 21px 12px 12px;
   width: 108px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: 443px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

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

 .imageview_39bb44fc0821 {
   width: 12px;
   height: 7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_990b9e011298 {
   padding: 12px 21px 12px 12px;
   width: 142px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 623px;
   top: -13px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
   border-radius: 5px 5px 5px 5px;
 }

 .text_3bbe20b6283a {
   width: 78px;
   height: 21px;
   z-index: 3;
   position: absolute !important;
   left: -0.17px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e439b2a416b6 {
   position: absolute !important;
   overflow: visible;
   width: 78px;
   height: 20px;
   z-index: 3;
   left: 545px;
   top: -1px;
   background: #00000000;
 }

 .text_7e9b596198e8 {
   width: 45.36px;
   height: 17px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e9b596198e8 {
   overflow: visible;
 }

 .container_cc51835d2818 {
   position: absolute !important;
   overflow: visible;
   width: 37.36px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .container_e2b5997c0f7b {
   position: absolute !important;
   overflow: visible;
   width: 848px;
   height: 20px;
   z-index: 1;
   left: 256px;
   top: 22px;
   background: #00000000;
 }

 .text_e1cb2bfdc860 {
   width: 121.09px;
   height: 17px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: 7px;
   line-height: 17px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e1cb2bfdc860 {
   overflow: visible;
 }

 .container_066eeadb5b97 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #171717;
 }

 .container_b006a4dc9ac0 {
   position: absolute !important;
   overflow: visible;
   width: 113.09px;
   height: 36px;
   z-index: 2;
   left: 1102.91px;
   top: 14px;
   background: #00000000;
 }

 .container_wrapper_b006a4dc9ac0 {
   position: absolute !important;
   overflow: visible;
   left: 1102.91px;
   top: 14px;
   width: 113.09px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_b006a4dc9ac0 {
   width: 113.09px;
   height: 36px;
   z-index: 2;
   background: #00000000;
 }

 .container_9cd3a0a135b6 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 64px;
   z-index: 1;
   left: 32px;
   top: 0px;
   background: #00000000;
 }

 .container_6e062d6f252c {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 64px;
   z-index: 1;
   left: 80px;
   top: 0px;
   background: #00000000;
 }

 .text_e36a0e9f5c51 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Poppins';
 }

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

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

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

 .container_3860764c09b6 {
   padding: 11px 18px 11px 18px;
   width: 170px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 9px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_25078d5923e7 {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 43px;
   z-index: 2;
   left: 497px;
   top: 10px;
   border-radius: 5px 5px 5px 5px;
 }

 .container_6a5abef2ff2d {
   width: 22.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 8.75px;
   top: 10px;
   background: #00000000;
 }

 .imageview_444dfe3eb7d1 {
   width: 57px;
   height: 57px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: -1px;
   _scaling-factor: 0.5;
 }

 .imageview_444dfe3eb7d1.wp-block-image {
   width: 56px !important;
   height: 56px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_35bcd563bd97 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 17px;
   top: 4px;
 }

 .container_a481ad936371 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #e5e5e5ff;
 }

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

 .container_nested_a481ad936371 {
   width: 1512px;
   height: 65px;
   z-index: 1;
   border-top: 0px solid #e5e5e5ff;
   border-right: 0px solid #e5e5e5ff;
   border-bottom: 1px solid #e5e5e5ff;
   border-left: 0px solid #e5e5e5ff;
   background: #ffffff;
 }

 .container_a26676ca9849 {
   position: absolute !important;
   overflow: visible;
   width: 1512px;
   height: 3140px;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .text_884f28723d62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 81.11px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_d4adcc7901f8 {
   width: 320px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
   opacity: 0.800000011920929;
 }

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

 .container_fe06e2af6231 {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   z-index: 1;
   left: 104px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_1245def77c69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 79.05px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_16da50deaa97 {
   width: 320px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_434a2177ea4b {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   z-index: 1;
   left: 448px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .text_575b1b55e4f5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 99.19px;
   top: 115px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_48d109cebeb8 {
   width: 320px;
   height: 256px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_397c44bfaf8b {
   position: absolute !important;
   overflow: visible;
   width: 320px;
   height: 256px;
   z-index: 1;
   left: 792px;
   top: 0px;
   background: #d4d4d4;
   border-radius: 8px 8px 8px 8px;
 }

 .container_19813150eccf {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 256px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

 .imageview_361cf428bb42 {
   width: 1216px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 288px;
 }

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

 .container_5f77db818b32 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 300px;
   z-index: 1;
   left: 32px;
   top: 128px;
   background: #00000000;
 }

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

 .container_6de346e619c7 {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #00000000;
 }

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

 .container_2c0f1b4ce8c0 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   z-index: 1;
   left: 336px;
   top: 56px;
   background: #00000000;
 }

 .container_13c3f612b6de {
   position: absolute !important;
   overflow: visible;
   width: 1344px;
   height: 84px;
   z-index: 1;
   left: 12px;
   top: 0px;
   background: #00000000;
 }

 .container_2caa4b92d526 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 428px;
   z-index: 1;
   left: 80px;
   top: 80px;
   background: #00000000;
 }

 .container_13b83ad40f2e {
   position: absolute !important;
   overflow: visible;
   width: 1509px;
   height: 588px;
   z-index: 1;
   left: 0px;
   top: 2699px;
   background: #fafafa;
 }

 .container_97b788c6752d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3663px;
   flex-shrink: 0;
   background: #00000000;
 }

 .viewport_dc15c425f68e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ced4daff;
   border-right: 2px solid #ced4daff;
   border-bottom: 2px solid #ced4daff;
   border-left: 2px solid #ced4daff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }