 /*
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://storage.googleapis.com/yotako-fonts/CdnFonts/css/Satoshi.css");
 @import url("https://fonts.googleapis.com/css?family=Barlow: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;
 }

 .text_9428386b03d6 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_4fef3f978b6d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_94b629ba2207 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_3d251a938187 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_539fc7b6451b {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.72px;
 }

 .text_53e29e60c751 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_b6d1afc802e2 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1621.45px;
   top: 20.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_b6d1afc802e2 {
   position: absolute !important;
   left: 1621.45px;
   top: 20.5px;
   width: 135px;
   height: 59px;
 }

 .container_nested_b6d1afc802e2 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_2567c84386e9 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_04d67bcab14b {
   padding: 14px 28px 14px 28px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_04d67bcab14b {
   padding: 14px 28px 14px 28px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_309275a984f3 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_2fd28cab1d91 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_c9aabf61940f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_d2e88bc8ea2a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_a66e6f993375 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_b30c4e6d3eb3 {
   width: 537px;
   height: 55px;
   position: absolute !important;
   left: 692px;
   top: 21px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_b30c4e6d3eb3 {
   position: absolute !important;
   left: 692px;
   top: 21px;
   width: 537px;
   height: 55px;
 }

 .container_nested_b30c4e6d3eb3 {
   width: 537px;
   height: 55px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4b9c17f7fc68 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 100px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_4b9c17f7fc68 {
   width: 1920px;
   height: 100px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_c1b4943b2a34 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_3f86fe44a718 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_fd03287feacb {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_51030e47b84c {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_eb7565b666a8 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_dc1147139ca7 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_20d06baf2965 {
   width: 220px;
   height: 64px;
 }

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

 .container_8a6eab8362dd {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_eb0a918a79cd {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_b4426ab1e0b9 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_81ded26950ce {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_5dbb125fc015 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_840d5c0798fd {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_9c4c6a66400c {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_0a5e31918f01 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_a5371a6cb3e5 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a5371a6cb3e5 {
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   width: 574px;
   height: 27px;
 }

 .container_nested_a5371a6cb3e5 {
   width: 574px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_360803f10aed {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_36ab359a25f9 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_476b71fe7fa8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_349a0085fdb9 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_31c1171a2027 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c8bf6b9598e8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_150155db030f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_92406ec3e674 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ff620217ffec {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_32edb27aec6d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_e2a71cc68524 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_b09d9d529dc8 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_edf8080fae33 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 8057px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_edf8080fae33 {
   position: absolute !important;
   left: 0px;
   top: 8057px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_edf8080fae33 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7babbbc00881 {
   width: 100%;
   min-width: 0;
   height: 164px;
   z-index: 1;
   line-height: 81.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7babbbc00881 {
   overflow: visible;
 }

 .text_5bd14b74a9a9 {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text_d9af127fad5e {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .container_043c1501bf14 {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_043c1501bf14 {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_6995f1a24cbb {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text_246bbde29a29 {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .container_0dce66b3de09 {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_0dce66b3de09 {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_12ab1f0f5764 {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text_33bf0dfb5e44 {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .container_c7a89ae8ee4b {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_c7a89ae8ee4b {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_59d8ad07873f {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text_06b10e98457f {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .container_429e33e10913 {
   padding: 12px 14px 12px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4713ff7e069c {
   padding: 24px 40px 24px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .text_bb2d7d603e6f {
   width: fit-content;
   z-index: 1;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .container_51ac5ffbfab9 {
   padding: 18px 28px 18px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 10px 10px 10px 10px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_51ac5ffbfab9 {
   padding: 18px 28px 18px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 10px 10px 10px 10px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .text_954a0cb36fb8 {
   width: fit-content;
   z-index: 1;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .container_f32f58725ef1 {
   padding: 18px 28px 18px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_nested_f32f58725ef1 {
   padding: 18px 28px 18px 28px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .imageview_aeb0f432b1be {
   margin: -174px 0 0 0 !important;
   width: 100%;
   min-width: 0;
   height: 448px;
   flex-shrink: 0;
 }

 .imageview_aeb0f432b1be img {
   position: absolute;
   width: 1596.0px !important;
   height: 448.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_d209951a71b5 {
   padding: 112px 0 0 0;
   width: 1596px;
   height: 796px;
   position: absolute !important;
   left: 163px;
   top: 100px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:180.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
 }

 .imageview_420d5a2c2bac {
   width: 249.33px;
   height: 90px;
   position: absolute !important;
   left: 0px;
   top: 40px;
 }

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

 .imageview_b27116250c41 {
   width: 249.33px;
   height: 90px;
   position: absolute !important;
   left: 269.33px;
   top: 40px;
 }

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

 .imageview_c569db4ddb87 {
   width: 249.33px;
   height: 90px;
   position: absolute !important;
   left: 538.67px;
   top: 40px;
 }

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

 .imageview_fad98627e873 {
   width: 249.33px;
   height: 90px;
   position: absolute !important;
   left: 808px;
   top: 40px;
 }

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

 .imageview_8d4c56f6e86b {
   width: 249.33px;
   height: 90px;
   position: absolute !important;
   left: 1077.33px;
   top: 40px;
 }

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

 .imageview_a9cb198faeea {
   width: 249.33px;
   height: 90px;
   position: absolute !important;
   left: 1346.67px;
   top: 40px;
 }

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

 .text_6b65fbdfef47 {
   width: fit-content;
   line-height: 21.6px;
   font-family: 'Barlow';
 }

 .container_17bbf6391d43 {
   padding: 20px 34px 20px 34px;
   width: 286px;
   height: 62px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 655px;
   top: -31px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #1a1a1a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_17bbf6391d43 {
   position: absolute !important;
   left: 655px;
   top: -31px;
   width: 286px;
   height: 62px;
 }

 .container_nested_17bbf6391d43 {
   padding: 20px 34px 20px 34px;
   width: 286px;
   height: 62px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #1a1a1a;
   border-radius: 100px 100px 100px 100px;
 }

 .container_66d70eb4b78a {
   position: absolute !important;
   overflow: visible;
   width: 1596px;
   height: 170px;
   border-top: 0px solid #262626ff;
   left: 163px;
   top: 896px;
   background: #24242433;
   box-shadow: inset -1px 0 0 0 #262626ff, inset 0 -1px 0 0 #262626ff, inset 1px 0 0 0 #262626ff;
 }

 .text_93c5a8bc2960 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_93c5a8bc2960 {
   overflow: visible;
 }

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

 .text_autoheight_144ea89d483d {
   overflow: visible;
 }

 .container_d291c6f2fa7b {
   padding: 120px 300px 120px 300px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_13dbc857fb11 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5296-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_dc5dca371b65 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5296.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_58aa2c3778e4 {
   width: 88px;
   height: 88px;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
 }

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

 .text_e08642195fc7 {
   width: 100%;
   min-width: 0;
   height: 45px;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e08642195fc7 {
   overflow: visible;
 }

 .text_0b292fbf6c67 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_0b292fbf6c67 {
   overflow: visible;
 }

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

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

 .text_987cfdc5a402 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_9c86426e7a67 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_9c86426e7a67 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_45c744c827d0 {
   padding: 50px 50px 50px 50px;
   height: 577px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_e9d001fcc224 {
   width: 1px;
   height: 577px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_533746c1da98 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_3549b8f6fd18 {
   width: 100%;
   min-width: 0;
   height: 45px;
   z-index: 2;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_3549b8f6fd18 {
   overflow: visible;
 }

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

 .text_autoheight_84e5e20c7fe4 {
   overflow: visible;
 }

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

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

 .text_cc7e824ba235 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_e7ddf0620dde {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_e7ddf0620dde {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4a288dafd5cf {
   padding: 50px 50px 50px 50px;
   height: 577px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_ca6ff261c8a9 {
   width: 1px;
   height: 577px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_fedcba0e090a {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_ad3cbcdf813c {
   width: 100%;
   min-width: 0;
   height: 45px;
   z-index: 4;
   line-height: 45px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_ad3cbcdf813c {
   overflow: visible;
 }

 .text_0e245e8394ca {
   width: 100%;
   min-width: 0;
   height: 144px;
   z-index: 4;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_0e245e8394ca {
   overflow: visible;
 }

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

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

 .text_18f214b9f88f {
   width: fit-content;
   z-index: 4;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_86ec67fb231b {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_86ec67fb231b {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_ed4462ccce5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_20cf2652c001 {
   width: 1596px;
   height: 913px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 1066px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ae065970bf8 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9ae065970bf8 {
   overflow: visible;
 }

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

 .text_autoheight_b8bd16f74b9d {
   overflow: visible;
 }

 .container_2337b7825cdd {
   padding: 120px 300px 120px 300px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_f4fbc2af8f5e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5342-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_3cce3b0b7245 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5342.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_121508e1b4c7 {
   width: 88px;
   height: 88px;
 }

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

 .text_a00c0ab1d84a {
   height: 39px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 39px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a00c0ab1d84a {
   overflow: visible;
 }

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

 .text_863dbbb27ddb {
   width: 100%;
   min-width: 0;
   height: 90px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_863dbbb27ddb {
   overflow: visible;
 }

 .container_c3a31f65ca69 {
   padding: 80px 80px 80px 80px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_111b58e950b8 {
   width: 1px;
   height: 378px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_d0d570425536 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_c0a91ba6b07d {
   height: 39px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 39px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c0a91ba6b07d {
   overflow: visible;
 }

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

 .text_fd6f6fee7d57 {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_fd6f6fee7d57 {
   overflow: visible;
 }

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

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

 .line_fa52d2eda5e7 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_a609fd9181f7 {
   width: 88px;
   height: 88px;
   z-index: 1;
 }

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

 .text_760f04890667 {
   height: 39px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 39px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_760f04890667 {
   overflow: visible;
 }

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

 .text_10ba6d9520f9 {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_10ba6d9520f9 {
   overflow: visible;
 }

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

 .line_d3428dfc98fe {
   width: 1px;
   height: 378px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_e97573fb14b2 {
   width: 88px;
   height: 88px;
   z-index: 3;
 }

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

 .text_7fc723d881c2 {
   height: 39px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 39px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7fc723d881c2 {
   overflow: visible;
 }

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

 .text_bfed85c10eca {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bfed85c10eca {
   overflow: visible;
 }

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

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

 .container_530980a3a02b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_36d9e48fbbaa {
   width: 1597px;
   height: 1092px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 1979px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_689512fdf62b {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_689512fdf62b {
   overflow: visible;
 }

 .text_7680ef1d529d {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7680ef1d529d {
   overflow: visible;
 }

 .container_9d5bfd9f323c {
   padding: 120px 300px 120px 300px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_57f9bb487fc4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5392-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_3b33100efe41 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5392.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .line_90ca601fdfe1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_5dffeb726ee2 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5dffeb726ee2 {
   overflow: visible;
 }

 .text_d414409d45f2 {
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d414409d45f2 {
   overflow: visible;
 }

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

 .container_8798de057a2a {
   width: 60px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #acff244d;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: color;
 }

 .container_3284a89d4d1c {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5404.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_576f6e2a7207 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_576f6e2a7207 {
   overflow: visible;
 }

 .text_21d223eea88d {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_21d223eea88d {
   overflow: visible;
 }

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

 .container_84bb91a0dedb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .text_aef21fd6ba9a {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_8fabee6caee5 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_8fabee6caee5 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_bf1552ba1ee2 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 8px 8px 8px 8px;
 }

 .container_957b22bc64bc {
   padding: 100px 80px 100px 80px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .line_ca0f86f82c20 {
   width: 1px;
   height: 532px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_23a5685b59a3 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 3;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_23a5685b59a3 {
   overflow: visible;
 }

 .text_4ec831a83659 {
   width: 100%;
   min-width: 0;
   height: 108px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4ec831a83659 {
   overflow: visible;
 }

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

 .container_b1930e5f9d4f {
   width: 60px;
   height: 60px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #acff244d;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: color;
 }

 .container_10a18187cad1 {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 3;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5417.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_fd0006c5de3a {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_fd0006c5de3a {
   overflow: visible;
 }

 .text_6a1a47fffa2c {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6a1a47fffa2c {
   overflow: visible;
 }

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

 .container_2abc49945365 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1742b605325d {
   width: fit-content;
   z-index: 3;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_63a5c3bf3f28 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_63a5c3bf3f28 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
 }

 .container_nested_63a5c3bf3f28 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_f87dad3717cd {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 8px 8px 8px 8px;
 }

 .container_79b3f4fd20b2 {
   padding: 100px 80px 100px 80px;
   height: 532px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

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

 .line_22e8c522abf0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_1a3f47b76312 {
   width: 100%;
   min-width: 0;
   height: 126px;
   z-index: 1;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1a3f47b76312 {
   overflow: visible;
 }

 .text_7c157104768a {
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7c157104768a {
   overflow: visible;
 }

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

 .container_38bb98599a58 {
   width: 60px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #acff244d;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: color;
 }

 .container_c93280a610c7 {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5431.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_feb7c0ecd338 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_feb7c0ecd338 {
   overflow: visible;
 }

 .text_11960f780ed2 {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_11960f780ed2 {
   overflow: visible;
 }

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

 .container_2584196dd1c8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .text_654829a3c0cc {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_c6676dea1ac8 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_c6676dea1ac8 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_cbb00dc190ff {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7b117cf5a98a {
   padding: 100px 80px 100px 80px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .line_5137a4d61c6b {
   width: 1px;
   height: 574px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_f253626780f1 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 3;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f253626780f1 {
   overflow: visible;
 }

 .text_e302fcd20e5e {
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e302fcd20e5e {
   overflow: visible;
 }

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

 .container_8900807985b7 {
   width: 60px;
   height: 60px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #acff244d;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: color;
 }

 .container_ba5c4ef0018f {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 3;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5444.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_1ecdde8bc799 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1ecdde8bc799 {
   overflow: visible;
 }

 .text_400232500b66 {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_400232500b66 {
   overflow: visible;
 }

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

 .container_715b41f8d2f9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .text_991e646d3543 {
   width: fit-content;
   z-index: 3;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_ade456ac3883 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_ade456ac3883 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
 }

 .container_nested_ade456ac3883 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_bc30fb5a6603 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 8px 8px 8px 8px;
 }

 .container_22f7c45f8eb2 {
   padding: 100px 80px 100px 80px;
   height: 574px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

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

 .line_8401f2ad0056 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_30ec2ee96cfd {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_30ec2ee96cfd {
   overflow: visible;
 }

 .text_4f07c612f9a0 {
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4f07c612f9a0 {
   overflow: visible;
 }

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

 .container_c54aff88bfde {
   width: 60px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #acff244d;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: color;
 }

 .container_af2a87afd5fa {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5458.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_1468bc6a5914 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 1;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1468bc6a5914 {
   overflow: visible;
 }

 .text_1b38e509a3f0 {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1b38e509a3f0 {
   overflow: visible;
 }

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

 .container_b6030e760941 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .text_71618d91654d {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_01011f0915d2 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_01011f0915d2 {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d6d9fda0c284 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 8px 8px 8px 8px;
 }

 .container_3ef4cd3ffb57 {
   padding: 100px 80px 100px 80px;
   height: 574px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .line_be818f9ce6e1 {
   width: 1px;
   height: 574px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_7e82d799ee5f {
   width: 100%;
   min-width: 0;
   height: 126px;
   z-index: 3;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7e82d799ee5f {
   overflow: visible;
 }

 .text_fc0f743efe33 {
   width: 100%;
   min-width: 0;
   height: 81px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_fc0f743efe33 {
   overflow: visible;
 }

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

 .container_49dd1515b406 {
   width: 60px;
   height: 60px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #acff244d;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: color;
 }

 .container_83284c0335b8 {
   position: relative !important;
   overflow: visible;
   width: 60px;
   height: 60px;
   flex-shrink: 0;
   z-index: 3;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5471.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 8px 8px 8px 8px;
 }

 .text_a7b50ab91aa9 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 3;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a7b50ab91aa9 {
   overflow: visible;
 }

 .text_1a0ad9f84bf4 {
   width: 100%;
   min-width: 0;
   height: 27px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1a0ad9f84bf4 {
   overflow: visible;
 }

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

 .container_45654eea658b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 18px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c280d1f58532 {
   width: fit-content;
   z-index: 3;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_6dc9dcc52fea {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_6dc9dcc52fea {
   width: fit-content;
   height: fit-content;
   z-index: 3;
 }

 .container_nested_6dc9dcc52fea {
   padding: 18px 20px 18px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ca885892315f {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2ccdfbf18294 {
   padding: 100px 80px 100px 80px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_6a4768e08711 {
   width: 1596px;
   height: 2046px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 3071px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4bf9f113c20e {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4bf9f113c20e {
   overflow: visible;
 }

 .text_7d04733653d6 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7d04733653d6 {
   overflow: visible;
 }

 .container_b008be1b003c {
   padding: 120px 350px 120px 350px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_a45068205ec8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5478-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_9364d84eba38 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5478.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .line_854f0241d59e {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_57041ac60800 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_82e3a628466b {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_178ddd6097cf {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 26.4px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_178ddd6097cf {
   overflow: visible;
 }

 .imageview_8e0697bb351a {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_5113cdd63efd {
   width: 100%;
   min-width: 0;
   height: 108px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5113cdd63efd {
   overflow: visible;
 }

 .container_9bf82e05ba21 {
   padding: 24px 0 0 0;
   height: 186px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .line_0f155daa06aa {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_da5d36e2db93 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_0946fe270258 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_1a47fafa86bd {
   height: 33px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1a47fafa86bd {
   overflow: visible;
 }

 .imageview_14563afe0892 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .line_b01e24c42beb {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_6d8673c53e45 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_5e6129dd1ba9 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_daad3bf7d95b {
   height: 33px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_daad3bf7d95b {
   overflow: visible;
 }

 .imageview_07c138995e30 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .line_6426bfbbe9de {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_54d19c0f5291 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_dd3d02a10dac {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_b96fa9b50e08 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b96fa9b50e08 {
   overflow: visible;
 }

 .imageview_5e6c828083a4 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .line_35a47c89d012 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

 .line_d2808b5ab8db {
   width: 1px;
   height: 834px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .line_ae4e92f767fc {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_a98bdb644f39 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_8a04081764af {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_6b153299f79a {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6b153299f79a {
   overflow: visible;
 }

 .imageview_144c9eea493d {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_8cd55bab5515 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_621f1cad2715 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_7b48e5318db8 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_58b3c4843935 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_58b3c4843935 {
   overflow: visible;
 }

 .imageview_17feb2112042 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_c28444c47d75 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_f060456f47d3 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_d9527ef056a1 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_280b86dcd7ac {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_280b86dcd7ac {
   overflow: visible;
 }

 .imageview_2f452c3dc68f {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_76a78ff915c1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_3f557b312481 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_9e3d021c06c1 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_e795c8c2d9f6 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e795c8c2d9f6 {
   overflow: visible;
 }

 .imageview_c4a3ba9e5e42 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_b86a67d4e954 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

 .container_c2c63b7ab0bf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_239cf85de515 {
   width: 1596px;
   height: 1169px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 5117px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0f594454e5a6 {
   width: 80.38px;
   height: 80px;
   flex-shrink: 0;
 }

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

 .text_89ed5da54e10 {
   width: 100%;
   min-width: 0;
   height: 46px;
   line-height: 45.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_89ed5da54e10 {
   overflow: visible;
 }

 .text_992804b9e1ae {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_992804b9e1ae {
   overflow: visible;
 }

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

 .text_7dc3bdc1fdcf {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_20c012ac741c {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #273be2;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_20c012ac741c {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #273be2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_34aa2bf5bced {
   padding: 120px 350px 120px 350px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_97e689e6c334 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5547-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_cd5d635cdeca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5547.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_645a4a2e219d {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_645a4a2e219d {
   overflow: visible;
 }

 .text_b5060f31390b {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b5060f31390b {
   overflow: visible;
 }

 .line_3a5a814f0d36 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_249ba2e81668 {
   padding: 24px 40px 24px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

 .text_061efb79b90f {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_061efb79b90f {
   overflow: visible;
 }

 .text_634b58b20fd4 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_634b58b20fd4 {
   overflow: visible;
 }

 .line_ce2ee7efc101 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_d99f2d3d4188 {
   padding: 24px 40px 24px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

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

 .text_14d2cf309291 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_14d2cf309291 {
   overflow: visible;
 }

 .imageview_5eb86a9363be {
   width: 28px;
   height: 28px;
 }

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

 .text_316fa9d16dea {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_316fa9d16dea {
   overflow: visible;
 }

 .container_647be087d164 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_85a89677b2b3 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_85a89677b2b3 {
   overflow: visible;
 }

 .container_a81c297859ef {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_9368b0b6bfe2 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9368b0b6bfe2 {
   overflow: visible;
 }

 .container_8b48d31ba23f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6eea52f93790 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6eea52f93790 {
   overflow: visible;
 }

 .container_608348234aac {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_e6bdd5ed80dd {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 12px 12px 12px 12px;
 }

 .text_a99aff2ad5c0 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a99aff2ad5c0 {
   overflow: visible;
 }

 .text_53181231b141 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_53181231b141 {
   overflow: visible;
 }

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

 .container_0e32bde3ac0f {
   width: 814px;
   height: 4px;
   position: absolute !important;
   left: 3px;
   top: 26px;
   background: #333333;
 }

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

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

 .text_fef56faf2b33 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -9px;
   top: 38.5px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_05c128f7576d {
   position: relative !important;
   overflow: visible;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #4c4c4d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_dbc301f53697 {
   height: 5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #273be2;
 }

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

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

 .text_dfdfe57360bf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -10px;
   top: 38.5px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_8a88feebb816 {
   position: relative !important;
   overflow: visible;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #4c4c4d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_9c1a9b8c80ee {
   width: 326px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 10px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_17ef050276cf {
   position: relative !important;
   overflow: visible;
   width: 820px;
   height: 56px;
   flex-shrink: 0;
 }

 .container_ab493fe3c788 {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 12px 12px 12px 12px;
 }

 .text_9f2e31206128 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9f2e31206128 {
   overflow: visible;
 }

 .text_9dfad74c29a0 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_aa949c5b8477 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .line_437f40b72b24 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_e854c736152f {
   padding: 24px 40px 24px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

 .text_67eff1db639a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_9983845408de {
   padding: 18px 44px 18px 44px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #273be2;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_9983845408de {
   padding: 18px 44px 18px 44px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #273be2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7527d398363a {
   padding: 80px 80px 80px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_708942c0de91 {
   padding: 0 268px 0 268px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_58231bfe4f22 {
   width: 1596px;
   height: 1771px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 6286px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_461e70ebdd10 {
   width: 1920px;
   height: 8392px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #2b2b2b;
 }

 .text_72f256fcae09 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_78d9b0ab6f4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_14046a59404d {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_384d93ef107a {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_18b729a8ded6 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.22px;
 }

 .text_89553320da70 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_abc32c404983 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1623px;
   top: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_abc32c404983 {
   position: absolute !important;
   left: 1623px;
   top: 20px;
   width: 135px;
   height: 59px;
 }

 .container_nested_abc32c404983 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5f190c29ef35 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_702c90a81e3a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_8ba31aa27f96 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_8ba31aa27f96 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_f4bf571ec2e6 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_09da61beb831 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_8a170ab2bbaa {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_2999326100b0 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_402ea2f98577 {
   width: 530px;
   height: 55px;
   position: absolute !important;
   left: 695.5px;
   top: 21px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_87b2a310b8c3 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_87b2a310b8c3 {
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_e77074aaf8c6 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e77074aaf8c6 {
   overflow: visible;
 }

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

 .text_autoheight_73b5219b6e42 {
   overflow: visible;
 }

 .container_0df41531ffb3 {
   padding: 120px 300px 120px 300px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_4770a2f48cfe {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5638-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_8f8e8a41095d {
   width: 1596px;
   height: 336px;
   position: absolute !important;
   left: 162px;
   top: 100px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:5638.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_3c7551060029 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_7e1fec3339d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_719e4aa88a97 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_fd9140b9695b {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_de9bcd43c020 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_0858c0e2c5c5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_3c3d769512d4 {
   width: 220px;
   height: 64px;
 }

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

 .container_e0a8fbaf38ef {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ab6bee0ac3b3 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_e973d2be2cdf {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_075223f819cb {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_77e9189762f1 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_818104a112ef {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_ab5fb0bc7abb {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_8c8c86f937f8 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_9b66e18c0096 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_9b66e18c0096 {
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   width: 574px;
   height: 27px;
 }

 .container_nested_9b66e18c0096 {
   width: 574px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8543733a8de8 {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_94bd83ecaddb {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_9fdfb5e74e74 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_8d29089529bd {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_73c776fcd337 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a67968c5d65f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_0cdff133aaa5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_7d46b0353711 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_908782290342 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_ec218786b010 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_147e35135a88 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_21e975c4352a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_f88331051a91 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 5956px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f88331051a91 {
   position: absolute !important;
   left: 0px;
   top: 5956px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_f88331051a91 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_738c505062da {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_738c505062da {
   overflow: visible;
 }

 .text_ac71b28c783d {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_ac71b28c783d {
   overflow: visible;
 }

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

 .text_1d23b32bd755 {
   width: fit-content;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

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

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

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

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

 .text_6644a2e00793 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6644a2e00793 {
   overflow: visible;
 }

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

 .imageview_cec24e9462da {
   width: 88px;
   height: 88px;
 }

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

 .text_e7012e296156 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e7012e296156 {
   overflow: visible;
 }

 .container_9f942e0f9656 {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_5b756d166955 {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_61680b455386 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_3af8e923eb7c {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_3af8e923eb7c {
   overflow: visible;
 }

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

 .line_9774cd8d629e {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_adabdaf6dbf6 {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_6b4b58663d9f {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6b4b58663d9f {
   overflow: visible;
 }

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

 .line_7eac12344421 {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_4e1f5fc80526 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_46857f399934 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_46857f399934 {
   overflow: visible;
 }

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

 .container_7bf6bc2a901a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_bcc2a464f981 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bcc2a464f981 {
   overflow: visible;
 }

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

 .imageview_8c4ae5de8e91 {
   width: 88px;
   height: 88px;
 }

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

 .text_c12f96153a6e {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c12f96153a6e {
   overflow: visible;
 }

 .container_3d58e6c79e9c {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_f40ef3a3b8ca {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_c0743ef8e7d3 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_c5ad32d898ab {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c5ad32d898ab {
   overflow: visible;
 }

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

 .line_1d60b8cfcf84 {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_c2eb401c46fb {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_a9ebe7c3fcb0 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a9ebe7c3fcb0 {
   overflow: visible;
 }

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

 .line_c29cf53f14ac {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_fc8904c985f6 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_20b00dba86ea {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_20b00dba86ea {
   overflow: visible;
 }

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

 .container_bf28f98542d4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_4fa492d7e2a1 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4fa492d7e2a1 {
   overflow: visible;
 }

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

 .imageview_b6ae0caedff3 {
   width: 88px;
   height: 88px;
 }

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

 .text_396e28b300f5 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_396e28b300f5 {
   overflow: visible;
 }

 .container_b9b790bfc107 {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_7cbcb8f58a3c {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_f4601770af6b {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_2b79b70c42a5 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_2b79b70c42a5 {
   overflow: visible;
 }

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

 .line_229a10cb2c3f {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_7b3fc029f500 {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_948cbdebef85 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_948cbdebef85 {
   overflow: visible;
 }

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

 .line_0862a1f5b97f {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_05f5fe4df6da {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_a57e79752a2c {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a57e79752a2c {
   overflow: visible;
 }

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

 .container_e125bb84215b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_2aac4ed20e0b {
   padding: 50px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_679826220253 {
   padding: 120px 0 0 0;
   width: 1596px;
   height: 1632px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 436px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_36be6440836f {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_36be6440836f {
   overflow: visible;
 }

 .text_e891f5a9cc6a {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e891f5a9cc6a {
   overflow: visible;
 }

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

 .text_b934df2b7a6d {
   width: fit-content;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text-38e1f8beb469_b934df2b7a6d {
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text-3bd816809a00_b934df2b7a6d {
   line-height: 26.4px;
   font-family: 'Barlow';
 }

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

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

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

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

 .text_b594755c67f9 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b594755c67f9 {
   overflow: visible;
 }

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

 .imageview_bc17e6f7c320 {
   width: 88px;
   height: 88px;
 }

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

 .text_48c9b89ea315 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_48c9b89ea315 {
   overflow: visible;
 }

 .container_19c1321cafbd {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_1afe609b93cc {
   width: 1px;
   height: 308px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_7b7f704b24a7 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_ff71df1fe8ce {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_ff71df1fe8ce {
   overflow: visible;
 }

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

 .line_9024c2433891 {
   width: 1px;
   height: 308px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_7ef2ca7a3f3e {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_18d329612a7a {
   width: 100%;
   min-width: 0;
   height: 90px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_18d329612a7a {
   overflow: visible;
 }

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

 .line_5fdb941c12bd {
   width: 1px;
   height: 308px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_68dee3c77706 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_268a66496756 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_268a66496756 {
   overflow: visible;
 }

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

 .container_66c0bafe2ee4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_cbc81bc2d57b {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_cbc81bc2d57b {
   overflow: visible;
 }

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

 .imageview_f12ee3e6c947 {
   width: 88px;
   height: 88px;
 }

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

 .text_6fe2fd851f15 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6fe2fd851f15 {
   overflow: visible;
 }

 .container_506a4df6e072 {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_b390e57690fd {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_27c778379454 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_9138351a1ff7 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9138351a1ff7 {
   overflow: visible;
 }

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

 .line_3e6d2b232fef {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_b1e1615bf618 {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_9924759cdd66 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9924759cdd66 {
   overflow: visible;
 }

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

 .line_5b9627785ecc {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_a24f4a7ebb50 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_f95915bde8e9 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f95915bde8e9 {
   overflow: visible;
 }

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

 .container_9b50ef1a7927 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_1f71e96c3d49 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1f71e96c3d49 {
   overflow: visible;
 }

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

 .imageview_92ba9a93c817 {
   width: 88px;
   height: 88px;
 }

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

 .text_aecfd1a1afa8 {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_aecfd1a1afa8 {
   overflow: visible;
 }

 .container_efa0502e68fc {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_6abce4530799 {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_ff64685fc4fa {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_b7072f14e87a {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b7072f14e87a {
   overflow: visible;
 }

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

 .line_fa7768884b5a {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_e2d86875fb9b {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_c21ba1a13e57 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c21ba1a13e57 {
   overflow: visible;
 }

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

 .line_ee1746362f7a {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_4f5843fd3140 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_d06dacbfd400 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d06dacbfd400 {
   overflow: visible;
 }

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

 .container_8e3191fb40e7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_a4009fbdbce2 {
   padding: 50px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d774f275ab8 {
   padding: 120px 0 0 0;
   width: 1595px;
   height: 1662px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 2068px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e39d149625b5 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e39d149625b5 {
   overflow: visible;
 }

 .text_5d5079fb5a46 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5d5079fb5a46 {
   overflow: visible;
 }

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

 .text_f24416b2153c {
   width: fit-content;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text-022f14bbdfe9_f24416b2153c {
   line-height: 26.4px;
   font-family: 'Barlow';
 }

 .text-2dd66f125cfb_f24416b2153c {
   line-height: 26.4px;
   font-family: 'Barlow';
 }

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

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

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

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

 .text_f79e4b393e2f {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f79e4b393e2f {
   overflow: visible;
 }

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

 .imageview_96d869db5f22 {
   width: 88px;
   height: 88px;
 }

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

 .text_86eebd9d668f {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_86eebd9d668f {
   overflow: visible;
 }

 .container_ca3a2b34a2b6 {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_192dcbef6656 {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_e6604263cd4e {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_41c8a11671dc {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_41c8a11671dc {
   overflow: visible;
 }

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

 .line_6f058562e55e {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_99a939f2e4e7 {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_48527caefe14 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_48527caefe14 {
   overflow: visible;
 }

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

 .line_84bd6773dc71 {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_d04f4bad629b {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_9bc0bfdfa396 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9bc0bfdfa396 {
   overflow: visible;
 }

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

 .container_de0c0a1785e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_37fbd4586a7c {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_37fbd4586a7c {
   overflow: visible;
 }

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

 .imageview_080311931ba9 {
   width: 88px;
   height: 88px;
 }

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

 .text_e43b1c306bf3 {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e43b1c306bf3 {
   overflow: visible;
 }

 .container_f331b9e7af28 {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_20e3ed813e5a {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_16e782fd3c82 {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_794906c3b9d5 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_794906c3b9d5 {
   overflow: visible;
 }

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

 .line_41757d7290ca {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_74210cd4bd33 {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_c6ad1ecb47f1 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c6ad1ecb47f1 {
   overflow: visible;
 }

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

 .line_255e49d9937e {
   width: 1px;
   height: 278px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_da773805b0c1 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_88a3b4f36954 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_88a3b4f36954 {
   overflow: visible;
 }

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

 .container_71a73b371e3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_2ae131166e6d {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_2ae131166e6d {
   overflow: visible;
 }

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

 .imageview_ec5b6bc21593 {
   width: 88px;
   height: 88px;
 }

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

 .text_b27e454df9be {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b27e454df9be {
   overflow: visible;
 }

 .container_fd4d6bb5a320 {
   padding: 50px 50px 50px 50px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_ebb053cc4c58 {
   width: 1px;
   height: 248px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_ac78d175ff1e {
   width: 88px;
   height: 88px;
   z-index: 2;
 }

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

 .text_72b0a9a45604 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_72b0a9a45604 {
   overflow: visible;
 }

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

 .line_421d2ec2d835 {
   width: 1px;
   height: 248px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_15803b80716d {
   width: 88px;
   height: 88px;
   z-index: 4;
 }

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

 .text_f0073cba627b {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 4;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f0073cba627b {
   overflow: visible;
 }

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

 .line_ea2353522990 {
   width: 1px;
   height: 248px;
   flex-shrink: 0;
   z-index: 5;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_c20313f588a7 {
   width: 88px;
   height: 88px;
   z-index: 6;
 }

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

 .text_b4099664ce06 {
   width: 100%;
   min-width: 0;
   height: 30px;
   z-index: 6;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b4099664ce06 {
   overflow: visible;
 }

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

 .container_b6363dc0ccb8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_ae09f8db68ff {
   padding: 50px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a987f209e111 {
   padding: 120px 0 0 0;
   width: 1595px;
   height: 1602px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 3730px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f10031bca9c1 {
   width: 80.38px;
   height: 80px;
   flex-shrink: 0;
 }

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

 .text_4538b3724a84 {
   width: 100%;
   min-width: 0;
   height: 46px;
   line-height: 45.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4538b3724a84 {
   overflow: visible;
 }

 .text_23c039d37fdf {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_23c039d37fdf {
   overflow: visible;
 }

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

 .text_fde35803c33d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_e1a76f6c3a59 {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_e1a76f6c3a59 {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c4e58232ac18 {
   padding: 120px 350px 120px 350px;
   width: 1595px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_07e1c98e0f77 {
   width: 1595px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6026-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_6aacfe0c2d59 {
   width: 1595px;
   height: 624px;
   position: absolute !important;
   left: 162px;
   top: 5332px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6026.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .viewport_713bc9c0c6bb {
   width: 1920px;
   height: 6291px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a1a;
 }

 .text_3bd49bd2b685 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_1bb41850aaa6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_c89d2467f782 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_706e5cbd2840 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_e20330fc4615 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.22px;
 }

 .text_7a3bda94e65c {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_e7d315c484ca {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1623px;
   top: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_e7d315c484ca {
   position: absolute !important;
   left: 1623px;
   top: 20px;
   width: 135px;
   height: 59px;
 }

 .container_nested_e7d315c484ca {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d82e86b5e657 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_bd63089c65c5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_ec7efe16a501 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_087e911ae246 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_087e911ae246 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_ad21a2ff6e5d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_06ce0d9f870e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_e80487c9a5aa {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_c7a7114d2f1d {
   width: 529px;
   height: 55px;
   position: absolute !important;
   left: 696px;
   top: 21px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7cf8ad3b3b08 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_7cf8ad3b3b08 {
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_2c365d78902e {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_2c365d78902e {
   overflow: visible;
 }

 .text_583da8aadeba {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_583da8aadeba {
   overflow: visible;
 }

 .container_3f874833086a {
   padding: 120px 300px 120px 300px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_7eee03884a91 {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6056-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_276a8f4b5561 {
   width: 1596px;
   height: 372px;
   position: absolute !important;
   left: 162px;
   top: 100px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6056.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_c06e84a7591f {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_9becf870b408 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_7dbffbd6ff8a {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_2844ec6f81eb {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_366a4b20bdbd {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_36edd21c9ea7 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_191ee42bc88b {
   width: 220px;
   height: 64px;
 }

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

 .container_9fd26f99d4f8 {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ac0c21278d63 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_b83c7958dcd4 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_c2db0bce3647 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_700c4fb70f9d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_ef11c731c0bf {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_38c08c61d4c2 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_41446d88fad2 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_cded52bb7357 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_cded52bb7357 {
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   width: 574px;
   height: 27px;
 }

 .container_nested_cded52bb7357 {
   width: 574px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_87ecb92c1da5 {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_5d3dbef9c712 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_d46f106b5a90 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_a6687a6d033c {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_3c61b1bf67f4 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_eea8f0710d51 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_d24a99d05605 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_7993e429f8af {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_483541c95329 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_e774d06de880 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_4f6c800fdd4e {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_12cf74808da5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_ffad507a9379 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 6007px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ffad507a9379 {
   position: absolute !important;
   left: 0px;
   top: 6007px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_ffad507a9379 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5001f9446283 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5001f9446283 {
   overflow: visible;
 }

 .text_917cc39e9ac7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_917cc39e9ac7 {
   overflow: visible;
 }

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

 .text_d9b6b5e8597f {
   width: fit-content;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

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

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

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

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

 .text_016f973bc53a {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_016f973bc53a {
   overflow: visible;
 }

 .container_d8231b776e00 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cca50f064964 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_734d18ed905d {
   width: 298.75px;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_734d18ed905d {
   overflow: visible;
 }

 .text_bf83befba989 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_a1f9b9ddcb7c {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_22570784de52 {
   width: 54px;
   height: 54px;
 }

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

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

 .text_d6d57d204144 {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6d57d204144 {
   overflow: visible;
 }

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

 .container_d826fa7ca39f {
   padding: 0 0 100px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_eeacf8a29129 {
   width: 1px;
   height: 908px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_09b95ef5b60d {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_09b95ef5b60d {
   overflow: visible;
 }

 .container_e5f456a0387d {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fdd79052c31b {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_515751210866 {
   width: 298.75px;
   height: 36px;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_515751210866 {
   overflow: visible;
 }

 .text_2321a301f94f {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_db98b085774d {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_db98b085774d {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_f391c827a5f2 {
   width: 54px;
   height: 54px;
   z-index: 2;
 }

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

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

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

 .text_autoheight_2790a2a56b44 {
   overflow: visible;
 }

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

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

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

 .text_67a336a18cb9 {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_67a336a18cb9 {
   overflow: visible;
 }

 .container_378ac9bbe8a2 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_31904fd90327 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_8f372beb5fff {
   width: 298.75px;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_8f372beb5fff {
   overflow: visible;
 }

 .text_ae0f9e7e21a9 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_e88d3c71a8a5 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_29cae9f8c3d5 {
   width: 54px;
   height: 54px;
 }

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

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

 .text_19c9541528af {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_19c9541528af {
   overflow: visible;
 }

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

 .container_7cf8604de886 {
   padding: 0 0 100px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_b1bf5d86c6ed {
   width: 1px;
   height: 908px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_bc2335f2d2ef {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bc2335f2d2ef {
   overflow: visible;
 }

 .container_ccf7f94d9936 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_57a1c286b389 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_07bcfdcc5209 {
   width: 298.75px;
   height: 36px;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_07bcfdcc5209 {
   overflow: visible;
 }

 .text_176542c048da {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_497e01476aff {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_aa58e4510fa0 {
   width: 54px;
   height: 54px;
   z-index: 2;
 }

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

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

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

 .text_autoheight_3e7d3dc827cf {
   overflow: visible;
 }

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

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

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

 .text_c41798a9a4d1 {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c41798a9a4d1 {
   overflow: visible;
 }

 .container_2e86310e02d4 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_351ac809bfcc {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_5a630655beeb {
   width: 298.75px;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5a630655beeb {
   overflow: visible;
 }

 .text_0a302f604909 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_dcabe274f9c3 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_fa01d01036ee {
   width: 54px;
   height: 54px;
 }

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

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

 .text_af386e2eaca0 {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af386e2eaca0 {
   overflow: visible;
 }

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

 .container_a352c6db0562 {
   padding: 0 0 100px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_3d7545fbeaaf {
   width: 1px;
   height: 908px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_39ea60ed9a5f {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_39ea60ed9a5f {
   overflow: visible;
 }

 .container_e2ef3d4f46d6 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_866b27ff2d52 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_0b5a87ffb650 {
   width: 298.75px;
   height: 36px;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_0b5a87ffb650 {
   overflow: visible;
 }

 .text_c576b6a024d2 {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_2b4004ffda07 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_e9b0dd08f55e {
   width: 54px;
   height: 54px;
   z-index: 2;
 }

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

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

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

 .text_autoheight_2ae88d9dac6f {
   overflow: visible;
 }

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

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

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

 .text_b6e8134e9ab6 {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b6e8134e9ab6 {
   overflow: visible;
 }

 .container_2f85cae6fad2 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_376191a61062 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_be29bde4e14a {
   width: 298.75px;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_be29bde4e14a {
   overflow: visible;
 }

 .text_b5f836eee091 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_46fc1cad2905 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_a2a7e02b2539 {
   width: 54px;
   height: 54px;
 }

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

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

 .text_36ea7c5b9753 {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_36ea7c5b9753 {
   overflow: visible;
 }

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

 .container_0779a26076ad {
   padding: 0 0 100px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_0a594b36ba61 {
   width: 1px;
   height: 908px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_a5e45ae05381 {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a5e45ae05381 {
   overflow: visible;
 }

 .container_48329a297cb0 {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e8d0d604a077 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_3a670f9fe788 {
   width: 298.75px;
   height: 36px;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_3a670f9fe788 {
   overflow: visible;
 }

 .text_82b8234bc364 {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_cc76285c0be4 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_cc76285c0be4 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_bf5b13d1ed85 {
   width: 54px;
   height: 54px;
   z-index: 2;
 }

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

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

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

 .text_autoheight_96e59014f0cc {
   overflow: visible;
 }

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

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

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

 .text_04fa57d8072c {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_04fa57d8072c {
   overflow: visible;
 }

 .container_d9ded957fbde {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_28d8ced9ffff {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_9ea4b4e52718 {
   width: 298.75px;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9ea4b4e52718 {
   overflow: visible;
 }

 .text_1782329d4f3d {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_bd42637f4895 {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_757c97ea9e25 {
   width: 54px;
   height: 54px;
 }

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

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

 .text_c43c8b7dae03 {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c43c8b7dae03 {
   overflow: visible;
 }

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

 .container_b9b9d8812229 {
   padding: 0 0 100px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_ee2c5de6ec89 {
   width: 1px;
   height: 908px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_bfac4cba7a1c {
   height: 31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 31.2px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bfac4cba7a1c {
   overflow: visible;
 }

 .container_45a41ca5d78d {
   padding: 30px 50px 30px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e25b02710ad6 {
   width: 100%;
   min-width: 0;
   height: 423px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 12px 12px 12px 12px;
 }

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

 .text_49729e8a08aa {
   width: 298.75px;
   height: 36px;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_49729e8a08aa {
   overflow: visible;
 }

 .text_706e64d1cdd7 {
   width: fit-content;
   z-index: 2;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_ec22dd7c4a8a {
   padding: 10px 14px 10px 14px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_b059e7229696 {
   width: 54px;
   height: 54px;
   z-index: 2;
 }

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

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

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

 .text_autoheight_659643442ae9 {
   overflow: visible;
 }

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

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

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

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

 .container_8f471f117d4f {
   padding: 120px 0 0 0;
   width: 1596px;
   height: 4909px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 473px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c8f43532187d {
   width: 80.38px;
   height: 80px;
   flex-shrink: 0;
 }

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

 .text_9e34464bc984 {
   width: 100%;
   min-width: 0;
   height: 46px;
   line-height: 45.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9e34464bc984 {
   overflow: visible;
 }

 .text_cf85de309f3d {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_cf85de309f3d {
   overflow: visible;
 }

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

 .text_0f86848bae93 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_16209a1cc3be {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_16209a1cc3be {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ae9b7f830a3e {
   padding: 120px 350px 120px 350px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_4ea8bb034034 {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6262-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_90c11837e33f {
   width: 1596px;
   height: 624px;
   position: absolute !important;
   left: 162px;
   top: 5383px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6262.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .viewport_dd5914a2ad15 {
   width: 1920px;
   height: 6342px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a1a;
 }

 .text_db0ba8b998ce {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_9b275e316aab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_f40de7307e1d {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_2b83129df750 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_ee8fc71eba5e {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.22px;
 }

 .text_12c14a147ab6 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_8d6e5be872a2 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1623px;
   top: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_8d6e5be872a2 {
   position: absolute !important;
   left: 1623px;
   top: 20px;
   width: 135px;
   height: 59px;
 }

 .container_nested_8d6e5be872a2 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_bb30f598ece2 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_40417463c398 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_1f4769cc081d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_55eda48b5d61 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_db34910f66bc {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_db34910f66bc {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_0ccf8c7c3db9 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_6558c58fc9ef {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_00c5d2f86057 {
   width: 529px;
   height: 55px;
   position: absolute !important;
   left: 696px;
   top: 21px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_00c5d2f86057 {
   position: absolute !important;
   left: 696px;
   top: 21px;
   width: 529px;
   height: 55px;
 }

 .container_nested_00c5d2f86057 {
   width: 529px;
   height: 55px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_442062aaeb23 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_442062aaeb23 {
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_1dd0be108b21 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1dd0be108b21 {
   overflow: visible;
 }

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

 .text_autoheight_a8b93abef912 {
   overflow: visible;
 }

 .container_34e4feeaa147 {
   padding: 120px 300px 120px 300px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_40fb1d8f49f8 {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6292-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_683bac30062a {
   width: 1596px;
   height: 336px;
   position: absolute !important;
   left: 162px;
   top: 100px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6292.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_ac621dd0e64a {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_42b3bac3f553 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_7a4d221d7a18 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_ed6e478d35a1 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_ac89c2011f29 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_dfd485b804b3 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_c825ab9fe0d5 {
   width: 220px;
   height: 64px;
 }

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

 .container_9f4844341c36 {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_8b0581fcf919 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_13396164caa9 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_932f316555d9 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_f0e5face3147 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_ec2569dda61b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_8375b67fed69 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_fff0cc6c304b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_33fb02e5d4c7 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_edaf584e1f4c {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_b47851d48548 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_f4c2846df0c0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_dbb3473fbd5d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_191e2b120d3b {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d586bec21f55 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_ef153a145400 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_4a7846b26d76 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ea56008e120e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_cbcac7e3aee4 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_bd843e8fd651 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_3f3d25f706af {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_3f6cca2b6f45 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 4536px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3f6cca2b6f45 {
   position: absolute !important;
   left: 0px;
   top: 4536px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_3f6cca2b6f45 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_678e0c3f0d2c {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_678e0c3f0d2c {
   overflow: visible;
 }

 .text_5706b3b8bbed {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5706b3b8bbed {
   overflow: visible;
 }

 .text-964e0d7d783c_5706b3b8bbed {
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text-d51fa737e199_5706b3b8bbed {
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .text_912fd07884d2 {
   width: fit-content;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

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

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

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

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

 .line_1ff3d36692a4 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_412c5f58d46b {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_aa75c653af3f {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_f7f7fe124ca5 {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_da11d3f0f2e3 {
   overflow: visible;
 }

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

 .line_da34d4292bc1 {
   width: 1px;
   height: 463px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_6199b58c0365 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_bf5821ffe5bf {
   width: fit-content;
   z-index: 3;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_05f02f03a4ea {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_1500ef480273 {
   overflow: visible;
 }

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

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

 .line_f675c1f4a60e {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_c595fe9bc81f {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_191df5a88726 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_ee63e9aa6457 {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_8d2d0642f3aa {
   overflow: visible;
 }

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

 .line_00e815bc359d {
   width: 1px;
   height: 490px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_b01caf01ee19 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_4b9e00f381a0 {
   width: fit-content;
   z-index: 3;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_5444ccf912af {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_ec36cc022af4 {
   overflow: visible;
 }

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

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

 .line_c78d05080800 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_df0409ee8b1b {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_5fbca3d29007 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_a1b7b6ec8ebf {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_1afbb5328d65 {
   overflow: visible;
 }

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

 .line_723129b59109 {
   width: 1px;
   height: 490px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_cd415c2684a2 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_37ed412d216d {
   width: fit-content;
   z-index: 3;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_931b50d7b0e8 {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_2d0d03c69748 {
   overflow: visible;
 }

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

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

 .line_430962d3f29e {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_527fdf50c6d0 {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_4ba63762c1e9 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_60d1aa5290e1 {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_184ef40c8d8c {
   overflow: visible;
 }

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

 .line_407354c70b24 {
   width: 1px;
   height: 490px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_96edaf411678 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_360a94f1a8cf {
   width: fit-content;
   z-index: 3;
   line-height: 36px;
   font-family: 'Barlow';
 }

 .container_42c5b60444a3 {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_ab0a4b4f6062 {
   overflow: visible;
 }

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

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

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

 .container_5a190be9f06f {
   padding: 120px 0 0 0;
   width: 1596px;
   height: 2329px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 436px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_505441880bbd {
   width: 80.38px;
   height: 80px;
   flex-shrink: 0;
 }

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

 .text_0acf60ec987c {
   width: 100%;
   min-width: 0;
   height: 46px;
   line-height: 45.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_0acf60ec987c {
   overflow: visible;
 }

 .text_8227f50282e1 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_8227f50282e1 {
   overflow: visible;
 }

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

 .text_f140742ad84f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_81e4408342e3 {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_81e4408342e3 {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_10f82426cbf9 {
   padding: 120px 350px 120px 350px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_5b5ae70b1556 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6409-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_7b104421e16e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6409.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_bd16720dd975 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bd16720dd975 {
   overflow: visible;
 }

 .text_744d128e6352 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_f7df8711899a {
   width: 360px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_bdcd4160b23e {
   padding: 24px 40px 24px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

 .text_4f7fe55cd830 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4f7fe55cd830 {
   overflow: visible;
 }

 .text_491ddfbed6c7 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_18ba56e64433 {
   width: 360px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_3e79aa6e9756 {
   padding: 24px 40px 24px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

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

 .text_f17515fc7a1f {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f17515fc7a1f {
   overflow: visible;
 }

 .imageview_557df9a7a7a9 {
   width: 28px;
   height: 28px;
 }

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

 .text_d471e849538c {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d471e849538c {
   overflow: visible;
 }

 .container_fc0e60c165d6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_38358785fc42 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_38358785fc42 {
   overflow: visible;
 }

 .container_811f010858cf {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_edc087c5d60c {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_edc087c5d60c {
   overflow: visible;
 }

 .container_ee710650ba60 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c983520a3644 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c983520a3644 {
   overflow: visible;
 }

 .container_be0fac3370b3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_fd0a0bb7910f {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 12px 12px 12px 12px;
 }

 .text_dddd652a2a63 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_dddd652a2a63 {
   overflow: visible;
 }

 .text_c80676b782c9 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c80676b782c9 {
   overflow: visible;
 }

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

 .container_c274e0b0f4d1 {
   width: 814px;
   height: 4px;
   position: absolute !important;
   left: 3px;
   top: 26px;
   background: #333333;
 }

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

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

 .text_26b5969048d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -9px;
   top: 38.5px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_662393a9583f {
   position: relative !important;
   overflow: visible;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #4c4c4d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_3bf9efa190ca {
   height: 5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #9eff00;
 }

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

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

 .text_768969487144 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -10px;
   top: 38.5px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_408b450cc2e0 {
   position: relative !important;
   overflow: visible;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #4c4c4d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_25bed1fbc7cd {
   width: 326px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 10px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_c3b5614e0301 {
   position: relative !important;
   overflow: visible;
   width: 820px;
   height: 56px;
   flex-shrink: 0;
 }

 .container_b8c93e12f842 {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 12px 12px 12px 12px;
 }

 .text_a2f23ea4b157 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a2f23ea4b157 {
   overflow: visible;
 }

 .text_b127eef77229 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_004651c42c93 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .line_c31f1aa659fe {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_280fb93ad483 {
   padding: 24px 40px 24px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5439889fe3d4 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_aaf9c12ec53b {
   padding: 18px 44px 18px 44px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_aaf9c12ec53b {
   padding: 18px 44px 18px 44px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_60d636be2965 {
   padding: 80px 80px 80px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_84070aacd0f1 {
   padding: 0 268px 0 268px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc327c7091e9 {
   width: 1596px;
   height: 1771px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 2765px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_24674faa5675 {
   width: 1920px;
   height: 4871px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a1a;
 }

 .text_e305c8677dcc {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_338cbc341cb8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_3948629d1493 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_ddec869f5e5e {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_2aaa97475a03 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.22px;
 }

 .text_6ed844e7a4b5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_8680be0307f8 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1623px;
   top: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_8680be0307f8 {
   position: absolute !important;
   left: 1623px;
   top: 20px;
   width: 135px;
   height: 59px;
 }

 .container_nested_8680be0307f8 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_dcd8d5838de6 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_ebd364ef521a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_678caf98548e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_abdc15a806cc {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_ee6be678e550 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_d4cacda3ff1f {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_d4cacda3ff1f {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .text_20790fc25416 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_953eb74598a4 {
   width: 530px;
   height: 55px;
   position: absolute !important;
   left: 695.5px;
   top: 21px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_daf16a5703f4 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_daf16a5703f4 {
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_e3f244b34b55 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e3f244b34b55 {
   overflow: visible;
 }

 .text_53e1ba81cfbe {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_53e1ba81cfbe {
   overflow: visible;
 }

 .container_babc8d1588f4 {
   padding: 120px 300px 120px 300px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_9e57e1ce560f {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6500-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_bb2927a34412 {
   width: 1596px;
   height: 366px;
   position: absolute !important;
   left: 162px;
   top: 100px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6500.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_1edbd6a0a2b1 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_a6bf5387a1b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_0b1e11874e0e {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_f1b439315c98 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_47c52be186d1 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_c1c3e3bab084 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_5d3f928b7c36 {
   width: 220px;
   height: 64px;
 }

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

 .container_123280b4f905 {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_4d52733a6fc3 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_4c294f3dc348 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_0e1f1d69457f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_9e1520adff78 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_3e18b55260b1 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_2c82734c953e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_555baa490990 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_19f907589bb6 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_19f907589bb6 {
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   width: 574px;
   height: 27px;
 }

 .container_nested_19f907589bb6 {
   width: 574px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d0c80e1a1881 {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_da8e70c84b1a {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_8538553c0077 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_98d6d6d9fea0 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_e6bd28148fce {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_430680aeb2e4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_eba4dfd5db73 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_0148ecac44e6 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6a192076aca7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_4e873c209216 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_377ad7998285 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_nested_377ad7998285 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_c6c67569234c {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_b7fc0d64afc8 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 3529px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b7fc0d64afc8 {
   position: absolute !important;
   left: 0px;
   top: 3529px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_b7fc0d64afc8 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_48f2cf80d56c {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_48f2cf80d56c {
   overflow: visible;
 }

 .text_b17f7cf39695 {
   width: 100%;
   min-width: 0;
   height: 210px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b17f7cf39695 {
   overflow: visible;
 }

 .text-a75a6ba2a11d_b17f7cf39695 {
   line-height: 30px;
   font-family: 'Barlow';
 }

 .text-7d9b3c1bc962_b17f7cf39695 {
   line-height: 30px;
   font-family: 'Barlow';
 }

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

 .imageview_db4342d7fe43 {
   height: 571px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .container_1ce412500ead {
   padding: 100px 150px 100px 150px;
   width: 1596px;
   height: 771px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 466px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 100px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6165b80f3001 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 69.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6165b80f3001 {
   overflow: visible;
 }

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

 .line_de4c56156cc1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_44944fa0e11e {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_e0310216af93 {
   width: fit-content;
   z-index: 1;
   line-height: 57px;
   font-family: 'Barlow';
 }

 .container_6397e069b39f {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_c825f27bca92 {
   overflow: visible;
 }

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

 .line_71e00c702195 {
   width: 1px;
   height: 517px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_1f6b5fd8fed4 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_a6e64bdc40f6 {
   width: fit-content;
   z-index: 3;
   line-height: 57px;
   font-family: 'Barlow';
 }

 .container_54df3a10751b {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_ddb21bde2b25 {
   overflow: visible;
 }

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

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

 .line_c9ab3d2ba50d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_be25525395a9 {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_b0ec62127f84 {
   height: 57px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 57px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_b0ec62127f84 {
   overflow: visible;
 }

 .container_abc4f4358e8c {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_ece46b30539d {
   overflow: visible;
 }

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

 .line_0f5d61d82791 {
   width: 1px;
   height: 517px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_584a9c9d0e85 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_24bb440c28b0 {
   width: fit-content;
   z-index: 3;
   line-height: 57px;
   font-family: 'Barlow';
 }

 .container_a2fd7406c855 {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_2e6e9384d303 {
   overflow: visible;
 }

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

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

 .line_39ab1150aed4 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_5cb67e686f9e {
   width: fit-content;
   z-index: 1;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_53e694b4ea5e {
   height: 57px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 57px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_53e694b4ea5e {
   overflow: visible;
 }

 .container_42aa5231c4ec {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_33bd0f937a43 {
   overflow: visible;
 }

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

 .line_fa71501b0b5c {
   width: 1px;
   height: 517px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_8ae958e526e7 {
   width: fit-content;
   z-index: 3;
   line-height: 180px;
   font-family: 'Barlow';
 }

 .text_eb3ed312db5b {
   width: fit-content;
   z-index: 3;
   line-height: 57px;
   font-family: 'Barlow';
 }

 .container_5f9a6c1159be {
   padding: 0 0 26px 10px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_autoheight_4abdc9c24240 {
   overflow: visible;
 }

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

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

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

 .container_2461e2f130cf {
   padding: 100px 0 0 0;
   width: 1595px;
   height: 1821px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 1237px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 100px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a5adec819970 {
   width: 150.7px;
   height: 150px;
   flex-shrink: 0;
 }

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

 .text_358f59274932 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_358f59274932 {
   overflow: visible;
 }

 .text_865a7ee7b1cf {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_865a7ee7b1cf {
   overflow: visible;
 }

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

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

 .text_01e579525658 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .text_adfffc93d3b3 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_a46f8c6e5c28 {
   padding: 14px 20px 14px 20px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_a0fd756784ce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a0fd756784ce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .text_a3f5a1e36229 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_270952467f6a {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_270952467f6a {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_81b028a7cffb {
   padding: 24px 40px 24px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_6afd6bb9a690 {
   padding: 80px 80px 80px 80px;
   width: 1596px;
   height: 471px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 3058px;
   align-items: flex-start;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_506edb6fabfd {
   width: 1920px;
   height: 3834px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a1a;
 }

 .text_9b1b1e1f6468 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_dd6a12e50263 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_7e74ff31d3de {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_a88d21186765 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_39c295347c49 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.22px;
 }

 .text_d18bb73a6b49 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_82fc056d0bb5 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1623px;
   top: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_82fc056d0bb5 {
   position: absolute !important;
   left: 1623px;
   top: 20px;
   width: 135px;
   height: 59px;
 }

 .container_nested_82fc056d0bb5 {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_fe62836f795c {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_2caec19a784f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_862521ba2a06 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_a4a4a172a7c8 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_3227840ceb61 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_7aa9180ef3cd {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_08bfff0b9313 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_08bfff0b9313 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c3df1b69db06 {
   width: 529px;
   height: 55px;
   position: absolute !important;
   left: 696px;
   top: 21px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4178cb3e0c04 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_4178cb3e0c04 {
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_f95032b0a3b7 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f95032b0a3b7 {
   overflow: visible;
 }

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

 .text_autoheight_35960145b3b8 {
   overflow: visible;
 }

 .container_b75e7d2787ca {
   padding: 120px 300px 120px 300px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_b59dbfee3043 {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6648-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_2ac5da3955a5 {
   width: 1596px;
   height: 336px;
   position: absolute !important;
   left: 162px;
   top: 100px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6648.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_87febbcf9e01 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_cb66f6076c01 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_35ccf5c87f21 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_5063d9838f4b {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_4807115dc393 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_ccf8a95eeda4 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_2e1fcc812a45 {
   width: 220px;
   height: 64px;
 }

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

 .container_5e4f8cb731c2 {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_2a1afbc97759 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_3437c7a527d6 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_8e1e7f974656 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_3d4ae98fde74 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_93771ce22ff2 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_a1c09a440afa {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_7b676a889cfa {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_12145d867d85 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_12145d867d85 {
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   width: 574px;
   height: 27px;
 }

 .container_nested_12145d867d85 {
   width: 574px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f10dc53c059c {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_b029b5a2aaba {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_403879b93410 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_1495fbfd2fde {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_585d6f31aa02 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2b9228667c1b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_552615673028 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_bdc7144eea8e {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1aecd2732420 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_c37454721d79 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_818a1da86501 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_9ab92c3584b6 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_9d544004b925 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 5312px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_9d544004b925 {
   position: absolute !important;
   left: 0px;
   top: 5312px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_9d544004b925 {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a7ca3413cae2 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a7ca3413cae2 {
   overflow: visible;
 }

 .text_d59495684fbe {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d59495684fbe {
   overflow: visible;
 }

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

 .text_65146de46918 {
   width: fit-content;
   line-height: 26.4px;
   font-family: 'Barlow';
 }

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

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

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

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

 .line_c2c0daeabc03 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

 .text_autoheight_f19f2d9dd568 {
   overflow: visible;
 }

 .line_a1e95a0932d4 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

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

 .text_autoheight_6e148d0be6d8 {
   overflow: visible;
 }

 .container_4e63cfcd20be {
   padding: 100px 50px 100px 50px;
   height: 468px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_51ce995d8e53 {
   width: 1px;
   height: 468px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_11c07a4ff3e0 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 3;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_11c07a4ff3e0 {
   overflow: visible;
 }

 .line_7f584c0d8999 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

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

 .text_autoheight_571578d9b71e {
   overflow: visible;
 }

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

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

 .line_bcd2f2ec0286 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

 .text_autoheight_1ecad4898842 {
   overflow: visible;
 }

 .line_6bfaab84679c {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

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

 .text_autoheight_22c04aae82a1 {
   overflow: visible;
 }

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

 .line_732e2ca4510d {
   width: 1px;
   height: 495px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_04be1ea1c27e {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 3;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_04be1ea1c27e {
   overflow: visible;
 }

 .line_4f70a54692a1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

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

 .text_autoheight_618be5ef1db7 {
   overflow: visible;
 }

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

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

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

 .container_be8c55cbb8ff {
   padding: 120px 0 0 0;
   width: 1595px;
   height: 1386px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 436px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d20f15c6f2d {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_8d20f15c6f2d {
   overflow: visible;
 }

 .text_7ea00c1ad672 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7ea00c1ad672 {
   overflow: visible;
 }

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

 .text_0aed3a3d4f1a {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_0aed3a3d4f1a {
   overflow: visible;
 }

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

 .imageview_1b4504c93cda {
   width: 88px;
   height: 88px;
 }

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

 .text_9580718d184c {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9580718d184c {
   overflow: visible;
 }

 .text_6cbb8dbe64cc {
   width: 100%;
   min-width: 0;
   height: 162px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6cbb8dbe64cc {
   overflow: visible;
 }

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

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

 .text_21e406d178a1 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_9437e2600a49 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_9437e2600a49 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_706285d777e8 {
   padding: 50px 50px 50px 50px;
   height: 553px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_1f2153425d49 {
   width: 1px;
   height: 553px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_c0ef75a3f881 {
   width: 88px;
   height: 88px;
   z-index: 1;
 }

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

 .text_f449ba0e4d37 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_f449ba0e4d37 {
   overflow: visible;
 }

 .text_253dc9eee7ee {
   width: 100%;
   min-width: 0;
   height: 162px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_253dc9eee7ee {
   overflow: visible;
 }

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

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

 .text_479900f46c08 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_c9288b5927f4 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_c9288b5927f4 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d82b7a6bf827 {
   padding: 50px 50px 50px 50px;
   height: 553px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_050bf4070a50 {
   width: 1px;
   height: 553px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_e03dcdeb3888 {
   width: 88px;
   height: 88px;
   z-index: 3;
 }

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

 .text_cff449050668 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_cff449050668 {
   overflow: visible;
 }

 .text_ababf00d50a1 {
   width: 100%;
   min-width: 0;
   height: 189px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_ababf00d50a1 {
   overflow: visible;
 }

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

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

 .text_67348af9fbb7 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_40799c0d36f8 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_40799c0d36f8 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_b7b0bdb7626d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_24ebf2249ae7 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_24ebf2249ae7 {
   overflow: visible;
 }

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

 .imageview_3dfe049ae3b1 {
   width: 88px;
   height: 88px;
 }

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

 .text_911ec41cf0a3 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_911ec41cf0a3 {
   overflow: visible;
 }

 .text_18ac6cf7680e {
   width: 100%;
   min-width: 0;
   height: 162px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_18ac6cf7680e {
   overflow: visible;
 }

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

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

 .text_ad15e50db7c1 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_6cf41f219aa5 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_6cf41f219aa5 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d03ce32a1ebc {
   padding: 50px 50px 50px 50px;
   height: 553px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_44c9f4fdf337 {
   width: 1px;
   height: 553px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_070bc53004b0 {
   width: 88px;
   height: 88px;
   z-index: 1;
 }

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

 .text_e8f21f5c5927 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e8f21f5c5927 {
   overflow: visible;
 }

 .text_d7dcd6bde992 {
   width: 100%;
   min-width: 0;
   height: 189px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d7dcd6bde992 {
   overflow: visible;
 }

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

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

 .text_fd0a6b747312 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_b01f441b75e4 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_b01f441b75e4 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .line_a8eb9d8728b9 {
   width: 1px;
   height: 553px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_927f436e03cf {
   width: 88px;
   height: 88px;
   z-index: 3;
 }

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

 .text_d01c3e49e8a4 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d01c3e49e8a4 {
   overflow: visible;
 }

 .text_0e59d946871d {
   width: 100%;
   min-width: 0;
   height: 189px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_0e59d946871d {
   overflow: visible;
 }

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

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

 .text_c33a165e05c2 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_80c8cc375276 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_80c8cc375276 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_33d906140fc0 {
   padding: 50px 50px 50px 50px;
   height: 553px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_137659b3a51d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_1d27d03cb442 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1d27d03cb442 {
   overflow: visible;
 }

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

 .imageview_90028adf293b {
   width: 88px;
   height: 88px;
 }

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

 .text_67e6ef4d1fc3 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_67e6ef4d1fc3 {
   overflow: visible;
 }

 .text_bb54719410b9 {
   width: 100%;
   min-width: 0;
   height: 162px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bb54719410b9 {
   overflow: visible;
 }

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

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

 .text_095c8ab65db8 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_ae93d099f8f9 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_ae93d099f8f9 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ccaec65b6a7c {
   padding: 50px 50px 50px 50px;
   height: 526px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_138541fca075 {
   width: 1px;
   height: 526px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_aacd44031125 {
   width: 88px;
   height: 88px;
   z-index: 1;
 }

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

 .text_65ff2b4bd5b7 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_65ff2b4bd5b7 {
   overflow: visible;
 }

 .text_a5be3ec08364 {
   width: 100%;
   min-width: 0;
   height: 162px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a5be3ec08364 {
   overflow: visible;
 }

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

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

 .text_2c7f8fba587d {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_78c393ccd64a {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_78c393ccd64a {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_05ff73754b95 {
   padding: 50px 50px 50px 50px;
   height: 526px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_77cf2188cd04 {
   width: 1px;
   height: 526px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_ca10270db5d7 {
   width: 88px;
   height: 88px;
   z-index: 3;
 }

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

 .text_122ebbe65e5b {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_122ebbe65e5b {
   overflow: visible;
 }

 .text_3b57731ddec7 {
   width: 100%;
   min-width: 0;
   height: 162px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_3b57731ddec7 {
   overflow: visible;
 }

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

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

 .text_48e55b977e02 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_02d11398ee2a {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_02d11398ee2a {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_16f143140c99 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_76dd4bf294a6 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_76dd4bf294a6 {
   overflow: visible;
 }

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

 .imageview_f05c68c5ad2d {
   width: 88px;
   height: 88px;
 }

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

 .text_affe40942dcf {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_affe40942dcf {
   overflow: visible;
 }

 .text_6da6e41d99fc {
   width: 100%;
   min-width: 0;
   height: 162px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_6da6e41d99fc {
   overflow: visible;
 }

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

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

 .text_5a4e41f99b80 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_7d78e99fce60 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_7d78e99fce60 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_cf0b1ddfb354 {
   padding: 50px 50px 50px 50px;
   height: 553px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_6cc571e7996b {
   width: 1px;
   height: 553px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_a34dbeaef8f0 {
   width: 88px;
   height: 88px;
   z-index: 1;
 }

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

 .text_8a6bfa856ea4 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_8a6bfa856ea4 {
   overflow: visible;
 }

 .text_95f450ce6d3d {
   width: 100%;
   min-width: 0;
   height: 162px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_95f450ce6d3d {
   overflow: visible;
 }

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

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

 .text_686ccf38ff71 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_462070ff7613 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_462070ff7613 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_b45276036666 {
   padding: 50px 50px 50px 50px;
   height: 553px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .line_1d601f44e26d {
   width: 1px;
   height: 553px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .imageview_f957c46dc202 {
   width: 88px;
   height: 88px;
   z-index: 3;
 }

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

 .text_1bebd82ad9ed {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_1bebd82ad9ed {
   overflow: visible;
 }

 .text_9f1e6556db5c {
   width: 100%;
   min-width: 0;
   height: 189px;
   z-index: 3;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9f1e6556db5c {
   overflow: visible;
 }

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

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

 .text_0bf11959b972 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .container_57b6603021b3 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_57b6603021b3 {
   padding: 18px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_1a737124a876 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_53f4cac2bb8c {
   padding: 50px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1efc4fbb01fa {
   padding: 120px 0 0 0;
   width: 1595px;
   height: 3017px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 1823px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_59781dcdfef0 {
   width: 150.7px;
   height: 150px;
   flex-shrink: 0;
 }

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

 .text_30b2bb13b300 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_30b2bb13b300 {
   overflow: visible;
 }

 .text_52b4d6edb559 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52b4d6edb559 {
   overflow: visible;
 }

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

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

 .text_37c9db44953f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .text_c352491e5543 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_49db09ef910e {
   padding: 14px 20px 14px 20px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d501585c343a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5beb41163324 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_a6f50c823c24 {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_a6f50c823c24 {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_368adb9bc4d6 {
   padding: 24px 40px 24px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_979aea4fbaf2 {
   padding: 80px 80px 80px 80px;
   width: 1596px;
   height: 471px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 4841px;
   align-items: flex-start;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_c457e354c5cb {
   width: 1920px;
   height: 5647px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a1a;
 }

 .text_57b9bd368ec9 {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_5613731cfe1b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_f5704b2ce501 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_aeb934ff913f {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_6ce12677a412 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 162px;
   top: 20.22px;
 }

 .text_27b4bd86b8e0 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_9139d507be3c {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   position: absolute !important;
   left: 1623px;
   top: 20px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_9139d507be3c {
   position: absolute !important;
   left: 1623px;
   top: 20px;
   width: 135px;
   height: 59px;
 }

 .container_nested_9139d507be3c {
   padding: 16px 24px 16px 24px;
   width: 135px;
   height: 59px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .text_e520f01e95dc {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_d1841475e2ce {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_7fe5b93cd801 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_95cfbc772ac1 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_cb26f4b68f19 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_096f33a31ba2 {
   width: fit-content;
   line-height: 21px;
   font-family: 'Barlow';
 }

 .container_0c61b1165ae9 {
   width: 467px;
   height: 27px;
   position: absolute !important;
   left: 727px;
   top: 36px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_0c61b1165ae9 {
   position: absolute !important;
   left: 727px;
   top: 36px;
   width: 467px;
   height: 27px;
 }

 .container_nested_0c61b1165ae9 {
   width: 467px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_adf1e0e5377d {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   left: 0px;
   top: 0px;
   box-shadow: inset 0 -1px 0 0 #262626ff;
 }

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

 .container_nested_adf1e0e5377d {
   width: 1920px;
   height: 99px;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
 }

 .text_3a60364991db {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_3a60364991db {
   overflow: visible;
 }

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

 .text_autoheight_f8db59db4438 {
   overflow: visible;
 }

 .container_9a18ef64ccb4 {
   padding: 120px 300px 120px 300px;
   width: 1596px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_96434b9b8de3 {
   width: 1596px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6932-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_e487b47fbb53 {
   width: 1596px;
   height: 336px;
   position: absolute !important;
   left: 162px;
   top: 100px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:6932.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_e789c460924d {
   width: max-content;
   position: absolute !important;
   left: 24.45px;
   top: 0px;
   line-height: 57.13px;
   font-family: 'Satoshi';
 }

 .text_c3d099466395 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 129.9px;
   top: 46.56px;
   line-height: 12.31px;
   font-family: 'Satoshi';
 }

 .imageview_ce930ecdffd6 {
   width: 23.65px;
   height: 30.74px;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
 }

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

 .container_3a9c3fcc7efc {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 0px;
 }

 .container_222fa4787456 {
   position: absolute !important;
   overflow: visible;
   width: 156.45px;
   height: 58.56px;
   left: 0px;
   top: 16.72px;
 }

 .text_af6858992854 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_ee03d4fa7f54 {
   width: 220px;
   height: 64px;
 }

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

 .container_54f646655f61 {
   padding: 14px 14px 14px 24px;
   width: 402px;
   height: 92px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 1194px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_0ccf9ea1eccd {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_a38f4d2f77d5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_2a872803aa4f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_21395f99d6c5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_4156743fcb0e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_004565dfeef8 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .text_a6967e091fc5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_4742375ddda0 {
   width: 574px;
   height: 27px;
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4742375ddda0 {
   position: absolute !important;
   left: 511.5px;
   top: 32.5px;
   width: 574px;
   height: 27px;
 }

 .container_nested_4742375ddda0 {
   width: 574px;
   height: 27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_62c26c89d065 {
   position: relative !important;
   overflow: visible;
   width: 1596px;
   height: 92px;
   flex-shrink: 0;
 }

 .line_43cd9dce0c22 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .imageview_eac324195bd3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_e2b31d39b78f {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_ba1eaa02e5a1 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a8e4c6cc6a82 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_5ff7a84b71a3 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_a58f8146a646 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ea7f33da74c5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_e34b803baa1e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_9f0c8b837f59 {
   padding: 0 0 16px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_29fced047908 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

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

 .container_b6e01e4d0f3d {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   position: absolute !important;
   left: 0px;
   top: 3570px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b6e01e4d0f3d {
   position: absolute !important;
   left: 0px;
   top: 3570px;
   width: 1920px;
   height: 335px;
 }

 .container_nested_b6e01e4d0f3d {
   padding: 50px 162px 50px 162px;
   width: 1920px;
   height: 335px;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_37141671773a {
   width: 150.7px;
   height: 150px;
   flex-shrink: 0;
 }

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

 .text_c4db1960636b {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_c4db1960636b {
   overflow: visible;
 }

 .text_774cb8b6e8a2 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_774cb8b6e8a2 {
   overflow: visible;
 }

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

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

 .text_d98811d47fbc {
   width: fit-content;
   line-height: 24px;
   font-family: 'Barlow';
 }

 .text_d6829ecc7dc9 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_0f956cb1c7b1 {
   padding: 14px 20px 14px 20px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_18087cc84618 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b3d3bf96628b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_6e4a3740c38e {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_6e4a3740c38e {
   padding: 18px 34px 18px 34px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_acb283e56f37 {
   padding: 24px 40px 24px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #24242433;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_0e8d9b16ab72 {
   padding: 80px 80px 80px 80px;
   width: 1596px;
   height: 471px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 162px;
   top: 3099px;
   align-items: flex-start;
   justify-content: center;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_351fee708ba9 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_eb40956f8952 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_6ed67703892b {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_6ed67703892b {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_a3b49b8d3d92 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_f5fc41aa887d {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_918658f23e69 {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_918658f23e69 {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_309380e4d856 {
   width: 30px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_b22aa0ef68a0 {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_2bf486da1f57 {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_2bf486da1f57 {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 8px 8px 8px 8px;
 }

 .container_351b59d4ab60 {
   padding: 50px 0 50px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4b634d769555 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_4b634d769555 {
   overflow: visible;
 }

 .text_459df5d4ebba {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_d7c557d2ae48 {
   width: 360px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_dcb2b6a79764 {
   padding: 24px 40px 24px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

 .text_d7b23ef1a17b {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d7b23ef1a17b {
   overflow: visible;
 }

 .text_61a94cae1610 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_7444924a4221 {
   width: 360px;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_3cd4aca3d4a1 {
   padding: 24px 40px 24px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

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

 .text_a77eefc41258 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_a77eefc41258 {
   overflow: visible;
 }

 .imageview_c6cc589b96fd {
   width: 28px;
   height: 28px;
 }

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

 .text_36dd05e94929 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_36dd05e94929 {
   overflow: visible;
 }

 .container_2ef1f2fe3ac7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_61420b6457ee {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_61420b6457ee {
   overflow: visible;
 }

 .container_6de8e42c0959 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_dde7cf1e759d {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_dde7cf1e759d {
   overflow: visible;
 }

 .container_1d7dd98e73e2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5aa3031b28c {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_d5aa3031b28c {
   overflow: visible;
 }

 .container_806d6b779365 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_dea9bb5b97dd {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 12px 12px 12px 12px;
 }

 .text_06d427651054 {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_06d427651054 {
   overflow: visible;
 }

 .text_47088692cde3 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_47088692cde3 {
   overflow: visible;
 }

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

 .container_e6473fc19b36 {
   width: 814px;
   height: 4px;
   position: absolute !important;
   left: 3px;
   top: 26px;
   background: #333333;
 }

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

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

 .text_ee9f734244c5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -9px;
   top: 38.5px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_3d50edd4dd36 {
   position: relative !important;
   overflow: visible;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #4c4c4d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_c145bd188521 {
   height: 5px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #9eff00;
 }

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

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

 .text_c54de9392e4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -10px;
   top: 38.5px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .container_1a35bce8ef22 {
   position: relative !important;
   overflow: visible;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #4c4c4d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_0567057b4632 {
   width: 326px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 10px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_5461f24bf390 {
   position: relative !important;
   overflow: visible;
   width: 820px;
   height: 56px;
   flex-shrink: 0;
 }

 .container_3058c003fc65 {
   padding: 40px 40px 40px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 12px 12px 12px 12px;
 }

 .text_412d62e1e19f {
   width: 100%;
   min-width: 0;
   height: 33px;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_412d62e1e19f {
   overflow: visible;
 }

 .text_53ec01d36e5a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .line_2a3876c7d4bb {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .line_dfeb4bb90a14 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   direction: horizontal;
   background: #333333;
 }

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

 .container_76a0af2c7403 {
   padding: 24px 40px 24px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #24242480;
   border-radius: 8px 8px 8px 8px;
 }

 .text_49c7f3795dca {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .container_d24b6a27daa6 {
   padding: 18px 44px 18px 44px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_d24b6a27daa6 {
   padding: 18px 44px 18px 44px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #9eff00;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2428da14e962 {
   padding: 80px 80px 80px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a6a169e79e4 {
   padding: 0 268px 0 268px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2fe4856d676c {
   width: fit-content;
   line-height: 33px;
   font-family: 'Barlow';
 }

 .text_b35dd6850f4d {
   width: fit-content;
   line-height: 30px;
   font-family: 'Barlow';
 }

 .container_3c835a2e160d {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 6px 6px 6px 6px;
 }

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

 .container_nested_3c835a2e160d {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #262626;
   border-radius: 6px 6px 6px 6px;
 }

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

 .line_c0d4c0817419 {
   width: 1px;
   height: 154px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .text_deaff79d162e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Barlow';
 }

 .imageview_06c59c88f244 {
   width: 220px;
   height: 64px;
 }

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

 .container_ab9d877eccbe {
   padding: 14px 14px 14px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_de96d4ee5b6f {
   padding: 0 50px 0 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: center;
   align-items: center;
   gap: 0 80px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d636d51cbfae {
   width: 1596px;
   height: 1494px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 436px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d636d51cbfae {
   position: absolute !important;
   left: 163px;
   top: 436px;
   width: 1596px;
   height: 1494px;
 }

 .container_nested_d636d51cbfae {
   width: 1596px;
   height: 1494px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e53e3f712df {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_5e53e3f712df {
   overflow: visible;
 }

 .text_718453bc594d {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_718453bc594d {
   overflow: visible;
 }

 .container_3bbebb125a06 {
   padding: 120px 350px 120px 350px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #acff2433;
   mix-blend-mode: color;
 }

 .container_cd51f0040585 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:7091-1.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   mix-blend-mode: normal;
   opacity: 0.6000000238418579;
 }

 .container_5cce494c2293 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/7b1a96dc-f211-40a9-89a7-e8e57d43021a/267:7091.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .line_584da544be0b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_1dfa8dc372e6 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_a7a1095dc2da {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_9b7b6300724f {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 26.4px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_9b7b6300724f {
   overflow: visible;
 }

 .imageview_0104ccffbad9 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_bd4dea710b8c {
   width: 100%;
   min-width: 0;
   height: 108px;
   z-index: 1;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_bd4dea710b8c {
   overflow: visible;
 }

 .container_ab7b3d5c2c0c {
   padding: 24px 0 0 0;
   height: 186px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .line_79804e67032e {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_04ad8dec20d0 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_fd08717e0ea6 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_fd08717e0ea6 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_743260caa4b0 {
   height: 33px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_743260caa4b0 {
   overflow: visible;
 }

 .imageview_1afcd0150816 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .line_2401009d1719 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_2508bef27e53 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_a6dee6ee4978 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_7cf931f16711 {
   height: 33px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_7cf931f16711 {
   overflow: visible;
 }

 .imageview_ec84d80f17ce {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .line_6ec1fd893d71 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_757f401fa742 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_dee12fd883f4 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_e51a8f08eb6f {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_e51a8f08eb6f {
   overflow: visible;
 }

 .imageview_5ebbe8a54307 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .line_fc6b3f2d364f {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

 .line_3da688e6743a {
   width: 1px;
   height: 834px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: vertical;
   background: #262626;
 }

 .line_28bfb7a2f672 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_4f392f60ea4b {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_22938d73cfff {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_549d51a83960 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_549d51a83960 {
   overflow: visible;
 }

 .imageview_4491b9b5f65d {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_88515837664d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_ea4355fb2d22 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_7e388bbfa966 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_de9cdbcdf306 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_de9cdbcdf306 {
   overflow: visible;
 }

 .imageview_774df50b1100 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_62c995d0d183 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_0e9303d56843 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_d92bade21775 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_999cd5422f96 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_999cd5422f96 {
   overflow: visible;
 }

 .imageview_f6ac1600f2f0 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_75e92236f536 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

 .text_71a94c185e33 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_f961ff624f1e {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #2e2e2eff;
   border-right: 1px solid #2e2e2eff;
   border-bottom: 1px solid #2e2e2eff;
   border-left: 1px solid #2e2e2eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #242424ff 0%, #24242400 100%);
   border-radius: 12px 12px 12px 12px;
 }

 .text_36d34a2449a1 {
   height: 66px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 33px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_autoheight_36d34a2449a1 {
   overflow: visible;
 }

 .imageview_45b0359036e2 {
   width: 34px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .line_9a96cc1005ae {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   direction: horizontal;
   background: #262626;
 }

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

 .container_594e0bc3ad08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #262626ff;
   border-right: 0px solid #262626ff;
   border-bottom: 0px solid #262626ff;
   border-left: 0px solid #262626ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1d063964312d {
   width: 1596px;
   height: 1169px;
   border-top: 1px solid #262626ff;
   border-right: 1px solid #262626ff;
   border-bottom: 1px solid #262626ff;
   border-left: 1px solid #262626ff;
   position: absolute !important;
   left: 163px;
   top: 1930px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_ca473c5cf65b {
   width: 1920px;
   height: 3905px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a1a;
 }