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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_37826826d288 {
   width: 221px;
   height: 59px;
   position: absolute !important;
   left: 54px;
   top: 38px;
   _scaling-factor: 0.5;
 }

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

 .text_bd92d3d4438a {
   width: 595.35px;
   height: 150px;
   position: absolute !important;
   left: 435.3px;
   top: 3377.75px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_bd92d3d4438a {
   overflow: visible;
 }

 .text_3b8ff8341769 {
   width: max-content;
   position: absolute !important;
   left: 1181.09px;
   top: 3370px;
   line-height: 40px;
   font-family: 'Figtree';
 }

 .imageview_b6be43e275d5 {
   width: 194px;
   height: 143px;
   position: absolute !important;
   left: 208px;
   top: 3381px;
   _scaling-factor: 0.5;
 }

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

 .text_cb7e9a605281 {
   width: 178px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_ca82474fa42a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 124px;
   top: 13px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .container_bccb9dc9d4e4 {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 139px;
   left: 299px;
   top: 1335px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_21477163e42f {
   width: 178px;
   height: 54px;
   position: absolute !important;
   left: 42px;
   top: 57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_b8ce09746a89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 120px;
   top: 9px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .container_92df5338619d {
   position: absolute !important;
   overflow: visible;
   width: 263px;
   height: 138px;
   left: 657px;
   top: 1335px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_46d81bd87fa0 {
   width: 178px;
   height: 54px;
   position: absolute !important;
   left: 43px;
   top: 57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_c41f98b72898 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: 9px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .container_eb8d823ff57e {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 138px;
   left: 1009px;
   top: 1339px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .imageview_7b9ea815eef5 {
   width: 32px;
   height: 14.73px;
   position: absolute !important;
   left: 594px;
   top: 1408px;
 }

 .imageview_7b9ea815eef5 img {
   position: absolute;
   width: 33.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_d1360fbeecdf {
   width: 32px;
   height: 14.73px;
   position: absolute !important;
   left: 946px;
   top: 1408px;
 }

 .imageview_d1360fbeecdf img {
   position: absolute;
   width: 33.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .container_1662ded7154e {
   width: 1573px;
   height: 308px;
   position: absolute !important;
   left: 0px;
   top: 2957px;
   background: #363636;
 }

 .container_65a36e0dc284 {
   width: 1573px;
   height: 439px;
   position: absolute !important;
   left: 4px;
   top: 1560px;
   background: #1f1f1f;
 }

 .text_6a4d9acf46e2 {
   width: 583px;
   height: 39px;
   z-index: 1;
   position: absolute !important;
   left: 167px;
   top: 1584px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_4fe3c5805631 {
   width: 631px;
   height: 39px;
   z-index: 1;
   position: absolute !important;
   left: 116px;
   top: 2076px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_1cb2af08a1f7 {
   width: 631px;
   height: 39px;
   z-index: 1;
   position: absolute !important;
   left: 781px;
   top: 2076px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_824b95921c80 {
   width: 503px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 143px;
   top: 3050px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_2475dcdbc53f {
   width: 428px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 167px;
   top: 1629px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_2475dcdbc53f {
   overflow: visible;
 }

 .text_28873f6e4480 {
   width: 270px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 23px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_5d1e6832b8c5 {
   width: 215px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 100px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_96f93ac21cf4 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 108px;
 }

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

 .imageview_76f465d002dc {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 152px;
 }

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

 .container_cfb35a1746af {
   position: absolute !important;
   width: 280px;
   height: 235px;
   z-index: 1;
   left: 167px;
   top: 1716px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_a0738d528df2 {
   width: 201px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 18px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_6cb8fd366575 {
   width: 215px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_37fac50b964d {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 108px;
 }

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

 .imageview_8a09959fe958 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 152px;
 }

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

 .container_9295422e32cf {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 235px;
   z-index: 1;
   left: 503px;
   top: 1716px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_5e6e1abaa908 {
   width: 202px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 23px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_c6150c6e4a3d {
   width: 215px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 100px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_1dcf42b75e73 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 108px;
 }

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

 .container_f02fef76ed2e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 235px;
   z-index: 1;
   left: 831px;
   top: 1716px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_be054a4dd4f1 {
   width: 221px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 23px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_74a7e09ae02d {
   width: 215px;
   height: 61px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_4f9476eca580 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 108px;
 }

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

 .container_35230bfa8ea2 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 235px;
   z-index: 1;
   left: 1167px;
   top: 1716px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_4a09238a2572 {
   width: 385px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 152px;
   top: 3131px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_4a09238a2572 {
   overflow: visible;
 }

 .text_c26839d89df8 {
   width: 299px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_c26839d89df8 {
   overflow: visible;
 }

 .container_95380f86026c {
   position: absolute !important;
   overflow: visible;
   width: 363px;
   height: 65px;
   z-index: 1;
   left: 963px;
   top: 3022px;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_95380f86026c {
   position: absolute !important;
   overflow: visible;
   left: 963px;
   top: 3022px;
   width: 363px;
   height: 65px;
   z-index: 1;
 }

 .container_nested_95380f86026c {
   width: 363px;
   height: 65px;
   z-index: 1;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .text_bf800cf62dec {
   width: 299px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_bf800cf62dec {
   overflow: visible;
 }

 .container_8be85099a0ed {
   position: absolute !important;
   overflow: visible;
   width: 372px;
   height: 65px;
   z-index: 1;
   left: 963px;
   top: 3140px;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 2px #f4683dff;
 }

 .container_wrapper_8be85099a0ed {
   position: absolute !important;
   overflow: visible;
   left: 963px;
   top: 3140px;
   width: 372px;
   height: 65px;
   z-index: 1;
 }

 .container_nested_8be85099a0ed {
   width: 372px;
   height: 65px;
   z-index: 1;
   border-top: 2px solid #f4683dff;
   border-right: 2px solid #f4683dff;
   border-bottom: 2px solid #f4683dff;
   border-left: 2px solid #f4683dff;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .text_754b8add3a06 {
   width: 708px;
   height: 133px;
   position: absolute !important;
   left: 436px;
   top: 1001px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_df587707501f {
   width: 647px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 463px;
   top: 1109px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_df587707501f {
   overflow: visible;
 }

 .text_c5b0aa05f004 {
   width: 410px;
   height: 35px;
   position: absolute !important;
   left: 581px;
   top: 1153px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_c5b0aa05f004 {
   overflow: visible;
 }

 .text_a3069d9211b4 {
   width: 383px;
   height: 60px;
   position: absolute !important;
   left: 595px;
   top: 1227px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_d88aeb8c9497 {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 339px;
   top: 2172px;
 }

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

 .imageview_041ccd08e167 {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 1004px;
   top: 2171px;
 }

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

 .imageview_671b508f8a5c {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 332.02px;
   top: 2164px;
 }

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

 .imageview_f0e1be39b04d {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 997.02px;
   top: 2163px;
 }

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

 .imageview_328d1cc74ade {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 2270.44px;
 }

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

 .imageview_16e9df5dfe3d {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 995px;
   top: 2269.44px;
 }

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

 .imageview_dc03a2e9d1f0 {
   width: 21.2px;
   height: 13.8px;
   position: absolute !important;
   left: 420.37px;
   top: 2319.2px;
 }

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

 .imageview_108059828926 {
   width: 21.2px;
   height: 13.8px;
   position: absolute !important;
   left: 1085.37px;
   top: 2318.2px;
 }

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

 .imageview_2f08c93bfcc8 {
   width: 7.18px;
   height: 19.89px;
   z-index: 3;
   position: absolute !important;
   left: 427.38px;
   top: 2307.21px;
 }

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

 .imageview_616a468a719d {
   width: 7.18px;
   height: 19.89px;
   z-index: 3;
   position: absolute !important;
   left: 1092.38px;
   top: 2306.21px;
 }

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

 .text_493b449e4070 {
   width: 132px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 365px;
   top: 2219px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_493b449e4070 {
   overflow: visible;
 }

 .imageview_5cbfadfddc8e {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 339px;
   top: 2550px;
 }

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

 .imageview_7faf7be3ebd1 {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 1004px;
   top: 2549px;
 }

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

 .imageview_c470b356b7d1 {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 332.02px;
   top: 2542px;
 }

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

 .imageview_51f89a7ba983 {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 997.02px;
   top: 2541px;
 }

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

 .imageview_29fe7b632849 {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 2648.44px;
 }

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

 .imageview_0de6ac113f22 {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 995px;
   top: 2647.44px;
 }

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

 .imageview_7d1e1880fe75 {
   width: 21.2px;
   height: 13.8px;
   position: absolute !important;
   left: 420.37px;
   top: 2697.2px;
 }

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

 .imageview_3eab2dcd0e73 {
   width: 21.2px;
   height: 13.8px;
   position: absolute !important;
   left: 1085.37px;
   top: 2696.2px;
 }

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

 .imageview_1329d9fbfecb {
   width: 7.18px;
   height: 19.89px;
   z-index: 3;
   position: absolute !important;
   left: 427.38px;
   top: 2685.21px;
 }

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

 .imageview_ea1fa8829ffe {
   width: 7.18px;
   height: 19.89px;
   z-index: 3;
   position: absolute !important;
   left: 1092.38px;
   top: 2684.21px;
 }

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

 .text_81f99d2446b9 {
   width: 154px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 354px;
   top: 2603px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_81f99d2446b9 {
   overflow: visible;
 }

 .imageview_e35de5b2dc33 {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 339px;
   top: 2361px;
 }

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

 .imageview_cffab5283fce {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 1004px;
   top: 2360px;
 }

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

 .imageview_00ec7b4cca82 {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 332.02px;
   top: 2353px;
 }

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

 .imageview_4440510a5756 {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 997.02px;
   top: 2352px;
 }

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

 .imageview_27edd9c0a3c4 {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 2459.44px;
 }

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

 .imageview_2c54fe1c6215 {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 995px;
   top: 2458.44px;
 }

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

 .imageview_4999a063faf2 {
   width: 21.2px;
   height: 13.8px;
   position: absolute !important;
   left: 420.37px;
   top: 2508.2px;
 }

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

 .imageview_31400551fba8 {
   width: 21.2px;
   height: 13.8px;
   position: absolute !important;
   left: 1085.37px;
   top: 2507.2px;
 }

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

 .imageview_f9e835c48f70 {
   width: 7.18px;
   height: 19.89px;
   z-index: 3;
   position: absolute !important;
   left: 427.38px;
   top: 2496.21px;
 }

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

 .imageview_697c954f0eb5 {
   width: 7.18px;
   height: 19.89px;
   z-index: 3;
   position: absolute !important;
   left: 1092.38px;
   top: 2495.21px;
 }

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

 .text_0004b0c5d1f7 {
   width: 157px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 353px;
   top: 2407px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_0004b0c5d1f7 {
   overflow: visible;
 }

 .imageview_f3227a061c12 {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 339px;
   top: 2739px;
 }

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

 .imageview_55d6487edc1c {
   width: 184px;
   height: 141px;
   position: absolute !important;
   left: 1004px;
   top: 2738px;
 }

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

 .imageview_80567e365d7f {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 332.02px;
   top: 2731px;
 }

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

 .imageview_520aadadfb4f {
   width: 197.95px;
   height: 145.18px;
   z-index: 1;
   position: absolute !important;
   left: 997.02px;
   top: 2730px;
 }

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

 .imageview_a2fa436a02ce {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 2837.44px;
 }

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

 .imageview_40550789c27e {
   width: 202px;
   height: 40.33px;
   z-index: 2;
   position: absolute !important;
   left: 995px;
   top: 2836.44px;
 }

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

 .text_8c1adfc9d8e6 {
   width: 102px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 380px;
   top: 2792px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_8c1adfc9d8e6 {
   overflow: visible;
 }

 .text_cf6d93f991ca {
   width: 102px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 1045px;
   top: 2218px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_cf6d93f991ca {
   overflow: visible;
 }

 .text_b3ba5abdf84c {
   width: 157px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 1018px;
   top: 2406px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_b3ba5abdf84c {
   overflow: visible;
 }

 .text_051a21fcae49 {
   width: 102px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 1040px;
   top: 2592px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_051a21fcae49 {
   overflow: visible;
 }

 .text_25546bd4e7d8 {
   width: 102px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 1041px;
   top: 2785px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_25546bd4e7d8 {
   overflow: visible;
 }

 .imageview_32cfbef599e7 {
   width: 307px;
   height: 843px;
   position: absolute !important;
   left: 634.36px;
   top: 2094.69px;
   _scaling-factor: 0.5;
 }

 .imageview_32cfbef599e7 img {
   filter: brightness(1.1400000005960464);
 }

 .container_49ec2974a824 {
   position: absolute !important;
   width: 1573px;
   height: 3625px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #262626;
 }

 .imageview_0d82c8224791 {
   width: 1573px;
   height: 612px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 133px;
   _scaling-factor: 0.5;
   opacity: 0.9100000262260437;
 }

 .imageview_0d82c8224791 img {
   position: absolute;
   width: 100.00% !important;
   height: 183.23% !important;
   max-width: none !important;
   left: 0.00%;
   top: -22.74%;
 }

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

 .text_002e341cfd0d {
   width: 1077px;
   height: 133px;
   z-index: 2;
   position: absolute !important;
   left: 295px;
   top: 178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_93eaa32cdf4a {
   width: 1016px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 283px;
   top: 294px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_93eaa32cdf4a {
   overflow: visible;
 }

 .text_357d409f4edc {
   width: 1016px;
   height: 70px;
   z-index: 1;
   position: absolute !important;
   left: 278px;
   top: 789px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_357d409f4edc {
   overflow: visible;
 }

 .text-6a2b6dcbe39a_357d409f4edc {
   line-height: 35px;
   font-family: 'Figtree';
 }

 .text-39a944f3b9a7_357d409f4edc {
   line-height: 35px;
   font-family: 'Figtree';
 }

 .text_349bad77fd6e {
   width: 299px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_349bad77fd6e {
   overflow: visible;
 }

 .container_856f962ebf07 {
   position: absolute !important;
   overflow: visible;
   width: 363px;
   height: 65px;
   z-index: 1;
   left: 413px;
   top: 897px;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_856f962ebf07 {
   position: absolute !important;
   overflow: visible;
   left: 413px;
   top: 897px;
   width: 363px;
   height: 65px;
   z-index: 1;
 }

 .container_nested_856f962ebf07 {
   width: 363px;
   height: 65px;
   z-index: 1;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .text_1c9e48342a32 {
   width: 299px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_1c9e48342a32 {
   overflow: visible;
 }

 .container_b8edb6796d69 {
   position: absolute !important;
   overflow: visible;
   width: 372px;
   height: 65px;
   z-index: 1;
   left: 798px;
   top: 897px;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 2px #f4683dff;
 }

 .container_wrapper_b8edb6796d69 {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 897px;
   width: 372px;
   height: 65px;
   z-index: 1;
 }

 .container_nested_b8edb6796d69 {
   width: 372px;
   height: 65px;
   z-index: 1;
   border-top: 2px solid #f4683dff;
   border-right: 2px solid #f4683dff;
   border-bottom: 2px solid #f4683dff;
   border-left: 2px solid #f4683dff;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .text_b40ec965ec5d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_fc0d04711147 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 134px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_3588106f7c0f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 295px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_0924d5f88466 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 489px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_6b644e6cb66e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 657px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

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

 .container_9ee1d17d2699 {
   width: 844px;
   height: 25px;
   z-index: 1;
   position: absolute !important;
   left: 683px;
   top: 64px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 68px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_7d0710fd92f1 {
   width: 1573px;
   height: 3625px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_ed9e311e96f1 {
   width: 1576px;
   height: 810px;
   position: absolute !important;
   left: -1px;
   top: 2310px;
   background: #545353;
 }

 .imageview_8310070b9311 {
   width: 120px;
   height: 85px;
   z-index: 1;
   position: absolute !important;
   left: 150px;
   top: 2574px;
 }

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

 .imageview_4d564b4b3b17 {
   width: 221px;
   height: 59px;
   position: absolute !important;
   left: 59px;
   top: 48px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5455dfe86812 {
   width: 327.29px;
   height: 320.66px;
   position: absolute !important;
   left: 967.49px;
   top: 901.95px;
 }

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

 .imageview_21324c66c10a {
   width: 1332.01px;
   height: 516.96px;
   z-index: 2;
   position: absolute !important;
   left: 74px;
   top: 2475px;
 }

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

 .imageview_85ccfe71a449 {
   width: 5.33px;
   height: 101.55px;
   z-index: 3;
   position: absolute !important;
   left: 299.33px;
   top: 2526.33px;
 }

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

 .imageview_2bca2a33a97a {
   width: 5.33px;
   height: 74.67px;
   z-index: 3;
   position: absolute !important;
   left: 692.33px;
   top: 2427.33px;
 }

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

 .imageview_64b781652a68 {
   width: 5.33px;
   height: 172.67px;
   z-index: 3;
   position: absolute !important;
   left: 1366.33px;
   top: 2533.33px;
 }

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

 .imageview_256405884235 {
   width: 5.33px;
   height: 101.55px;
   z-index: 3;
   position: absolute !important;
   left: 724.33px;
   top: 2915px;
 }

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

 .text_130f2eacb255 {
   width: 294px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 155px;
   top: 2445px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_130f2eacb255 {
   overflow: visible;
 }

 .text_ce1747d87ce5 {
   width: 148px;
   height: 34px;
   z-index: 3;
   position: absolute !important;
   left: 228px;
   top: 2488px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_11d7a1beb417 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_c1a4b6711005 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_cb535194edd7 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_c310a98a24c1 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_082958073d26 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .container_aa3c01a287b4 {
   width: 844px;
   height: 25px;
   position: absolute !important;
   left: 689px;
   top: 65px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 68px;
   display: flex !important;
   flex-direction: row;
 }

 .container_463d6df3d2e4 {
   position: absolute !important;
   width: 1573px;
   height: 4205px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #262626;
 }

 .text_5a3f882eed22 {
   width: 812px;
   height: 115px;
   z-index: 1;
   position: absolute !important;
   left: 370px;
   top: 3138px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_d905224b8e39 {
   width: 423px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 566px;
   top: 3452px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_d905224b8e39 {
   overflow: visible;
 }

 .container_773fd9511e8c {
   width: 1573px;
   height: 334px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3558px;
   background: #363636;
 }

 .text_4dff9794641a {
   width: 483px;
   height: 133px;
   z-index: 2;
   position: absolute !important;
   left: 183px;
   top: 3614px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_01a05198343d {
   width: 734px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 183px;
   top: 3729px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_01a05198343d {
   overflow: visible;
 }

 .text_18e3f07344b1 {
   width: 299px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_18e3f07344b1 {
   overflow: visible;
 }

 .container_ea727d0e1e22 {
   position: absolute !important;
   overflow: visible;
   width: 372px;
   height: 65px;
   z-index: 2;
   left: 1017.72px;
   top: 3648px;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 2px #f4683dff;
 }

 .container_wrapper_ea727d0e1e22 {
   position: absolute !important;
   overflow: visible;
   left: 1017.72px;
   top: 3648px;
   width: 372px;
   height: 65px;
   z-index: 2;
 }

 .container_nested_ea727d0e1e22 {
   width: 372px;
   height: 65px;
   z-index: 2;
   border-top: 2px solid #f4683dff;
   border-right: 2px solid #f4683dff;
   border-bottom: 2px solid #f4683dff;
   border-left: 2px solid #f4683dff;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .text_db95d4f905e4 {
   width: 595.35px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 442px;
   top: 3955px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_db95d4f905e4 {
   overflow: visible;
 }

 .text_775b0cbeeea3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1182.09px;
   top: 3947px;
   line-height: 40px;
   font-family: 'Figtree';
 }

 .imageview_ffcb98efa8c4 {
   width: 194px;
   height: 143px;
   z-index: 1;
   position: absolute !important;
   left: 209px;
   top: 3966px;
   _scaling-factor: 0.5;
 }

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

 .imageview_93c28ef2e836 {
   width: 153px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 473px;
   top: 3269px;
 }

 .imageview_93c28ef2e836 img {
   position: absolute;
   width: 163.0px !important;
   height: 146.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -0.0px;
 }

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

 .imageview_9f641a5c479e {
   width: 174px;
   height: 151px;
   z-index: 2;
   position: absolute !important;
   left: 463px;
   top: 3260px;
 }

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

 .imageview_db6203f78d4d {
   width: 48px;
   height: 154px;
   z-index: 3;
   position: absolute !important;
   left: 590px;
   top: 3258px;
 }

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

 .imageview_b19c4a5671a9 {
   width: 17px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 649px;
   top: 3328px;
 }

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

 .imageview_62447fdfa989 {
   width: 24px;
   height: 5px;
   z-index: 4;
   position: absolute !important;
   left: 635px;
   top: 3333px;
 }

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

 .imageview_c1eac9d07dbe {
   width: 154px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 926px;
   top: 3269px;
 }

 .imageview_c1eac9d07dbe img {
   position: absolute;
   width: 164.0px !important;
   height: 146.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -0.0px;
 }

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

 .imageview_e5bc586d2054 {
   width: 174px;
   height: 151px;
   z-index: 2;
   position: absolute !important;
   left: 917px;
   top: 3260px;
 }

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

 .imageview_89f9371eedb9 {
   width: 48px;
   height: 154px;
   z-index: 3;
   position: absolute !important;
   left: 1044px;
   top: 3258px;
 }

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

 .imageview_f18f54e1522c {
   width: 154px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 699px;
   top: 3269px;
 }

 .imageview_f18f54e1522c img {
   position: absolute;
   width: 164.0px !important;
   height: 146.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -0.0px;
 }

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

 .imageview_6d18cd1140ea {
   width: 174px;
   height: 151px;
   z-index: 2;
   position: absolute !important;
   left: 690px;
   top: 3260px;
 }

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

 .imageview_f780ebb54b9f {
   width: 48px;
   height: 154px;
   z-index: 3;
   position: absolute !important;
   left: 817px;
   top: 3258px;
 }

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

 .imageview_848929546d32 {
   width: 17px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 876px;
   top: 3328px;
 }

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

 .imageview_f995d96a5a4f {
   width: 24px;
   height: 5px;
   z-index: 4;
   position: absolute !important;
   left: 862px;
   top: 3333px;
 }

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

 .text_abee8bafbec2 {
   width: 154px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 472px;
   top: 3311.62px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_abee8bafbec2 {
   overflow: visible;
 }

 .text_90ed126aaea9 {
   width: 154px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 699px;
   top: 3311.62px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_90ed126aaea9 {
   overflow: visible;
 }

 .text_9c73928578f6 {
   width: 126px;
   height: 70px;
   z-index: 4;
   position: absolute !important;
   left: 940px;
   top: 3299.62px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_9c73928578f6 {
   overflow: visible;
 }

 .imageview_49f7d3f1870b {
   width: 1573px;
   height: 612px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 145.5px;
   _scaling-factor: 0.5;
   opacity: 0.6700000166893005;
 }

 .imageview_49f7d3f1870b img {
   position: absolute;
   width: 100.00% !important;
   height: 171.43% !important;
   max-width: none !important;
   left: 0.00%;
   top: -49.92%;
 }

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

 .container_2695ba8876cd {
   width: 1573px;
   height: 898px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1301px;
   background: #1f1f1f;
 }

 .text_b3c253b1853c {
   width: 868px;
   height: 133px;
   z-index: 2;
   position: absolute !important;
   left: 386px;
   top: 158px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_fe347e9885b5 {
   width: 812px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 402px;
   top: 765px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_d945267f25ad {
   width: 812px;
   height: 133px;
   z-index: 2;
   position: absolute !important;
   left: 385px;
   top: 1313px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_3dcbc8dd3ea6 {
   width: 812px;
   height: 133px;
   z-index: 2;
   position: absolute !important;
   left: 396px;
   top: 1773px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_2e9e4d6fbaad {
   width: 812px;
   height: 133px;
   z-index: 2;
   position: absolute !important;
   left: 381px;
   top: 2184px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f50eb7ad20eb {
   width: 1183px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 222px;
   top: 265px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_f50eb7ad20eb {
   overflow: visible;
 }

 .text_cc593ffa3678 {
   width: 1183px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 190px;
   top: 1726px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_cc593ffa3678 {
   overflow: visible;
 }

 .text_94704e01f7be {
   width: 260px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 24px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_94704e01f7be {
   overflow: visible;
 }

 .text_062e2981a3cf {
   width: 240px;
   height: 141px;
   z-index: 2;
   position: absolute !important;
   left: 47px;
   top: 68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_508ca2c1498b {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 114px;
 }

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

 .imageview_0e6ff1e43110 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 158px;
 }

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

 .container_93a3c1044b35 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 2;
   left: 213px;
   top: 1458px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_8a6448f354d4 {
   width: 231px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 24px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_8a6448f354d4 {
   overflow: visible;
 }

 .imageview_aba08056fbeb {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 105px;
 }

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

 .imageview_6aa2a70a1337 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 149px;
 }

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

 .text_50a1bd17627f {
   width: 296px;
   height: 141px;
   z-index: 2;
   position: absolute !important;
   left: 54px;
   top: 59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_1a4bdc52fa1a {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 2;
   left: 608px;
   top: 1458px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_e22578774ad7 {
   width: 260px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 25px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_e22578774ad7 {
   overflow: visible;
 }

 .imageview_008ad122571f {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 106px;
 }

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

 .imageview_f92e532bf92c {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 150px;
 }

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

 .text_c71be4f65d5d {
   width: 296px;
   height: 141px;
   z-index: 2;
   position: absolute !important;
   left: 51px;
   top: 62px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_98151932316b {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 2;
   left: 1005px;
   top: 1458px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_4efd7da9bc95 {
   width: 260px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 39px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_4efd7da9bc95 {
   overflow: visible;
 }

 .text_094223b43720 {
   width: 299px;
   height: 141px;
   z-index: 3;
   position: absolute !important;
   left: 47px;
   top: 68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_6ac39f267252 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 114px;
 }

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

 .imageview_d11665ce2379 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 158px;
 }

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

 .container_a3f544db5e12 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 2;
   left: 213px;
   top: 1906px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_878edaab45c4 {
   width: 268px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 1242px;
   top: 2443px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_878edaab45c4 {
   overflow: visible;
 }

 .text_e33c02b74650 {
   width: 181px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 1285px;
   top: 2493px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_3ef7f2c5e5e1 {
   width: 267px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 573px;
   top: 2343px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_3ef7f2c5e5e1 {
   overflow: visible;
 }

 .text_fc0d0ce7c174 {
   width: 238px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 586px;
   top: 2388px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_bc9edd1ccf0a {
   width: 291px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 591px;
   top: 3028px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_bc9edd1ccf0a {
   overflow: visible;
 }

 .text_f3dd07cce11b {
   width: 186px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 644px;
   top: 3073px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_d83ff2de17b4 {
   width: 231px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 36px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_d83ff2de17b4 {
   overflow: visible;
 }

 .imageview_b40d9ec3fc5e {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 111px;
 }

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

 .imageview_b2e636bb1633 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 155px;
 }

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

 .text_dfa28182442e {
   width: 296px;
   height: 141px;
   z-index: 3;
   position: absolute !important;
   left: 48px;
   top: 65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_6ed9ef56e3bf {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 2;
   left: 608px;
   top: 1906px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_ae77b38d66ae {
   width: 260px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 37px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_ae77b38d66ae {
   overflow: visible;
 }

 .imageview_6c356245980c {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 112px;
 }

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

 .imageview_9a426481d633 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 156px;
 }

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

 .text_a449ec7d4f16 {
   width: 296px;
   height: 141px;
   z-index: 3;
   position: absolute !important;
   left: 48px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_e3f7b3212138 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 2;
   left: 1005px;
   top: 1906px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_e61e183eb436 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 404px;
   top: 1105px;
   line-height: 34px;
   font-family: 'Figtree';
 }

 .text_6a0f0723e3dc {
   width: 218.76px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 700.13px;
   top: 1104.78px;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_6a0f0723e3dc {
   overflow: visible;
 }

 .text_e92428e65f0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1025px;
   top: 1105px;
   line-height: 34px;
   font-family: 'Figtree';
 }

 .imageview_4578eb4a91a4 {
   width: 375.97px;
   height: 333.55px;
   z-index: 2;
   position: absolute !important;
   left: 316px;
   top: 921px;
 }

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

 .imageview_23dddb119652 {
   width: 375.97px;
   height: 333.56px;
   z-index: 3;
   position: absolute !important;
   left: 630.02px;
   top: 921px;
 }

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

 .imageview_49436f7b4333 {
   width: 314.26px;
   height: 229.86px;
   z-index: 4;
   position: absolute !important;
   left: 944.03px;
   top: 1024.7px;
 }

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

 .imageview_70b84d683f6e {
   width: 74px;
   height: 91px;
   z-index: 3;
   position: absolute !important;
   left: 451px;
   top: 975px;
 }

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

 .imageview_5ec117415a2e {
   width: 85.04px;
   height: 82px;
   z-index: 5;
   position: absolute !important;
   left: 1072px;
   top: 984px;
 }

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

 .imageview_21e4c7f852d5 {
   width: 92px;
   height: 91.93px;
   z-index: 4;
   position: absolute !important;
   left: 758px;
   top: 979px;
 }

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

 .viewport_02d94508aa8a {
   width: 1573px;
   height: 4205px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_1fc23da49223 {
   width: 116px;
   height: 56px;
   position: absolute !important;
   left: 1073px;
   top: 2895px;
   background: #d9d9d9;
   border-radius: 5px 5px 5px 5px;
 }

 .container_f4146bb39be7 {
   width: 1432px;
   height: 532px;
   position: absolute !important;
   left: 71px;
   top: 4028px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_1d5c915fef7e {
   width: 188.75px;
   height: 210.97px;
   position: absolute !important;
   left: 960.01px;
   top: 635.68px;
 }

 .imageview_1d5c915fef7e img {
   position: absolute;
   width: 190.7px !important;
   height: 213.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .container_5a1900296400 {
   width: 215px;
   height: 251px;
   z-index: 1;
   border-top: 1px solid #f4683dff;
   border-right: 1px solid #f4683dff;
   border-bottom: 1px solid #f4683dff;
   border-left: 1px solid #f4683dff;
   position: absolute !important;
   left: 951px;
   top: 615px;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_2a2cf1688d0e {
   width: 221px;
   height: 59px;
   position: absolute !important;
   left: 54px;
   top: 38px;
   _scaling-factor: 0.5;
 }

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

 .text_91b750b29693 {
   width: 868px;
   height: 60px;
   position: absolute !important;
   left: 120px;
   top: 232px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_258b42e7d089 {
   width: 528px;
   height: 60px;
   position: absolute !important;
   left: 524px;
   top: 1049.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f7a12d366196 {
   width: 809px;
   height: 70px;
   position: absolute !important;
   left: 120px;
   top: 328px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_f7a12d366196 {
   overflow: visible;
 }

 .text_2f2700639b1f {
   width: 637px;
   height: 41px;
   position: absolute !important;
   left: 120px;
   top: 434px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_a5c392d3f23e {
   width: 835px;
   height: 41px;
   position: absolute !important;
   left: 370px;
   top: 1128.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f4d96484b9ac {
   width: 129px;
   height: 39px;
   position: absolute !important;
   left: 380px;
   top: 893px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_c6df97d38d7a {
   width: 119px;
   height: 39px;
   position: absolute !important;
   left: 683px;
   top: 893px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_078279c92da9 {
   width: 25px;
   height: 14.73px;
   position: absolute !important;
   left: 578px;
   top: 742px;
 }

 .imageview_078279c92da9 img {
   position: absolute;
   width: 27.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -1.0px;
   top: -7.4px;
 }

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

 .imageview_0d231cb71414 {
   width: 25px;
   height: 14.73px;
   position: absolute !important;
   left: 885px;
   top: 740px;
 }

 .imageview_0d231cb71414 img {
   position: absolute;
   width: 27.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -1.0px;
   top: -7.4px;
 }

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

 .text_6794faba60e9 {
   width: 244px;
   height: 65px;
   position: absolute !important;
   left: 943px;
   top: 880px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_f99653ed3e03 {
   width: 145px;
   height: 223px;
   position: absolute !important;
   left: 372px;
   top: 633px;
 }

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

 .imageview_68c316d83d4a {
   width: 159.19px;
   height: 223.3px;
   position: absolute !important;
   left: 663.74px;
   top: 640.3px;
 }

 .imageview_68c316d83d4a img {
   position: absolute;
   width: 161.2px !important;
   height: 225.3px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .imageview_e5a0774150ea {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 92px;
   top: 1000px;
 }

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

 .text_e30ff8170b57 {
   width: 787px;
   height: 60px;
   position: absolute !important;
   left: 414px;
   top: 1529px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_6379dddd0625 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 114px;
   top: 1488px;
 }

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

 .text_348f80ce72e7 {
   width: 787px;
   height: 60px;
   position: absolute !important;
   left: 407px;
   top: 2174px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_b92a89e7b83a {
   width: 996px;
   height: 60px;
   position: absolute !important;
   left: 297px;
   top: 3031.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_f190c9e5d661 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 114px;
   top: 2127px;
 }

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

 .imageview_950de06755a7 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 129px;
   top: 2635.5px;
 }

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

 .imageview_47b45e6c5741 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 129px;
   top: 2989.5px;
 }

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

 .text_6d598568e349 {
   width: 996px;
   height: 60px;
   position: absolute !important;
   left: 297px;
   top: 3455.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_73e1cdc6e8e0 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 96px;
   top: 3408.5px;
 }

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

 .text_5c25a24a43b3 {
   width: 1066px;
   height: 119px;
   position: absolute !important;
   left: 260px;
   top: 3908.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_1b23b76ac59d {
   width: 1373.5px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 101px;
   top: 3908.5px;
 }

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

 .text_968243a2e545 {
   width: 1066px;
   height: 119px;
   position: absolute !important;
   left: 263px;
   top: 4560px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_8b3b8ab3ed5a {
   width: 92px;
   height: 54px;
   position: absolute !important;
   left: 94px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_b22c7b30e9b2 {
   width: 202px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 39px;
   top: 117px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_c2f6535f35c2 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 334px;
   left: 176px;
   top: 1629px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_4afd4167cddf {
   width: 217px;
   height: 54px;
   position: absolute !important;
   left: 31px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_c8c7202ec745 {
   width: 202px;
   height: 77px;
   z-index: 2;
   position: absolute !important;
   left: 39px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_54a5b76707d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 131px;
   top: 14px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .container_c1139ed8c774 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 334px;
   left: 479px;
   top: 1629px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_fbe67263d434 {
   width: 231px;
   height: 54px;
   position: absolute !important;
   left: 31px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_241110668cf1 {
   width: 371px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 63px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_50b2a761cdcb {
   position: absolute !important;
   overflow: visible;
   width: 443px;
   height: 195px;
   left: 297px;
   top: 3152.5px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_df99c8b74d1a {
   width: 129px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_09871654bd3b {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 64px;
   z-index: 1;
   left: 173px;
   top: 4409px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #f4683dff;
 }

 .text_7114e066247a {
   width: 153px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_eb263f4abc23 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 63px;
   z-index: 1;
   left: 173px;
   top: 4311px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #f4683dff;
 }

 .text_289b2d9aae9c {
   width: 129px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_7a3d75e88cce {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 63px;
   z-index: 1;
   left: 173px;
   top: 4213px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #f4683dff;
 }

 .text_0ce5d39b12f2 {
   width: 139px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_84c419f72e87 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 64px;
   z-index: 1;
   left: 173px;
   top: 4114px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #f4683dff;
 }

 .text_d1f1085aa693 {
   width: 1374px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_9da7f1457945 {
   width: 1168px;
   height: 54px;
   position: absolute !important;
   left: 111px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_dd71a34e644a {
   position: absolute !important;
   overflow: visible;
   width: 1374px;
   height: 195px;
   left: 101px;
   top: 5017px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_4625d16cb05f {
   width: 307px;
   height: 54px;
   position: absolute !important;
   left: 33px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_11c533869912 {
   width: 371px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 39px;
   top: 55px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_f0dd1650f80b {
   position: absolute !important;
   overflow: visible;
   width: 443px;
   height: 195px;
   left: 850px;
   top: 3152.5px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_60e20a727f38 {
   width: 70px;
   height: 54px;
   position: absolute !important;
   left: 99px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_4485bb366f32 {
   width: 202px;
   height: 77px;
   position: absolute !important;
   left: 33px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_53e4fcda6e27 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 130px;
   top: 14px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .container_0265553a645e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 334px;
   left: 782px;
   top: 1629px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_483752f006a6 {
   width: 280px;
   height: 54px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_b9c3063d74e5 {
   width: 202px;
   height: 77px;
   position: absolute !important;
   left: 39px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_57468210de13 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 130px;
   top: 14px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .container_d61fcec9b8b4 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 334px;
   left: 1085px;
   top: 1629px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .container_273af9202c9d {
   width: 204px;
   height: 205px;
   z-index: 1;
   position: absolute !important;
   left: 820px;
   top: 1860px;
   background: #d9d9d9;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 8px 5px 2px #0000004a;
 }

 .imageview_88e026ab2cc7 {
   width: 164px;
   height: 203px;
   z-index: 2;
   position: absolute !important;
   left: 842px;
   top: 1861px;
   _scaling-factor: 0.5;
 }

 .imageview_88e026ab2cc7 img {
   position: absolute;
   width: 145.57% !important;
   height: 99.50% !important;
   max-width: none !important;
   left: -21.52%;
   top: 0.25%;
 }

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

 .text_05467ef8a41e {
   width: 280px;
   height: 54px;
   position: absolute !important;
   left: 1013px;
   top: 2724.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_81fdf1f4270c {
   width: 350px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 1056px;
   top: 2772.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_a1d4efcce24c {
   width: 204px;
   height: 205px;
   z-index: 1;
   position: absolute !important;
   left: 518px;
   top: 1860px;
   background: #d9d9d9;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 8px 5px 2px #0000004a;
 }

 .container_42a074ff5c36 {
   width: 204px;
   height: 205px;
   z-index: 1;
   position: absolute !important;
   left: 215px;
   top: 1859px;
   background: #d9d9d9;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 8px 5px 2px #0000004a;
 }

 .text_df8094e9cc08 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 300px;
   top: 1643px;
   line-height: 60px;
   font-family: 'Figtree';
 }

 .imageview_2fcc21221fec {
   width: 202px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 1124px;
   top: 1860px;
   _scaling-factor: 0.5;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_2fcc21221fec img {
   position: absolute;
   width: 100.09% !important;
   height: 140.29% !important;
   max-width: none !important;
   left: -0.05%;
   top: 0.00%;
 }

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

 .imageview_d4a316f74cd4 {
   width: 115px;
   height: 178px;
   z-index: 2;
   position: absolute !important;
   left: 562px;
   top: 1869px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0fb7433c47fa {
   width: 113px;
   height: 51px;
   z-index: 1;
   position: absolute !important;
   left: 1074px;
   top: 2896.5px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c86ea6be25a1 {
   width: 116px;
   height: 178px;
   z-index: 2;
   position: absolute !important;
   left: 259px;
   top: 1874px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f4c51459b3b3 {
   width: 18px;
   height: 18px;
   z-index: 3;
   position: absolute !important;
   left: 307px;
   top: 1954px;
 }

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

 .text_f47d994ebb33 {
   width: 437px;
   height: 60px;
   position: absolute !important;
   left: 129px;
   top: 2712.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_3f48350b2278 {
   width: 821px;
   height: 113px;
   position: absolute !important;
   left: 130px;
   top: 2792px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_cce2b0e5513e {
   width: 69px;
   height: 22.09px;
   position: absolute !important;
   left: 763px;
   top: 3252.5px;
 }

 .imageview_cce2b0e5513e img {
   position: absolute;
   width: 70.5px !important;
   height: 22.1px !important;
   max-width: none !important;
   left: 0.0px;
   top: -11.0px;
 }

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

 .imageview_cf817d31995a {
   width: 87.52px;
   height: 177.37px;
   position: absolute !important;
   left: 92.91px;
   top: 0.32px;
 }

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

 .imageview_94c81b77610c {
   width: 83.43px;
   height: 177.62px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_e2491b17d813 {
   width: 87.52px;
   height: 177.37px;
   position: absolute !important;
   left: 897.57px;
   top: 0px;
 }

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

 .imageview_a6ecae3ffae8 {
   width: 83.78px;
   height: 177.62px;
   position: absolute !important;
   left: 994.57px;
   top: 0.08px;
 }

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

 .imageview_bc66fbb52da1 {
   width: 177.17px;
   height: 87.62px;
   position: absolute !important;
   left: 224.02px;
   top: 118.36px;
 }

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

 .imageview_28918dcf0b5e {
   width: 177.42px;
   height: 83.52px;
   position: absolute !important;
   left: 223.7px;
   top: 215.48px;
 }

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

 .imageview_f1cebcc17500 {
   width: 177.17px;
   height: 87.62px;
   position: absolute !important;
   left: 675.1px;
   top: 117.81px;
 }

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

 .imageview_05c1473c5ba9 {
   width: 177.42px;
   height: 83.52px;
   position: absolute !important;
   left: 674.78px;
   top: 214.93px;
 }

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

 .imageview_1752733fa880 {
   width: 177.17px;
   height: 87.62px;
   position: absolute !important;
   left: 447.24px;
   top: 93.64px;
 }

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

 .imageview_78b55ecb6104 {
   width: 177.42px;
   height: 83.52px;
   position: absolute !important;
   left: 447.32px;
   top: 0.62px;
 }

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

 .imageview_7c4b285adf07 {
   width: 16.07px;
   height: 16.09px;
   z-index: 1;
   position: absolute !important;
   left: 162.22px;
   top: 117.54px;
 }

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

 .imageview_89be0ca7422d {
   width: 15.05px;
   height: 15.07px;
   z-index: 1;
   position: absolute !important;
   left: 227.67px;
   top: 160.79px;
 }

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

 .imageview_499a0051d9b3 {
   width: 56.34px;
   height: 37.43px;
   z-index: 2;
   position: absolute !important;
   left: 174.47px;
   top: 128.16px;
 }

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

 .imageview_b9ce4b723c02 {
   width: 79.99px;
   height: 57.81px;
   z-index: 1;
   position: absolute !important;
   left: 383.77px;
   top: 118.6px;
 }

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

 .imageview_25ef09f79786 {
   width: 80.48px;
   height: 58.31px;
   z-index: 1;
   position: absolute !important;
   left: 610.23px;
   top: 117.55px;
 }

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

 .imageview_f2a8c516b684 {
   width: 79.99px;
   height: 57.81px;
   z-index: 1;
   position: absolute !important;
   left: 834.8px;
   top: 118.05px;
 }

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

 .imageview_771204cd12f4 {
   width: 143.22px;
   height: 143.38px;
   z-index: 2;
   position: absolute !important;
   left: 240.56px;
   top: 137.45px;
 }

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

 .imageview_3479698f581d {
   width: 149.33px;
   height: 149.51px;
   z-index: 2;
   position: absolute !important;
   left: 459px;
   top: 15.5px;
 }

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

 .imageview_99ffd767c058 {
   width: 149.33px;
   height: 149.51px;
   z-index: 2;
   position: absolute !important;
   left: 690.8px;
   top: 132.13px;
 }

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

 .imageview_d2e8a49797c8 {
   width: 143.22px;
   height: 143.38px;
   z-index: 1;
   position: absolute !important;
   left: 914.78px;
   top: 17px;
 }

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

 .imageview_dcb9571e7cf0 {
   width: 143.65px;
   height: 143.81px;
   z-index: 1;
   position: absolute !important;
   left: 18px;
   top: 15px;
 }

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

 .text_0085a183c9f6 {
   width: 122px;
   height: 61px;
   z-index: 2;
   position: absolute !important;
   left: 28.91px;
   top: 56.1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_a6f0a433026c {
   width: 122px;
   height: 61px;
   z-index: 3;
   position: absolute !important;
   left: 248px;
   top: 178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_9c7a52ade40a {
   width: 122px;
   height: 61px;
   z-index: 3;
   position: absolute !important;
   left: 472px;
   top: 58.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_6ffcd6e69e7a {
   width: 122px;
   height: 61px;
   z-index: 3;
   position: absolute !important;
   left: 704px;
   top: 178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_747121f41155 {
   width: 122px;
   height: 61px;
   z-index: 2;
   position: absolute !important;
   left: 924px;
   top: 60px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_dc29c1ec5748 {
   position: absolute !important;
   overflow: visible;
   width: 1078px;
   height: 299px;
   left: 244px;
   top: 3562.5px;
 }

 .imageview_42ce3fec3897 {
   width: 115px;
   height: 127.97px;
   position: absolute !important;
   left: 270px;
   top: 4703px;
   transform-origin: 0 0;
 }

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

 .imageview_7e366464f8b6 {
   width: 50px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 303px;
   top: 4741.5px;
   _scaling-factor: 1;
   opacity: 0.4000000059604645;
 }

 .imageview_7e366464f8b6 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_fbae3dde156e {
   width: 311px;
   height: 75px;
   position: absolute !important;
   left: 173px;
   top: 4856.5px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_fbae3dde156e {
   overflow: visible;
 }

 .text-7d66e0a10f6e_fbae3dde156e {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text-753a5074ae5b_fbae3dde156e {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_95b7f992de9e {
   width: 232px;
   height: 60px;
   position: absolute !important;
   left: 533px;
   top: 4864.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text-ed2118e38e8a_95b7f992de9e {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text-dbfb457ea71e_95b7f992de9e {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .imageview_c4eff5113dc0 {
   width: 114px;
   height: 128.88px;
   position: absolute !important;
   left: 592px;
   top: 4703.08px;
   transform-origin: 0 0;
 }

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

 .imageview_308114c882e6 {
   width: 51px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 623px;
   top: 4747.5px;
   _scaling-factor: 1;
   opacity: 0.30000001192092896;
 }

 .imageview_308114c882e6 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_bb55ab7a3b00 {
   width: 115px;
   height: 128.96px;
   position: absolute !important;
   left: 913px;
   top: 4703.02px;
   transform-origin: 0 0;
 }

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

 .imageview_eb25cfece61a {
   width: 51px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 944px;
   top: 4741.5px;
   _scaling-factor: 1;
   opacity: 0.4000000059604645;
 }

 .imageview_eb25cfece61a img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_5383647b3126 {
   width: 227px;
   height: 60px;
   position: absolute !important;
   left: 856px;
   top: 4864.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text-95d961bf5302_5383647b3126 {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text-a9b1d2ed32d4_5383647b3126 {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .imageview_9749bb633069 {
   width: 114px;
   height: 127.92px;
   position: absolute !important;
   left: 1235px;
   top: 4703.03px;
   transform-origin: 0 0;
 }

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

 .imageview_767020e7beb7 {
   width: 50px;
   height: 51px;
   z-index: 1;
   position: absolute !important;
   left: 1267px;
   top: 4741.5px;
   _scaling-factor: 1;
   opacity: 0.4000000059604645;
 }

 .imageview_767020e7beb7 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_46af2fdc80a8 {
   width: 240px;
   height: 60px;
   position: absolute !important;
   left: 1173px;
   top: 4862.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text-66d9f2cd117a_46af2fdc80a8 {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text-2d6f5c6da858_46af2fdc80a8 {
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_967fbf48df31 {
   width: 595.35px;
   height: 150px;
   position: absolute !important;
   left: 428.3px;
   top: 5296.25px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_967fbf48df31 {
   overflow: visible;
 }

 .text_45767b2c7050 {
   width: max-content;
   position: absolute !important;
   left: 1174.09px;
   top: 5288.5px;
   line-height: 40px;
   font-family: 'Figtree';
 }

 .imageview_88552625fef5 {
   width: 194px;
   height: 118px;
   position: absolute !important;
   left: 208px;
   top: 5312px;
   _scaling-factor: 0.5;
 }

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

 .text_05663041d041 {
   width: 56px;
   height: 54px;
   position: absolute !important;
   left: 112px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_a62de8d724d0 {
   width: 108px;
   height: 108px;
   position: absolute !important;
   left: 86px;
   top: 70px;
 }

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

 .text_a9ed128bf956 {
   width: 242.94px;
   height: 77px;
   position: absolute !important;
   left: 16.65px;
   top: 178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_12d9ceff375d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 271px;
   left: 181.16px;
   top: 2284px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_3f23fdf07cd2 {
   width: 52px;
   height: 54px;
   position: absolute !important;
   left: 117px;
   top: 4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_ddaeac5f804d {
   width: 106px;
   height: 106px;
   position: absolute !important;
   left: 87px;
   top: 70px;
 }

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

 .text_d895b110f553 {
   width: 195px;
   height: 77px;
   position: absolute !important;
   left: 45.5px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_05b4d40e67bb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 271px;
   left: 484.16px;
   top: 2284px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_f20aac174fca {
   width: 68px;
   height: 54px;
   position: absolute !important;
   left: 106px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_874cd6bcbff6 {
   width: 107px;
   height: 107px;
   position: absolute !important;
   left: 86px;
   top: 70px;
 }

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

 .text_bbbbeaba73cc {
   width: 207px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 36.5px;
   top: 175.84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_3de3dd562d3e {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 271px;
   left: 787.16px;
   top: 2284px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_e9a683092f92 {
   width: 136px;
   height: 54px;
   position: absolute !important;
   left: 72px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_3be370d7faca {
   width: 107px;
   height: 107px;
   position: absolute !important;
   left: 86px;
   top: 70px;
 }

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

 .text_d9af60b6a1c7 {
   width: 209px;
   height: 77px;
   position: absolute !important;
   left: 40.73px;
   top: 184px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_3b7e5c7448eb {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 271px;
   left: 1090.16px;
   top: 2284px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .imageview_8aed2197bb22 {
   width: 181.82px;
   height: 180.78px;
   position: absolute !important;
   left: 168px;
   top: 10.57px;
 }

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

 .imageview_cf5bda1b34c7 {
   width: 181.82px;
   height: 180.78px;
   position: absolute !important;
   left: 370.41px;
   top: 10.18px;
 }

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

 .imageview_c020bed6b366 {
   width: 181.82px;
   height: 180.78px;
   position: absolute !important;
   left: 573.7px;
   top: 9.78px;
 }

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

 .imageview_1b817bcf9c3a {
   width: 181.82px;
   height: 180.78px;
   position: absolute !important;
   left: 778.77px;
   top: 9.39px;
 }

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

 .imageview_890224ce11f0 {
   width: 181.82px;
   height: 180.78px;
   position: absolute !important;
   left: 986.84px;
   top: 9px;
 }

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

 .text_77a9f8939539 {
   width: 68px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 427px;
   top: 24.57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_bad4e8d11404 {
   width: 148.03px;
   height: 66.32px;
   z-index: 1;
   position: absolute !important;
   left: 590.6px;
   top: 24.16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_d40479e3da91 {
   width: 164.8px;
   height: 66.72px;
   z-index: 1;
   position: absolute !important;
   left: 787.28px;
   top: 19.88px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_ab19c8750226 {
   width: 148.03px;
   height: 66.32px;
   z-index: 1;
   position: absolute !important;
   left: 1001.56px;
   top: 27.95px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_2533d7d29b5e {
   width: 175.21px;
   height: 84.22px;
   z-index: 2;
   position: absolute !important;
   left: 370.41px;
   top: 73.37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_4598f29d7d08 {
   width: 154.25px;
   height: 84.22px;
   z-index: 1;
   position: absolute !important;
   left: 181.79px;
   top: 67.54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_34c7c0a47196 {
   width: 148.03px;
   height: 66.32px;
   z-index: 2;
   position: absolute !important;
   left: 184.89px;
   top: 21.96px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f0bc94253335 {
   width: 128.55px;
   height: 84.22px;
   z-index: 2;
   position: absolute !important;
   left: 601px;
   top: 87.18px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_dfeaa35f5077 {
   width: 158px;
   height: 66.72px;
   z-index: 1;
   position: absolute !important;
   left: 790.68px;
   top: 90.77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_ae2e64a28684 {
   width: 155.92px;
   height: 66.72px;
   z-index: 2;
   position: absolute !important;
   left: 1003.74px;
   top: 89.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_73f5313dfa98 {
   position: absolute !important;
   overflow: visible;
   width: 1336px;
   height: 210px;
   left: 113px;
   top: 1207px;
 }

 .imageview_ace0af29f2d7 {
   width: 496px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 716px;
   top: 4441px;
 }

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

 .imageview_7d781371ebf4 {
   width: 5px;
   height: 5px;
   z-index: 2;
   position: absolute !important;
   left: 1210px;
   top: 4438px;
 }

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

 .imageview_4362b6752843 {
   width: 182px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 716px;
   top: 4343px;
 }

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

 .imageview_ebe29fe214ae {
   width: 5px;
   height: 5px;
   z-index: 2;
   position: absolute !important;
   left: 896px;
   top: 4340px;
 }

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

 .text_7275924d19d2 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_d92f548b0a46 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_47e4aacd77cf {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_f398be2d6893 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_4a894e9aada8 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .container_739a39f68cc7 {
   width: 844px;
   height: 25px;
   position: absolute !important;
   left: 666px;
   top: 65px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 68px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0a550ef57aff {
   width: 80px;
   height: 112.22px;
   z-index: 1;
   position: absolute !important;
   left: 926px;
   top: 4287px;
 }

 .imageview_0a550ef57aff img {
   position: absolute;
   width: 82.0px !important;
   height: 114.2px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .imageview_0d4d6d9dc556 {
   width: 125px;
   height: 448px;
   z-index: 1;
   position: absolute !important;
   left: 1254px;
   top: 4075px;
 }

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

 .imageview_d9940c15fd39 {
   width: 100.2px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 1042px;
   top: 4287px;
 }

 .imageview_d9940c15fd39 img {
   position: absolute;
   width: 102.2px !important;
   height: 114.0px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.0px;
 }

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

 .container_7c7fbd255c34 {
   position: absolute !important;
   overflow: visible;
   width: 1573px;
   height: 5689px;
   left: 0px;
   top: 0px;
   background: #262626;
 }

 .text_0e884ac75564 {
   width: 299px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 21px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_0e884ac75564 {
   overflow: visible;
 }

 .container_c52e6c3efee8 {
   position: absolute !important;
   overflow: visible;
   width: 363px;
   height: 75.07px;
   z-index: 1;
   left: 1082px;
   top: 262px;
   background: linear-gradient(21deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_c52e6c3efee8 {
   position: absolute !important;
   overflow: visible;
   left: 1082px;
   top: 262px;
   width: 363px;
   height: 75.07px;
   z-index: 1;
 }

 .container_nested_c52e6c3efee8 {
   width: 363px;
   height: 75.07px;
   z-index: 1;
   background: linear-gradient(21deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .text_5627fd7c3e1d {
   width: 299px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 20.28px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_5627fd7c3e1d {
   overflow: visible;
 }

 .container_0ccbcebc6900 {
   position: absolute !important;
   overflow: visible;
   width: 372px;
   height: 75.07px;
   z-index: 1;
   left: 1082px;
   top: 371.72px;
   border-radius: 50px 50px 50px 50px;
   box-shadow: inset 0 0 0 2px #f4683dff;
 }

 .container_wrapper_0ccbcebc6900 {
   position: absolute !important;
   overflow: visible;
   left: 1082px;
   top: 371.72px;
   width: 372px;
   height: 75.07px;
   z-index: 1;
 }

 .container_nested_0ccbcebc6900 {
   width: 372px;
   height: 75.07px;
   z-index: 1;
   border-top: 2px solid #f4683dff;
   border-right: 2px solid #f4683dff;
   border-bottom: 2px solid #f4683dff;
   border-left: 2px solid #f4683dff;
   border-radius: 50px 50px 50px 50px;
 }

 .viewport_4e350a7d7886 {
   width: 1573px;
   height: 5689px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_faeb4e96996f {
   width: 23px;
   height: 14.73px;
   position: absolute !important;
   left: 673px;
   top: 731px;
 }

 .imageview_faeb4e96996f img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_a0b726c44bec {
   width: 23px;
   height: 14.73px;
   position: absolute !important;
   left: 1007px;
   top: 653px;
 }

 .imageview_a0b726c44bec img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_e298b54a57f6 {
   width: 23px;
   height: 14.73px;
   position: absolute !important;
   left: 1007px;
   top: 721px;
 }

 .imageview_e298b54a57f6 img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_7b6bc242a982 {
   width: 23px;
   height: 14.73px;
   position: absolute !important;
   left: 1007px;
   top: 796px;
 }

 .imageview_7b6bc242a982 img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_169817c450b9 {
   width: 221px;
   height: 59px;
   position: absolute !important;
   left: 54px;
   top: 38px;
   _scaling-factor: 0.5;
 }

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

 .text_54ae05f15910 {
   width: 868px;
   height: 60px;
   position: absolute !important;
   left: 120px;
   top: 232px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f1b1ac4e521f {
   width: 528px;
   height: 60px;
   position: absolute !important;
   left: 562px;
   top: 1049px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_aa0a440fda46 {
   width: 809px;
   height: 70px;
   position: absolute !important;
   left: 120px;
   top: 328px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_aa0a440fda46 {
   overflow: visible;
 }

 .text_33345cc2ffef {
   width: 651px;
   height: 89px;
   position: absolute !important;
   left: 120px;
   top: 432px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_9c64b3fd820f {
   width: 787px;
   height: 60px;
   position: absolute !important;
   left: 440px;
   top: 1625px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_7cecb66757d8 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 116px;
   top: 1584px;
 }

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

 .imageview_f7afdbb0692a {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 100px;
   top: 977px;
 }

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

 .imageview_065769aaf498 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 100px;
   top: 566px;
 }

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

 .text_9a86188b53e3 {
   width: 945px;
   height: 60px;
   position: absolute !important;
   left: 363px;
   top: 2355px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f4ee05a251da {
   width: 996px;
   height: 60px;
   position: absolute !important;
   left: 322px;
   top: 2723px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_e3c627030138 {
   width: 1152px;
   height: 60px;
   position: absolute !important;
   left: 231px;
   top: 3413px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_1877ca8e87ea {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 120px;
   top: 2332px;
 }

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

 .imageview_f0a3799dc10c {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 137px;
   top: 3372px;
 }

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

 .text_f6109470e639 {
   width: 1374px;
   height: 60px;
   position: absolute !important;
   left: 100px;
   top: 3860px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_c6259f6a60f5 {
   width: 1373.5px;
   height: 1px;
   position: absolute !important;
   left: 100px;
   top: 3819px;
 }

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

 .text_a68b76db814b {
   width: 454px;
   height: 54px;
   position: absolute !important;
   left: 19px;
   top: 4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_81257f35d622 {
   width: 472px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_65a6a7cb4ff5 {
   width: 299px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_27fbb9262d34 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 19px;
   top: 115px;
 }

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

 .imageview_1e9ceff71526 {
   width: 10px;
   height: 10.44px;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 159px;
 }

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

 .imageview_f45a860c8d42 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 19px;
   top: 203px;
 }

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

 .container_90936786d6c7 {
   position: absolute !important;
   overflow: visible;
   width: 565px;
   height: 236px;
   left: 242px;
   top: 1754px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_2d2626fc9d30 {
   width: 317px;
   height: 54px;
   position: absolute !important;
   left: 17px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_95a7209d89fa {
   width: 451px;
   height: 33px;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_1bff0d8a8f93 {
   width: 299px;
   height: 141px;
   position: absolute !important;
   left: 55px;
   top: 91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_1884ba901412 {
   width: 10px;
   height: 10.44px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 112.38px;
 }

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

 .imageview_0fdcfc3148e7 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 31px;
   top: 158.33px;
 }

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

 .imageview_5f7af9b623df {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 31px;
   top: 204.27px;
 }

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

 .container_a7e808f2bfa5 {
   position: absolute !important;
   overflow: visible;
   width: 565px;
   height: 236px;
   left: 854px;
   top: 1754px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_d117e5e9f845 {
   width: 231px;
   height: 54px;
   position: absolute !important;
   left: 31px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_0c47b1b599b5 {
   width: 371px;
   height: 195px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_9766c9def308 {
   position: absolute !important;
   overflow: visible;
   width: 443px;
   height: 258px;
   left: 303px;
   top: 3515px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_9e3e066be121 {
   width: 1374px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_fe278dac11f7 {
   width: 1168px;
   height: 54px;
   position: absolute !important;
   left: 111px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_09c84ad0a6ae {
   position: absolute !important;
   overflow: visible;
   width: 1374px;
   height: 195px;
   left: 105px;
   top: 4323px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_118575e1cd58 {
   width: 307px;
   height: 54px;
   position: absolute !important;
   left: 33px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_128793a97fba {
   width: 371px;
   height: 150px;
   position: absolute !important;
   left: 36px;
   top: 78px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_128793a97fba {
   overflow: visible;
 }

 .container_6bf9ea7bd5a2 {
   position: absolute !important;
   overflow: visible;
   width: 443px;
   height: 258px;
   left: 856px;
   top: 3515px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_8fc80830abaa {
   width: 370px;
   height: 54px;
   position: absolute !important;
   left: 22px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_89485d59145d {
   width: 446px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 49px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_ca705a5fccf9 {
   width: 299px;
   height: 141px;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_c37637e97d95 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 22px;
   top: 103px;
 }

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

 .imageview_e6715e553442 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 22px;
   top: 147px;
 }

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

 .imageview_bb06669d74f8 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 22px;
   top: 191px;
 }

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

 .container_6b1e4d7912a0 {
   position: absolute !important;
   overflow: visible;
   width: 565px;
   height: 236px;
   left: 242px;
   top: 2039px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_0e9f47267bab {
   width: 280px;
   height: 54px;
   position: absolute !important;
   left: 25px;
   top: 2px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_512a527ea74a {
   width: 443px;
   height: 24px;
   position: absolute !important;
   left: 25px;
   top: 56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_9827172c296f {
   width: 299px;
   height: 141px;
   position: absolute !important;
   left: 46px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_ac5672c5b178 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 25px;
   top: 106px;
 }

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

 .imageview_224b0094fba9 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 25px;
   top: 150px;
 }

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

 .imageview_a9e3d82e1361 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 25px;
   top: 194px;
 }

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

 .container_9cfcc50bbe51 {
   position: absolute !important;
   overflow: visible;
   width: 565px;
   height: 236px;
   left: 854px;
   top: 2039px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_70386b32fcd3 {
   width: 280px;
   height: 54px;
   position: absolute !important;
   left: 1021.25px;
   top: 3006px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_387edf8cf144 {
   width: 437px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 874px;
   top: 2952px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_5d0ee49a6529 {
   width: 139px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_fc7faebbc13f {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 780px;
   top: 3262px;
   background: #262626;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_fc7faebbc13f {
   position: absolute !important;
   overflow: visible;
   left: 780px;
   top: 3262px;
   width: 205px;
   height: 43px;
 }

 .container_nested_fc7faebbc13f {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #262626;
   border-radius: 20px 20px 20px 20px;
 }

 .text_4c67e68074f2 {
   width: 139px;
   height: 32px;
   position: absolute !important;
   left: 32px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_ff54028bb7da {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 43px;
   left: 1011px;
   top: 3262px;
   background: #262626;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_ff54028bb7da {
   position: absolute !important;
   overflow: visible;
   left: 1011px;
   top: 3262px;
   width: 204px;
   height: 43px;
 }

 .container_nested_ff54028bb7da {
   width: 204px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #262626;
   border-radius: 20px 20px 20px 20px;
 }

 .text_4ab209f69599 {
   width: 194px;
   height: 32px;
   position: absolute !important;
   left: 6px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_94bde39bec05 {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 1241px;
   top: 3262px;
   background: #262626;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_94bde39bec05 {
   position: absolute !important;
   overflow: visible;
   left: 1241px;
   top: 3262px;
   width: 205px;
   height: 43px;
 }

 .container_nested_94bde39bec05 {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #262626;
   border-radius: 20px 20px 20px 20px;
 }

 .text_d24098b47581 {
   width: 595.35px;
   height: 150px;
   position: absolute !important;
   left: 432.3px;
   top: 4706.75px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_d24098b47581 {
   overflow: visible;
 }

 .text_48de8ca086f3 {
   width: max-content;
   position: absolute !important;
   left: 1178.09px;
   top: 4699px;
   line-height: 40px;
   font-family: 'Figtree';
 }

 .imageview_93bb36c16ec9 {
   width: 194px;
   height: 118px;
   position: absolute !important;
   left: 212px;
   top: 4723px;
   _scaling-factor: 0.5;
 }

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

 .text_720b7dffbce8 {
   width: 299px;
   height: 35px;
   position: absolute !important;
   left: 32px;
   top: 21px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_720b7dffbce8 {
   overflow: visible;
 }

 .container_ec5313d670ba {
   position: absolute !important;
   overflow: visible;
   width: 363px;
   height: 75.07px;
   left: 1122px;
   top: 260px;
   background: linear-gradient(21deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_ec5313d670ba {
   position: absolute !important;
   overflow: visible;
   left: 1122px;
   top: 260px;
   width: 363px;
   height: 75.07px;
 }

 .container_nested_ec5313d670ba {
   width: 363px;
   height: 75.07px;
   background: linear-gradient(21deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .text_708302d7a925 {
   width: 299px;
   height: 35px;
   position: absolute !important;
   left: 36px;
   top: 20.28px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_708302d7a925 {
   overflow: visible;
 }

 .container_2bd17253e5b0 {
   position: absolute !important;
   overflow: visible;
   width: 372px;
   height: 75.07px;
   left: 1122px;
   top: 369.72px;
   border-radius: 50px 50px 50px 50px;
   box-shadow: inset 0 0 0 2px #f4683dff;
 }

 .container_wrapper_2bd17253e5b0 {
   position: absolute !important;
   overflow: visible;
   left: 1122px;
   top: 369.72px;
   width: 372px;
   height: 75.07px;
 }

 .container_nested_2bd17253e5b0 {
   width: 372px;
   height: 75.07px;
   border-top: 2px solid #f4683dff;
   border-right: 2px solid #f4683dff;
   border-bottom: 2px solid #f4683dff;
   border-left: 2px solid #f4683dff;
   border-radius: 50px 50px 50px 50px;
 }

 .text_fe4ca261aa48 {
   width: 910px;
   height: 70px;
   position: absolute !important;
   left: 380px;
   top: 1129px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_fe4ca261aa48 {
   overflow: visible;
 }

 .text_b3ac4f7854b3 {
   width: 260px;
   height: 35px;
   position: absolute !important;
   left: 25px;
   top: 28px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_b3ac4f7854b3 {
   overflow: visible;
 }

 .text_be57c6ec999d {
   width: 299px;
   height: 141px;
   position: absolute !important;
   left: 51px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_ee5ec6a46e30 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 101px;
 }

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

 .imageview_1e28d211aad5 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 30px;
   top: 145px;
 }

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

 .imageview_b5ce31d0fdf0 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 30px;
   top: 189px;
 }

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

 .container_1c446c932f0d {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   left: 236px;
   top: 1280px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_a620decdd7c9 {
   width: 345px;
   height: 35px;
   position: absolute !important;
   left: 10px;
   top: 25px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_a620decdd7c9 {
   overflow: visible;
 }

 .text_7d00ef53c5b9 {
   width: 299px;
   height: 141px;
   position: absolute !important;
   left: 50px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_6cab4fa77b81 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 29px;
   top: 101px;
 }

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

 .imageview_3c4804935e65 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 29px;
   top: 145px;
 }

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

 .imageview_060c8c6c2708 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 29px;
   top: 189px;
 }

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

 .container_b448c30f0cd2 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   left: 652px;
   top: 1280px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .imageview_a4340a080726 {
   width: 25px;
   height: 14.73px;
   position: absolute !important;
   left: 614px;
   top: 1398px;
 }

 .imageview_a4340a080726 img {
   position: absolute;
   width: 27.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -1.0px;
   top: -7.4px;
 }

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

 .imageview_dcbf9543014b {
   width: 25px;
   height: 14.73px;
   position: absolute !important;
   left: 1029px;
   top: 1398px;
 }

 .imageview_dcbf9543014b img {
   position: absolute;
   width: 27.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: -1.0px;
   top: -7.4px;
 }

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

 .text_6aaf21db2d52 {
   width: 290px;
   height: 35px;
   position: absolute !important;
   left: 24px;
   top: 19px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_6aaf21db2d52 {
   overflow: visible;
 }

 .text_9b2c5d3389c4 {
   width: 299px;
   height: 141px;
   position: absolute !important;
   left: 45px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_6931f04565c1 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 24px;
   top: 101px;
 }

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

 .imageview_aa5825ec433b {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 24px;
   top: 145px;
 }

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

 .imageview_331a7af9cc68 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 24px;
   top: 189px;
 }

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

 .container_eec3a4d67de9 {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   left: 1066px;
   top: 1280px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_fa081acd095a {
   width: 377px;
   height: 54px;
   position: absolute !important;
   left: 68px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_0a77ab7696c1 {
   width: 695px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 68px;
   top: 68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_409098b82e7c {
   width: 61px;
   height: 24px;
   position: absolute !important;
   left: 43px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_7aebcc8a25d4 {
   width: 10px;
   height: 10.44px;
   position: absolute !important;
   left: 20px;
   top: 18px;
 }

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

 .container_e20a163a781b {
   position: absolute !important;
   overflow: visible;
   width: 549px;
   height: 45px;
   left: 48px;
   top: 145px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_14945aad1b12 {
   width: 137px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_a76241a69fc6 {
   width: 10px;
   height: 10.44px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 18px;
 }

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

 .container_7d4bba9f5482 {
   position: absolute !important;
   overflow: visible;
   width: 549px;
   height: 45px;
   z-index: 1;
   left: 282px;
   top: 145px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_3143189789a0 {
   width: 139px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 47px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_e2cb718dd143 {
   width: 10px;
   height: 10.44px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 18px;
 }

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

 .container_2f0a166f21a0 {
   position: absolute !important;
   overflow: visible;
   width: 549px;
   height: 45px;
   z-index: 2;
   left: 516px;
   top: 145px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_2f99cb7af04d {
   width: 137px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 43px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_4841e54f9cc5 {
   width: 10px;
   height: 10.44px;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 18px;
 }

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

 .container_ea4567b0fd21 {
   position: absolute !important;
   overflow: visible;
   width: 549px;
   height: 45px;
   z-index: 3;
   left: 750px;
   top: 145px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_15dd3aba3c82 {
   width: 148px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 38px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_511127718fbe {
   width: 10px;
   height: 10.44px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 18px;
 }

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

 .container_7514a798b55d {
   position: absolute !important;
   overflow: visible;
   width: 398px;
   height: 45px;
   z-index: 4;
   left: 984px;
   top: 145px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_fb6a9da01b2f {
   width: 157px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 38px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_f9316b091999 {
   width: 10px;
   height: 10.44px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 18px;
 }

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

 .container_cf5f17be7701 {
   position: absolute !important;
   overflow: visible;
   width: 260px;
   height: 45px;
   z-index: 5;
   left: 1218px;
   top: 145px;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .container_wrapper_cf5f17be7701 {
   position: absolute !important;
   overflow: visible;
   left: 1218px;
   top: 145px;
   width: 260px;
   height: 45px;
   z-index: 5;
 }

 .container_nested_cf5f17be7701 {
   width: 260px;
   height: 45px;
   z-index: 5;
   background: #f5f5f5;
   border-radius: 20px 20px 20px 20px;
   filter: drop-shadow(0px 5px 15px #0000004d);
 }

 .container_cfbdb63c4eb3 {
   position: absolute !important;
   overflow: visible;
   width: 1526px;
   height: 235px;
   left: 24px;
   top: 2456px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .text_cb918d47550d {
   width: 1132px;
   height: 70px;
   position: absolute !important;
   left: 254px;
   top: 2814px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_cb918d47550d {
   overflow: visible;
 }

 .text_349bbe475306 {
   width: 77px;
   height: 18px;
   position: absolute !important;
   left: 162px;
   top: 3043px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_02026b58375d {
   width: 117px;
   height: 18px;
   position: absolute !important;
   left: 364px;
   top: 3043px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_6f4811ee84f3 {
   width: 376.29px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 111px;
   top: 2945px;
 }

 .imageview_6f4811ee84f3 img {
   position: absolute;
   width: 376.3px !important;
   height: 370.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .imageview_b11bbe8646c8 {
   width: 1.01px;
   height: 13.3px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 3010.37px;
 }

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

 .imageview_4cb7110fe6f4 {
   width: 1.01px;
   height: 25.88px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 3034.84px;
 }

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

 .imageview_b4ef642a027b {
   width: 1.01px;
   height: 40.53px;
   position: absolute !important;
   left: 509.16px;
   top: 3052.16px;
 }

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

 .imageview_0dd2ca6ba217 {
   width: 1.01px;
   height: 25.88px;
   z-index: 2;
   position: absolute !important;
   left: 330px;
   top: 3067.17px;
 }

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

 .imageview_f75f1e0aa9a5 {
   width: 177.41px;
   height: 369px;
   z-index: 3;
   position: absolute !important;
   left: 331.37px;
   top: 2945px;
 }

 .imageview_f75f1e0aa9a5 img {
   position: absolute;
   width: 178.4px !important;
   height: 370.0px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

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

 .imageview_d5bc64e336a7 {
   width: 47.65px;
   height: 14.02px;
   z-index: 4;
   position: absolute !important;
   left: 396.26px;
   top: 2956.82px;
 }

 .imageview_d5bc64e336a7 img {
   position: absolute;
   width: 48.6px !important;
   height: 15.0px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

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

 .text_94be487c71e4 {
   width: 77px;
   height: 18px;
   position: absolute !important;
   left: 600px;
   top: 3043px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_a9adec5531b6 {
   width: 180.16px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 549px;
   top: 2945px;
 }

 .imageview_a9adec5531b6 img {
   position: absolute;
   width: 180.2px !important;
   height: 370.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.5px;
 }

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

 .text_440dc98559fe {
   width: 535px;
   height: 234px;
   z-index: 1;
   position: absolute !important;
   left: 869px;
   top: 3020px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_961fc5c83099 {
   width: 695px;
   height: 54px;
   position: absolute !important;
   left: 68px;
   top: 26px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_ea4d64c8b350 {
   width: 993px;
   height: 95px;
   position: absolute !important;
   left: 68px;
   top: 80px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_d2ae445ecef9 {
   width: 139px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_ca851562790a {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 247px;
   top: 202px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_ca851562790a {
   position: absolute !important;
   overflow: visible;
   left: 247px;
   top: 202px;
   width: 205px;
   height: 43px;
 }

 .container_nested_ca851562790a {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_a2be588f5d7b {
   width: 139px;
   height: 32px;
   position: absolute !important;
   left: 32px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_2267214429c6 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 43px;
   left: 523px;
   top: 202px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_2267214429c6 {
   position: absolute !important;
   overflow: visible;
   left: 523px;
   top: 202px;
   width: 204px;
   height: 43px;
 }

 .container_nested_2267214429c6 {
   width: 204px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_88aa7ec72491 {
   width: 194px;
   height: 32px;
   position: absolute !important;
   left: 6px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_595041ea4f27 {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 798px;
   top: 202px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_595041ea4f27 {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 202px;
   width: 205px;
   height: 43px;
 }

 .container_nested_595041ea4f27 {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_c7a12445e0e1 {
   width: 194px;
   height: 32px;
   position: absolute !important;
   left: 6px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_e138578839ac {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 1074px;
   top: 202px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_e138578839ac {
   position: absolute !important;
   overflow: visible;
   left: 1074px;
   top: 202px;
   width: 205px;
   height: 43px;
 }

 .container_nested_e138578839ac {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_7618f0f91138 {
   width: 32px;
   height: 14.73px;
   position: absolute !important;
   left: 1023px;
   top: 224px;
 }

 .imageview_7618f0f91138 img {
   position: absolute;
   width: 33.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_7d295d3acfcc {
   width: 32px;
   height: 14.73px;
   position: absolute !important;
   left: 472px;
   top: 224px;
 }

 .imageview_7d295d3acfcc img {
   position: absolute;
   width: 33.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_7ebcd76a0c80 {
   width: 32px;
   height: 14.73px;
   position: absolute !important;
   left: 747px;
   top: 224px;
 }

 .imageview_7ebcd76a0c80 img {
   position: absolute;
   width: 33.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .container_f0406a009a3e {
   position: absolute !important;
   overflow: visible;
   width: 1526px;
   height: 272px;
   left: 24px;
   top: 3967px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #0000004d;
 }

 .container_d4c8cc2d36df {
   width: 108px;
   height: 31px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1050px;
   top: 638px;
   background: #363636;
   border-radius: 5px 5px 5px 5px;
   box-shadow: 0px 8px 5px 3px #00000040;
 }

 .container_956aa2e5ff64 {
   width: 133px;
   height: 31px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1050px;
   top: 777px;
   background: #363636;
   border-radius: 5px 5px 5px 5px;
   box-shadow: 0px 8px 5px 3px #00000040;
 }

 .container_6fcec86ad2b7 {
   width: 122px;
   height: 31px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1051px;
   top: 705px;
   background: #363636;
   border-radius: 5px 5px 5px 5px;
   box-shadow: 0px 8px 5px 3px #00000040;
 }

 .container_7b8d72ae6c89 {
   width: 279px;
   height: 184px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 380px;
   top: 631px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 8px 5px 3px #00000040;
 }

 .text_e4afb95431d4 {
   width: 159px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 441px;
   top: 705px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_e4afb95431d4 {
   overflow: visible;
 }

 .container_e4560ab5dfc3 {
   width: 279px;
   height: 184px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 709px;
   top: 631px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 8px 5px 3px #00000040;
 }

 .text_9f7eb7f48541 {
   width: 159px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 767px;
   top: 705px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_9f7eb7f48541 {
   overflow: visible;
 }

 .text_3813058c139c {
   width: 55px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 1076px;
   top: 643px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_7598c51a8282 {
   width: 97px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 1063px;
   top: 710px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_f6736fd96f74 {
   width: 111px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 1061px;
   top: 782px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_b6eb15bf3c94 {
   width: 139px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_593eed3d6c4b {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 417px;
   top: 859px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_593eed3d6c4b {
   position: absolute !important;
   overflow: visible;
   left: 417px;
   top: 859px;
   width: 205px;
   height: 43px;
 }

 .container_nested_593eed3d6c4b {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_0df3e4088121 {
   width: 139px;
   height: 32px;
   position: absolute !important;
   left: 32px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_2e573c5c0b8f {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 43px;
   left: 747px;
   top: 859px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_2e573c5c0b8f {
   position: absolute !important;
   overflow: visible;
   left: 747px;
   top: 859px;
   width: 204px;
   height: 43px;
 }

 .container_nested_2e573c5c0b8f {
   width: 204px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_d59ba13435c3 {
   width: 194px;
   height: 32px;
   position: absolute !important;
   left: 6px;
   top: 6px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_93456bdb85eb {
   position: absolute !important;
   overflow: visible;
   width: 205px;
   height: 43px;
   left: 1019px;
   top: 859px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: inset 0 0 0 1px #ea572aff;
 }

 .container_wrapper_93456bdb85eb {
   position: absolute !important;
   overflow: visible;
   left: 1019px;
   top: 859px;
   width: 205px;
   height: 43px;
 }

 .container_nested_93456bdb85eb {
   width: 205px;
   height: 43px;
   border-top: 1px solid #ea572aff;
   border-right: 1px solid #ea572aff;
   border-bottom: 1px solid #ea572aff;
   border-left: 1px solid #ea572aff;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_d0e0cf97de9c {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_323faaaac1da {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_519ebd505dfe {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_e0217850554c {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_2bcec6f9d195 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .container_58876bf58aca {
   width: 844px;
   height: 25px;
   position: absolute !important;
   left: 659px;
   top: 68px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 68px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ce2e909244fb {
   position: absolute !important;
   overflow: visible;
   width: 1573px;
   height: 5072px;
   left: 0px;
   top: 0px;
   background: #262626;
 }

 .viewport_4cfa95fdb95c {
   width: 1573px;
   height: 5072px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_47e70faee54c {
   width: 1573px;
   height: 623px;
   position: absolute !important;
   left: 0px;
   top: 152px;
   _scaling-factor: 0.5;
 }

 .imageview_47e70faee54c img {
   position: absolute;
   width: 100.00% !important;
   height: 116.44% !important;
   max-width: none !important;
   left: 0.00%;
   top: -16.41%;
 }

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

 .text_5de93a5bfa1a {
   width: 868px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 401px;
   top: 152px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_cd89fa7f3b39 {
   width: 1183px;
   height: 70px;
   z-index: 2;
   position: absolute !important;
   left: 237px;
   top: 276px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_cd89fa7f3b39 {
   overflow: visible;
 }

 .text_4ba9cd003d7b {
   width: 254px;
   height: 35px;
   position: absolute !important;
   left: 98px;
   top: 1800px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_4ba9cd003d7b {
   overflow: visible;
 }

 .text_d00884f65b69 {
   width: 490px;
   height: 39px;
   position: absolute !important;
   left: 181px;
   top: 839px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_878dd9945b60 {
   width: 466px;
   height: 39px;
   position: absolute !important;
   left: 892px;
   top: 834px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_92e4cc190035 {
   width: 469px;
   height: 141px;
   position: absolute !important;
   left: 213px;
   top: 901px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_3e4e516969e1 {
   width: 469px;
   height: 141px;
   position: absolute !important;
   left: 924px;
   top: 1011px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_2b41136ba6ff {
   width: 23px;
   height: 14.73px;
   position: absolute !important;
   left: 1050px;
   top: 946px;
 }

 .imageview_2b41136ba6ff img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_7c320dbaf135 {
   width: 23px;
   height: 14.73px;
   position: absolute !important;
   left: 1239px;
   top: 946px;
 }

 .imageview_7c320dbaf135 img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .text_b7aa47ae0baf {
   width: 114px;
   height: 54px;
   position: absolute !important;
   left: 18px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_b286ce58c5e0 {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 68px;
   left: 892px;
   top: 912px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #00000045, inset 0 0 0 1px #f4683dff;
 }

 .text_6ac38eba95cd {
   width: 114px;
   height: 54px;
   position: absolute !important;
   left: 18px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_f433cadeddff {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 68px;
   left: 1081px;
   top: 912px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #00000045, inset 0 0 0 1px #f4683dff;
 }

 .text_8ea884a7bf20 {
   width: 132px;
   height: 54px;
   position: absolute !important;
   left: 9px;
   top: 7px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_13ec1f3f5e05 {
   position: absolute !important;
   overflow: visible;
   width: 150px;
   height: 68px;
   left: 1270px;
   top: 912px;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 5px 15px #00000045, inset 0 0 0 1px #f4683dff;
 }

 .container_wrapper_13ec1f3f5e05 {
   position: absolute !important;
   overflow: visible;
   left: 1270px;
   top: 912px;
   width: 150px;
   height: 68px;
 }

 .container_nested_13ec1f3f5e05 {
   width: 150px;
   height: 68px;
   border-top: 1px solid #f4683dff;
   border-right: 1px solid #f4683dff;
   border-bottom: 1px solid #f4683dff;
   border-left: 1px solid #f4683dff;
   border-radius: 20px 20px 20px 20px;
   filter: drop-shadow(0px 5px 15px #00000045);
 }

 .imageview_476827fbcf3d {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 181px;
   top: 919px;
 }

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

 .imageview_d4465ac25f1b {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 181px;
   top: 964px;
 }

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

 .imageview_19462c168bfa {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 181px;
   top: 1007px;
 }

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

 .imageview_f75a5d3dfe6e {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 892px;
   top: 1029px;
 }

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

 .imageview_3cb39fc242b3 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 892px;
   top: 1073px;
 }

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

 .imageview_6c144f10e53c {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 892px;
   top: 1117px;
 }

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

 .container_29776c3597b8 {
   width: 1573px;
   height: 440px;
   position: absolute !important;
   left: 0px;
   top: 1183px;
   background: #1f1f1f;
 }

 .text_e3df9ce9fe65 {
   width: 812px;
   height: 133px;
   z-index: 1;
   position: absolute !important;
   left: 381px;
   top: 1183px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_40a8551e2ac7 {
   width: 812px;
   height: 133px;
   position: absolute !important;
   left: 384px;
   top: 1623px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_15ff83b6773f {
   width: 260px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 33px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_15ff83b6773f {
   overflow: visible;
 }

 .text_bcdee429b56e {
   width: 319px;
   height: 167px;
   z-index: 2;
   position: absolute !important;
   left: 46px;
   top: 62px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_0a419486aa95 {
   width: 10px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 99px;
 }

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

 .imageview_16e89fb52a03 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 143px;
 }

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

 .imageview_86184bcc52a4 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 187px;
 }

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

 .container_290f7cdaf7fe {
   position: absolute !important;
   overflow: visible;
   width: 366px;
   height: 235px;
   z-index: 1;
   left: 395px;
   top: 1316px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

 .text_ed7e08ea4a18 {
   width: 231px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 30px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_ed7e08ea4a18 {
   overflow: visible;
 }

 .text_099fdfc57681 {
   width: 319px;
   height: 167px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .imageview_beb4ae6e11c5 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 96px;
 }

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

 .imageview_805d8b08cb05 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 140px;
 }

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

 .imageview_356b69638df2 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 184px;
 }

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

 .container_21ca573c2253 {
   position: absolute !important;
   width: 366px;
   height: 235px;
   z-index: 1;
   left: 790px;
   top: 1316px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 4px 4px #0000004d;
 }

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

 .container_2a57d76432f5 {
   width: 66px;
   height: 32px;
   position: absolute !important;
   left: 6px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_3a47facba219 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Figtree';
 }

 .container_5cd498bf8fab {
   width: 66px;
   height: 32px;
   position: absolute !important;
   left: 84px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_3e55ae68aaf5 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Figtree';
 }

 .container_ddd301ddc544 {
   width: 66px;
   height: 32px;
   position: absolute !important;
   left: 162px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_f2c6588a443d {
   width: fit-content;
   line-height: 28px;
   font-family: 'Figtree';
 }

 .container_aeb802444bb5 {
   width: 68px;
   height: 32px;
   position: absolute !important;
   left: 240px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b31d94a12f65 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Figtree';
 }

 .container_b26076d7c8be {
   width: 66px;
   height: 32px;
   position: absolute !important;
   left: 320px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_50f3321c02c7 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Figtree';
 }

 .container_c32cba88b4e9 {
   width: 66px;
   height: 32px;
   position: absolute !important;
   left: 398px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_87ae20fe98ad {
   width: fit-content;
   line-height: 28px;
   font-family: 'Figtree';
 }

 .container_9447977a30d8 {
   width: 66px;
   height: 32px;
   position: absolute !important;
   left: 476px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_b5496a1b316b {
   position: absolute !important;
   overflow: visible;
   width: 541px;
   height: 46px;
   left: 0px;
   top: 25px;
   background: #363636;
 }

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

 .container_62b538df8716 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_1e9636e46630 {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 6px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f6850dd6d9ba {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_5869a2bc0782 {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 84px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_dcec558f573a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_4734d994dfb5 {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 162px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9ec9275a0bb5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_207d5d3a20ea {
   width: 67px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_eb6b655434a2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_057cb3e8112e {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 319px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_700e564cccd7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_b221469600b7 {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 397px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_786e8b8c69af {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_3e87c13b7d00 {
   width: 66px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 475px;
   top: 3px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_00df9b3712a0 {
   position: absolute !important;
   width: 541px;
   height: 61px;
   z-index: 1;
   left: 0px;
   top: 57px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #363636;
 }

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

 .container_fcc13a4eed14 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_3cd15fcc1b0f {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3cd15fcc1b0f {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
 }

 .container_nested_3cd15fcc1b0f {
   width: 66px;
   height: 66px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_07136af68f2a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_fe495a53c9cf {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_49e98141bfda {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_a3c4ffccc1de {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ab75586fcc52 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_c73baa0be5e0 {
   width: 67px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_e34fd50a9b03 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_66dbcfac643e {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_61ea38a10350 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_729072ceed9d {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_29e96adac7d5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_e107b5947484 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a79a99df68c {
   padding: 3px 6px 3px 6px;
   width: 541px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 118px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #363636;
 }

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

 .container_5937aeafb1dc {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_2693e7c7b016 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_952b985ab1f9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_2468b4d20ead {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b3f647d006d5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_1d3c4d8410b5 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_2a3e663ae0bc {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_6e7c930d5755 {
   width: 67px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_8ab5de99af32 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_7f5f3ce2375d {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_5c3e0d2707bd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_40cf7ac62e30 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_e050ab1dc008 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_f9cec253c857 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_64d86e47c725 {
   padding: 3px 6px 3px 6px;
   width: 541px;
   height: 71px;
   position: absolute !important;
   left: 0px;
   top: 190px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #363636;
 }

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

 .container_9c5446cace4c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_fc464361e313 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b23d704904ef {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_670500f02c15 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d501e285f5c1 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_11f4be0d0f74 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ebe4edf5fe75 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_c11474d22623 {
   width: 67px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_951f80a5568e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_ff238a23df4a {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_311e12ca669e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_72297c35dbe4 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_451988f25313 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_cb5025302773 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_912568c727ee {
   padding: 3px 6px 3px 6px;
   width: 541px;
   height: 71px;
   position: absolute !important;
   left: 0px;
   top: 261px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #363636;
 }

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

 .container_60380e2fe515 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_9ed2657ed57c {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ff5d41834201 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   border-top: 1px solid #f4683dff;
   border-right: 1px solid #f4683dff;
   border-bottom: 1px solid #f4683dff;
   border-left: 1px solid #f4683dff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_509e60aa176c {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9fd566e70128 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_5ecbd2f2ea15 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_69542176f1c3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_ebcf6c2416b3 {
   width: 67px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_425e7eb482bd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_eae860f763c3 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_35f5f10adabc {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_938a4545f630 {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b34109523c97 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 2px 2px 2px 2px;
 }

 .container_aa250a42600c {
   width: 66px;
   height: 66px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_3cf259007915 {
   padding: 3px 6px 3px 6px;
   width: 541px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 332px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #363636;
 }

 .container_57cb7e2339e1 {
   position: absolute !important;
   overflow: visible;
   width: 541px;
   height: 407px;
   left: 92px;
   top: 1852px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .text_f76eabb5228f {
   width: 299px;
   height: 35px;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_f76eabb5228f {
   overflow: visible;
 }

 .container_1fd81d7f0879 {
   position: absolute !important;
   overflow: visible;
   width: 363px;
   height: 65px;
   left: 934.5px;
   top: 2290px;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_1fd81d7f0879 {
   position: absolute !important;
   overflow: visible;
   left: 934.5px;
   top: 2290px;
   width: 363px;
   height: 65px;
 }

 .container_nested_1fd81d7f0879 {
   width: 363px;
   height: 65px;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_285250fdf4fb {
   width: 618px;
   height: 409px;
   position: absolute !important;
   left: 17px;
   top: 35px;
   background: #363636;
   border-radius: 20px 20px 20px 20px;
 }

 .container_3bdca4506489 {
   width: 250.1px;
   height: 69.88px;
   z-index: 1;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   position: absolute !important;
   left: 41px;
   top: 93px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2189a64f9098 {
   width: 250.1px;
   height: 69.88px;
   z-index: 1;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   position: absolute !important;
   left: 344.76px;
   top: 93px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_dc008cf8dcdd {
   width: 250.1px;
   height: 69.88px;
   z-index: 1;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   position: absolute !important;
   left: 41px;
   top: 211.6px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_8b0fa4b014d5 {
   width: 250.1px;
   height: 69.88px;
   z-index: 1;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   position: absolute !important;
   left: 344.76px;
   top: 211.6px;
   border-radius: 8px 8px 8px 8px;
 }

 .container_88249d877abf {
   width: 553.87px;
   height: 69.88px;
   z-index: 1;
   border-top: 1px solid #d4d4d4ff;
   border-right: 1px solid #d4d4d4ff;
   border-bottom: 1px solid #d4d4d4ff;
   border-left: 1px solid #d4d4d4ff;
   position: absolute !important;
   left: 41px;
   top: 331.21px;
   border-radius: 8px 8px 8px 8px;
 }

 .text_f144d9ae3c29 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 61.52px;
   top: 114.94px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_0bcfe3256767 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 367.91px;
   top: 114.94px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_bab566b78f73 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 61.52px;
   top: 234.55px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_00809ec79d9a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 367.91px;
   top: 231.61px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_59466064a4b5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 61.52px;
   top: 353.65px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_a7e08cbaee32 {
   width: 496.94px;
   height: 47.64px;
   position: absolute !important;
   left: 30px;
   top: -32px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .container_5cd8f03e2d3d {
   position: absolute !important;
   overflow: visible;
   width: 636px;
   height: 447px;
   left: 790px;
   top: 1812px;
 }

 .text_05188a8b877e {
   width: 1143px;
   height: 35px;
   position: absolute !important;
   left: 188px;
   top: 2423px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_05188a8b877e {
   overflow: visible;
 }

 .imageview_93e4b9ce0bef {
   width: 221px;
   height: 59px;
   position: absolute !important;
   left: 61px;
   top: 51px;
   _scaling-factor: 0.5;
 }

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

 .text_02f58de1e161 {
   width: 595.35px;
   height: 150px;
   position: absolute !important;
   left: 436.3px;
   top: 2630.75px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_02f58de1e161 {
   overflow: visible;
 }

 .text_3bcfd1558f90 {
   width: max-content;
   position: absolute !important;
   left: 1182.09px;
   top: 2623px;
   line-height: 40px;
   font-family: 'Figtree';
 }

 .imageview_fbd545917b57 {
   width: 194px;
   height: 143px;
   position: absolute !important;
   left: 209px;
   top: 2642px;
   _scaling-factor: 0.5;
 }

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

 .text_8c5a9edf4ce5 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_19534272e1f1 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_2c0afc6090ab {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_06c91678921d {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_e7e8155c7347 {
   width: fit-content;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .container_fa5af226c025 {
   width: 844px;
   height: 25px;
   position: absolute !important;
   left: 659px;
   top: 63px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 68px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9cd0df6dcd1b {
   position: absolute !important;
   overflow: visible;
   width: 1573px;
   height: 2933px;
   left: 0px;
   top: 0px;
   background: #262626;
 }

 .container_wrapper_9cd0df6dcd1b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1573px;
   height: 2933px;
 }

 .container_nested_9cd0df6dcd1b {
   width: 1573px;
   height: 2933px;
   background: #262626;
 }

 .viewport_a15778f90982 {
   width: 1573px;
   height: 2933px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_46475eb2318a {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.2659758203799655;
   height: auto !important;
   _scaling-factor: 0.5;
 }

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

 .container_2ba9ab88468a {
   padding: 10px 10px 10px 10px;
   width: 282px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_57478dc56d18 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_47aee416962e {
   width: max-content;
   position: absolute !important;
   left: 134px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_1188a9a84b35 {
   width: max-content;
   position: absolute !important;
   left: 295px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_885a857be20b {
   width: max-content;
   position: absolute !important;
   left: 489px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .text_dd8400de94fc {
   width: max-content;
   position: absolute !important;
   left: 657px;
   top: 0px;
   line-height: 25px;
   font-family: 'Figtree';
 }

 .container_2c250a5963ed {
   position: relative !important;
   overflow: visible;
   width: 844px;
   height: 25px;
   flex-shrink: 0;
 }

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

 .container_678e57acc081 {
   padding: 10px 10px 10px 10px;
   width: 948px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_678e57acc081 {
   width: 948px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_678e57acc081 {
   padding: 10px 10px 10px 10px;
   width: 948px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_271b9681c6bf {
   padding: 0 20px 0 20px;
   width: 1440px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 215px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_271b9681c6bf {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 140px;
 }

 .container_nested_271b9681c6bf {
   padding: 0 20px 0 20px;
   width: 1440px;
   height: 140px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 215px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d4410b706c03 {
   width: 1440px;
   height: 560px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.9100000262260437;
 }

 .imageview_d4410b706c03 img {
   position: absolute;
   width: 100.00% !important;
   height: 183.23% !important;
   max-width: none !important;
   left: 0.00%;
   top: -22.74%;
 }

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

 .text_2d9e096b1210 {
   width: 100%;
   min-width: 0;
   height: 59px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_4be04961a087 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 1;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_4be04961a087 {
   overflow: visible;
 }

 .container_06b973aa4295 {
   width: 1077px;
   height: 103px;
   z-index: 1;
   position: absolute !important;
   left: 181.5px;
   top: 57px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fbd657a04aa {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 560.25px;
   left: 0px;
   top: 140px;
 }

 .text_ba5abc75ef9b {
   width: fit-content;
   z-index: 1;
   line-height: 35px;
   font-family: 'Figtree';
 }

 .text-ef7e9ae9ead0_ba5abc75ef9b {
   line-height: 35px;
   font-family: 'Figtree';
 }

 .text-b36358a181f3_ba5abc75ef9b {
   line-height: 35px;
   font-family: 'Figtree';
 }

 .container_e269072e022f {
   padding: 10px 10px 10px 10px;
   width: 1440px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 700px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6579af088367 {
   width: 299px;
   height: 35px;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_6579af088367 {
   overflow: visible;
 }

 .container_355f2fc5b83b {
   position: relative !important;
   overflow: visible;
   width: 363px;
   height: 65px;
   flex-shrink: 0;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_355f2fc5b83b {
   position: relative !important;
   overflow: visible;
   width: 363px;
   height: 65px;
   flex-shrink: 0;
 }

 .container_nested_355f2fc5b83b {
   width: 363px;
   height: 65px;
   background: linear-gradient(18deg, #f4683dff 0%, #f4683dff 51%);
   border-radius: 50px 50px 50px 50px;
 }

 .text_c1bb67e7e6d3 {
   width: 299px;
   height: 35px;
   position: absolute !important;
   left: 32px;
   top: 15px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Figtree';
 }

 .text_autoheight_c1bb67e7e6d3 {
   overflow: visible;
 }

 .container_c41aadb0e254 {
   position: relative !important;
   overflow: visible;
   width: 372px;
   height: 65px;
   flex-shrink: 0;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 4px 4px #00000040, inset 0 0 0 2px #f4683dff;
 }

 .container_wrapper_c41aadb0e254 {
   position: relative !important;
   overflow: visible;
   width: 372px;
   height: 65px;
   flex-shrink: 0;
 }

 .container_nested_c41aadb0e254 {
   width: 372px;
   height: 65px;
   border-top: 2px solid #f4683dff;
   border-right: 2px solid #f4683dff;
   border-bottom: 2px solid #f4683dff;
   border-left: 2px solid #f4683dff;
   border-radius: 50px 50px 50px 50px;
   filter: drop-shadow(0px 4px 4px #00000040);
 }

 .container_9c753a9fda75 {
   width: 1440px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: 850px;
   justify-content: center;
   align-items: center;
   gap: 0 22px;
   display: flex !important;
   flex-direction: row;
 }

 .viewport_2fb515ad376e {
   width: 1440px;
   height: 2245px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1f1f1f;
 }